Version: 1.6.0, Package name: jbrickshooter-1.6.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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. |
Filesize: 3162.874 KB |
Version History (View Complete History) |
|
2021-05-18 19:50:31 by Kurt Miller | Files touched by this commit (47) |
Log message: Bump revision on all 1.8+ ports since now they will build with jdk 1.8 on aarch64 and their run depends will also change. okay ian@ |
2019-09-21 15:30:39 by Kurt Miller | Files touched by this commit (2) |
Log message: Update javac source and target variables so this can be build with the 1.8 or 11 jdk. |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-06-10 18:37:09 by Kurt Miller | Files touched by this commit (4) |
Log message: Adjust ports that rolled their own do-build target for calling ant to use MODJAVA_BUILD=ant. okay sthen@, abieber@, jeremy@ |
2019-03-24 16:24:14 by Stuart Henderson | Files touched by this commit (43) |
Log message: sweep all java ports with a couple of adjustments to build/dependency environment, which will reduce complexity in java.port.mk when jdk 11 is added. direction agreed with kurt@. - switch all MODJAVA_VER to at least 1.8 (we don't currently have any version earlier than this anyway). - drop MODJAVA_JRERUN, the separate jre package will be going away with jdk 11. - bump changed ports |
2017-05-06 09:10:18 by Marc Espie | Files touched by this commit (68) |
Log message: adjust distinfo post DISTFILES change |
2017-04-21 07:27:47 by Kurt Miller | Files touched by this commit (51) |
Log message: - disconnect devel/jdk/1.7 from the build - adjust java.port.mk so all 1.7 and lower ports now build with 1.8 - bump revision on affected ports okay sthen@, ian@, landry@ |
2017-01-24 13:40:07 by Stuart Henderson | Files touched by this commit (2) |
Log message: don't fail to build if the directory already exists. |
2016-10-09 10:43:47 by Landry Breuil | Files touched by this commit (2) |
Log message: Update to jbrickshooter 1.6.0, and switch to github since google code was removed. Build jar from java sources using ant. |
2015-11-02 04:56:55 by Marc Espie | Files touched by this commit (27) |
Log message: a few minor pkg_subst fixes, for the coming patch (disallow -c without -m outside of WRKDIR) |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-05-04 12:47:17 by Landry Breuil | Files touched by this commit (2) |
Log message: Update to jbrickshooter 1.5.3. No idea since when i had that diff in my tree... |
2011-01-13 15:35:52 by Kurt Miller | Files touched by this commit (7) |
Log message: Correct snafu with pkg version going backwards. Clue bat beating from espie@ help and okay landry@ |
2010-11-16 04:23:29 by Marc Espie | Files touched by this commit (200) |
Log message: new depends |
2010-11-09 13:26:16 by Landry Breuil | Files touched by this commit (2) |
Log message: update to jbrickshooter 1.5.1 |
2010-03-04 05:03:38 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: - fix jbrickshooter if either the JDK or the JRE are available. - minor update to 1.4.1 from daniel dickman ok sthen@ |