diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-17 21:59:31 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-17 21:59:31 +0800 |
commit | f991560323eec426173a1897c2180f9adb246774 (patch) | |
tree | 64c3ff93cb8df1b4611ee4692d887af00b8a5dba /textproc/yelp-tools | |
parent | 009ad3773eb5b5cb845936d5e7954a75b734c434 (diff) | |
download | marcuscom-ports-f991560323eec426173a1897c2180f9adb246774.tar marcuscom-ports-f991560323eec426173a1897c2180f9adb246774.tar.gz marcuscom-ports-f991560323eec426173a1897c2180f9adb246774.tar.bz2 marcuscom-ports-f991560323eec426173a1897c2180f9adb246774.tar.lz marcuscom-ports-f991560323eec426173a1897c2180f9adb246774.tar.xz marcuscom-ports-f991560323eec426173a1897c2180f9adb246774.tar.zst marcuscom-ports-f991560323eec426173a1897c2180f9adb246774.zip |
Add yelp-tools 3.1.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16219 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/yelp-tools')
-rw-r--r-- | textproc/yelp-tools/Makefile | 39 | ||||
-rw-r--r-- | textproc/yelp-tools/distinfo | 2 | ||||
-rw-r--r-- | textproc/yelp-tools/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/yelp-tools/pkg-plist | 14 |
4 files changed, 61 insertions, 0 deletions
diff --git a/textproc/yelp-tools/Makefile b/textproc/yelp-tools/Makefile new file mode 100644 index 000000000..50f5a1064 --- /dev/null +++ b/textproc/yelp-tools/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: yelp-tools +# Date created: 17 Sep 2011 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= yelp-tools +PORTVERSION= 3.1.5 +CATEGORIES= textproc gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= utilities to help manage documentation for Yelp and the web + +BUILD_DEPENDS= yelp-xsl>=3.1.5:${PORTSDIR}/textproc/yelp-xsl \ + itstool:${PORTSDIR}/textproc/itstool +LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt + +USE_GETTEXT= yes +USE_XZ= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack intlhack pkgconfig libxml2 +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" + +.include <bsd.port.pre.mk> + +# Around the time GCC stack protection (aka Propolice) for userland +# was enabled on src/share/mk/bsd.sys.mk +# SVN rev 180012 on 2008-06-25 21:33:28Z by ru +.if ${OSVERSION} >= 800040 +LDFLAGS+= -fstack-protector +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/yelp-tools/distinfo b/textproc/yelp-tools/distinfo new file mode 100644 index 000000000..94c176747 --- /dev/null +++ b/textproc/yelp-tools/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome3/yelp-tools-3.1.5.tar.xz) = 288c7824c20c68e58735c15bce647b7d2b0cef052901cbb6691f08cd53830322 +SIZE (gnome3/yelp-tools-3.1.5.tar.xz) = 195368 diff --git a/textproc/yelp-tools/pkg-descr b/textproc/yelp-tools/pkg-descr new file mode 100644 index 000000000..7c1a4bc38 --- /dev/null +++ b/textproc/yelp-tools/pkg-descr @@ -0,0 +1,6 @@ +yelp-tools is a collection of scripts and build utilities to help create, +manage, and publish documentation for Yelp and the web. Most of the heavy +lifting is done by packages like yelp-xsl and itstool. This package just +wraps things up in a developer-friendly way. + +WWW: http://www.gnome.org/ diff --git a/textproc/yelp-tools/pkg-plist b/textproc/yelp-tools/pkg-plist new file mode 100644 index 000000000..50598fe9c --- /dev/null +++ b/textproc/yelp-tools/pkg-plist @@ -0,0 +1,14 @@ +bin/yelp-build +bin/yelp-check +bin/yelp-new +share/aclocal/yelp.m4 +share/yelp-tools/templates/task.page +share/yelp-tools/xslt/comments.xsl +share/yelp-tools/xslt/mal-epub.xsl +share/yelp-tools/xslt/mal-ncx.xsl +share/yelp-tools/xslt/mal-opf.xsl +share/yelp-tools/xslt/mal-rng.xsl +share/yelp-tools/xslt/mal-status.xsl +@dirrm share/yelp-tools/xslt +@dirrm share/yelp-tools/templates +@dirrm share/yelp-tools |