| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- Thank you hq@ for your years of service!
|
| |
|
|
|
|
| |
java)
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
starting with H,I,J,K,L
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
| |
- Cosmetic changes: removed some unnecessary variable
- Use CPIO rather than MKDIR/INSTALL_DATA
- Added 'textproc' category
- Use my FreeBSD address for maintainership purposes
- Removed my name from pkg-descr
Approved by: glewis (mentor)
|
|
|
|
|
|
|
| |
- Port cosmetics
PR: ports/69151
Submitted by: Herve Quiroz (maintainer)
|
|
|
|
|
|
|
| |
- Use of PLIST_FILES so pkg-plist is no longer needed
PR: ports/64742
Submitted by: maintainer
|
|
|
|
| |
(Part 2)
|
|
The Jaxen project is a Java XPath Engine. jaxen is a universal object model
walker, capable of evaluating XPath expressions across multiple models.
Currently supported are dom4j and JDOM .
Jaxen provides a single point for XPath expression evaluation, regardless of
the target object model, whether its dom4j, JDOM, DOM, JavaBeans, or whatnot.
WWW: http://jaxen.org
PR: 60085
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
|