From owner-freebsd-ports Thu Feb 17 3:50: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A4AED37B6C1 for ; Thu, 17 Feb 2000 03:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA55373; Thu, 17 Feb 2000 03:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 215B937B6B0 for ; Thu, 17 Feb 2000 03:40:50 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id OAA63547; Thu, 17 Feb 2000 14:40:28 +0300 (MSK) Message-Id: <200002171140.OAA63547@netserv1.chg.ru> Date: Thu, 17 Feb 2000 14:40:28 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16775: New port: print/trueprint Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16775 >Category: ports >Synopsis: New port: print/trueprint >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 17 03:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./patches # ./patches/patch-aa # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: trueprint X# Version required: 5.2 X# Date created: 17 February 2000 X# Whom: Dmitry Sivachenko X# X# $FreeBSD$ X# X XDISTNAME= trueprint-5.2 XCATEGORIES= print XMASTER_SITES= ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= trueprint X XMAINTAINER= dima@Chg.RU X XUSE_GMAKE= yes X XMAN1= trueprint.1 X XGNU_CONFIGURE= yes X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (trueprint-5.2.tar.gz) = 00ed6ded03f883afdb48ba9dfb7bc49e END-of-./files/md5 echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- index.c.orig Thu Feb 17 14:07:51 2000 X+++ index.c Thu Feb 17 14:08:04 2000 X@@ -14,6 +14,7 @@ X #include X #include X #include X+#include X #include X #include X END-of-./patches/patch-aa echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/trueprint Xlib/printers X@unexec install-info --delete %D/info/trueprint.info %D/info/dir Xinfo/trueprint.info X@exec install-info %D/info/trueprint.info %D/info/dir END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XPrint program listings on postscript printer END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XTrueprint is a general purpose printing program. It tries to produce Xeverything that anybody could need in a program printout without Xthe need for large numbers of switches or pipelines. Trueprint can Xcurrently handle C, C++, Java, Perl, Verilog, shell (including ksh), Pascal, Xpseudo C, report files (trueprint report files), listing files, text files. X X XDmitry Sivachenko, Xdima@Chg.RU END-of-./pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message