summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorDan Moschuk <dan@FreeBSD.org>1999-10-03 14:31:36 +0000
committerDan Moschuk <dan@FreeBSD.org>1999-10-03 14:31:36 +0000
commit6a2c3cbcfd740839206590b1844b85a761b33b0c (patch)
tree2c090bc1f3dee1267de287a2b05a809651e66926 /textproc
parentMoving code2html into textproc. (diff)
Welcome code2html into its new (and rightful) home in textproc. Code2html
is a source code to html converter.
Notes
Notes: svn path=/head/; revision=22141
Diffstat (limited to 'textproc')
-rw-r--r--textproc/code2html/Makefile27
-rw-r--r--textproc/code2html/distinfo1
-rw-r--r--textproc/code2html/pkg-comment1
-rw-r--r--textproc/code2html/pkg-descr14
-rw-r--r--textproc/code2html/pkg-plist1
5 files changed, 44 insertions, 0 deletions
diff --git a/textproc/code2html/Makefile b/textproc/code2html/Makefile
new file mode 100644
index 000000000000..fdf718405607
--- /dev/null
+++ b/textproc/code2html/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: code2html
+# Version required: 0.8.6
+# Date created: 01 October 1999
+# Whom: Chris D. Faulhaber <jedgar@fxp.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= code2html.pl
+PKGNAME= code2html-0.8.6
+CATEGORIES= textproc
+MASTER_SITES= http://www.giga.or.at/~weasel/pub/code2html/latest/
+EXTRACT_SUFX= .gz
+
+MAINTAINER= jedgar@fxp.org
+
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+
+do-extract:
+ @${MKDIR} ${WRKDIR}
+ ${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/code2html.pl ${PREFIX}/bin/code2html
+
+.include <bsd.port.mk>
diff --git a/textproc/code2html/distinfo b/textproc/code2html/distinfo
new file mode 100644
index 000000000000..c73dc2e26d96
--- /dev/null
+++ b/textproc/code2html/distinfo
@@ -0,0 +1 @@
+MD5 (code2html.pl.gz) = cc138c6d85f3b0c9707da6c40bae19ec
diff --git a/textproc/code2html/pkg-comment b/textproc/code2html/pkg-comment
new file mode 100644
index 000000000000..4c40a20a60c9
--- /dev/null
+++ b/textproc/code2html/pkg-comment
@@ -0,0 +1 @@
+Sourcecode to HTML converter
diff --git a/textproc/code2html/pkg-descr b/textproc/code2html/pkg-descr
new file mode 100644
index 000000000000..222fd1c7a9f5
--- /dev/null
+++ b/textproc/code2html/pkg-descr
@@ -0,0 +1,14 @@
+Sourcecode to HTML converter
+
+code2html converts a program source code to syntax
+highlighted HTML. It may be called as a CGI script and
+can also handle include commands in HTML files.
+
+Support for the following languages:
+ Ada, C, C++, HTML, Java, JavaScript, Makefile,
+ Pascal, Perl, SQL, Awk, m4, groff.
+
+WWW: http://www.cosy.sbg.ac.at/~ppalfrad/code2html/
+
+- Chris D. Faulhaber
+jedgar@fxp.org
diff --git a/textproc/code2html/pkg-plist b/textproc/code2html/pkg-plist
new file mode 100644
index 000000000000..297cd6e98dc9
--- /dev/null
+++ b/textproc/code2html/pkg-plist
@@ -0,0 +1 @@
+bin/code2html