Date: Tue, 30 Jun 1998 11:29:59 +0400 (MSD) From: Andrey Zakhvatov <andy@icc.surw.chel.su> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/7126: New port: xroads-0.1.5 Message-ID: <199806300729.LAA00453@icc.surw.chel.su>
next in thread | raw e-mail | index | archive | help
>Number: 7126 >Category: ports >Synopsis: New port: xroads-0.1.5 >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: Tue Jun 30 00: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 Commodore 64 "Crossroads"-like video game for X Window System. XRoads is a game for the X Window system that attempts to be like the game Crossroads (and it's sequel, Pandemonium) for the Commodore 64. Basically, it is a 2-dimensional, overhead view maze game in which you fight against a gang of monsters. There are (or at least, there will be) tons of different twists in the game which make it fun. # 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: # # xroads-0.1.5 # xroads-0.1.5/Makefile # xroads-0.1.5/files # xroads-0.1.5/files/md5 # xroads-0.1.5/patches # xroads-0.1.5/patches/patch-aa # xroads-0.1.5/pkg # xroads-0.1.5/pkg/PLIST # xroads-0.1.5/pkg/DESCR # xroads-0.1.5/pkg/COMMENT # echo c - xroads-0.1.5 mkdir -p xroads-0.1.5 > /dev/null 2>&1 echo x - xroads-0.1.5/Makefile sed 's/^X//' >xroads-0.1.5/Makefile << 'END-of-xroads-0.1.5/Makefile' X# New ports collection makefile for: xroads X# Version required: 0.1.5 X# Date created: 21 June 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xroads-v0.1.5 XPKGNAME= xroads-0.1.5 XCATEGORIES= games x11 XMASTER_SITES= http://www.geocities.com/SiliconValley/Way/1795/ \ X http://www.autobahn.mb.ca/~foxtrot/ \ X http://supernova.dyn.ml.org/ X XMAINTAINER= andy@icc.surw.chel.su X XUSE_X11= yes X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xroads ${PREFIX}/bin X @ ${MKDIR} ${PREFIX}/share/xroads X.for file in map0 map1 map2 map3 X @ ${INSTALL_DATA} ${WRKSRC}/${file}.xrm ${PREFIX}/share/xroads X.endfor X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/xroads X.for file in BUGS CHANGELOG README X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xroads X.endfor X.endif X X.include <bsd.port.mk> END-of-xroads-0.1.5/Makefile echo c - xroads-0.1.5/files mkdir -p xroads-0.1.5/files > /dev/null 2>&1 echo x - xroads-0.1.5/files/md5 sed 's/^X//' >xroads-0.1.5/files/md5 << 'END-of-xroads-0.1.5/files/md5' XMD5 (xroads-v0.1.5.tar.gz) = afa98f48300d3a01da4e25e98ba32ebf END-of-xroads-0.1.5/files/md5 echo c - xroads-0.1.5/patches mkdir -p xroads-0.1.5/patches > /dev/null 2>&1 echo x - xroads-0.1.5/patches/patch-aa sed 's/^X//' >xroads-0.1.5/patches/patch-aa << 'END-of-xroads-0.1.5/patches/patch-aa' X--- Makefile Mon Jun 29 22:40:15 1998 X+++ /home/andy/tmp/wrk/Makefile Tue Jun 30 15:15:12 1998 X@@ -31,7 +31,7 @@ X # window and monochrome graphics. X ########################################################################### X X-FLAGS = -O3 -DXPLOSIONS -DGAMEDELAY=10000 X+FLAGS= ${CFLAGS} -DXPLOSIONS -DGAMEDELAY=10000 -I${X11BASE}/include X X # These lines ain't needed... but I'm not taking 'em out yet X #BOGOMIPS = `grep bogomips /proc/cpuinfo | awk '{ printf("%s", $$3) }'` X@@ -48,7 +48,7 @@ X # Make sure there is a / at the end of the path X ########################################################################### X X-XRMPATH = ./ X+XRMPATH = ${X11BASE}/share/xroads/ X X ########################################################################### X # Links necessary for X11 END-of-xroads-0.1.5/patches/patch-aa echo c - xroads-0.1.5/pkg mkdir -p xroads-0.1.5/pkg > /dev/null 2>&1 echo x - xroads-0.1.5/pkg/PLIST sed 's/^X//' >xroads-0.1.5/pkg/PLIST << 'END-of-xroads-0.1.5/pkg/PLIST' Xbin/xroads Xshare/doc/xroads/BUGS Xshare/doc/xroads/CHANGELOG Xshare/doc/xroads/README Xshare/xroads/map0.xrm Xshare/xroads/map1.xrm Xshare/xroads/map2.xrm Xshare/xroads/map3.xrm X@dirrm share/doc/xroads X@dirrm share/xroads END-of-xroads-0.1.5/pkg/PLIST echo x - xroads-0.1.5/pkg/DESCR sed 's/^X//' >xroads-0.1.5/pkg/DESCR << 'END-of-xroads-0.1.5/pkg/DESCR' XXRoads is a game for the X Windows system that attempts to be like the Xgame Crossroads (and it's sequel, Pandemonium) for the Commodore 64. XBasically, it is a 2-dimensional, overhead view maze game in which you Xfight against a gang of monsters. There are (or at least, there will be) Xtons of different twists in the game which make it fun. END-of-xroads-0.1.5/pkg/DESCR echo x - xroads-0.1.5/pkg/COMMENT sed 's/^X//' >xroads-0.1.5/pkg/COMMENT << 'END-of-xroads-0.1.5/pkg/COMMENT' XCommodore 64 "Crossroads"-like video game for X Window System. END-of-xroads-0.1.5/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?199806300729.LAA00453>