add info_to_html

Translate GNU info files into HTML pages
This commit is contained in:
Ying-Chieh Liao 2001-06-18 19:04:10 +00:00
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

View file

@ -56,6 +56,7 @@
SUBDIR += htdig
SUBDIR += html
SUBDIR += info2html
SUBDIR += info_to_html
SUBDIR += isearch
SUBDIR += iso12083
SUBDIR += iso8879

View 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>

View file

@ -0,0 +1 @@
MD5 (info_to_html-0.9.tar.gz) = f420ccb5fe5174f510301fbdca11eea0

View file

@ -0,0 +1 @@
Translate GNU info files into HTML pages

View file

@ -0,0 +1 @@
Translate GNU info files into HTML pages

View file

@ -0,0 +1 @@
bin/info_to_html