ports/188307: New port: games/rogue Rogue: Exploring the Dungeons of Doom

Bykov Vladislav envolyse at gmail.com
Sun Apr 6 10:00:01 UTC 2014


>Number:         188307
>Category:       ports
>Synopsis:       New port: games/rogue Rogue: Exploring the Dungeons of Doom
>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:   Sun Apr 06 10:00:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bykov Vladislav
>Release:        
>Organization:
>Environment:
>Description:

>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:
#
#	rogue
#	rogue/Makefile
#	rogue/pkg-descr
#	rogue/pkg-plist
#	rogue/distinfo
#	rogue/files
#	rogue/files/patch-Makefile.in
#	rogue/files/patch-Makefile.std
#
echo c - rogue
mkdir -p rogue > /dev/null 2>&1
echo x - rogue/Makefile
sed 's/^X//' >rogue/Makefile << '102706dc55925a0cacb264f923dcb5e1'
X# Created by: Bykov Vladislav <envolyse at gmail.com>
X# $FreeBSD$
X
XPORTNAME=	rogue
XPORTVERSION=	5.4.4
XCATEGORIES=	games
XMASTER_SITES=	http://rogue.rogueforge.net/files/rogue5.4/
XDISTNAME=	${PORTNAME}${PORTVERSION}-src
X
XMAINTAINER=	envolyse at gmail.com
XCOMMENT=	Rogue: Exploring the Dungeons of Doom
X
XWRKSRC=${WRKDIR}/${PORTNAME}${PORTVERSION}
XGNU_CONFIGURE=	yes
X
X.include <bsd.port.mk>
102706dc55925a0cacb264f923dcb5e1
echo x - rogue/pkg-descr
sed 's/^X//' >rogue/pkg-descr << '30d7d3d387c28c31b92dd143b24e7662'
XRogue: Exploring the Dungeons of Doom
X
XRogue is a computer fantasy game with a new twist.  It is crt oriented and the
Xobject of the game is to survive the attacks of various monsters and get
Xa lot of gold, rather than the puzzle solving orientation of most computer
Xfantasy games.
X
XWWW: http://rogue.rogueforge.net/
30d7d3d387c28c31b92dd143b24e7662
echo x - rogue/pkg-plist
sed 's/^X//' >rogue/pkg-plist << '34c15ce418eaf4ed9ae25efea328b310'
Xbin/rogue
Xman/man6/rogue.6.gz
Xshare/doc/rogue-5.4.4/LICENSE.TXT
Xshare/doc/rogue-5.4.4/rogue.cat
Xshare/doc/rogue-5.4.4/rogue.doc
Xshare/doc/rogue-5.4.4/rogue.html
Xshare/doc/rogue-5.4.4/rogue.me
34c15ce418eaf4ed9ae25efea328b310
echo x - rogue/distinfo
sed 's/^X//' >rogue/distinfo << '6044066e99a0d102f60f4bd26fb0a634'
XSHA256 (rogue5.4.4-src.tar.gz) = 7d37a61fc098bda0e6fac30799da347294067e8e079e4b40d6c781468e08e8a1
XSIZE (rogue5.4.4-src.tar.gz) = 209839
6044066e99a0d102f60f4bd26fb0a634
echo c - rogue/files
mkdir -p rogue/files > /dev/null 2>&1
echo x - rogue/files/patch-Makefile.in
sed 's/^X//' >rogue/files/patch-Makefile.in << 'e5ef18c4419f33f331b3db15543ed1a6'
X--- Makefile.in.orig	2007-09-05 23:08:06.000000000 +0400
X+++ Makefile.in	2014-04-06 12:49:11.000000000 +0400
X@@ -128,6 +128,8 @@
X     
X .c.o:
X 	$(CC) $(CFLAGS) $(CPPFLAGS) -c $*.c
X+
X+all:	$(PROGRAM)
X     
X $(PROGRAM): $(HDRS) $(OBJS)
X 	$(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o $@
e5ef18c4419f33f331b3db15543ed1a6
echo x - rogue/files/patch-Makefile.std
sed 's/^X//' >rogue/files/patch-Makefile.std << 'b7ee1fb4210d56faf7929677fa43481c'
X--- Makefile.std.orig	2007-09-05 23:08:06.000000000 +0400
X+++ Makefile.std	2014-04-06 12:49:37.000000000 +0400
X@@ -55,6 +55,8 @@
X     
X .c.o:
X 	$(CC) $(CFLAGS) $(CPPFLAGS) $(FEATURES) -c $*.c
X+
X+all:	$(PROGRAM)
X     
X $(PROGRAM): $(HDRS) $(OBJS) fixdocs
X 	$(CC) $(LDFLAGS) $(OBJS) $(LIBS) $(OUTFLAG)$@$(EXE)
b7ee1fb4210d56faf7929677fa43481c
exit



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


More information about the freebsd-ports-bugs mailing list