diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-21 22:16:35 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-21 22:16:35 +0000 |
commit | aea17fb73300f7bb4355632a2eeb5d35b3ffd661 (patch) | |
tree | d33f935baa7f56ad1cca6f86c74a7ede531442ba /print/trueprint | |
parent | be05ad8a583f274d434fa2cee52edd5bd07662a0 (diff) | |
download | ports-aea17fb73300f7bb4355632a2eeb5d35b3ffd661.tar.gz ports-aea17fb73300f7bb4355632a2eeb5d35b3ffd661.zip |
Notes
Diffstat (limited to 'print/trueprint')
-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 000000000000..71e6bba4a322 --- /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 000000000000..bf7edaf24b60 --- /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 000000000000..b6b4da11c87c --- /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 000000000000..02a65cc4c9f2 --- /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 000000000000..933b66377b25 --- /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 000000000000..9ad8f9ea3c12 --- /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 |