| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
suppress any reference to JAVA_VERSION= 1.5+ (part2)
Notes:
svn path=/head/; revision=308604
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=278068
|
|
|
|
|
|
|
| |
Approved by: wxs (mentor), kwm (mentor)
Notes:
svn path=/head/; revision=265191
|
|
|
|
|
|
|
| |
Approved by: glewis, kwm (mentor)
Notes:
svn path=/head/; revision=259680
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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:
svn path=/head/; revision=248401
|
|
|
|
|
|
|
| |
starting with G
Notes:
svn path=/head/; revision=240070
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
| |
- Use 'exec' to launch the JVM
Notes:
svn path=/head/; revision=195230
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=187127
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154152
|
|
|
|
|
|
|
|
| |
- Add a FreeBSD-specific launcher shell script. It allows the user to specify
Java VM args using PCGEN_OPTS
Notes:
svn path=/head/; revision=142222
|
|
|
|
| |
Notes:
svn path=/head/; revision=140393
|
|
|
|
| |
Notes:
svn path=/head/; revision=128366
|
|
|
|
| |
Notes:
svn path=/head/; revision=126769
|
|
|
|
| |
Notes:
svn path=/head/; revision=126474
|
|
|
|
| |
Notes:
svn path=/head/; revision=124709
|
|
|
|
|
|
|
| |
- Use the new features from java/javavmwrapper
Notes:
svn path=/head/; revision=122414
|
|
|
|
|
|
|
|
|
|
| |
- Install launcher script directly in ${PREFIX}/bin [1]
- Launcher script renamed (pcgen.sh -> pcgen) [1]
Suggested by: glewis [1]
Notes:
svn path=/head/; revision=120313
|
|
|
|
| |
Notes:
svn path=/head/; revision=119983
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Dynamic plist
- Various cosmetic and performance changes
PR: ports/68944
Submitted by: me
Approved by: glewis (mentor)
Notes:
svn path=/head/; revision=115753
|
|
|
|
|
|
|
|
|
|
| |
If you experience exceptions, please read the PR.
PR: ports/68451
Submitted by: maintainer
Notes:
svn path=/head/; revision=112497
|
|
|
|
|
|
|
|
| |
PR: ports/66744
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
Notes:
svn path=/head/; revision=109971
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. 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)
Notes:
svn path=/head/; revision=107245
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=105506
|
|
|
|
|
|
|
|
| |
PR: ports/62064
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
Notes:
svn path=/head/; revision=99416
|
|
|
|
|
|
|
|
| |
PR: ports/61632
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
Notes:
svn path=/head/; revision=99262
|
|
|
|
|
|
|
|
| |
PR: ports/61124
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
Notes:
svn path=/head/; revision=97803
|
|
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>
Notes:
svn path=/head/; revision=97216
|