Date: Thu, 19 Aug 1999 10:07:29 +0400 (MSD) From: Andrey Zakhvatov <andy@icc.surw.chel.su> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13251: New port: founts-11 Message-ID: <199908190607.KAA12066@icc.surw.chel.su>
next in thread | raw e-mail | index | archive | help
>Number: 13251 >Category: ports >Synopsis: New port: founts-11 >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: Wed Aug 18 23:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of founts demo for X Window System. WWW: http://www.xdr.com/dash/founts.html # 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: # # founts-11 # founts-11/Makefile # founts-11/files # founts-11/files/md5 # founts-11/pkg # founts-11/pkg/PLIST # founts-11/pkg/COMMENT # founts-11/pkg/DESCR # founts-11/patches # founts-11/patches/patch-aa # echo c - founts-11 mkdir -p founts-11 > /dev/null 2>&1 echo x - founts-11/Makefile sed 's/^X//' >founts-11/Makefile << 'END-of-founts-11/Makefile' X# New ports collection makefile for: founts X# Version required: 11 X# Date created: 16 August 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= founts-11 XCATEGORIES= misc XMASTER_SITES= http://www.xdr.com/dash/ XEXTRACT_SUFX= .tgz X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= SDL.0:${PORTSDIR}/devel/sdl X XALL_TARGET= founts X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/founts ${PREFIX}/bin X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/founts X.for file in COPYING Changelog README X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/founts X.endfor X.endif X X.include <bsd.port.mk> END-of-founts-11/Makefile echo c - founts-11/files mkdir -p founts-11/files > /dev/null 2>&1 echo x - founts-11/files/md5 sed 's/^X//' >founts-11/files/md5 << 'END-of-founts-11/files/md5' XMD5 (founts-11.tgz) = 50c96df076374d1bf5144612d0421a9d END-of-founts-11/files/md5 echo c - founts-11/pkg mkdir -p founts-11/pkg > /dev/null 2>&1 echo x - founts-11/pkg/PLIST sed 's/^X//' >founts-11/pkg/PLIST << 'END-of-founts-11/pkg/PLIST' Xbin/founts Xshare/doc/founts/COPYING Xshare/doc/founts/Changelog Xshare/doc/founts/README X@dirrm share/doc/founts END-of-founts-11/pkg/PLIST echo x - founts-11/pkg/COMMENT sed 's/^X//' >founts-11/pkg/COMMENT << 'END-of-founts-11/pkg/COMMENT' XFounts demo for X Window System END-of-founts-11/pkg/COMMENT echo x - founts-11/pkg/DESCR sed 's/^X//' >founts-11/pkg/DESCR << 'END-of-founts-11/pkg/DESCR' XThis is founts demo/program which was inspired by Eric's Cascade. I only Xsaw the still images of Eric's Cascade and from those inferred what the Xprogram must be doing. I thought $39 for a screen saver which couldn't have Xtaken more than a couple of weeks to write was a little out of line. That Xwas the same price I paid for Riven and Starcraft--which had teams of people Xworking for more than a year. Let's get real, Eric (et al). X XSo here's my free equivalent. Maybe not all the bells and whistles, but Xthe gyst is probably all there. I've not seen the original in action, just X XAnyway have fun. X--Dave X XDave Ashley X13 June 1999 X XWWW: http://www.xdr.com/dash/founts.html END-of-founts-11/pkg/DESCR echo c - founts-11/patches mkdir -p founts-11/patches > /dev/null 2>&1 echo x - founts-11/patches/patch-aa sed 's/^X//' >founts-11/patches/patch-aa << 'END-of-founts-11/patches/patch-aa' X--- Makefile Thu Jul 1 08:25:56 1999 X+++ /home/andy/tmp/wrk/Makefile Tue Aug 17 13:33:19 1999 X@@ -1,8 +1,8 @@ X-CC = gcc X-CFLAGS = -O3 -I/usr/local/include/SDL -D_REENTRANT X+CC ?= gcc X+CFLAGS+= -I${LOCALBASE}/include/SDL -D_REENTRANT X X founts: founts.o X- gcc -o founts founts.o -lm -lpthread -lSDL -ldl X+ ${CC} -o founts founts.o -pthread -lm -lSDL -L${LOCALBASE}/lib X X founts.o: founts.c founts.h X END-of-founts-11/patches/patch-aa exit >How-To-Repeat: >Fix: Please, check and commit this port. >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?199908190607.KAA12066>