Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2002 19:25:05 +0700 (NOVST)
From:      Alexey Dokuchaev <danfe@regency.nsu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38106: NEW PORT: games/wmshuffle for WindowMaker Dock/AfterStep Wharf
Message-ID:  <200205151225.g4FCP4F81449@regency.nsu.ru>

next in thread | raw e-mail | index | archive | help

>Number:         38106
>Category:       ports
>Synopsis:       NEW PORT: games/wmshuffle for WindowMaker Dock/AfterStep Wharf
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 15 05:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Dokuchaev
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
CNIT NSU
>Environment:
System: FreeBSD regency.nsu.ru 4.5-STABLE FreeBSD 4.5-STABLE #1: Fri Mar 29 20:20:23 NOVT 2002 root@regency.nsu.ru:/usr/src/sys/compile/REGENCY i386
>Description:
	This is yet another decent Dock-application I've decided is cool
	enough to be in FreeBSD Ports Tree but it's not there yet.

	While I'm customizing my WindowMaker desktop, expect for more
	"new port" PRs to follow! ;-)

	As for maintainer, I left it for ports@, but Jim Mock might
	consider taking it over since he maintains much alike port
	games/wmtictactoe (which in fact was used as a base for this
	game by the program author).

	Thanks!
>How-To-Repeat:
	N/A
>Fix:

# 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:
#
#	.
#	./files
#	./files/patch-aa
#	./Makefile
#	./pkg-comment
#	./pkg-descr
#	./pkg-plist
#	./distinfo
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/patch-aa
sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa'
X--- Makefile.orig	Wed May 15 18:38:32 2002
X+++ Makefile	Wed May 15 18:43:28 2002
X@@ -1,14 +1,17 @@
X-LIBDIR = -L/usr/X11R6/lib
X+CC ?= gcc
X+CFLAGS += -c -Wall
X+INCDIR = -I${X11BASE}/include
X+LIBDIR = -L${X11BASE}/lib
X LIBS   = -lXpm -lXext -lX11
X OBJS =  wmshuffle.o ./wmgeneral/wmgeneral.o
X 
X .c.o:
X-	cc -c -g -O2 -Wall $< -o $*.o
X+	${CC} ${CFLAGS} ${INCDIR} $< -o $*.o
X 
X all: wmshuffle
X 
X wmshuffle: $(OBJS)
X-	cc -o wmshuffle $^ $(LIBDIR) $(LIBS)
X+	${CC} -o wmshuffle $^ ${LIBDIR} ${LIBS}
X 
X clean:
X 	for i in $(OBJS) ; do \
X@@ -17,5 +20,4 @@
X 	rm -rf wmshuffle core *~
X 
X install:
X-	/usr/bin/install -c -o 0 -g 0 -s -m 755 wmshuffle /usr/local/bin/wmshuffle
X-
X+	@/usr/bin/install -c -o 0 -g 0 -s -m 755 wmshuffle ${PREFIX}/bin/wmshuffle
END-of-./files/patch-aa
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	wmshuffle
X# Date created:			15 May 2002
X# Whom:				Alexey Dokuchaev <danfe@regency.nsu.ru>
X#
X# $FreeBSD: ports/games/wmshuffle/Makefile,v 1.9 2000/08/03 09:23:58 asami Exp $
X#
X
XPORTNAME=	wmshuffle
XPORTVERSION=	0.6
XCATEGORIES=	games windowmaker afterstep
XMASTER_SITES=	http://www.linuks.mine.nu/dockapp/ \
X		ftp://regency.nsu.ru/tmp/
X
XMAINTAINER=	ports@FreeBSD.org
X
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
XUSE_XPM=	yes
X
Xpost-install:
X	@${MKDIR} ${PREFIX}/share/${PORTNAME}
X	@${CP} ${WRKSRC}/skin-*.xpm ${PREFIX}/share/${PORTNAME}
X	@${ECHO} "===>   Run 'wmshuffle --help' for the available options"
X
X.include <bsd.port.mk>
END-of-./Makefile
echo x - ./pkg-comment
sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment'
XA dockable Shuffle game for WindowMaker and AfterStep
END-of-./pkg-comment
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XYet another app for the WindowMaker dock or AfterStep Wharf.
XwmShuffle is said to be the First Shuffle Game for WindowMaker!
X
XWWW: http://atlas.ucpel.tche.br/~adriel/
END-of-./pkg-descr
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xbin/wmshuffle
Xshare/wmshuffle/skin-feiticeira.xpm
Xshare/wmshuffle/skin-lucyenne.xpm
X@dirrm share/wmshuffle
END-of-./pkg-plist
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (wmshuffle-0.6.tar.gz) = 698dc284cbcf2ed5b3653f0eead7e1d7
END-of-./distinfo
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205151225.g4FCP4F81449>