Date: Fri, 15 Jan 1999 00:50:20 -0800 (PST) From: Ted Faber <faber@lunabase.org> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9512: new port: grap graph typesetter Message-ID: <199901150850.AAA24917@newbox.lunabase.org>
next in thread | raw e-mail | index | archive | help
>Number: 9512 >Category: ports >Synopsis: new port: grap graph typesetter >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: Fri Jan 15 01:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ted Faber >Release: FreeBSD 3.0-RELEASE i386 >Organization: Concerned Citizen :-) >Environment: The port works from 2.2.7-3.0 >Description: A port of my implementation of Kernigan and Bentley's grap program. I've tenatively put it in graphics and textproc, let me know if that's OK. This is my first port, so let me know if there are problems. You've also heard from me at faber@isi.edu. Same guy, but I did this coding on my own time. >How-To-Repeat: Be nice to me and I'll port something else. >Fix: Here's the shar: # 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: # # grap # grap/pkg # grap/pkg/COMMENT # grap/pkg/DESCR # grap/pkg/PLIST # grap/Makefile # grap/files # grap/files/md5 # echo c - grap mkdir -p grap > /dev/null 2>&1 echo c - grap/pkg mkdir -p grap/pkg > /dev/null 2>&1 echo x - grap/pkg/COMMENT sed 's/^X//' >grap/pkg/COMMENT << 'END-of-grap/pkg/COMMENT' XAn implementation of Kernigan & Bentley's grap language END-of-grap/pkg/COMMENT echo x - grap/pkg/DESCR sed 's/^X//' >grap/pkg/DESCR << 'END-of-grap/pkg/DESCR' XThis is a port of Kernigan and Bentley's grap program for typsetting Xgraphs. It is a pic preprocessor that can be used with groff or TeX. X XYou can learn more about grap as specified by Kernigan and Bentley at Xhttp://www.kohala.com/~rstevens/troff/troff.html X X-- Ted Faber Xfaber@lunabase.org X END-of-grap/pkg/DESCR echo x - grap/pkg/PLIST sed 's/^X//' >grap/pkg/PLIST << 'END-of-grap/pkg/PLIST' Xbin/grap Xshare/grap/grap.defines Xshare/grap/README Xshare/grap/examples/400mpairs.d Xshare/grap/examples/400mtimes.d Xshare/grap/examples/400wpairs.d Xshare/grap/examples/Makefile Xshare/grap/examples/army.d Xshare/grap/examples/boyhts.d Xshare/grap/examples/color_example.ms Xshare/grap/examples/example.ms Xshare/grap/examples/internet.d Xshare/grap/examples/prof2.d Xshare/grap/examples/states.d Xshare/grap/examples/states2.d Xshare/grap/examples/states3.d Xshare/grap/examples/usapop.d X@dirrm share/grap/examples X@dirrm share/grap END-of-grap/pkg/PLIST echo x - grap/Makefile sed 's/^X//' >grap/Makefile << 'END-of-grap/Makefile' X# New ports collection makefile for: grap X# Version required: 0.8a X# Date created: 14 Jan 1999 X# Whom: faber@lunabase.org X# X# $Id: Makefile,v 1.1.1.1 1999/01/15 07:49:25 faber Exp $ X# X XDISTNAME= grap-0.8a XCATEGORIES= graphics textproc XMASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/ X XMAINTAINER= faber@lunabase.org X XMAN1= grap.1 XMANCOMPRESSED= no X X X.include <bsd.port.mk> END-of-grap/Makefile echo c - grap/files mkdir -p grap/files > /dev/null 2>&1 echo x - grap/files/md5 sed 's/^X//' >grap/files/md5 << 'END-of-grap/files/md5' XMD5 (grap-0.8a.tar.gz) = bd89b2ace0d7d242bf76989fe186d32a END-of-grap/files/md5 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?199901150850.AAA24917>