Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2003 01:00:51 -0500 (EST)
From:      Suleiman Souhlal <refugee@vt.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
Subject:   ports/49095: New port: games/dungeoncrawl
Message-ID:  <20030311060051.574526B@hc6525a27.dhcp.vt.edu>

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

>Number:         49095
>Category:       ports
>Synopsis:       New port: games/dungeoncrawl
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 10 22:10:10 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Suleiman Souhlal
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hc6525a27.dhcp.vt.edu 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sat Feb 1 00:57:38 EST 2003 refugee@zZzZ:/usr/obj/usr/src/sys/ZZZZ i386


	
>Description:
	A port of dungeon crawl, an old school roguelike.
	
>How-To-Repeat:
	
>Fix:

	

--- dc 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:
#
#	dungeoncrawl
#	dungeoncrawl/Makefile
#	dungeoncrawl/pkg-descr
#	dungeoncrawl/files
#	dungeoncrawl/files/patch-aa
#	dungeoncrawl/pkg-plist
#	dungeoncrawl/distinfo
#
echo c - dungeoncrawl
mkdir -p dungeoncrawl > /dev/null 2>&1
echo x - dungeoncrawl/Makefile
sed 's/^X//' >dungeoncrawl/Makefile << 'END-of-dungeoncrawl/Makefile'
X# New ports collection makefile for:   dungeoncrawl
X# Date created:        10 March 2003
X# Whom:                refugee
X#
X# $FreeBSD$
X#
X
XPORTNAME=	dungeoncrawl
XPORTVERSION=	4.0.0.b24
XCATEGORIES=	games
XMASTER_SITES=	ftp://anonymous:dposix@ftp.dungeoncrawl.org/dev/4.0.x/src/
XDISTNAME=	dc${PORTVERSION:S/.//g}-src
XEXTRACT_SUFX=	.tbz2
X
XMAINTAINER=	refugee@vt.edu
XCOMMENT=	An old school roguelike game
X
XUSE_BZIP2=	yes
X
XWRKSRC=		${WRKDIR}/${DISTNAME}/source/
X
XMAKEFILE=	${WRKSRC}/makefile.bsd
X
XPLIST_SUB=	CRAWLDOCSDIR="${CRAWLDOCSDIR}"
X
XCRAWLDOCSDIR?=	share/doc/${PORTNAME}
X
X.if !defined(NOPORTDOCS)
Xpost-install:
X	@${MKDIR} ${PREFIX}/${CRAWLDOCSDIR}
X	${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/crawl.txt ${PREFIX}/${CRAWLDOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-dungeoncrawl/Makefile
echo x - dungeoncrawl/pkg-descr
sed 's/^X//' >dungeoncrawl/pkg-descr << 'END-of-dungeoncrawl/pkg-descr'
XLinley's Dungeon Crawl is a free and portable roguelike molded in the tradition
Xof the early greats of the genre: Rogue, Hack, and Moria. 
XThe player guides a single character deep into a subterranean complex
Xto retrieve the Orb of Zot, fending off many horrible and hideous creatures
Xalong the way. Once retrieved, the player must return both character and Orb
Xsafely to the surface world. Easier said than done, but fun all the same.
X
XWWW: http://www.dungeoncrawl.org/
X
X- Suleiman Souhlal
Xrefugee@vt.edu
END-of-dungeoncrawl/pkg-descr
echo c - dungeoncrawl/files
mkdir -p dungeoncrawl/files > /dev/null 2>&1
echo x - dungeoncrawl/files/patch-aa
sed 's/^X//' >dungeoncrawl/files/patch-aa << 'END-of-dungeoncrawl/files/patch-aa'
X--- makefile.bsd.orig	Thu Feb 27 22:39:20 2003
X+++ makefile.bsd	Thu Feb 27 23:27:25 2003
X@@ -1,7 +1,7 @@
X # -*- Makefile -*- for Dungeon Crawl (linux)
X 
X #APPNAME = crawl
X-GAME = crawl
X+GAME = dungeoncrawl
X 
X # this file contains a list of the libraries.
X # it will make a variable called OBJECTS that contains all the libraries
X@@ -17,7 +17,7 @@
X LDFLAGS = -static -L/usr/lib
X MCHMOD = 711
X # INSTALLDIR = /usr/games
X-INSTALLDIR = /tmp/CRAWLTEST/testdev
X+INSTALLDIR = ${PREFIX}/bin
X LIB = -lncurses
X 
X # Include for Linux
END-of-dungeoncrawl/files/patch-aa
echo x - dungeoncrawl/pkg-plist
sed 's/^X//' >dungeoncrawl/pkg-plist << 'END-of-dungeoncrawl/pkg-plist'
Xbin/dungeoncrawl
X%%PORTDOCS%%%%CRAWLDOCSDIR%%/crawl.txt
X%%PORTDOCS%%@dirrm %%CRAWLDOCSDIR%%
END-of-dungeoncrawl/pkg-plist
echo x - dungeoncrawl/distinfo
sed 's/^X//' >dungeoncrawl/distinfo << 'END-of-dungeoncrawl/distinfo'
XMD5 (dc400b24-src.tbz2) = 3c31b556f4751a7bd989895209cd57e8
END-of-dungeoncrawl/distinfo
exit
--- dc ends here ---


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

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




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