Date: Fri, 25 Feb 2005 10:04:21 +0800 (CST) From: User & <ericyu@mail2000.com.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78047: [NEW PORT] games/xdesktopwaves: Simulation of water waves on the desktop Message-ID: <20050225020421.8493239815@wkd.im.ntu.edu.tw> Resent-Message-ID: <200502250210.j1P2AGXi049168@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78047 >Category: ports >Synopsis: [NEW PORT] games/xdesktopwaves: Simulation of water waves on the desktop >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: Fri Feb 25 02:10:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: User & >Release: FreeBSD 5.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD wkd.im.ntu.edu.tw 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #3: Fri Dec 31 17:42:25 CST 2004 >Description: xdesktopwaves is a cellular automata setting the background of your X Window System under water. Windows and mouse are like ships on the sea. Each movement of these ends up in moving water waves. You can even have rain and/or storm stirring up the water. WWW: http://xdesktopwaves.sourceforge.net/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- xdesktopwaves-1.3.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: # # xdesktopwaves # xdesktopwaves/Makefile # xdesktopwaves/distinfo # xdesktopwaves/files # xdesktopwaves/files/patch-makefile # xdesktopwaves/pkg-descr # echo c - xdesktopwaves mkdir -p xdesktopwaves > /dev/null 2>&1 echo x - xdesktopwaves/Makefile sed 's/^X//' >xdesktopwaves/Makefile << 'END-of-xdesktopwaves/Makefile' X# New ports collection makefile for: xdesktopwaves X# Date created: 24 February 2005 X# Whom: ericyu@mail2000.com.tw X# X# $FreeBSD$ X# X XPORTNAME= xdesktopwaves XPORTVERSION= 1.3 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= xdesktopwaves X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Simulation of water waves on the desktop X XUSE_X_PREFIX= yes XUSE_XLIB= yes X XMAN1= xdesktopwaves.1 X XPLIST_FILES= bin/xdesktopwaves X X.include <bsd.port.mk> END-of-xdesktopwaves/Makefile echo x - xdesktopwaves/distinfo sed 's/^X//' >xdesktopwaves/distinfo << 'END-of-xdesktopwaves/distinfo' XMD5 (xdesktopwaves-1.3.tar.gz) = 4ef1233527cb3bbf06b8fdc407b04ebe XSIZE (xdesktopwaves-1.3.tar.gz) = 49302 END-of-xdesktopwaves/distinfo echo c - xdesktopwaves/files mkdir -p xdesktopwaves/files > /dev/null 2>&1 echo x - xdesktopwaves/files/patch-makefile sed 's/^X//' >xdesktopwaves/files/patch-makefile << 'END-of-xdesktopwaves/files/patch-makefile' X--- Makefile.orig Sat Dec 18 13:47:40 2004 X+++ Makefile Wed Feb 23 22:28:56 2005 X@@ -11,19 +11,19 @@ X X #=========================== C compiler configuration ========================== X X-CC = gcc X-CFLAGS = -I/usr/X11R6/include -O2 X+#CC = gcc X+CFLAGS += -I$(X11BASE)/include X X #============================= Linker configuration ============================ X X-LINK = gcc X-LFLAGS = -L/usr/X11R6/lib X+LINK = $(CC) X+LFLAGS = -L$(X11BASE)/lib X LIBS = -lm -lX11 -lXext X X #============================ Installer configuration ========================== X X-BINDIR = /usr/X11R6/bin X-MAN1DIR = /usr/X11R6/man/man1 X+BINDIR = $(X11BASE)/bin X+MAN1DIR = $(X11BASE)/man/man1 X INSTALL = install X RM = rm -f -v X END-of-xdesktopwaves/files/patch-makefile echo x - xdesktopwaves/pkg-descr sed 's/^X//' >xdesktopwaves/pkg-descr << 'END-of-xdesktopwaves/pkg-descr' Xxdesktopwaves is a cellular automata setting the background Xof your X Window System under water. Windows and mouse are Xlike ships on the sea. Each movement of these ends up in Xmoving water waves. You can even have rain and/or storm Xstirring up the water. X XWWW: http://xdesktopwaves.sourceforge.net/ END-of-xdesktopwaves/pkg-descr exit --- xdesktopwaves-1.3.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?20050225020421.8493239815>