Date: Sat, 2 May 1998 10:34:33 +0400 (MSD) From: Andrey Zakhvatov <andy@icc.surw.chel.su> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/6483: New port: affenspiel-1.0 Message-ID: <199805020634.KAA12373@icc.surw.chel.su>
next in thread | raw e-mail | index | archive | help
>Number: 6483 >Category: ports >Synopsis: New port: affenspiel-1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 1 23:30:00 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of little puzzle game with monkey for X Window System. Shift the puzzle pieces around so that the monkey becomes complete, that means, move the big piece through the other pieces to the bottom of the playfield, so that the monkey picture gets complete. # 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: # # affenspiel-1.0 # affenspiel-1.0/Makefile # affenspiel-1.0/files # affenspiel-1.0/files/md5 # affenspiel-1.0/patches # affenspiel-1.0/patches/patch-aa # affenspiel-1.0/pkg # affenspiel-1.0/pkg/PLIST # affenspiel-1.0/pkg/DESCR # affenspiel-1.0/pkg/COMMENT # echo c - affenspiel-1.0 mkdir -p affenspiel-1.0 > /dev/null 2>&1 echo x - affenspiel-1.0/Makefile sed 's/^X//' >affenspiel-1.0/Makefile << 'END-of-affenspiel-1.0/Makefile' X# New ports collection makefile for: affenspiel X# Version required: 1.0 X# Date created: 2 May 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= affenspiel-1.0 XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= games/strategy XEXTRACT_SUFX= .tgz X XMAINTAINER= andy@icc.surw.chel.su X XWRKSRC= ${WRKDIR}/affenspiel XUSE_X11= yes X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/affenspiel ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/affenspiel X @ ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/affenspiel X @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/affenspiel X.endif X X.include <bsd.port.mk> END-of-affenspiel-1.0/Makefile echo c - affenspiel-1.0/files mkdir -p affenspiel-1.0/files > /dev/null 2>&1 echo x - affenspiel-1.0/files/md5 sed 's/^X//' >affenspiel-1.0/files/md5 << 'END-of-affenspiel-1.0/files/md5' XMD5 (affenspiel-1.0.tgz) = 7555aa524be2a05ab313faaa704cd10b END-of-affenspiel-1.0/files/md5 echo c - affenspiel-1.0/patches mkdir -p affenspiel-1.0/patches > /dev/null 2>&1 echo x - affenspiel-1.0/patches/patch-aa sed 's/^X//' >affenspiel-1.0/patches/patch-aa << 'END-of-affenspiel-1.0/patches/patch-aa' X--- Makefile Sun Mar 5 20:47:27 1995 X+++ /home/andy/tmp/wrk/Makefile Fri May 1 14:18:33 1998 X@@ -7,15 +7,15 @@ X RM = rm -f X CC = gcc X X-FILE_CONFIG = -DSAVED_GAME_NAME=\"/tmp/affenspiel.saved\" X+FILE_CONFIG = -DSAVED_GAME_NAME=\"affenspiel.saved\" X X CONFIG = $(FILE_CONFIG) X #DEBUG = -DDEBUG -g -ansi X #DEBUG = -DDEBUG -g -ansi -pedantic X DEBUG = -O2 X X-CFLAGS = $(DEBUG) $(CONFIG) X-LIBS = -lX11 X+CFLAGS = $(DEBUG) $(CONFIG) -I${X11BASE}/include X+LIBS = -L${X11BASE}/lib -lX11 X X OBJS = das_mit_dem_affen.o X END-of-affenspiel-1.0/patches/patch-aa echo c - affenspiel-1.0/pkg mkdir -p affenspiel-1.0/pkg > /dev/null 2>&1 echo x - affenspiel-1.0/pkg/PLIST sed 's/^X//' >affenspiel-1.0/pkg/PLIST << 'END-of-affenspiel-1.0/pkg/PLIST' Xbin/affenspiel Xshare/doc/affenspiel/COPYRIGHT Xshare/doc/affenspiel/README X@dirrm share/doc/affenspiel END-of-affenspiel-1.0/pkg/PLIST echo x - affenspiel-1.0/pkg/DESCR sed 's/^X//' >affenspiel-1.0/pkg/DESCR << 'END-of-affenspiel-1.0/pkg/DESCR' XShift the puzzle pieces around so that the monkey becomes complete, Xthat means, move the big piece through the other pieces to the Xbottom of the playfield, so that the monkey picture gets complete. END-of-affenspiel-1.0/pkg/DESCR echo x - affenspiel-1.0/pkg/COMMENT sed 's/^X//' >affenspiel-1.0/pkg/COMMENT << 'END-of-affenspiel-1.0/pkg/COMMENT' XLittle puzzle game with monkey for X Window System. END-of-affenspiel-1.0/pkg/COMMENT exit >How-To-Repeat: >Fix: Please, check and commit this port. >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?199805020634.KAA12373>