Port details |
- pcgen Java-based RPG character generator and maintenance program
- 6.06.01_1 games =2 6.06.01_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2004-01-03 10:55:36
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: LGPL21
- Description:
- PCGen is a Java-based RPG character generator and maintenance program
that works on all platforms.
It currently is aimed at supporting as many rpgs as humanly possible.
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/games/pcgen/ && make install clean
- To add the package, run one of these commands:
- pkg install games/pcgen
- pkg install pcgen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pcgen
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1537245978
SHA256 (pcgen-6.06.01-full.zip) = 4203a521495f0344641ef9463a207765d4282e5c74e6069f5f99d51de5150a18
SIZE (pcgen-6.06.01-full.zip) = 73423642
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pcgen-6.06.01_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_pcgen
- USES:
- java zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.06.01_1 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
6.06.01_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
6.06.01_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
6.06.01_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.06.01_1 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
6.06.01 21 Sep 2018 22:22:29 |
swills |
games/pcgen: update to 6.06.01
PR: 231490
Submitted by: cperciva |
6.02.1 18 Dec 2017 13:18:05 |
amdmi3 |
- Add LICENSE |
6.02.1 08 Dec 2015 19:24:35 |
amdmi3 |
- Switch to options helpers |
6.02.1 23 Jan 2015 16:03:58 |
antoine |
Remove explicit dependency on javavmwrapper for ports that USE_JAVA |
6.02.1 22 Dec 2014 21:38:24 |
bapt |
Revert r375084
A too sharp axe causes unpredictable damages
Reported by: amdmi3 |
6.02.1 20 Dec 2014 18:37:12 |
bapt |
Cleanup plist |
6.02.1 28 Nov 2014 11:21:19 |
amdmi3 |
- Add empty directory to plist
- Simplify installation
- Cosmetic fixes
- Add NO_ARCH |
6.02.1 27 Sep 2014 20:46:22 |
amdmi3 |
- Switch to PLIST_FILES/PORTDATA/PORTDOCS |
6.02.1 24 Sep 2014 06:00:10 |
eadler |
Hand back my ports to the pool.
Ports require time and TLC which I no longer have. |
6.02.1 20 May 2014 20:26:22 |
antoine |
Do not use PORTDOCS=* when all the docs are already listed in the plist |
6.02.1 18 Mar 2014 21:20:50 |
eadler |
- Update to 6.02.1
- Remove workaround for filename |
10 Mar 2014 14:49:26
|
bapt |
Convert g* to USES=zip |
6.02.0 21 Feb 2014 13:36:57 |
ehaupt |
Remove trailing whitespaces from category games |
6.02.0 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
6.02.0 24 Jan 2014 16:53:49 |
eadler |
- Update to 6.02.00
- Upstream has some issues with the filename so add a workaround
- Use makeplist to generate plist |
6.00.1 22 Oct 2013 04:06:52 |
eadler |
- Convert to staging
- Tested with poudriere |
6.00.1 22 Sep 2013 22:16:22 |
eadler |
Update to the latest version of pcgen.
Change maintained to myself.
Tested with poudriere.
Approved by: jsa (previous maintainer) |
5.16.4 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
5.16.4 10 Dec 2012 13:18:29 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
5.16.4 21 Jul 2011 05:03:02 |
linimon |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
5.16.4 26 Nov 2010 18:20:37 |
jsa |
Update to 5.16.4.
Approved by: wxs (mentor), kwm (mentor) |
5.16.3 21 Aug 2010 15:14:23 |
jsa |
Updated to 5.16.3 and take maintainership.
Approved by: glewis, kwm (mentor) |
5.16.2 23 Jan 2010 10:15:02 |
hq |
- 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> |
5.12.0_1 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
5.12.0_1 06 Jun 2008 13:31:51 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
5.12.0 08 Jul 2007 18:02:51 |
hq |
- Update to 5.12.0
- Use 'exec' to launch the JVM |
5.10.2_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
5.10.2 11 Mar 2007 11:50:32 |
hq |
Update to 5.10.2 |
5.8.0 22 Jan 2006 11:18:58 |
edwin |
SHA256ify
Approved by: krion@ |
5.8.0 08 Sep 2005 13:46:23 |
hq |
- Update to 5.8.0 (latest release from stable branch)
- Add a FreeBSD-specific launcher shell script. It allows the user to specify
Java VM args using PCGEN_OPTS |
5.7.15 29 Jul 2005 12:17:54 |
hq |
Use ECHO_CMD to write down configuration file |
5.7.15 09 Feb 2005 11:56:44 |
hq |
Update to 5.7.15 |
5.7.14 19 Jan 2005 07:09:39 |
hq |
Update to 5.7.14 |
5.7.13 15 Jan 2005 00:48:45 |
hq |
Update to 5.7.13 |
5.7.12 21 Dec 2004 15:55:35 |
hq |
Update to 5.7.12 |
5.7.9 25 Nov 2004 16:33:05 |
hq |
- Update to 5.7.9
- Use the new features from java/javavmwrapper |
5.7.8 27 Oct 2004 14:03:26 |
hq |
- Update to 5.7.8
- Install launcher script directly in ${PREFIX}/bin [1]
- Launcher script renamed (pcgen.sh -> pcgen) [1]
Suggested by: glewis [1] |
5.7.7 23 Oct 2004 02:00:17 |
hq |
Update to version 5.7.7 |
5.7.3 09 Aug 2004 16:36:16 |
hq |
- Update to 5.7.3
- Dynamic plist
- Various cosmetic and performance changes
PR: ports/68944
Submitted by: me
Approved by: glewis (mentor) |
5.7.2 28 Jun 2004 21:09:55 |
vs |
Update to 5.7.2
If you experience exceptions, please read the PR.
PR: ports/68451
Submitted by: maintainer |
5.7.1 25 May 2004 13:11:43 |
pav |
- Update to 5.7.1
PR: ports/66744
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer) |
5.6.0 16 Apr 2004 15:58:02 |
glewis |
. Fixed 'make package' (see recent bento build logs)
. Use ${DATADIR} so no more %%T%% (as %%DATADIR%% is already in PLIST_SUB)
. Use ${ECHO_MSG} instead of ${ECHO_CMD}
. Use ${INSTALL_DATA} for documentation.
. bsd.java.mk 2.0 compliant
PR: 65621
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer) |
5.6.0 28 Mar 2004 13:49:55 |
pav |
- Update to 5.6.0
- Remove GMGen, it will come back as a separate port soon
PR: ports/64751
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer) |
5.5.9 29 Jan 2004 15:39:24 |
pav |
- Update to 5.5.9
PR: ports/62064
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer) |
5.5.7 27 Jan 2004 12:20:57 |
pav |
- Update to 5.5.7
PR: ports/61632
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer) |
5.5.6 09 Jan 2004 21:03:52 |
pav |
- Update to 5.5.6
PR: ports/61124
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer) |
5.4.0 03 Jan 2004 10:53:44 |
edwin |
New port: misc/pcgen (Java-based RPG character generator)
PCGen is a Java-based RPG character generator and maintenance
program that works on all platforms (Windows, Mac OS X,
Linux, BSD, etc). It currently is aimed at supporting as
many rpgs as humanly possible. Currently our 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
Notes from the maintainer:
PR: ports/59428
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> |