| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Dec 2012 13:43:44
1.1_2,1
|
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
21 Jul 2011 05:03:02
1.1_2,1
|
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 |
03 Jul 2011 14:40:25
1.1_2,1
|
ohauer  |
-remove MD5 |
06 Jun 2008 14:05:09
1.1_2,1
|
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) |
19 May 2007 20:32:57
1.1_1,1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
16 Mar 2006 22:38:53
1.1,1
|
hq  |
Fix WWW
PR: 94317
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Reported by: fenner's distfiles survey |
06 Dec 2005 10:18:03
1.1,1
|
hq  |
Add SHA256 info |
05 Dec 2005 10:17:25
1.1,1
|
hq  |
Update to 1.1 |
24 Jan 2005 14:56:05
1.0,1
|
hq  |
Update to 1.0 Final |
28 Dec 2004 21:52:04
1.0b7
|
hq  |
Fix packing list
Reported by: kris via pointyhat |
10 Dec 2004 03:46:37
1.0b7
|
hq  |
Update to version 1.0b7 |
26 Oct 2004 15:45:51
1.0b6
|
hq  |
XOM is a new XML object model. It is an open source (LGPL), tree-based API for
processing XML with Java that strives for correctness and simplicity.
XOM is designed to be easy to learn and easy to use. It works very
straight-forwardly, and has a very shallow learning curve. Assuming you're
already familiar with XML, you should be able to get up and running with XOM
very quickly.
WWW: http://www.cafeconleche.org/XOM/ |