1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

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
This commit is contained in:
Daniel Harris 2001-01-28 20:04:27 +00:00
parent 20704e1691
commit a34a8705da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37694
6 changed files with 57 additions and 0 deletions

View File

@ -50,6 +50,7 @@
SUBDIR += cons
SUBDIR += cons-test
SUBDIR += cook
SUBDIR += cpp2html
SUBDIR += cproto
SUBDIR += crossgo32
SUBDIR += crossgo32-djgpp2

18
devel/cpp2html/Makefile Normal file
View File

@ -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>

1
devel/cpp2html/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (cpp2html-1.2.tar.gz) = 58ad18f490464d4bf3d5f689e9bc0588

View File

@ -0,0 +1 @@
A simple program to output HTML with syntax highlighting from C/C++ source

5
devel/cpp2html/pkg-descr Normal file
View File

@ -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

31
devel/cpp2html/pkg-plist Normal file
View File

@ -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