Add a minimal tool to regenerate GNU info page indexes
This commit is contained in:
parent
ea123b1311
commit
0b8e7b7bf9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359352
@ -115,6 +115,7 @@
|
||||
SUBDIR += html2ps
|
||||
SUBDIR += hyperlatex
|
||||
SUBDIR += ifxetex
|
||||
SUBDIR += indexinfo
|
||||
SUBDIR += it-acroread8
|
||||
SUBDIR += jabref
|
||||
SUBDIR += jadetex
|
||||
|
18
print/indexinfo/Makefile
Normal file
18
print/indexinfo/Makefile
Normal file
@ -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>
|
2
print/indexinfo/distinfo
Normal file
2
print/indexinfo/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (indexinfo-0.1.tar.gz) = d09b100c0c78e77b2c7c57a9096820fc8d758bd47eb4c6798ce66c99cd1dd3a8
|
||||
SIZE (indexinfo-0.1.tar.gz) = 77964
|
3
print/indexinfo/pkg-descr
Normal file
3
print/indexinfo/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Small utility designed to regenerate the GNU info page indexes
|
||||
|
||||
WWW: http://fossil.etoilebsd.net/indexinfo
|
Loading…
Reference in New Issue
Block a user