diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-20 09:36:57 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-20 09:36:57 +0000 |
commit | 79826837b7c5341408394d16d44e385e12154c5c (patch) | |
tree | 9f5648af86125bd12d60b0f7d29632c9eccb9483 /print | |
parent | 8d89a8b1378cc123a180b842b60c346c7f33b259 (diff) | |
download | ports-79826837b7c5341408394d16d44e385e12154c5c.tar.gz ports-79826837b7c5341408394d16d44e385e12154c5c.zip |
Notes
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 |