From owner-svn-ports-head@FreeBSD.ORG Thu Oct 4 16:57:50 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F324106566C; Thu, 4 Oct 2012 16:57:50 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 889868FC14; Thu, 4 Oct 2012 16:57:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q94Gvo60090084; Thu, 4 Oct 2012 16:57:50 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q94GvoWR090076; Thu, 4 Oct 2012 16:57:50 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201210041657.q94GvoWR090076@svn.freebsd.org> From: Jason Helfman Date: Thu, 4 Oct 2012 16:57:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305268 - in head/games: . castlevox castlevox/files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2012 16:57:50 -0000 Author: jgh Date: Thu Oct 4 16:57:49 2012 New Revision: 305268 URL: http://svn.freebsd.org/changeset/ports/305268 Log: add new port: games/castlevox 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 Added: head/games/castlevox/ head/games/castlevox/Makefile (contents, props changed) head/games/castlevox/distinfo (contents, props changed) head/games/castlevox/files/ head/games/castlevox/files/CastleVox.in (contents, props changed) head/games/castlevox/pkg-descr (contents, props changed) head/games/castlevox/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Thu Oct 4 16:52:30 2012 (r305267) +++ head/games/Makefile Thu Oct 4 16:57:49 2012 (r305268) @@ -118,6 +118,7 @@ SUBDIR += cake SUBDIR += caph SUBDIR += cardpics + SUBDIR += castlevox SUBDIR += cave9 SUBDIR += cavezofphear SUBDIR += ceferino Added: head/games/castlevox/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/castlevox/Makefile Thu Oct 4 16:57:49 2012 (r305268) @@ -0,0 +1,32 @@ +# Created by: Martin Otto +# +# $FreeBSD$ + +PORTNAME= CastleVox +PORTVERSION= 1.2 +CATEGORIES= games java +MASTER_SITES= http://sillysoft.net/download/ +DISTNAME= CastleVox-linux + +MAINTAINER= gamato@users.sf.net +COMMENT= A fast world domination game + +FETCH_ARGS= -Fpr +USE_JAVA= yes +JAVA_VERSION= 1.6+ + +WRKSRC= ${WRKDIR}/CastleVoxPC +DATADIR= ${JAVASHAREDIR}/${PORTNAME} +NO_BUILD= yes + +SUB_FILES= CastleVox + +do-install: + @${MKDIR} ${DATADIR} + (cd ${WRKSRC}/ && ${COPYTREE_SHARE} \*.jar ${DATADIR}) + ${INSTALL_DATA} ${WRKSRC}/VoxIcon.png ${DATADIR} + (cd ${WRKSRC}/ && ${COPYTREE_SHARE} Support ${DATADIR}) + (cd ${WRKSRC}/ && ${COPYTREE_SHARE} docs ${DATADIR}) + ${INSTALL_SCRIPT} ${WRKDIR}/CastleVox ${PREFIX}/bin + +.include Added: head/games/castlevox/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/castlevox/distinfo Thu Oct 4 16:57:49 2012 (r305268) @@ -0,0 +1,2 @@ +SHA256 (CastleVox-linux.tar.gz) = 9fb7fffc3b8e15ca947f056f494cffc612d092e53a073538f382ca7b84132880 +SIZE (CastleVox-linux.tar.gz) = 27979326 Added: head/games/castlevox/files/CastleVox.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/castlevox/files/CastleVox.in Thu Oct 4 16:57:49 2012 (r305268) @@ -0,0 +1,8 @@ +#!/bin/sh +# +# $FreeBSD$ + +echo "Castle Vox: Starting up..." +cd "%%DATADIR%%" +JAVA_VERSION="%%JAVA_VERSION%%" exec "%%LOCALBASE%%/bin/java" \ +-Djava.ext.dirs="%%DATADIR%%" -jar "%%DATADIR%%/VoxCore.jar" "$@" Added: head/games/castlevox/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/castlevox/pkg-descr Thu Oct 4 16:57:49 2012 (r305268) @@ -0,0 +1,22 @@ +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/ Added: head/games/castlevox/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/castlevox/pkg-plist Thu Oct 4 16:57:49 2012 (r305268) @@ -0,0 +1,75 @@ +bin/CastleVox +%%DATADIR%%/VoxCore.jar +%%DATADIR%%/VoxIcon.png +%%DATADIR%%/jide-charts.jar +%%DATADIR%%/jide-common.jar +%%DATADIR%%/jogg-0.0.7.jar +%%DATADIR%%/jorbis-0.0.15.jar +%%DATADIR%%/tritonus_share.jar +%%DATADIR%%/vorbisspi1.0.3.jar +%%DATADIR%%/Support/Maps/Hex Barons.voxb +%%DATADIR%%/Support/Maps/Tutorial Map.voxb +%%DATADIR%%/Support/Maps/World War II.voxb +%%DATADIR%%/Support/Music/CV_Civil War.ogg +%%DATADIR%%/Support/Music/CV_Main Theme.ogg +%%DATADIR%%/Support/Music/CV_Medieval.ogg +%%DATADIR%%/Support/Music/CV_Modern Military.ogg +%%DATADIR%%/Support/Music/CV_Roman.ogg +%%DATADIR%%/Support/Music/CV_Victory.ogg +%%DATADIR%%/Support/Themes/MB Hex Barons/overground.png +%%DATADIR%%/Support/Themes/MB Hex Barons/updater1.txt +%%DATADIR%%/Support/Themes/MB Hex Barons/updater2.txt +%%DATADIR%%/Support/Themes/MB Hex Barons/updater3.txt +%%DATADIR%%/Support/Themes/MB Hex Barons/updater4.txt +%%DATADIR%%/Support/Themes/MB Hex Barons/updater5.txt +%%DATADIR%%/Support/Themes/MB WW2 World/foreground.jpg +%%DATADIR%%/Support/Themes/MB WW2 World/overground.png +%%DATADIR%%/Support/Themes/MB WW2 World/unit_castle.png +%%DATADIR%%/Support/Themes/MB WW2 World/unit_knight.png +%%DATADIR%%/Support/Themes/MB WW2 World/unit_pawn.png +%%DATADIR%%/Support/Themes/MB WW2 World/updater1.txt +%%DATADIR%%/Support/Themes/MB WW2 World/updater2.txt +%%DATADIR%%/Support/Themes/MB WW2 World/updater3.txt +%%DATADIR%%/Support/Themes/MB WW2 World/updater4.txt +%%DATADIR%%/Support/Themes/MB WW2 World/updater5.txt +%%DATADIR%%/Support/Themes/MB WW2 World/updater6.txt +%%DATADIR%%/Support/Themes/MB WW2 World/updater7.txt +%%DATADIR%%/Support/Themes/MB WW2 World/updater8.txt +%%DATADIR%%/Support/Themes/MB WW2 World/updater9.txt +%%DATADIR%%/Support/Themes/Tutorial Map/foreground.jpg +%%DATADIR%%/Support/Themes/Tutorial Map/overground.png +%%DATADIR%%/Support/Themes/Tutorial Map/updater1.txt +%%DATADIR%%/Support/Themes/Tutorial Map/updater2.txt +%%DATADIR%%/Support/Themes/Tutorial Map/updater3.txt +%%DATADIR%%/Support/Themes/Tutorial Map/updater4.txt +%%DATADIR%%/Support/Themes/Tutorial Map/updater5.txt +%%DATADIR%%/docs/Castle_Vox_Instructions.html +%%DATADIR%%/docs/Castle_Vox_Shortcuts.html +%%DATADIR%%/docs/Castle_Vox_Version_History.html +%%DATADIR%%/docs/docs_files/Bonus.png +%%DATADIR%%/docs/docs_files/Chat.png +%%DATADIR%%/docs/docs_files/Conflict.png +%%DATADIR%%/docs/docs_files/Main_Interface.png +%%DATADIR%%/docs/docs_files/Network.png +%%DATADIR%%/docs/docs_files/PIwindow.png +%%DATADIR%%/docs/docs_files/Plugins.png +%%DATADIR%%/docs/docs_files/Units_castle.png +%%DATADIR%%/docs/docs_files/Units_knight.png +%%DATADIR%%/docs/docs_files/Units_pawn.png +%%DATADIR%%/docs/docs_files/bg.jpg +%%DATADIR%%/docs/docs_files/footer.jpg +%%DATADIR%%/docs/docs_files/header.jpg +%%DATADIR%%/docs/docs_files/moving.png +%%DATADIR%%/docs/docs_files/prefs.png +%%DATADIR%%/docs/docs_files/recruit.png +%%DATADIR%%/docs/docs_files/teammate.png +@dirrm %%DATADIR%%/docs/docs_files +@dirrm %%DATADIR%%/docs +@dirrm %%DATADIR%%/Support/Themes/Tutorial Map +@dirrm %%DATADIR%%/Support/Themes/MB WW2 World +@dirrm %%DATADIR%%/Support/Themes/MB Hex Barons +@dirrm %%DATADIR%%/Support/Themes +@dirrm %%DATADIR%%/Support/Music +@dirrm %%DATADIR%%/Support/Maps +@dirrm %%DATADIR%%/Support +@dirrm %%DATADIR%%