Date: Tue, 01 May 2012 20:17:17 +0200 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/167497: [NEW PORT] graphics/founts: A founts demo/program inspired by Erics cascade Message-ID: <20120501181718.6E8D01065673@hub.freebsd.org> Resent-Message-ID: <201205011820.q41IK53T042334@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167497 >Category: ports >Synopsis: [NEW PORT] graphics/founts: A founts demo/program inspired by Erics cascade >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 01 18:20:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: This is my founts demo/program which was inspired by Erics Cascade. I only saw the still images of Erics Cascade and from those inferred what the program must be doing. I thought $39 for a screen saver which could not have taken more than a couple of weeks to write was a little out of line. That was the same price I paid for Riven and Starcraft--which had teams of people working for more than a year. Let s get real, Eric (et al). WWW: http://www.linuxmotors.com/founts/ Generated manually, tested with RedPorts and port test, sent with FreeBSD Port Tools 0.99_5 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # 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 # founts/files # founts/files/patch-Makefile # founts/Makefile # founts/pkg-descr # founts/distinfo # echo c - founts mkdir -p founts > /dev/null 2>&1 echo c - founts/files mkdir -p founts/files > /dev/null 2>&1 echo x - founts/files/patch-Makefile sed 's/^X//' >founts/files/patch-Makefile << '08c71000a8cfa942401887b4801fd5ce' X--- Makefile.orig 2008-06-16 04:27:01.000000000 +0200 X+++ Makefile 2012-05-01 18:21:59.000000000 +0200 X@@ -1,5 +1,4 @@ X-CC = gcc X-CFLAGS = -O2 $(shell sdl-config --cflags) -funroll-loops \ X+CFLAGS = $(shell sdl-config --cflags) -funroll-loops \ X -fomit-frame-pointer -ffast-math X X founts: founts.o 08c71000a8cfa942401887b4801fd5ce echo x - founts/Makefile sed 's/^X//' >founts/Makefile << 'ec1492c9174422618b1705075e393514' X# New Ports collection makefile for: founts X# Date created: 2012-05-01 X# Whom: nemysis@gmx.ch X# X# $FreeBSD$ X# X XPORTNAME= founts XPORTVERSION= 12 XCATEGORIES= graphics games XMASTER_SITES= http://www.linuxmotors.com/founts/downloads/ XEXTRACT_SUFX= .tgz X XMAINTAINER= nemysis@gmx.ch XCOMMENT= A founts demo/program inspired by Erics cascade X XLICENSE= GPLv2 X XUSE_GMAKE= yes XALL_TARGET= ${PORTNAME} XUSE_SDL= sdl image X XPLIST_FILES= bin/founts X XPORTDOCS= Changelog README X Xdo-install: X# Executable X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X Xpost-install: X# Documentations X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X. for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X. endfor X.endif X X.include <bsd.port.mk> ec1492c9174422618b1705075e393514 echo x - founts/pkg-descr sed 's/^X//' >founts/pkg-descr << '45720a6147e64eaf2a0ea02908ccd664' XThis is my founts demo/program which was inspired by Erics Cascade. I only Xsaw the still images of Erics Cascade and from those inferred what the Xprogram must be doing. I thought $39 for a screen saver which could not 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 XWWW: http://www.linuxmotors.com/founts/ 45720a6147e64eaf2a0ea02908ccd664 echo x - founts/distinfo sed 's/^X//' >founts/distinfo << 'bbbeffce4b4e7c6704c6aa917632df64' XSHA256 (founts-12.tgz) = 46da7a97eef91c162c946914dc81ab523963b4a5faebdf2bfd8482f32a485a8a XSIZE (founts-12.tgz) = 21447 bbbeffce4b4e7c6704c6aa917632df64 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120501181718.6E8D01065673>