Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 May 2012 01:30:17 GMT
From:      nemysis <nemysis@gmx.ch>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/167240 games/xgalaga++: XGalaga++ is a classic single screen vertical shoot em up
Message-ID:  <201205030130.q431UHQc021343@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/167240; it has been noted by GNATS.

From: nemysis <nemysis@gmx.ch>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167240 games/xgalaga++: XGalaga++ is a classic single screen vertical shoot em up
Date: Thu, 03 May 2012 03:24:53 +0200

 >Submitter-Id:	current-users
 >Originator:	nemysis
 >Organization:	
 >Confidential:	no 
 >Synopsis:	Re: ports/167240 games/xgalaga++: XGalaga++ is a classic single screen vertical shoot em up
 >Severity:	non-critical
 >Priority:	low
 >Category:	ports 
 >Class:		update
 >Release:	FreeBSD 9.0-RELEASE amd64
 >Environment:
 System: FreeBSD 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
 >Description:
 XGalaga++ is a classic vertical scrolling shoot em up.
 It requires no X Window extension and its window is freely resizable.
 It is inspired by XGalaga, but rewritten from scratch,
 except for the graphics.
 
 WWW: http://marc.mongenet.ch/OSS/XGalaga/
 
 Generated manually, tested with RedPorts and port test, sent with FreeBSD Port Tools 0.99_5 (mode: new)
 >How-To-Repeat:
 >Fix:
 
 --- .shar 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:
 #
 #	xgalaga++
 #	xgalaga++/Makefile
 #	xgalaga++/pkg-descr
 #	xgalaga++/distinfo
 #	xgalaga++/files
 #	xgalaga++/files/patch-Makefile
 #	xgalaga++/pkg-plist
 #
 echo c - xgalaga++
 mkdir -p xgalaga++ > /dev/null 2>&1
 echo x - xgalaga++/Makefile
 sed 's/^X//' >xgalaga++/Makefile << '05feadec696f761bbfae9aaa87f588e0'
 X# New Ports collection makefile for:	xgalaga++
 X# Date created:		2012-04-20
 X# Whom:			nemysis@gmx.ch
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	xgalaga++
 XPORTVERSION=	0.8.3
 XCATEGORIES=	games
 XMASTER_SITES=	http://marc.mongenet.ch/OSS/XGalaga/
 XDISTNAME=	${PORTNAME}_${PORTVERSION}
 X
 XMAINTAINER=	nemysis@gmx.ch
 XCOMMENT=	XGalaga++ is a classic single screen vertical shoot em up
 X
 XLICENSE=	GPLv2
 X
 XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 X
 XUSE_GMAKE=	yes
 XALL_TARGET=	${PORTNAME}
 XUSE_XORG=	x11 xpm
 XMAN6=		xgalaga++.6x
 XHIGHSCORES=	/var/games/xgalaga++.scores
 X
 XPORTDOCS=	README
 X
 Xdo-install:
 X# Executable
 X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 X
 X# Man
 X	${INSTALL_MAN} ${WRKSRC}/${MAN6} ${MANPREFIX}/man/man6/
 X
 X# Data
 X	${MKDIR} ${DATADIR}
 X.for d in xpm
 X	${CP} ${WRKSRC}/*.xpm ${DATADIR}
 X.endfor
 X
 Xpost-install:
 X# Documentations
 X.if !defined(NOPORTDOCS)
 X	${MKDIR} ${DOCSDIR}
 X.  for f in ${PORTDOCS}
 X	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
 X.  endfor
 X.endif
 X
 X# Highscores
 X.if !exists(${HIGHSCORES})
 X	${TOUCH} ${HIGHSCORES}
 X.endif
 X	${CHMOD} 664 ${HIGHSCORES}
 X
 X.include <bsd.port.mk>
 05feadec696f761bbfae9aaa87f588e0
 echo x - xgalaga++/pkg-descr
 sed 's/^X//' >xgalaga++/pkg-descr << 'e98cca68b4289bdced0cd00482d741bc'
 XXGalaga++ is a classic vertical scrolling shoot em up.
 XIt requires no X Window extension and its window is freely resizable.
 XIt is inspired by XGalaga, but rewritten from scratch,
 Xexcept for the graphics.
 X
 XWWW: http://marc.mongenet.ch/OSS/XGalaga/
 e98cca68b4289bdced0cd00482d741bc
 echo x - xgalaga++/distinfo
 sed 's/^X//' >xgalaga++/distinfo << '4025167ed5ed78e8ccc88143a26fac80'
 XSHA256 (xgalaga++_0.8.3.tar.gz) = cd7444938a923496437a7a4f64e5272eeb098a29c9eec0092ea5acb1804af9f2
 XSIZE (xgalaga++_0.8.3.tar.gz) = 32466
 4025167ed5ed78e8ccc88143a26fac80
 echo c - xgalaga++/files
 mkdir -p xgalaga++/files > /dev/null 2>&1
 echo x - xgalaga++/files/patch-Makefile
 sed 's/^X//' >xgalaga++/files/patch-Makefile << 'dbf378e5dd45f29759ef6fd703467836'
 X--- Makefile.orig	2012-04-20 01:25:11.000000000 +0200
 X+++ Makefile	2012-04-20 01:55:42.000000000 +0200
 X@@ -25,7 +25,7 @@
 X builddir = .
 X 
 X # installation directories
 X-installprefix = /usr
 X+installprefix = /usr/local
 X bindir = $(installprefix)/games
 X mandir = $(installprefix)/share/man/man6
 X 
 dbf378e5dd45f29759ef6fd703467836
 echo x - xgalaga++/pkg-plist
 sed 's/^X//' >xgalaga++/pkg-plist << 'e984b4d4b62af0b047931a11967be825'
 Xbin/xgalaga++
 Xshare/xgalaga++/alien1.xpm
 Xshare/xgalaga++/alien10.xpm
 Xshare/xgalaga++/alien11.xpm
 Xshare/xgalaga++/alien12.xpm
 Xshare/xgalaga++/alien13.xpm
 Xshare/xgalaga++/alien14.xpm
 Xshare/xgalaga++/alien2.xpm
 Xshare/xgalaga++/alien3.xpm
 Xshare/xgalaga++/alien4.xpm
 Xshare/xgalaga++/alien5.xpm
 Xshare/xgalaga++/alien6.xpm
 Xshare/xgalaga++/alien7.xpm
 Xshare/xgalaga++/alien8.xpm
 Xshare/xgalaga++/alien9.xpm
 Xshare/xgalaga++/bomb.xpm
 Xshare/xgalaga++/bonus_fire.xpm
 Xshare/xgalaga++/bonus_multi.xpm
 Xshare/xgalaga++/bonus_shield.xpm
 Xshare/xgalaga++/bonus_speed.xpm
 Xshare/xgalaga++/bullet.xpm
 Xshare/xgalaga++/player.xpm
 X@dirrmtry share/xgalaga++
 e984b4d4b62af0b047931a11967be825
 exit
 --- .shar ends here ---
 



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