Domination is a game that is a bit like the well known board game of Risk
or RisiKo. It has many game options and includes many maps.
Written in java it includes a map editor, a simple map format, multiplayer
network play, single player, hotseat, 5 user interfaces and many more features,
it works in all OSs that run java.
WWW: http://domination.sourceforge.net/
WWW: http://yura.net/projects/domination/
PR: ports/172167
Submitted by: nemysis <nemysis@gmx.ch>
The following changes were made in the previous commit.
- Use ECJ 3.8 instead of 4.2. This simplifies and add more Eclipse mirrors.
They are actually the same compilers released with different Eclipse JDTs.
- Add an option to build gjdoc.
- Add an option to build with GMP, which enables java.math.BigInteger.
- Add an option to build with native JDK. When it is turned off, ECJ or GCJ
(when WITH_GCJ is defined) is used for glibj.zip. Note ECJ (with gij) and
GCJ can compile classpath perfectly fine on FreeBSD 9 and later but it seems
libgcj interacts badly with 7 and 8. Need more investigation.
- Reduce unnecessary dependencies. zip is not used when "--with-jar" is
specified. Use pre-built ANTLR jar file, which is only used for gjdoc.
Remove JDK run-time dependency because it is only necessary to execute tools
and these tools are actually wrappers. Now we just execute them with javavm
wrapper (or user-specified VM when JAVACMD environment variable is set).
Note you need a valid JVM to run these commands now.
- Add a patch to fix an ugly JAR updater bug. Without this, the file name
must include "/" in it, e.g., "gjar i ./glibj.zip".
Castle Vox is a next generation computer strategy board game.
Capture all the enemy Castles to win!
Features:
- Fast world domination.
- Plan attacks simultaneously.
- Collaborate with teammates.
- Maps from history and fantasy.
- Giant maps with many players.
- Map editor included.
- Hard AI will push your brain in single-player matches.
- Online multi-player modes: relaxed and speed variants.
- Achievements.
- Easy to learn, hard to master.
- Mixes elements from Diplomacy and Axis & Allies board games.
- Available for Mac OS X, Linux, and Windows.
WWW: http://sillysoft.net/vox/
PR: 155070
Submitted by: gamato@users.sf.net
- Fix conflicts with java/classpath. Note security provider configuration
is moved to ${PREFIX}/lib/security/SableVM.security. This file is always
loaded first because the short vendor name is SableVM. If it does not
exist, then classpath.security is loaded (java/security/Security.java).
- Reduce Makefile headers, add licenses, and convert to optionsNG.
- changes:
* bulk: only destroy old logs in case of -c
* general: fix running when the BASEFS contains a symlink
* ports: do not install the ports tree in a "/ports" subdirectory for svn and
git method (this also allow to use the same ports tree for both host and
poudriere)
* document in poudriere.conf.sample how to use proxies
- trim Makefile header (completely, because email wasn't set initially and,
based on nickname, I believe it wasn't done for purprose)
- remove redundant LICENSE_FILE
- avoid PYTHON_SITELIBDIR in depends
- limit python version to 2.x
- bump PORTREVISION because of dependency change
Turn the WITH_FREEIPMI make variable to a proper option.
Change the NOPORTDOCS option to use the new options framework.
PR: ports/171766
Submitted by: zeising
Approved by: maintainer timeout (two weeks), kwm (mentor)