ports/171602: [NEW PORT] games/py27-cargocarrier: Collect cargo crates and warp to more difficult zones
nemysis
nemysis at gmx.ch
Thu Sep 13 11:20:02 UTC 2012
>Number: 171602
>Category: ports
>Synopsis: [NEW PORT] games/py27-cargocarrier: Collect cargo crates and warp to more difficult zones
>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: Thu Sep 13 11:20:01 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:
Cargo Carrier
Collect cargo crates and warp to more difficult zones. You have 1 life,
and the max level is currently set to 10.
WWW: http://www.pygame.org/project-Cargo+Carrier-2018-.html
WWW: http://www.bglz.net/files/python/Games/CargoCarrier/
Generated and tested manually, tested with port test and with RedPorts (all RELEASES, CLANG), sent with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:
portlint -A
WARN: Makefile: [34]: possible direct use of command "false" found. use ${FALSE} instead.
WARN: Makefile: [9]: possible direct use of command "python" found. use ${PYTHON_CMD} instead.
WARN: Makefile: only one MASTER_SITE configured. Consider adding additional mirrors.
WARN: Makefile: [34] because is used
DESKTOP_ENTRIES=...false
WARN: Makefile: [9] because is used
DIST_SUBDIR= python
Build log RedPorts
https://redports.org/buildarchive/20120913080655-23672/
>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:
#
# cargocarrier
# cargocarrier/files
# cargocarrier/files/cargocarrier.in
# cargocarrier/Makefile
# cargocarrier/pkg-descr
# cargocarrier/distinfo
#
echo c - cargocarrier
mkdir -p cargocarrier > /dev/null 2>&1
echo c - cargocarrier/files
mkdir -p cargocarrier/files > /dev/null 2>&1
echo x - cargocarrier/files/cargocarrier.in
sed 's/^X//' >cargocarrier/files/cargocarrier.in << '977b1f075f89ef973d45da1b37898cb8'
X#!/bin/sh
X#
X# $FreeBSD$
X
Xecho "Cargo Carrier: Starting up..."
Xcd "%%DATADIR%%"
Xpython ./cargo_carrier.pyw
977b1f075f89ef973d45da1b37898cb8
echo x - cargocarrier/Makefile
sed 's/^X//' >cargocarrier/Makefile << '70d607b37c8fd714ed24215f0fef45f0'
X# $FreeBSD$
X
XPORTNAME= cargocarrier
XPORTVERSION= 20110917
XCATEGORIES= games python
XMASTER_SITES= http://www.bglz.net/files/python/projects/
XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
XDISTNAME= ${PORTNAME:S/c/C/g}
XDIST_SUBDIR= python
X
XMAINTAINER= nemysis at gmx.ch
XCOMMENT= Collect cargo crates and warp to more difficult zones
X
XRUN_DEPENDS= ${PYGAME}
X
XWRKSRC= ${WRKDIR}/${PORTNAME:S/c/C/g}
X
XUSE_ZIP= yes
XUSE_PYTHON= yes
XNO_BUILD= yes
X
XPLIST_FILES= bin/${PORTNAME} \
X share/pixmaps/${PORTNAME}.png
X
XPORTDATA= *
X
XSUB_FILES= ${PORTNAME}
X
XDESKTOP_ENTRIES="Cargo Carrier" \
X "Collect cargo crates and warp to more difficult zones" \
X "${PREFIX}/share/pixmaps/${PORTNAME}.png" \
X "${PORTNAME}" \
X "Game;ArcadeGame;" \
X false
X
Xdo-install:
X# Scripts
X ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
X
X# Executable
X ${MKDIR} ${DATADIR}
X ${INSTALL_SCRIPT} ${WRKSRC}/*.py* ${DATADIR}
X
X# Data
X @(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${DATADIR})
X
X# Pixmaps and Desktop
X ${INSTALL_DATA} ${WRKSRC}/data/falcon.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
X
X.include <bsd.port.mk>
70d607b37c8fd714ed24215f0fef45f0
echo x - cargocarrier/pkg-descr
sed 's/^X//' >cargocarrier/pkg-descr << '4860550efe6bd762a495c2a078039fdc'
XCargo Carrier
X
XCollect cargo crates and warp to more difficult zones. You have 1 life,
Xand the max level is currently set to 10.
X
XWWW: http://www.pygame.org/project-Cargo+Carrier-2018-.html
XWWW: http://www.bglz.net/files/python/Games/CargoCarrier/
4860550efe6bd762a495c2a078039fdc
echo x - cargocarrier/distinfo
sed 's/^X//' >cargocarrier/distinfo << '73fcf965db1b1cadd7ef98aa7444af39'
XSHA256 (python/CargoCarrier.zip) = 69884f9e3f0c26dee5e4b42e363e6c10ad91dfc6919a6796352357fab8107ae4
XSIZE (python/CargoCarrier.zip) = 236973
73fcf965db1b1cadd7ef98aa7444af39
exit
--- .shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list