summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-11-17 17:57:55 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-11-17 17:57:55 +0000
commit835c47fdecd1e9ddf66d735ed61e457ab28acbff (patch)
tree7e115ea54c883b37b32f57843ae6698ccee614d7 /textproc
parentUpgrade to ePerl 2.2.8 (diff)
New port:
Texinfo to HTML converter PR: 4952 Submitted by: Ian Vaudrey <i.vaudrey@cableinet.co.uk>
Notes
Notes: svn path=/head/; revision=8690
Diffstat (limited to 'textproc')
-rw-r--r--textproc/texi2html/Makefile34
-rw-r--r--textproc/texi2html/distinfo1
-rw-r--r--textproc/texi2html/pkg-comment1
-rw-r--r--textproc/texi2html/pkg-descr7
-rw-r--r--textproc/texi2html/pkg-plist2
5 files changed, 45 insertions, 0 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile
new file mode 100644
index 000000000000..dd17082873a2
--- /dev/null
+++ b/textproc/texi2html/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: texi2html
+# Version required: 1.51
+# Date created: 5 Nov 1997
+# Whom: Ian Vaudrey <i.vaudrey@cableinet.co.uk>
+#
+# $Id$
+#
+
+DISTNAME= texi2html
+PKGNAME= texi2html-1.51
+CATEGORIES= textproc
+MASTER_SITES= http://wwwcn.cern.ch/dci/texi2html/ \
+ ftp://ftp.scc.ru/pub/unix/
+EXTRACT_SUFX= .shar.Z
+
+MAINTAINER= i.vaudrey@cableinet.co.uk
+
+EXTRACT_CMD= uncompress
+EXTRACT_BEFORE_ARGS= -c
+EXTRACT_AFTER_ARGS= | sh
+NO_WRKSUBDIR= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+MAN1= texi2html.1
+
+post-extract:
+ @cd ${WRKSRC}; split -l 1881 texi2html texi2html.
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/texi2html.aa ${PREFIX}/bin/texi2html
+ ${INSTALL_MAN} ${WRKDIR}/texi2html.ab ${PREFIX}/man/man1/${MAN1}
+
+.include <bsd.port.mk>
diff --git a/textproc/texi2html/distinfo b/textproc/texi2html/distinfo
new file mode 100644
index 000000000000..fd7906389890
--- /dev/null
+++ b/textproc/texi2html/distinfo
@@ -0,0 +1 @@
+MD5 (texi2html.shar.Z) = 8547519276293f6d37533ac0aa431e97
diff --git a/textproc/texi2html/pkg-comment b/textproc/texi2html/pkg-comment
new file mode 100644
index 000000000000..97ca004803b1
--- /dev/null
+++ b/textproc/texi2html/pkg-comment
@@ -0,0 +1 @@
+Texinfo to HTML converter
diff --git a/textproc/texi2html/pkg-descr b/textproc/texi2html/pkg-descr
new file mode 100644
index 000000000000..55975495d4ae
--- /dev/null
+++ b/textproc/texi2html/pkg-descr
@@ -0,0 +1,7 @@
+texi2html takes Texinfo files (and not info ones) and produces a set of HTML
+files. The quality of the output is close to the printed output and is much
+better than an info->HTML gateway. It understands most Texinfo version 2
+commands and runs without problem on big Texinfo files like the GNU Emacs 19
+manual.
+
+This program is distributed under the GNU General Public License.
diff --git a/textproc/texi2html/pkg-plist b/textproc/texi2html/pkg-plist
new file mode 100644
index 000000000000..06b03b00651c
--- /dev/null
+++ b/textproc/texi2html/pkg-plist
@@ -0,0 +1,2 @@
+bin/texi2html
+man/man1/texi2html.1.gz