Date: Thu, 26 Jun 2014 13:34:03 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359352 - in head/print: . indexinfo Message-ID: <201406261334.s5QDY31x096692@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Jun 26 13:34:02 2014 New Revision: 359352 URL: http://svnweb.freebsd.org/changeset/ports/359352 QAT: https://qat.redports.org/buildarchive/r359352/ Log: Add a minimal tool to regenerate GNU info page indexes Added: head/print/indexinfo/ head/print/indexinfo/Makefile (contents, props changed) head/print/indexinfo/distinfo (contents, props changed) head/print/indexinfo/pkg-descr (contents, props changed) Modified: head/print/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Thu Jun 26 13:31:21 2014 (r359351) +++ head/print/Makefile Thu Jun 26 13:34:02 2014 (r359352) @@ -115,6 +115,7 @@ SUBDIR += html2ps SUBDIR += hyperlatex SUBDIR += ifxetex + SUBDIR += indexinfo SUBDIR += it-acroread8 SUBDIR += jabref SUBDIR += jadetex Added: head/print/indexinfo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/indexinfo/Makefile Thu Jun 26 13:34:02 2014 (r359352) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= indexinfo +PORTVERSION= 0.1 +CATEGORIES= print ports-mgmt +MASTER_SITES= http://files.etoilebsd.net/indexinfo/ + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Utility to regenerate the GNU info page index + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +GNU_CONFIGURE= yes +PLIST_FILES= bin/indexinfo +INSTALL_TARGET= install-strip + +.include <bsd.port.mk> Added: head/print/indexinfo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/indexinfo/distinfo Thu Jun 26 13:34:02 2014 (r359352) @@ -0,0 +1,2 @@ +SHA256 (indexinfo-0.1.tar.gz) = d09b100c0c78e77b2c7c57a9096820fc8d758bd47eb4c6798ce66c99cd1dd3a8 +SIZE (indexinfo-0.1.tar.gz) = 77964 Added: head/print/indexinfo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/indexinfo/pkg-descr Thu Jun 26 13:34:02 2014 (r359352) @@ -0,0 +1,3 @@ +Small utility designed to regenerate the GNU info page indexes + +WWW: http://fossil.etoilebsd.net/indexinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406261334.s5QDY31x096692>