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.
This commit is contained in:
parent
27073a4246
commit
17d4c286bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8200
5 changed files with 22 additions and 0 deletions
15
textproc/info2html/Makefile
Normal file
15
textproc/info2html/Makefile
Normal file
|
@ -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>
|
1
textproc/info2html/distinfo
Normal file
1
textproc/info2html/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (info2html-1.1.tar.gz) = 60af0b13f18ab1deee654f947d9fde71
|
1
textproc/info2html/pkg-comment
Normal file
1
textproc/info2html/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Translate GNU info files into HTML pages.
|
3
textproc/info2html/pkg-descr
Normal file
3
textproc/info2html/pkg-descr
Normal file
|
@ -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.
|
2
textproc/info2html/pkg-plist
Normal file
2
textproc/info2html/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/info2html
|
||||
man/man1/info2html.1.gz
|
Loading…
Reference in a new issue