aboutsummaryrefslogtreecommitdiff
path: root/java/jgraphx
Commit message (Collapse)AuthorAgeFilesLines
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark 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 Notes: svn path=/head/; revision=278068
* - Update maintainer addressChris Rees2011-06-171-1/+1
| | | | | | | Approved by: rene (mentor) Notes: svn path=/head/; revision=275712
* - Update to 1.5.1.5Frederic Culot2011-02-112-3/+3
| | | | | | | | PR: ports/154532 Submitted by: Chris Rees <utisoft AT gmail.com> (maintainer) Notes: svn path=/head/; revision=268944
* Update to 1.5.0.2Max Brazhnikov2010-12-232-6/+12
| | | | | | | | | | Add license info PR: ports/153304 Submitted by: Chris Rees (maintainer) Notes: svn path=/head/; revision=266801
* - Update to 1.4.0.9Li-Wen Hsu2010-08-222-9/+8
| | | | | | | | PR: ports/148973 Submitted by: Chris Rees <utisoft AT gmail.com> (maintainer) Notes: svn path=/head/; revision=259729
* - Update to 1.3.0.0Wen Heping2010-02-242-4/+4
| | | | | | | | | | PR: ports/143865 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=250244
* JGraph is the most powerful, lightweight, feature-rich, and thoroughlyWen Heping2010-01-193-0/+82
documented open-source graph component available for Java. It is accompanied by JGraphpad, the first free diagram editor for Java that offers XML, Drag and Drop and much more! With the JGraph zoomable component, you can display objects and relations (networks) in any Swing UI. JGraph can also be used on the server-side, for example to read a GXL graph, apply a custom layout algorithm, and return the result as a HTML image map. WWW: http://www.jgraph.com/jgraphx.html PR: ports/142541 Submitted by: Chris Rees <utisoft@gmail.com> Notes: svn path=/head/; revision=248132