summaryrefslogtreecommitdiff
path: root/devel/cpp2html
diff options
context:
space:
mode:
authorDaniel Harris <dannyboy@FreeBSD.org>2001-01-28 20:04:27 +0000
committerDaniel Harris <dannyboy@FreeBSD.org>2001-01-28 20:04:27 +0000
commita34a8705da6df3b8e89712d16f5c6dc006e37e15 (patch)
tree2596838c107d0d945e68c8618c10abc2ac68ff3f /devel/cpp2html
parentUpdate to 1.2.4. (diff)
Add cpp2html 1.2.
Given a C or C++ source file, produces HTML with syntax highlighting. PR: 24604 Submitted by: greid@ukug.uk.freebsd.org
Notes
Notes: svn path=/head/; revision=37694
Diffstat (limited to 'devel/cpp2html')
-rw-r--r--devel/cpp2html/Makefile18
-rw-r--r--devel/cpp2html/distinfo1
-rw-r--r--devel/cpp2html/pkg-comment1
-rw-r--r--devel/cpp2html/pkg-descr5
-rw-r--r--devel/cpp2html/pkg-plist31
5 files changed, 56 insertions, 0 deletions
diff --git a/devel/cpp2html/Makefile b/devel/cpp2html/Makefile
new file mode 100644
index 000000000000..742bc5e78d31
--- /dev/null
+++ b/devel/cpp2html/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: cpp2html
+# Date created: 24 January 2001
+# Whom: George Reid <greid@ukug.uk.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cpp2html
+PORTVERSION= 1.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= greid@ukug.uk.freebsd.org
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/devel/cpp2html/distinfo b/devel/cpp2html/distinfo
new file mode 100644
index 000000000000..51fffd3742e6
--- /dev/null
+++ b/devel/cpp2html/distinfo
@@ -0,0 +1 @@
+MD5 (cpp2html-1.2.tar.gz) = 58ad18f490464d4bf3d5f689e9bc0588
diff --git a/devel/cpp2html/pkg-comment b/devel/cpp2html/pkg-comment
new file mode 100644
index 000000000000..bf783297f1fa
--- /dev/null
+++ b/devel/cpp2html/pkg-comment
@@ -0,0 +1 @@
+A simple program to output HTML with syntax highlighting from C/C++ source
diff --git a/devel/cpp2html/pkg-descr b/devel/cpp2html/pkg-descr
new file mode 100644
index 000000000000..3e2a08098d9d
--- /dev/null
+++ b/devel/cpp2html/pkg-descr
@@ -0,0 +1,5 @@
+This is a simple program that, given a source C/C++ file, produces a
+HTML source with syntax highlighting.
+
+- George Reid
+greid@ukug.uk.freebsd.org
diff --git a/devel/cpp2html/pkg-plist b/devel/cpp2html/pkg-plist
new file mode 100644
index 000000000000..aa55488990bd
--- /dev/null
+++ b/devel/cpp2html/pkg-plist
@@ -0,0 +1,31 @@
+bin/cpp2html
+share/cpp2html/tags.j2h
+share/doc/cpp2html/COPYING
+share/doc/cpp2html/ChangeLog
+share/doc/cpp2html/INSTALL
+share/doc/cpp2html/NEWS
+share/doc/cpp2html/README
+share/doc/cpp2html/README.compile_VC6
+share/doc/cpp2html/THANKS
+share/doc/cpp2html/TODO.txt
+share/doc/cpp2html/cmdline.c.html
+share/doc/cpp2html/cmdline.h.html
+share/doc/cpp2html/colors.html
+share/doc/cpp2html/cpp2html.css
+share/doc/cpp2html/cpp2html.html
+share/doc/cpp2html/decorators.h.html
+share/doc/cpp2html/footer.html
+share/doc/cpp2html/generators.cc.html
+share/doc/cpp2html/generators.h.html
+share/doc/cpp2html/header.html
+share/doc/cpp2html/list.h.html
+share/doc/cpp2html/mails.txt
+share/doc/cpp2html/main.cc.html
+share/doc/cpp2html/main.h.html
+share/doc/cpp2html/messages.cc.html
+share/doc/cpp2html/mono-alt.css
+share/doc/cpp2html/mono.css
+share/doc/cpp2html/tags.cc.html
+share/doc/cpp2html/tags.h.html
+@dirrm share/cpp2html
+@dirrm share/doc/cpp2html