Date: Thu, 17 Feb 2000 14:40:28 +0300 (MSK) From: Dmitry Sivachenko <dima@Chg.RU> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16775: New port: print/trueprint Message-ID: <200002171140.OAA63547@netserv1.chg.ru>
next in thread | raw e-mail | index | archive | help
>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 <dima@Chg.RU> 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 <bsd.port.mk> 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 <stdio.h> X #include <stdlib.h> X #include <string.h> X+#include <sys/types.h> X #include <sys/stat.h> X #include <unistd.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002171140.OAA63547>