Import jbrickshooter, yet another reflexion game where you have to make

bricks disappear... perfect for long compile times.
This commit is contained in:
landry 2009-10-11 18:47:35 +00:00
parent 5e4c5f1c28
commit 71d503d198
4 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,40 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/11 18:47:35 landry Exp $
COMMENT = brick shooter reflexion game
V= 1.4.0
DISTNAME= JBrickShooter_v${V}
PKGNAME= jbrickshooter-${V}
CATEGORIES= games java
EXTRACT_SUFX= .zip
HOMEPAGE= http://code.google.com/p/jbrickshooter/
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://jbrickshooter.googlecode.com/files/
MODULES= java
# hardcode version because we can't get JAVA_HOME as NO_BUILD is set
MODJAVA_VER= 1.7
MODJAVA_JRERUN= Yes
NO_REGRESS= Yes
NO_BUILD= Yes
WRKDIST= ${WRKDIR}
PKG_ARCH= *
do-install:
@echo "#!/bin/sh\n${LOCALBASE}/jre-1.7.0/bin/java -jar ${TRUEPREFIX}/share/jbrickshooter/jbrickshooter.jar" > ${WRKSRC}/jbrickshooter
${INSTALL_DATA_DIR} ${PREFIX}/share/jbrickshooter
cp ${WRKSRC}/jbrickshooter.jar ${PREFIX}/share/jbrickshooter
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/jbrickshooter
${INSTALL_SCRIPT} ${WRKSRC}/jbrickshooter ${PREFIX}/bin/jbrickshooter
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (JBrickShooter_v1.4.0.zip) = 69c9K5JqiDSYrJi37mUL+A==
RMD160 (JBrickShooter_v1.4.0.zip) = HMKkNWSdgTDnfJ5XfGBQh0m8IQ4=
SHA1 (JBrickShooter_v1.4.0.zip) = 5jIvX0jskMK97M5ORmfRqOO9XP8=
SHA256 (JBrickShooter_v1.4.0.zip) = RCiE5KPPrwX3NGDr0Qek+3E5SHH8Yf6R9JDb+LzbFGo=
SIZE (JBrickShooter_v1.4.0.zip) = 106583

View File

@ -0,0 +1,7 @@
The game field is a square of a hundred cells. The game starts with some
colored bricks arranged randomly in the field. Empty cells are black.
Each side of the field has three layers of bricks. Any brick that can
move will show an arrow when the mouse is over it. Clicking the mouse
starts the brick moving through the field in the direction of its arrow.
When the brick hits another brick it stops.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/10/11 18:47:35 landry Exp $
bin/jbrickshooter
share/jbrickshooter/
share/jbrickshooter/jbrickshooter.jar