summaryrefslogtreecommitdiff
path: root/print/indexinfo
diff options
context:
space:
mode:
authormarino <marino>2016-12-05 19:54:15 +0000
committermarino <marino>2016-12-05 19:54:15 +0000
commitac4f4796bd0cb89412f59dd50a6e7d8e28f85255 (patch)
tree697fec297e03b05f39b7021d5f1c660932f19502 /print/indexinfo
parentf2c896e10181dc3cb519426acaeba94edc017ee8 (diff)
downloadpkgsrc-ac4f4796bd0cb89412f59dd50a6e7d8e28f85255.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/indexinfo')
-rw-r--r--print/indexinfo/DESCR1
-rw-r--r--print/indexinfo/Makefile26
-rw-r--r--print/indexinfo/PLIST2
-rw-r--r--print/indexinfo/distinfo6
4 files changed, 35 insertions, 0 deletions
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