Update to the latest version of pcgen.

Change maintained to myself.

Tested with poudriere.

Approved by:	jsa (previous maintainer)
This commit is contained in:
Eitan Adler 2013-09-22 22:16:22 +00:00
parent f5c66ec1d6
commit dc2c29af2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327898
3 changed files with 14 additions and 13 deletions

View file

@ -1,14 +1,13 @@
# Created by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
# $FreeBSD$
PORTNAME= pcgen
PORTVERSION= 5.16.4
PORTVERSION= 6.00.1
CATEGORIES= games java
MASTER_SITES= SF/${PORTNAME}/PCGen%20Stable/${PORTVERSION}
DISTNAME= pcgen${PORTVERSION:S/.//g}_full
MAINTAINER= jsa@FreeBSD.org
COMMENT= A Java-based RPG character generator and maintenance program
MAINTAINER= eadler@FreeBSD.org
COMMENT= Java-based RPG character generator and maintenance program
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
@ -25,7 +24,11 @@ PLIST_FILES+= bin/pcgen
SUB_FILES= pcgen.sh
.if !defined(NOPORTDOCS)
CONFLICTS= pcgen-5*
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
PORTDOCS= *
.endif
@ -38,7 +41,7 @@ do-install:
@${ECHO_MSG} -n ">> Installing launcher script as ${PREFIX}/bin/pcgen..."
@${INSTALL_SCRIPT} ${WRKDIR}/pcgen.sh ${PREFIX}/bin/pcgen
@${ECHO_MSG} " [ DONE ]"
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
@${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..."
@cd "${WRKSRC}/docs" && ${COPYTREE_SHARE} . "${DOCSDIR}"
@${INSTALL_DATA} "${WRKSRC}"/*.html "${DOCSDIR}"

View file

@ -1,2 +1,2 @@
SHA256 (pcgen5164_full.zip) = 7135793aa4dc216f8d39e89742ba312f7e5f25a2e18149e150646f2bcd1b6411
SIZE (pcgen5164_full.zip) = 32002442
SHA256 (pcgen6001_full.zip) = 97efeece54d6d7cff837594c37028a1a983f5eb9e0993966cb1dc9a54da0d0a2
SIZE (pcgen6001_full.zip) = 55937370

View file

@ -1,10 +1,8 @@
PCGen is a Java-based RPG character generator and maintenance program
that works on all platforms (Windows, Mac OS X, Linux, BSD, etc).
that works on all platforms.
It currently is aimed at supporting as many rpgs as humanly possible.
Currently our focus is on OGL games (OGL = the Open Gaming License
Currently the focus is on OGL games (OGL = the Open Gaming License
crafted by Wizards of the Coast).
All datafiles are ASCII so they can be modified by users, and are
available through the pcgendm project. An XML conversion is underway.
WWW: http://pcgen.sourceforge.net
available through the pcgendm project.