aboutsummaryrefslogtreecommitdiff
path: root/games/pcgen
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2010-01-23 10:15:02 +0000
committerHerve Quiroz <hq@FreeBSD.org>2010-01-23 10:15:02 +0000
commite644b6f410f832234cb0177ab0bfe0c90b4d407f (patch)
tree1b60317e49c40a41407cf362ddfcde5d642366a8 /games/pcgen
parenta394455b79956915f7dfc310f04b1273434461ac (diff)
downloadports-e644b6f410f832234cb0177ab0bfe0c90b4d407f.tar.gz
ports-e644b6f410f832234cb0177ab0bfe0c90b4d407f.zip
- Update to 5.16.2
- Remove a couple of (now) unnecessary targets - Tweak a couple of other settings/targets - Takeover maintainership PR: 142955 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
Notes
Notes: svn path=/head/; revision=248401
Diffstat (limited to 'games/pcgen')
-rw-r--r--games/pcgen/Makefile27
-rw-r--r--games/pcgen/distinfo6
2 files changed, 12 insertions, 21 deletions
diff --git a/games/pcgen/Makefile b/games/pcgen/Makefile
index 70f667068a55..09c1d9e83f24 100644
--- a/games/pcgen/Makefile
+++ b/games/pcgen/Makefile
@@ -5,13 +5,12 @@
# $FreeBSD$
PORTNAME= pcgen
-PORTVERSION= 5.12.0
-PORTREVISION= 1
+PORTVERSION= 5.16.2
CATEGORIES= games java
MASTER_SITES= SF/${PORTNAME}/PCGen%20Stable/${PORTVERSION}
-DISTNAME= pcgen${PORTVERSION:S/.//g}_partial
+DISTNAME= pcgen${PORTVERSION:S/.//g}_full
-MAINTAINER= hq@FreeBSD.org
+MAINTAINER= glewis@FreeBSD.org
COMMENT= A Java-based RPG character generator and maintenance program
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
@@ -23,36 +22,28 @@ JAVA_VERSION= 1.4+
NO_BUILD= YES
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
-DATAFILES= characters data filepaths.ini lib outputsheets pcgen.jar plugins system
+DATAFILES= batch-convert.jar characters data filepaths.ini lib \
+ logging.properties outputsheets pcgen.jar plugins preview system
PLIST_FILES+= bin/pcgen
SUB_FILES= pcgen.sh
.if !defined(NOPORTDOCS)
-PORTDOCS= acknowledgments faqpages gmgen greetings.html images \
- index.html installationpages listfilepages menupages \
- navlistindex.html navtokenindex.html navtree navtree.html \
- outputsheetpages pcgen.css tabpages walkthroughpages
+PORTDOCS= *
.endif
-post-extract:
- @${FIND} ${WRKSRC} -name CVS | ${XARGS} -t ${RM} -rf
-
-do-configure:
- @${ECHO_CMD} "pcgen.filepaths=user" > ${WRKSRC}/filepaths.ini
-
do-install:
@${ECHO_MSG} -n ">> Installing in ${DATADIR}..."
@cd ${WRKSRC} && ${FIND} ${DATAFILES} -type d -exec ${MKDIR} ${DATADIR}/{} ";"
- @cd ${WRKSRC} && ${FIND} ${DATAFILES} -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} ";"
+ @cd ${WRKSRC} && ${FIND} ${DATAFILES} -type f -exec ${INSTALL_DATA} "{}" ${DATADIR}/"{}" ";"
@${ECHO_MSG} " [ DONE ]"
@${ECHO_MSG} -n ">> Installing launcher script as ${PREFIX}/bin/pcgen..."
@${INSTALL_SCRIPT} ${WRKDIR}/pcgen.sh ${PREFIX}/bin/pcgen
@${ECHO_MSG} " [ DONE ]"
.if !defined(NOPORTDOCS)
@${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..."
- @cd ${WRKSRC}/docs && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/{} ";"
- @cd ${WRKSRC}/docs && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} ";"
+ @cd "${WRKSRC}/docs" && ${COPYTREE_SHARE} . "${DOCSDIR}"
+ @${INSTALL_DATA} "${WRKSRC}"/*.html "${DOCSDIR}"
@${ECHO_MSG} " [ DONE ]"
.endif
diff --git a/games/pcgen/distinfo b/games/pcgen/distinfo
index 6614bb917a53..258e8e72d4b6 100644
--- a/games/pcgen/distinfo
+++ b/games/pcgen/distinfo
@@ -1,3 +1,3 @@
-MD5 (pcgen5120_partial.zip) = b65f6d06325a9aede341bf3a6f32e628
-SHA256 (pcgen5120_partial.zip) = d826dae1938bf4062ee9398dfb2b34a88c4dc1aad6fae62f48029f648c9af6d6
-SIZE (pcgen5120_partial.zip) = 12850100
+MD5 (pcgen5162_full.zip) = f8abe32649c41dd166b9c9c6e552ea82
+SHA256 (pcgen5162_full.zip) = 4b118d72c36c12eedaf97fadb1193e0a6f2abda8d9b9637a22590b32d0aec26c
+SIZE (pcgen5162_full.zip) = 30288692