diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-02-21 22:16:35 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-02-21 22:16:35 +0000 |
commit | 82ea77b51d0496131e20583a36ded34cdc647acb (patch) | |
tree | a6efa4e24ff79c4529c2e5a11db23ed2720da1ef /print | |
parent | cae1f3dcad0b8ff359124ee07fc158a029f16b78 (diff) | |
download | FreeBSD-ports-82ea77b51d0496131e20583a36ded34cdc647acb.zip FreeBSD-ports-82ea77b51d0496131e20583a36ded34cdc647acb.tar.gz |
Trueprint is a general purpose printing program. It tries to produce
everything that anybody could need in a program printout without
the need for large numbers of switches or pipelines. Trueprint can
currently handle C, C++, Java, Perl, Verilog, shell (including ksh), Pascal,
pseudo C, report files (trueprint report files), listing files, text files.
PR: 16775
Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Diffstat (limited to 'print')
-rw-r--r-- | print/trueprint/Makefile | 22 | ||||
-rw-r--r-- | print/trueprint/distinfo | 1 | ||||
-rw-r--r-- | print/trueprint/files/patch-aa | 10 | ||||
-rw-r--r-- | print/trueprint/pkg-comment | 1 | ||||
-rw-r--r-- | print/trueprint/pkg-descr | 8 | ||||
-rw-r--r-- | print/trueprint/pkg-plist | 5 |
6 files changed, 47 insertions, 0 deletions
diff --git a/print/trueprint/Makefile b/print/trueprint/Makefile new file mode 100644 index 0000000..71e6bba --- /dev/null +++ b/print/trueprint/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: trueprint +# Version required: 5.2 +# Date created: 17 February 2000 +# Whom: Dmitry Sivachenko <dima@Chg.RU> +# +# $FreeBSD$ +# + +DISTNAME= trueprint-5.2 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= trueprint + +MAINTAINER= dima@Chg.RU + +USE_GMAKE= yes + +GNU_CONFIGURE= yes + +MAN1= trueprint.1 + +.include <bsd.port.mk> diff --git a/print/trueprint/distinfo b/print/trueprint/distinfo new file mode 100644 index 0000000..bf7edaf --- /dev/null +++ b/print/trueprint/distinfo @@ -0,0 +1 @@ +MD5 (trueprint-5.2.tar.gz) = 00ed6ded03f883afdb48ba9dfb7bc49e diff --git a/print/trueprint/files/patch-aa b/print/trueprint/files/patch-aa new file mode 100644 index 0000000..b6b4da1 --- /dev/null +++ b/print/trueprint/files/patch-aa @@ -0,0 +1,10 @@ +--- index.c.orig Thu Feb 17 14:07:51 2000 ++++ index.c Thu Feb 17 14:08:04 2000 +@@ -14,6 +14,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#include <sys/types.h> + #include <sys/stat.h> + #include <unistd.h> + diff --git a/print/trueprint/pkg-comment b/print/trueprint/pkg-comment new file mode 100644 index 0000000..02a65cc --- /dev/null +++ b/print/trueprint/pkg-comment @@ -0,0 +1 @@ +Print program listings on postscript printer diff --git a/print/trueprint/pkg-descr b/print/trueprint/pkg-descr new file mode 100644 index 0000000..933b663 --- /dev/null +++ b/print/trueprint/pkg-descr @@ -0,0 +1,8 @@ +Trueprint is a general purpose printing program. It tries to produce +everything that anybody could need in a program printout without +the need for large numbers of switches or pipelines. Trueprint can +currently handle C, C++, Java, Perl, Verilog, shell (including ksh), Pascal, +pseudo C, report files (trueprint report files), listing files, text files. + +Dmitry Sivachenko, +dima@Chg.RU diff --git a/print/trueprint/pkg-plist b/print/trueprint/pkg-plist new file mode 100644 index 0000000..9ad8f9e --- /dev/null +++ b/print/trueprint/pkg-plist @@ -0,0 +1,5 @@ +bin/trueprint +lib/printers +@unexec install-info --delete %D/info/trueprint.info %D/info/dir +info/trueprint.info +@exec install-info %D/info/trueprint.info %D/info/dir |