From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 1 17:50:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7588C1065670 for ; Tue, 1 May 2012 17:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 491198FC12 for ; Tue, 1 May 2012 17:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q41Ho72Y015302 for ; Tue, 1 May 2012 17:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q41Ho7he015301; Tue, 1 May 2012 17:50:07 GMT (envelope-from gnats) Resent-Date: Tue, 1 May 2012 17:50:07 GMT Resent-Message-Id: <201205011750.q41Ho7he015301@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB0291065672 for ; Tue, 1 May 2012 17:40:26 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 56DD98FC15 for ; Tue, 1 May 2012 17:40:26 +0000 (UTC) Received: (qmail invoked by alias); 01 May 2012 17:40:24 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp020) with SMTP; 01 May 2012 19:40:24 +0200 Received: by something.email.com (sSMTP sendmail emulation); Tue, 01 May 2012 19:40:25 +0200 Message-Id: <20120501174026.DB0291065672@hub.freebsd.org> Date: Tue, 01 May 2012 19:40:25 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/167495: [NEW PORT] graphics/founts: A founts demo/program inspired by Erics cascade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2012 17:50:07 -0000 >Number: 167495 >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 17:50:06 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 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: