Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Aug 2012 00:52:42 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jgh@FreeBSD.org
Subject:   ports/170837: [NEW PORT] games/vectoroids: Vector-based rock-shooting game similar to Asteroids
Message-ID:  <20120821225251.58F9D1065675@hub.freebsd.org>
Resent-Message-ID: <201208212300.q7LN0Of6071954@freefall.freebsd.org>

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

>Number:         170837
>Category:       ports
>Synopsis:       [NEW PORT] games/vectoroids: Vector-based rock-shooting game similar to Asteroids
>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:   Tue Aug 21 23:00:24 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC
>Description:
Vectoroids is a vector-based rock-shooting game similar to the
arcade classic "Asteroids".  It is an SDL game based on the source for
"Agendaroids", an X-Window game written for the Agenda VR3 Linux-based PDA
written by the same author.

WWW: http://www.newbreedsoftware.com/vectoroids/


Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:

I wish to adopt this Port, have make all in this Ports new, not used Portrevision 13.

Have used

PORTREVISION=	14

because this Port in FreeBSD Tree have PORTREVISION 13.

>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:
#
#	vectoroids
#	vectoroids/Makefile
#	vectoroids/pkg-descr
#	vectoroids/distinfo
#
echo c - vectoroids
mkdir -p vectoroids > /dev/null 2>&1
echo x - vectoroids/Makefile
sed 's/^X//' >vectoroids/Makefile << '1f4c8ad1adc4d62020f3ec7880174ecf'
X# New Ports collection makefile for:	vectoroids
X# Date created:		2012-08-21
X# Whom:			nemysis@gmx.ch
X#
X# $FreeBSD$
X#
X
XPORTNAME=	vectoroids
XPORTVERSION=	1.1.0
XPORTREVISION=	14
XCATEGORIES=	games
XMASTER_SITES=	ftp://ftp.tuxpaint.org/unix/x/vectoroids/src/ \
X		ftp://ftp.billsgames.com/unix/x/vectoroids/src/
X
XMAINTAINER=	nemysis@gmx.ch
XCOMMENT=	Vector-based rock-shooting game similar to Asteroids
X
XLICENSE=	GPLv2
X
XUSE_GMAKE=	yes
XUSE_SDL=	image mixer sdl
XMAKE_JOBS_SAFE=	yes
X
XPLIST_FILES=	bin/${PORTNAME} \
X		share/pixmaps/${PORTNAME}.png
X
XMAN6=		${PORTNAME}.6
X
XPORTDATA=	*
XPORTDOCS=	CHANGES.txt README.txt
X
X.include <bsd.port.options.mk>
X
Xdo-install:
X# Executable
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X# Data
X	(cd ${WRKSRC}/data && ${COPYTREE_SHARE} "images music sounds" ${DATADIR})
X
X# Pixmaps
X	${INSTALL_DATA} ${WRKSRC}/data/images/icon.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
X
X# Documentation
X.if ${PORT_OPTIONS:MDOCS}
X	${MKDIR} ${DOCSDIR}
X.  for f in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.  endfor
X.endif
X	${INSTALL_MAN} ${WRKSRC}/${MAN6} ${MAN6PREFIX}/man/man6
X
X.include <bsd.port.mk>
1f4c8ad1adc4d62020f3ec7880174ecf
echo x - vectoroids/pkg-descr
sed 's/^X//' >vectoroids/pkg-descr << '3432ca00523841e6c1faa8728a4f8c50'
XVectoroids is a vector-based rock-shooting game similar to the
Xarcade classic "Asteroids".  It is an SDL game based on the source for
X"Agendaroids", an X-Window game written for the Agenda VR3 Linux-based PDA
Xwritten by the same author.
X
XWWW: http://www.newbreedsoftware.com/vectoroids/
3432ca00523841e6c1faa8728a4f8c50
echo x - vectoroids/distinfo
sed 's/^X//' >vectoroids/distinfo << 'cfa2bb12a067253886985ff8e0bd62f2'
XSHA256 (vectoroids-1.1.0.tar.gz) = 8d14dd281767e994108abd77c8e67d5a17718d0ad1e34d37e026911d14697b2e
XSIZE (vectoroids-1.1.0.tar.gz) = 299293
cfa2bb12a067253886985ff8e0bd62f2
exit
--- .shar ends here ---

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



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