add info_to_html
Translate GNU info files into HTML pages
This commit is contained in:
parent
8784838934
commit
88a1db2246
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44187
6 changed files with 29 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
||||||
SUBDIR += htdig
|
SUBDIR += htdig
|
||||||
SUBDIR += html
|
SUBDIR += html
|
||||||
SUBDIR += info2html
|
SUBDIR += info2html
|
||||||
|
SUBDIR += info_to_html
|
||||||
SUBDIR += isearch
|
SUBDIR += isearch
|
||||||
SUBDIR += iso12083
|
SUBDIR += iso12083
|
||||||
SUBDIR += iso8879
|
SUBDIR += iso8879
|
||||||
|
|
24
textproc/info_to_html/Makefile
Normal file
24
textproc/info_to_html/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# ex:ts=8
|
||||||
|
# New ports collection makefile for: info_to_html
|
||||||
|
# Date created: Jun 19, 2001
|
||||||
|
# Whom: ijliao
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= info_to_html
|
||||||
|
PORTVERSION= 0.9
|
||||||
|
CATEGORIES= textproc perl5
|
||||||
|
MASTER_SITES= http://www.mons.net/software/
|
||||||
|
|
||||||
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
|
||||||
|
|
||||||
|
USE_PERL5= yes
|
||||||
|
NO_BUILD= yes
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_SCRIPT} ${WRKSRC}/info_to_html ${PREFIX}/bin
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
textproc/info_to_html/distinfo
Normal file
1
textproc/info_to_html/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (info_to_html-0.9.tar.gz) = f420ccb5fe5174f510301fbdca11eea0
|
1
textproc/info_to_html/pkg-comment
Normal file
1
textproc/info_to_html/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Translate GNU info files into HTML pages
|
1
textproc/info_to_html/pkg-descr
Normal file
1
textproc/info_to_html/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Translate GNU info files into HTML pages
|
1
textproc/info_to_html/pkg-plist
Normal file
1
textproc/info_to_html/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bin/info_to_html
|
Loading…
Reference in a new issue