From owner-freebsd-ports Wed Aug 18 23:10:10 1999 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 715CA15094 for ; Wed, 18 Aug 1999 23:10:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA01183; Wed, 18 Aug 1999 23:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id D5557150B7 for ; Wed, 18 Aug 1999 23:08:33 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id KAA12066; Thu, 19 Aug 1999 10:07:29 +0400 (MSD) (envelope-from andy) Message-Id: <199908190607.KAA12066@icc.surw.chel.su> Date: Thu, 19 Aug 1999 10:07:29 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13251: New port: founts-11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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