diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2001-01-29 04:04:27 +0800 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2001-01-29 04:04:27 +0800 |
commit | d66dc536924bbcc12ec64316ffa86cc23480caca (patch) | |
tree | 64fa1f3a2506d81fd129e911a91d8e4c3846d1d3 /devel/cpp2html | |
parent | cf3c0a1638b74237dc81d4fcc3459d4953b329b9 (diff) | |
download | freebsd-ports-gnome-d66dc536924bbcc12ec64316ffa86cc23480caca.tar.gz freebsd-ports-gnome-d66dc536924bbcc12ec64316ffa86cc23480caca.tar.zst freebsd-ports-gnome-d66dc536924bbcc12ec64316ffa86cc23480caca.zip |
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
Diffstat (limited to 'devel/cpp2html')
-rw-r--r-- | devel/cpp2html/Makefile | 18 | ||||
-rw-r--r-- | devel/cpp2html/distinfo | 1 | ||||
-rw-r--r-- | devel/cpp2html/pkg-comment | 1 | ||||
-rw-r--r-- | devel/cpp2html/pkg-descr | 5 | ||||
-rw-r--r-- | devel/cpp2html/pkg-plist | 31 |
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 |