Date: Sat, 4 Dec 1999 17:51:54 -0500 (EST) From: howardjp@freebsd.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15260: New port: games/cursive Message-ID: <199912042251.RAA34397@byzantine.student.umd.edu>
next in thread | raw e-mail | index | archive | help
>Number: 15260 >Category: ports >Synopsis: New port: games/cursive >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: Sat Dec 4 14:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 4.0-CURRENT i386 >Organization: University of Maryland >Environment: FreeBSD byzantine.student.umd.edu 4.0-CURRENT FreeBSD 4.0-CURRENT #60: Tue Nov 30 10:38:30 EST 1999 howardjp@byzantine.student.umd.edu:/usr/src/sys/compile/BYZANTINE i386 >Description: Cursive is a simple program that takes input and prints out an ASCIIfied cursive version, example: FreeBSD _____ __ () __ / ' / ) /\ / ) ,-/-, __ _ _ /--< / ) / / (_/ / (_(/_(/_/___/ /__/__/__/_ >How-To-Repeat: N/A >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: # # cursive/ # cursive/files # cursive/files/md5 # cursive/patches # cursive/patches/patch-aa # cursive/patches/patch-ab # cursive/patches/patch-ac # cursive/pkg # cursive/pkg/COMMENT # cursive/pkg/DESCR # cursive/pkg/PLIST # cursive/Makefile # echo c - cursive/ mkdir -p cursive/ > /dev/null 2>&1 echo c - cursive/files mkdir -p cursive/files > /dev/null 2>&1 echo x - cursive/files/md5 sed 's/^X//' >cursive/files/md5 << 'END-of-cursive/files/md5' XMD5 (cursive.tgz) = 6051416ca5dac79c63ba1511b915b6d2 END-of-cursive/files/md5 echo c - cursive/patches mkdir -p cursive/patches > /dev/null 2>&1 echo x - cursive/patches/patch-aa sed 's/^X//' >cursive/patches/patch-aa << 'END-of-cursive/patches/patch-aa' X--- Makefile.orig Sat Dec 4 17:19:30 1999 X+++ Makefile Sat Dec 4 17:19:40 1999 X@@ -1,5 +1,7 @@ X CFLAGS = -g X X+all: cursive X+ X cursive: cursive.o x.o xs.o X cc -g -o cursive cursive.o x.o xs.o X END-of-cursive/patches/patch-aa echo x - cursive/patches/patch-ab sed 's/^X//' >cursive/patches/patch-ab << 'END-of-cursive/patches/patch-ab' X--- cursive.c.orig Sat Dec 4 17:20:55 1999 X+++ cursive.c Sat Dec 4 17:21:32 1999 X@@ -128,7 +128,7 @@ X else X { X /* Message from standard input */ X- while (gets(message) != NULL) X+ while (fgets(message, sizeof(message), stdin) != NULL) X prline(message); X } X } END-of-cursive/patches/patch-ab echo x - cursive/patches/patch-ac sed 's/^X//' >cursive/patches/patch-ac << 'END-of-cursive/patches/patch-ac' X--- cursive.6.orig Sat Dec 4 17:31:42 1999 X+++ cursive.6 Sat Dec 4 17:32:03 1999 X@@ -3,7 +3,7 @@ X .SH NAME X cursive \- print text in cursive script X .SH SYNOPSIS X-.B /usr/games/cursive X+.B cursive X [ X .BI \-i n X ] END-of-cursive/patches/patch-ac echo c - cursive/pkg mkdir -p cursive/pkg > /dev/null 2>&1 echo x - cursive/pkg/COMMENT sed 's/^X//' >cursive/pkg/COMMENT << 'END-of-cursive/pkg/COMMENT' XCreate ASCII character cursive handwriting END-of-cursive/pkg/COMMENT echo x - cursive/pkg/DESCR sed 's/^X//' >cursive/pkg/DESCR << 'END-of-cursive/pkg/DESCR' XCursive is a program for generating cursive signatures and text like X X ___ _ __ _ X ( ) ' ) / // _/_ X __/___. ____ / / / __|/ / _ __ X / / (_/|_/ / (_ (_(_/ (_) \_(__(/_/ (_ X (_/ X XDo not be fooled by inferior immitations (like the figlet font which Xdoesn't connect letters right). This is the one and only original Xcursive program. END-of-cursive/pkg/DESCR echo x - cursive/pkg/PLIST sed 's/^X//' >cursive/pkg/PLIST << 'END-of-cursive/pkg/PLIST' Xbin/cursive END-of-cursive/pkg/PLIST echo x - cursive/Makefile sed 's/^X//' >cursive/Makefile << 'END-of-cursive/Makefile' X# New ports collection makefile for: cursive X# Version required: 1.0 X# Date created: 4 December 1999 X# Whom: James Howard <howardj@wam.umd.edu> X# X# $FreeBSD$ X# X XDISTNAME= cursive XPKGNAME= cursive XCATEGORIES= games XMASTER_SITES= ftp://puck.nether.net/pub/janc/ XEXTRACT_SUFX= .tgz X XMAINTAINER= howardjp@wam.umd.edu X XMAN6= cursive.6 X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/cursive ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/cursive.6 ${PREFIX}/man/man6 X X.include <bsd.port.mk> END-of-cursive/Makefile 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?199912042251.RAA34397>