notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
pcgen Java-based RPG character generator and maintenance program
6.06.01_1 games on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
Port Added: 2004-01-03 10:55:36
Last Update: 2021-04-07 08:09:01
Commit Hash: cf118cc
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.
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/pcgen
  2. /usr/local/share/licenses/pcgen-6.06.01_1/catalog.mk
  3. /usr/local/share/licenses/pcgen-6.06.01_1/LICENSE
  4. /usr/local/share/licenses/pcgen-6.06.01_1/LGPL21
  5. @dir share/java/pcgen/characters
Collapse this list.
Dependency lines:
  • pcgen>0:games/pcgen
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):
pcgen
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest6.06.01_16.06.01_1-6.06.01_16.06.01_1---
FreeBSD:13:quarterly6.06.01_16.06.01_16.06.01_16.06.01_16.06.01_1-6.06.01_16.06.01_1
FreeBSD:14:latest6.06.01_16.06.01_16.06.01_1-6.06.01_1--6.06.01_1
FreeBSD:14:quarterly6.06.01_16.06.01_1--6.06.01_1-6.06.01_16.06.01_1
FreeBSD:15:latest6.06.01_16.06.01_1n/a-n/a-6.06.01_16.06.01_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. 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:
zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/PCGen/pcgen/releases/download/6.06.01/
Collapse this list.

Number of commits found: 51

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.06.01_1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
6.06.01_1
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
6.06.01_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
6.06.01_1
26 Nov 2019 21:46:13
Revision:518482Original commit files touched by this commit
jkim search for other commits by this committer
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
Revision:480321Original commit files touched by this commit
swills search for other commits by this committer
games/pcgen: update to 6.06.01

PR:		231490
Submitted by:	cperciva
6.02.1
18 Dec 2017 13:18:05
Revision:456633Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
6.02.1
08 Dec 2015 19:24:35
Revision:403341Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
6.02.1
23 Jan 2015 16:03:58
Revision:377747Original commit files touched by this commit
antoine search for other commits by this committer
Remove explicit dependency on javavmwrapper for ports that USE_JAVA
6.02.1
22 Dec 2014 21:38:24
Revision:375273Original commit files touched by this commit
bapt search for other commits by this committer
Revert r375084

A too sharp axe causes unpredictable damages

Reported by:	amdmi3
6.02.1
20 Dec 2014 18:37:12
Revision:375084Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
6.02.1
28 Nov 2014 11:21:19
Revision:373553Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add empty directory to plist
- Simplify installation
- Cosmetic fixes
- Add NO_ARCH
6.02.1
27 Sep 2014 20:46:22
Revision:369425Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to PLIST_FILES/PORTDATA/PORTDOCS
6.02.1
24 Sep 2014 06:00:10
Revision:369161Original commit files touched by this commit
eadler search for other commits by this committer
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
Revision:354685Original commit files touched by this commit
antoine search for other commits by this committer
Do not use PORTDOCS=* when all the docs are already listed in the plist
6.02.1
18 Mar 2014 21:20:50
Revision:348598Original commit files touched by this commit
eadler search for other commits by this committer
- Update to 6.02.1
- Remove workaround for filename
10 Mar 2014 14:49:26
Revision:347760Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Convert g* to USES=zip
6.02.0
21 Feb 2014 13:36:57
Revision:345410Original commit files touched by this commit
ehaupt search for other commits by this committer
Remove trailing whitespaces from category games
6.02.0
10 Feb 2014 13:54:28
Revision:343634Original commit files touched by this commit
ehaupt search for other commits by this committer
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
Revision:340920Original commit files touched by this commit
eadler search for other commits by this committer
- 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
Revision:331219Original commit files touched by this commit
eadler search for other commits by this committer
- Convert to staging
- Tested with poudriere
6.00.1
22 Sep 2013 22:16:22
Revision:327898Original commit files touched by this commit
eadler search for other commits by this committer
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
Revision:327730Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
5.16.4
10 Dec 2012 13:18:29
Revision:308604Original commit files touched by this commit
bapt search for other commits by this committer
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
Original commit files touched by this commit
linimon search for other commits by this committer
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
Original commit files touched by this commit
jsa search for other commits by this committer
Update to 5.16.4.

Approved by:    wxs (mentor), kwm (mentor)
5.16.3
21 Aug 2010 15:14:23
Original commit files touched by this commit
jsa search for other commits by this committer
Updated to 5.16.3 and take maintainership.

Approved by:    glewis, kwm (mentor)
5.16.2
23 Jan 2010 10:15:02
Original commit files touched by this commit
hq search for other commits by this committer
- 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
Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
5.12.0_1
06 Jun 2008 13:31:51
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
hq search for other commits by this committer
- Update to 5.12.0
- Use 'exec' to launch the JVM
5.10.2_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- 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
Original commit files touched by this commit
hq search for other commits by this committer
Update to 5.10.2
5.8.0
22 Jan 2006 11:18:58
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
5.8.0
08 Sep 2005 13:46:23
Original commit files touched by this commit
hq search for other commits by this committer
- 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
Original commit files touched by this commit
hq search for other commits by this committer
Use ECHO_CMD to write down configuration file
5.7.15
09 Feb 2005 11:56:44
Original commit files touched by this commit
hq search for other commits by this committer
Update to 5.7.15
5.7.14
19 Jan 2005 07:09:39
Original commit files touched by this commit
hq search for other commits by this committer
Update to 5.7.14
5.7.13
15 Jan 2005 00:48:45
Original commit files touched by this commit
hq search for other commits by this committer
Update to 5.7.13
5.7.12
21 Dec 2004 15:55:35
Original commit files touched by this commit
hq search for other commits by this committer
Update to 5.7.12
5.7.9
25 Nov 2004 16:33:05
Original commit files touched by this commit
hq search for other commits by this committer
- Update to 5.7.9
- Use the new features from java/javavmwrapper
5.7.8
27 Oct 2004 14:03:26
Original commit files touched by this commit
hq search for other commits by this committer
- 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
Original commit files touched by this commit
hq search for other commits by this committer
Update to version 5.7.7
5.7.3
09 Aug 2004 16:36:16
Original commit files touched by this commit
hq search for other commits by this committer
- 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
Original commit files touched by this commit
vs search for other commits by this committer
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
Original commit files touched by this commit
pav search for other commits by this committer
- 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
Original commit files touched by this commit
glewis search for other commits by this committer
. 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
Original commit files touched by this commit
pav search for other commits by this committer
- 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
Original commit files touched by this commit
pav search for other commits by this committer
- 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
Original commit files touched by this commit
pav search for other commits by this committer
- 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
Original commit files touched by this commit
pav search for other commits by this committer
- 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
Original commit files touched by this commit
edwin search for other commits by this committer
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>

Number of commits found: 51