pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   marino
Date:           Mon Dec  5 19:54:15 UTC 2016

Modified Files:
        pkgsrc/print: Makefile
Added Files:
        pkgsrc/print/indexinfo: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.676 -r1.677 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/indexinfo/DESCR \
    pkgsrc/print/indexinfo/Makefile pkgsrc/print/indexinfo/PLIST \
    pkgsrc/print/indexinfo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/Makefile
diff -u pkgsrc/print/Makefile:1.676 pkgsrc/print/Makefile:1.677
--- pkgsrc/print/Makefile:1.676 Tue Nov  8 11:42:16 2016
+++ pkgsrc/print/Makefile       Mon Dec  5 19:54:15 2016
@@ -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

Added files:

Index: pkgsrc/print/indexinfo/DESCR
diff -u /dev/null pkgsrc/print/indexinfo/DESCR:1.1
--- /dev/null   Mon Dec  5 19:54:15 2016
+++ pkgsrc/print/indexinfo/DESCR        Mon Dec  5 19:54:15 2016
@@ -0,0 +1 @@
+Small utility designed to regenerate the GNU info page indexes
Index: pkgsrc/print/indexinfo/Makefile
diff -u /dev/null pkgsrc/print/indexinfo/Makefile:1.1
--- /dev/null   Mon Dec  5 19:54:15 2016
+++ pkgsrc/print/indexinfo/Makefile     Mon Dec  5 19:54:15 2016
@@ -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"
Index: pkgsrc/print/indexinfo/PLIST
diff -u /dev/null pkgsrc/print/indexinfo/PLIST:1.1
--- /dev/null   Mon Dec  5 19:54:15 2016
+++ pkgsrc/print/indexinfo/PLIST        Mon Dec  5 19:54:15 2016
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2016/12/05 19:54:15 marino Exp $
+bin/indexinfo
Index: pkgsrc/print/indexinfo/distinfo
diff -u /dev/null pkgsrc/print/indexinfo/distinfo:1.1
--- /dev/null   Mon Dec  5 19:54:15 2016
+++ pkgsrc/print/indexinfo/distinfo     Mon Dec  5 19:54:15 2016
@@ -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