diff options
author | wosch <wosch@FreeBSD.org> | 1997-10-10 21:37:50 +0800 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-10-10 21:37:50 +0800 |
commit | adf1a38ba972c313511d49061704571e436a70f3 (patch) | |
tree | 1f52ba7121c6491535cb927e8bba01b9ce2b19c5 /textproc | |
parent | 1d0472e15353859d123d54594f8677f139b97acb (diff) | |
download | freebsd-ports-gnome-adf1a38ba972c313511d49061704571e436a70f3.tar.gz freebsd-ports-gnome-adf1a38ba972c313511d49061704571e436a70f3.tar.zst freebsd-ports-gnome-adf1a38ba972c313511d49061704571e436a70f3.zip |
Translate GNU info files into HTML pages, one page per node.
Menus, Notes, and Up/Next/Prev pointers are translated into links.
Other text is left as-is in <PRE></PRE> tags.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/info2html/Makefile | 15 | ||||
-rw-r--r-- | textproc/info2html/distinfo | 1 | ||||
-rw-r--r-- | textproc/info2html/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/info2html/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/info2html/pkg-plist | 2 |
5 files changed, 22 insertions, 0 deletions
diff --git a/textproc/info2html/Makefile b/textproc/info2html/Makefile new file mode 100644 index 000000000000..8c9a511eff5a --- /dev/null +++ b/textproc/info2html/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: info2html +# Version required: 1.1 +# Date created: 9 October 1997 +# Whom: wosch +# +# $Id: Makefile,v 1.3 1997/08/16 10:14:36 wosch Exp $ +# + +DISTNAME= info2html-1.1 +CATEGORIES= textproc +MASTER_SITES= http://www.freebsd.org/~wosch/src/ + +MAINTAINER= wosch@FreeBSD.org + +.include <bsd.port.mk> diff --git a/textproc/info2html/distinfo b/textproc/info2html/distinfo new file mode 100644 index 000000000000..95666f0e2c0d --- /dev/null +++ b/textproc/info2html/distinfo @@ -0,0 +1 @@ +MD5 (info2html-1.1.tar.gz) = 60af0b13f18ab1deee654f947d9fde71 diff --git a/textproc/info2html/pkg-comment b/textproc/info2html/pkg-comment new file mode 100644 index 000000000000..3d6349c9cfc7 --- /dev/null +++ b/textproc/info2html/pkg-comment @@ -0,0 +1 @@ +Translate GNU info files into HTML pages. diff --git a/textproc/info2html/pkg-descr b/textproc/info2html/pkg-descr new file mode 100644 index 000000000000..864d8e2f534c --- /dev/null +++ b/textproc/info2html/pkg-descr @@ -0,0 +1,3 @@ +Translate GNU info files into HTML pages, one page per node. +Menus, Notes, and Up/Next/Prev pointers are translated into links. +Other text is left as-is in <PRE></PRE> tags. diff --git a/textproc/info2html/pkg-plist b/textproc/info2html/pkg-plist new file mode 100644 index 000000000000..701c5e15b053 --- /dev/null +++ b/textproc/info2html/pkg-plist @@ -0,0 +1,2 @@ +bin/info2html +man/man1/info2html.1.gz |