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>
This commit is contained in:
Chris D. Faulhaber 2000-02-21 22:16:35 +00:00
parent be05ad8a58
commit aea17fb733
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26109
6 changed files with 47 additions and 0 deletions

22
print/trueprint/Makefile Normal file
View File

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

1
print/trueprint/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (trueprint-5.2.tar.gz) = 00ed6ded03f883afdb48ba9dfb7bc49e

View File

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

View File

@ -0,0 +1 @@
Print program listings on postscript printer

View File

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

View File

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