| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 231490
Submitted by: cperciva
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
A too sharp axe causes unpredictable damages
Reported by: amdmi3
|
| |
|
|
|
|
|
|
| |
- Simplify installation
- Cosmetic fixes
- Add NO_ARCH
|
| |
|
|
|
|
| |
Ports require time and TLC which I no longer have.
|
| |
|
|
|
|
| |
- Remove workaround for filename
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
- Upstream has some issues with the filename so add a workaround
- Use makeplist to generate plist
|
|
|
|
| |
- Tested with poudriere
|
|
|
|
|
|
|
|
| |
Change maintained to myself.
Tested with poudriere.
Approved by: jsa (previous maintainer)
|
|
|
|
| |
games)
|
|
|
|
| |
suppress any reference to JAVA_VERSION= 1.5+ (part2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: wxs (mentor), kwm (mentor)
|
|
|
|
| |
Approved by: glewis, kwm (mentor)
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
| |
starting with G
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
- Use 'exec' to launch the JVM
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
| |
- Add a FreeBSD-specific launcher shell script. It allows the user to specify
Java VM args using PCGEN_OPTS
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Use the new features from java/javavmwrapper
|
|
|
|
|
|
|
| |
- Install launcher script directly in ${PREFIX}/bin [1]
- Launcher script renamed (pcgen.sh -> pcgen) [1]
Suggested by: glewis [1]
|
| |
|
|
|
|
|
|
|
|
|
| |
- Dynamic plist
- Various cosmetic and performance changes
PR: ports/68944
Submitted by: me
Approved by: glewis (mentor)
|
|
|
|
|
|
|
| |
If you experience exceptions, please read the PR.
PR: ports/68451
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/66744
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
. 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)
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
| |
PR: ports/62064
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
|
|
|
|
|
| |
PR: ports/61632
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
|
|
|
|
|
| |
PR: ports/61124
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
|
|
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>
|