diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-20 17:36:57 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-20 17:36:57 +0800 |
commit | 789993452946a87c4c5482231c6b2c2f9d8c9a50 (patch) | |
tree | c6167f9c43b5ff3fd173baeb32796061ce7b18e2 /print | |
parent | 2c873b95cf7333953d0676cd33a6affee6259b30 (diff) | |
download | freebsd-ports-gnome-789993452946a87c4c5482231c6b2c2f9d8c9a50.tar.gz freebsd-ports-gnome-789993452946a87c4c5482231c6b2c2f9d8c9a50.tar.zst freebsd-ports-gnome-789993452946a87c4c5482231c6b2c2f9d8c9a50.zip |
add cpp2latex
Convert C++-programmlistings to a file you can input in an LaTeX-document
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/cpp2latex/Makefile | 18 | ||||
-rw-r--r-- | print/cpp2latex/distinfo | 1 | ||||
-rw-r--r-- | print/cpp2latex/pkg-comment | 1 | ||||
-rw-r--r-- | print/cpp2latex/pkg-descr | 3 | ||||
-rw-r--r-- | print/cpp2latex/pkg-plist | 8 |
6 files changed, 32 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 9f16c043c922..9f8578dd7fd2 100644 --- a/print/Makefile +++ b/print/Makefile @@ -30,6 +30,7 @@ SUBDIR += cjk-lyx SUBDIR += clibpdf SUBDIR += cmpsfont + SUBDIR += cpp2latex SUBDIR += cups SUBDIR += detex SUBDIR += dvi2tty diff --git a/print/cpp2latex/Makefile b/print/cpp2latex/Makefile new file mode 100644 index 000000000000..9ba4489bf8ce --- /dev/null +++ b/print/cpp2latex/Makefile @@ -0,0 +1,18 @@ +# ex:ts=8 +# New ports collection makefile for: cpp2latex +# Date created: Jul 20, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= cpp2latex +PORTVERSION= 2.0 +CATEGORIES= print +MASTER_SITES= http://www.arnoldarts.de/ + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/print/cpp2latex/distinfo b/print/cpp2latex/distinfo new file mode 100644 index 000000000000..cf68d8f01c39 --- /dev/null +++ b/print/cpp2latex/distinfo @@ -0,0 +1 @@ +MD5 (cpp2latex-2.0.tar.gz) = 9bea8c04f21034c8cc1dc08eddf59349 diff --git a/print/cpp2latex/pkg-comment b/print/cpp2latex/pkg-comment new file mode 100644 index 000000000000..4b87600d16f8 --- /dev/null +++ b/print/cpp2latex/pkg-comment @@ -0,0 +1 @@ +Convert C++-programmlistings to a file you can input in an LaTeX-document diff --git a/print/cpp2latex/pkg-descr b/print/cpp2latex/pkg-descr new file mode 100644 index 000000000000..a6be976a54ed --- /dev/null +++ b/print/cpp2latex/pkg-descr @@ -0,0 +1,3 @@ +Convert C++-programmlistings to a file you can input in an LaTeX-document + +WWW: http://www.arnoldarts.de/projects.html diff --git a/print/cpp2latex/pkg-plist b/print/cpp2latex/pkg-plist new file mode 100644 index 000000000000..1d80ba031723 --- /dev/null +++ b/print/cpp2latex/pkg-plist @@ -0,0 +1,8 @@ +bin/cpp2latex +share/doc/cpp2latex/AUTHORS +share/doc/cpp2latex/COPYING +share/doc/cpp2latex/ChangeLog +share/doc/cpp2latex/INSTALL +share/doc/cpp2latex/README +share/doc/cpp2latex/TODO +@dirrm share/doc/cpp2latex |