diff options
author | marino <marino@pkgsrc.org> | 2016-12-05 19:54:15 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2016-12-05 19:54:15 +0000 |
commit | 63b5ab35330c15130c536eae210f3cfcfaa25d65 (patch) | |
tree | 8f45e66ff934e4ba25c0c98384c855d1bfe173d9 /print | |
parent | 6e72263d4366eb71ed030c34f2ddac46fb735e4d (diff) | |
download | pkgsrc-63b5ab35330c15130c536eae210f3cfcfaa25d65.tar.gz |
Add new package print/indexinfo
This is a small utility designed to regenerate the GNU info page indexes.
It's used by pkg(8) to generate GNU info pages. Import suggested by wiz.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 3 | ||||
-rw-r--r-- | print/indexinfo/DESCR | 1 | ||||
-rw-r--r-- | print/indexinfo/Makefile | 26 | ||||
-rw-r--r-- | print/indexinfo/PLIST | 2 | ||||
-rw-r--r-- | print/indexinfo/distinfo | 6 |
5 files changed, 37 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 4b136a5976b..4eee9888eae 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.676 2016/11/08 11:42:16 wiz Exp $ +# $NetBSD: Makefile,v 1.677 2016/12/05 19:54:15 marino Exp $ # COMMENT= Desktop publishing @@ -67,6 +67,7 @@ SUBDIR+= if-psprint SUBDIR+= ijs SUBDIR+= img2eps SUBDIR+= imposter +SUBDIR+= indexinfo SUBDIR+= ja-a2ps SUBDIR+= ja-ptex SUBDIR+= ja-vflib diff --git a/print/indexinfo/DESCR b/print/indexinfo/DESCR new file mode 100644 index 00000000000..d1e804417ef --- /dev/null +++ b/print/indexinfo/DESCR @@ -0,0 +1 @@ +Small utility designed to regenerate the GNU info page indexes diff --git a/print/indexinfo/Makefile b/print/indexinfo/Makefile new file mode 100644 index 00000000000..268403bce6a --- /dev/null +++ b/print/indexinfo/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2016/12/05 19:54:15 marino Exp $ + +PKGNAME= indexinfo-0.2.6 +CATEGORIES= print +MASTER_SITES= https://github.com/bapt/indexinfo/archive/ +DIST_SUBDIR= indexinfo +DISTFILES= 0.2.6.tar.gz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/bapt/indexinfo +COMMENT= Utility to regenerate the GNU info page index + +pre-install: + ${MKDIR} ${DESTDIR}${PREFIX}/bin + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} != "FreeBSD" && ${OPSYS} != "DragonFly" +SUBST_CLASSES+= reallocf +SUBST_STAGE.reallocf= post-patch +SUBST_FILES.reallocf= indexinfo.c +SUBST_SED.reallocf= -e "s|reallocf|realloc|" +SUBST_MESSAGE.reallocf= Replace reallocf with realloc on ${OPSYS} +.endif + +.include "../../mk/bsd.pkg.mk" diff --git a/print/indexinfo/PLIST b/print/indexinfo/PLIST new file mode 100644 index 00000000000..e2fc83aeae4 --- /dev/null +++ b/print/indexinfo/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2016/12/05 19:54:15 marino Exp $ +bin/indexinfo diff --git a/print/indexinfo/distinfo b/print/indexinfo/distinfo new file mode 100644 index 00000000000..87acb0612dc --- /dev/null +++ b/print/indexinfo/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/12/05 19:54:15 marino Exp $ + +SHA1 (indexinfo/0.2.6.tar.gz) = 53c1fc8d7eb363367580103a9a02ab47e4899157 +RMD160 (indexinfo/0.2.6.tar.gz) = bfe9e624f0737c9dfde5d9eaf217417013aa9b60 +SHA512 (indexinfo/0.2.6.tar.gz) = 41bd8d81a30925b19622bbf9cd4d78082d7fec0af778c7325f5f5b4aa5df9a18b0e4f15dd76c1e0bd10f0ae5db2a4853b8991bfd3c59e9530b5836068b34f7b0 +Size (indexinfo/0.2.6.tar.gz) = 3399 bytes |