1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Mark Linimon
06e6677793 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
2011-07-21 05:03:02 +00:00
Olli Hauer
fc03c837e2 -remove MD5 2011-07-03 14:40:25 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Herve Quiroz
9365dadca4 - Register needed JAR files in build dependencies as well [1]
- Use only those JAR files in the classpath when building utility classes

Reported by:	kris via pointyhat
2004-12-12 23:53:24 +00:00
Herve Quiroz
a5d126f540 - Fix build: required JDK version is 1.4+ [1]
- Link API documention with Jaxen API and JDK Standard API, if installed
- Rephrase some statement to calm portlint

Reported by:	krion via pointyhat [1]
2004-12-09 13:43:09 +00:00
Herve Quiroz
6ef2256b14 Added a new class and a launcher shell script to perform command-line XUpdate
processing using Jaxup:

$ jaxup-xupdater <source-doc.xml> <xupdate-doc.xml>

Bumped PORTREVISION to reflect this new feature.
2004-11-17 16:54:29 +00:00
Herve Quiroz
87d3dd19f7 A Java XML Update engine
Jaxup defines an interface to update XML documents, through which clients can
work without knowledge of the exact object model that the document uses. The
interface is called Updater, and the idea behind it is the same as with Jaxen's
Navigator interface. In addition, an implementation of xmldb.org's proposed
XUpdate specification is provided. The implementation is in the XUpdate class.

Implementations of the Updater interface are provided for the following object
models:

  - DOM
  - Dom4j
  - JDom

WWW: http://klomp.org/jaxup/
2004-11-17 03:02:13 +00:00