[Midnightbsd-cvs] mports [18282] trunk/print/indexinfo: add indexinfo, a utility for info pages

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 22 14:17:23 EDT 2015


Revision: 18282
          http://svnweb.midnightbsd.org/mports/?rev=18282
Author:   laffer1
Date:     2015-03-22 14:17:21 -0400 (Sun, 22 Mar 2015)
Log Message:
-----------
add indexinfo, a utility for info pages

Added Paths:
-----------
    trunk/print/indexinfo/
    trunk/print/indexinfo/Makefile
    trunk/print/indexinfo/distinfo
    trunk/print/indexinfo/pkg-descr

Added: trunk/print/indexinfo/Makefile
===================================================================
--- trunk/print/indexinfo/Makefile	                        (rev 0)
+++ trunk/print/indexinfo/Makefile	2015-03-22 18:17:21 UTC (rev 18282)
@@ -0,0 +1,19 @@
+# $MidnightBSD$
+
+PORTNAME=	indexinfo
+PORTVERSION=	0.2.2
+CATEGORIES=	print ports-mgmt
+MASTER_SITES=	http://files.etoilebsd.net/indexinfo/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Utility to regenerate the GNU info page index
+
+LICENSE=	bsd2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-maintainer-mode
+PLIST_FILES=	bin/indexinfo
+INSTALL_TARGET=	install-strip
+
+.include <bsd.port.mk>


Property changes on: trunk/print/indexinfo/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/indexinfo/distinfo
===================================================================
--- trunk/print/indexinfo/distinfo	                        (rev 0)
+++ trunk/print/indexinfo/distinfo	2015-03-22 18:17:21 UTC (rev 18282)
@@ -0,0 +1,2 @@
+SHA256 (indexinfo-0.2.2.tar.gz) = 1d9eb652aee871a21e04172f55ec2e46b5b18de64540e774617ac704bdaafc4f
+SIZE (indexinfo-0.2.2.tar.gz) = 79582


Property changes on: trunk/print/indexinfo/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/print/indexinfo/pkg-descr
===================================================================
--- trunk/print/indexinfo/pkg-descr	                        (rev 0)
+++ trunk/print/indexinfo/pkg-descr	2015-03-22 18:17:21 UTC (rev 18282)
@@ -0,0 +1,3 @@
+Small utility designed to regenerate the GNU info page indexes
+
+WWW: https://github.com/bapt/indexinfo


Property changes on: trunk/print/indexinfo/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list