diff options
author | triaxx <triaxx@pkgsrc.org> | 2019-02-17 19:04:47 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2019-02-17 19:04:47 +0000 |
commit | d9e9ccaaffb5f17ff2bcf079846a7479271d7ea9 (patch) | |
tree | 5bc1dfec92a754c1cb56226b1b31760e0ce72a6f /textproc | |
parent | 805bf86012b3c6f449d734ef7845b395e313d153 (diff) | |
download | pkgsrc-d9e9ccaaffb5f17ff2bcf079846a7479271d7ea9.tar.gz |
yelp-tools: import 3.31.90 from wip
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 | ||||
-rw-r--r-- | textproc/yelp-tools/DESCR | 2 | ||||
-rw-r--r-- | textproc/yelp-tools/Makefile | 26 | ||||
-rw-r--r-- | textproc/yelp-tools/PLIST | 15 | ||||
-rw-r--r-- | textproc/yelp-tools/distinfo | 6 |
5 files changed, 51 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d198570b795..d9cb023664b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1023 2019/02/14 11:58:03 wiz Exp $ +# $NetBSD: Makefile,v 1.1024 2019/02/17 19:04:47 triaxx Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1055,6 +1055,7 @@ SUBDIR+= xxdiff-scripts SUBDIR+= yamcha SUBDIR+= yaml-cpp SUBDIR+= yaml-cpp03 +SUBDIR+= yelp-tools SUBDIR+= yelp-xsl SUBDIR+= yodl SUBDIR+= zoem diff --git a/textproc/yelp-tools/DESCR b/textproc/yelp-tools/DESCR new file mode 100644 index 00000000000..3345ccb95d8 --- /dev/null +++ b/textproc/yelp-tools/DESCR @@ -0,0 +1,2 @@ +A set of command-line tools to build and check your documentation, +as well as an M4 file to use in your autotools-based build chain diff --git a/textproc/yelp-tools/Makefile b/textproc/yelp-tools/Makefile new file mode 100644 index 00000000000..ef7d4b0e593 --- /dev/null +++ b/textproc/yelp-tools/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2019/02/17 19:04:47 triaxx Exp $ + +DISTNAME= yelp-tools-3.31.90 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GITHUB:=GNOME/} + +MAINTAINER= pkgsrc.gnome@gmail.com +HOMEPAGE= https://www.gnome.org/ +COMMENT= Set of command-line tools to build and check your documentation +LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config autoreconf autoconf automake gmake + +pre-configure: + ${RUN} cd ${WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${SH} ./autogen.sh NOCONFIGURE=1 + +DEPENDS+= itstool-[0-9]*:../../textproc/itstool + +.include "../../lang/python/application.mk" +.include "../../textproc/gnome-doc-utils/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../textproc/libxslt/buildlink3.mk" +.include "../../textproc/yelp-xsl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/yelp-tools/PLIST b/textproc/yelp-tools/PLIST new file mode 100644 index 00000000000..2023a124e9e --- /dev/null +++ b/textproc/yelp-tools/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1 2019/02/17 19:04:47 triaxx Exp $ +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-files.xsl +share/yelp-tools/xslt/mal-license.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 +share/yelp-tools/xslt/media.xsl diff --git a/textproc/yelp-tools/distinfo b/textproc/yelp-tools/distinfo new file mode 100644 index 00000000000..d1466d26e55 --- /dev/null +++ b/textproc/yelp-tools/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/02/17 19:04:47 triaxx Exp $ + +SHA1 (yelp-tools-3.31.90.tar.gz) = 4e3394bb48775558b7052f80c056c1c7d4f1842d +RMD160 (yelp-tools-3.31.90.tar.gz) = 5feef6b82d87feafd3e5b71ac02a3d47cae72666 +SHA512 (yelp-tools-3.31.90.tar.gz) = f7a520174c4b6f5ef8657d729d4855dcb1e8537710ee33aa3d3ba14ca86c500d7baa73f38923b325167a222de53fa56420d6506595aceff7290d9c24bca2def1 +Size (yelp-tools-3.31.90.tar.gz) = 40679 bytes |