aboutsummaryrefslogtreecommitdiffstats
path: root/devel/javolution
Commit message (Collapse)AuthorAgeFilesLines
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | 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
* -remove MD5ohauer2011-07-031-1/+0
|
* Update to 5.4.4 release.ale2010-03-102-4/+4
|
* Update to 5.4.3 release.ale2010-01-252-4/+4
|
* Update to 5.4.0 release.ale2009-11-052-8/+17
|
* Update to 5.3.0 release.ale2009-04-282-8/+10
| | | | | PR: ports/133739 Submitted by: Wen Heping <wenheping@gmail.com>
* Update to 5.2.6 release.ale2008-09-032-5/+4
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | 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)
* Javolution is the Java solution for real-time and embedded systems.ale2007-09-223-0/+65
Javolution real-time goals are simple: to make your application faster and more time predictable! That being accomplished through: * High performance and time-deterministic (real-time) util / lang / text / io / xml base classes. * Context programming in order to achieve true separation of concerns (logging, performance, etc). * A testing framework addressing not only unit tests but also performance and regression tests as well. * Straightforward and low-level parallel computing capabilities with ConcurrentContext. * Struct and Union base classes for direct interfacing with native applications (e.g. C/C++). * World's fastest and first hard real-time XML marshalling/unmarshalling facility. * Simple yet flexible configuration management of your application. WWW: http://javolution.org/