From owner-freebsd-ports Wed Jan 24 13:31:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from tigerdyr.lyngbol.dk (tigerdyr.lyngbol.dk [193.162.142.120]) by hub.freebsd.org (Postfix) with ESMTP id BB61637B400 for ; Wed, 24 Jan 2001 13:31:16 -0800 (PST) Received: by tigerdyr.lyngbol.dk (Postfix, from userid 1001) id 99C4698AA; Wed, 24 Jan 2001 22:31:14 +0100 (CET) Date: Wed, 24 Jan 2001 22:31:14 +0100 From: =?iso-8859-1?Q?Michael_Lyngb=F8l?= To: KATO Tsuguru Cc: trevor@jpj.net, ports@freebsd.org Subject: Re: ports/24607: new port: xpenguins Message-ID: <20010124223114.A81367@tigerdyr.lyngbol.dk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from tkato@prontomail.ne.jp on Thu, Jan 25, 2001 at 05:38:36AM +0900 X-Operating-System: FreeBSD/i386 4.2-STABLE X-snotskovl: http://totalportal.snotskovl.dk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jan 25, 2001 at 05:38:36AM +0900, KATO Tsuguru wrote: [cut - long story about which category 'xpenguins' belongs to] Agreed. I've changed CATEGORIES to 'games'. > BTW, I couldn't succeed to run xpenguins without applying official > patch from its master site. Therefore, I tried to rebuild port skelton > to use that patch with fixing some more part. Please review it. I've successfully build it on 4.2-STABLE and 5.0-CURRENT without applying the patch?! Attached is an updates shell archive where I've changed: - CATEGORIES -> games - /usr/X11R6 -> {X11BASE} - Cosmetic changes to pkg-{comment|descr} # 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: # # xpenguins/ # xpenguins/Makefile # xpenguins/pkg-comment # xpenguins/pkg-descr # xpenguins/pkg-plist # xpenguins/files # xpenguins/files/patch-aa # xpenguins/distinfo # echo c - xpenguins/ mkdir -p xpenguins/ > /dev/null 2>&1 echo x - xpenguins/Makefile sed 's/^X//' >xpenguins/Makefile << 'END-of-xpenguins/Makefile' X# New ports collection makefile for: xpenguins X# Date created: 24 January 2001 X# Whom: lyngbol@candid.dk X# X# $FreeBSD$ X# X XPORTNAME= xpenguins XPORTVERSION= 1.2 XCATEGORIES= games XMASTER_SITES= http://xpenguins.seul.org/ X XMAINTAINER= lyngbol@candid.dk X XUSE_X_PREFIX= yes XUSE_XPM= yes XUSE_GMAKE= yes X XMAN1= xpenguins.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/xpenguins $(PREFIX)/bin X ${INSTALL_MAN} ${WRKSRC}/xpenguins.1 $(PREFIX)/man/man1 X X.include END-of-xpenguins/Makefile echo x - xpenguins/pkg-comment sed 's/^X//' >xpenguins/pkg-comment << 'END-of-xpenguins/pkg-comment' XCute little penguins that walk along the tops of your windows END-of-xpenguins/pkg-comment echo x - xpenguins/pkg-descr sed 's/^X//' >xpenguins/pkg-descr << 'END-of-xpenguins/pkg-descr' XXPenguins animates a friendly family of penguins in your Xroot window. They drop in from the top of the screen, walk Xalong the tops of your windows, up the side of your win- Xdows, up the side of the screen, and sometimes even levi- Xtate with their genetically-modified go-go-gadget 'copter Xability. Be careful when you move windows as the little Xguys squash easily. If you send the program an interupt X XWWW: http://xpenguins.seul.org/ X X- Michael Lyngbol Xlyngbol@candid.dk END-of-xpenguins/pkg-descr echo x - xpenguins/pkg-plist sed 's/^X//' >xpenguins/pkg-plist << 'END-of-xpenguins/pkg-plist' Xbin/xpenguins END-of-xpenguins/pkg-plist echo c - xpenguins/files mkdir -p xpenguins/files > /dev/null 2>&1 echo x - xpenguins/files/patch-aa sed 's/^X//' >xpenguins/files/patch-aa << 'END-of-xpenguins/files/patch-aa' X--- Makefile.ORIG Wed Jan 24 14:32:11 2001 X+++ Makefile Wed Jan 24 14:34:34 2001 X@@ -6,8 +6,8 @@ X CFLAGS = -Wall $(RPM_OPT_FLAGS) X X XLIBS = -lX11 -lXpm -lXext X-XLIBDIR = -L/usr/X11R6/lib -L/usr/local/lib X-XINCLUDEDIRS = -I/usr/X11R6/include -I/usr/local/include X+XLIBDIR = -L${X11BASE}/lib X+XINCLUDEDIRS = -I${X11BASE}/include X X OBJS = xpenguins.o toon.o X PROGRAM = xpenguins END-of-xpenguins/files/patch-aa echo x - xpenguins/distinfo sed 's/^X//' >xpenguins/distinfo << 'END-of-xpenguins/distinfo' XMD5 (xpenguins-1.2.tar.gz) = d87aabddc455d12d9ccffbe491fa3b5d END-of-xpenguins/distinfo exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message