diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-19 03:04:10 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-19 03:04:10 +0800 |
commit | cdeee99944255b730dafca1a56d9afab8d7263ec (patch) | |
tree | 3e9b6e24397afc239d480b02d99db0b44fa613f6 /textproc/info_to_html | |
parent | 41939d7b8b3bce22a4ab9358b722e8a5a3d1ba2d (diff) | |
download | freebsd-ports-graphics-cdeee99944255b730dafca1a56d9afab8d7263ec.tar.gz freebsd-ports-graphics-cdeee99944255b730dafca1a56d9afab8d7263ec.tar.zst freebsd-ports-graphics-cdeee99944255b730dafca1a56d9afab8d7263ec.zip |
add info_to_html
Translate GNU info files into HTML pages
Diffstat (limited to 'textproc/info_to_html')
-rw-r--r-- | textproc/info_to_html/Makefile | 24 | ||||
-rw-r--r-- | textproc/info_to_html/distinfo | 1 | ||||
-rw-r--r-- | textproc/info_to_html/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/info_to_html/pkg-descr | 1 | ||||
-rw-r--r-- | textproc/info_to_html/pkg-plist | 1 |
5 files changed, 28 insertions, 0 deletions
diff --git a/textproc/info_to_html/Makefile b/textproc/info_to_html/Makefile new file mode 100644 index 00000000000..6db68033153 --- /dev/null +++ b/textproc/info_to_html/Makefile @@ -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> diff --git a/textproc/info_to_html/distinfo b/textproc/info_to_html/distinfo new file mode 100644 index 00000000000..47d9ae0e18c --- /dev/null +++ b/textproc/info_to_html/distinfo @@ -0,0 +1 @@ +MD5 (info_to_html-0.9.tar.gz) = f420ccb5fe5174f510301fbdca11eea0 diff --git a/textproc/info_to_html/pkg-comment b/textproc/info_to_html/pkg-comment new file mode 100644 index 00000000000..e7ca4d3fff6 --- /dev/null +++ b/textproc/info_to_html/pkg-comment @@ -0,0 +1 @@ +Translate GNU info files into HTML pages diff --git a/textproc/info_to_html/pkg-descr b/textproc/info_to_html/pkg-descr new file mode 100644 index 00000000000..e7ca4d3fff6 --- /dev/null +++ b/textproc/info_to_html/pkg-descr @@ -0,0 +1 @@ +Translate GNU info files into HTML pages diff --git a/textproc/info_to_html/pkg-plist b/textproc/info_to_html/pkg-plist new file mode 100644 index 00000000000..c0dee54db6e --- /dev/null +++ b/textproc/info_to_html/pkg-plist @@ -0,0 +1 @@ +bin/info_to_html |