pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print Add new package print/indexinfo
details: https://anonhg.NetBSD.org/pkgsrc/rev/f80f03160047
branches: trunk
changeset: 355596:f80f03160047
user: marino <marino%pkgsrc.org@localhost>
date: Mon Dec 05 19:54:15 2016 +0000
description:
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:
print/Makefile | 3 ++-
print/indexinfo/DESCR | 1 +
print/indexinfo/Makefile | 26 ++++++++++++++++++++++++++
print/indexinfo/PLIST | 2 ++
print/indexinfo/distinfo | 6 ++++++
5 files changed, 37 insertions(+), 1 deletions(-)
diffs (68 lines):
diff -r 6daddf7ec88b -r f80f03160047 print/Makefile
--- a/print/Makefile Mon Dec 05 18:19:47 2016 +0000
+++ b/print/Makefile Mon Dec 05 19:54:15 2016 +0000
@@ -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+= ijs
SUBDIR+= img2eps
SUBDIR+= imposter
+SUBDIR+= indexinfo
SUBDIR+= ja-a2ps
SUBDIR+= ja-ptex
SUBDIR+= ja-vflib
diff -r 6daddf7ec88b -r f80f03160047 print/indexinfo/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/indexinfo/DESCR Mon Dec 05 19:54:15 2016 +0000
@@ -0,0 +1,1 @@
+Small utility designed to regenerate the GNU info page indexes
diff -r 6daddf7ec88b -r f80f03160047 print/indexinfo/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/indexinfo/Makefile Mon Dec 05 19:54:15 2016 +0000
@@ -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@localhost
+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 -r 6daddf7ec88b -r f80f03160047 print/indexinfo/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/indexinfo/PLIST Mon Dec 05 19:54:15 2016 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2016/12/05 19:54:15 marino Exp $
+bin/indexinfo
diff -r 6daddf7ec88b -r f80f03160047 print/indexinfo/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/indexinfo/distinfo Mon Dec 05 19:54:15 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index