ports/158781: New port: games/drcreep Platform Puzzle Game

Robert Crossfield robcrossfield at gmail.com
Mon Jul 11 02:50:09 UTC 2011


>Number:         158781
>Category:       ports
>Synopsis:       New port: games/drcreep Platform Puzzle Game
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 11 02:50:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Robert Crossfield
>Release:        8.2-STABLE
>Organization:
>Environment:
FreeBSD syko.strobs.com 8.2-STABLE FreeBSD 8.2-STABLE #5: Fri Jul  1 21:25:35 EST 2011     segra at syko.strobs.com:/usr/obj/usr/src/sys/SYKO  amd64

>Description:
Port of the 1984 Commodore 64 Game 'The Castles of Dr. Creep'
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	drcreep
#	drcreep/pkg-descr
#	drcreep/Makefile
#	drcreep/distinfo
#
echo c - drcreep
mkdir -p drcreep > /dev/null 2>&1
echo x - drcreep/pkg-descr
sed 's/^X//' >drcreep/pkg-descr << '19a2d72ebc2f80a8bd44fdaa9993fd01'
XThe Castles of Dr. Creep is a platform puzzle game 
Xoriginally for the Commodore 64 and released in 1984 
XBy Broderbund and written by Ed Hobbs.
X
XLICENSE: GPL3 or later
X
XWWW: http://creep.sourceforge.net/
X
XThe Character ROM file is Copyright by Commodore Business Machines.
19a2d72ebc2f80a8bd44fdaa9993fd01
echo x - drcreep/Makefile
sed 's/^X//' >drcreep/Makefile << '0ca45ed71357e760c11c3dc600081ab1'
X# New ports collection makefile for:   creep
X# Date created:        3 July 2011
X# Whom:                Robert Crossfield
X#
X# $FreeBSD$
X#
X
XPORTNAME=      drcreep
XDISTVERSION=   374
X#PORTVERSION=   1
XCATEGORIES=    games
XMASTER_SITES=  SF/creep/
X
XMAINTAINER=    segra at strobs.com
XCOMMENT=       The Castles of Dr. Creep
X
XDATADIR=	${PREFIX}/share/${PORTNAME}
X#MAN1=          drcreep.1
X#MANCOMPRESSED= yes
X
XUSE_GMAKE=      yes
XUSE_SDL=        sdl
X
XWRKSRC=		${WRKDIR}/head
X
XPLIST_FILES= 	bin/${PORTNAME} \
X		share/drcreep/data/char.rom
X
Xdo-build:
X	cd ${WRKSRC} &&	${CXX} -DFREEBSD -o ${PORTNAME} ${CXXFLAGS} \
X				`${SDL_CONFIG} --cflags --libs` -I./src src/*.cpp src/graphics/*.cpp src/graphics/scale/*.cpp src/castle/*.cpp src/castle/objects/*.cpp src/vic-ii/*.cpp src/resid-0.16/*.cpp src/sound/*.cpp -lcompat
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X	${MKDIR} ${DATADIR}
X	${MKDIR} ${DATADIR}/data
X	${MKDIR} ${DATADIR}/data/castle
X	${MKDIR} ${DATADIR}/data/castles
X	${MKDIR} ${DATADIR}/data/save
X
X	${INSTALL_DATA} ${WRKSRC}/run/data/char.rom ${DATADIR}/data
X
X	@echo '------------------------------------------------------'
X	@echo ''
X	@echo 'Please copy your Castles of Dr. Creep disk image (D64) to ${DATADIR}/data'
X	@echo ''
X	@echo ''
X
X.include <bsd.port.mk>
0ca45ed71357e760c11c3dc600081ab1
echo x - drcreep/distinfo
sed 's/^X//' >drcreep/distinfo << 'cf2acfd689f754e05dc9a174575a2c10'
XSHA256 (drcreep-374.tar.gz) = 770b57430cbe6bc7a60f720ccfc52b168ab5893fb5e35cf995967c082e35c22c
XSIZE (drcreep-374.tar.gz) = 377041
cf2acfd689f754e05dc9a174575a2c10
exit



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



More information about the freebsd-ports-bugs mailing list