diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2001-01-28 20:04:27 +0000 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2001-01-28 20:04:27 +0000 |
commit | d66dc536924bbcc12ec64316ffa86cc23480caca (patch) | |
tree | 64fa1f3a2506d81fd129e911a91d8e4c3846d1d3 /devel | |
parent | cf3c0a1638b74237dc81d4fcc3459d4953b329b9 (diff) | |
download | FreeBSD-ports-d66dc536924bbcc12ec64316ffa86cc23480caca.zip FreeBSD-ports-d66dc536924bbcc12ec64316ffa86cc23480caca.tar.gz |
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')
-rw-r--r-- | devel/Makefile | 1 | ||||
-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 |
6 files changed, 57 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f83afaa..d0d35d3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -50,6 +50,7 @@ SUBDIR += cons SUBDIR += cons-test SUBDIR += cook + SUBDIR += cpp2html SUBDIR += cproto SUBDIR += crossgo32 SUBDIR += crossgo32-djgpp2 diff --git a/devel/cpp2html/Makefile b/devel/cpp2html/Makefile new file mode 100644 index 0000000..742bc5e --- /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 0000000..51fffd3 --- /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 0000000..bf78329 --- /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 0000000..3e2a080 --- /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 0000000..aa55488 --- /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 |