aboutsummaryrefslogtreecommitdiffstats
path: root/java/jgrapht
Commit message (Collapse)AuthorAgeFilesLines
* Convert j* to USES=zipbapt2014-03-101-1/+1
|
* - Reassign ports to the heaptabthorpe2014-03-021-1/+1
| | | | - Thank you hq@ for your years of service!
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | java)
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-6/+2
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part2)
* 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
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with H,I,J,K,L
* - Backout previous commit, the problem was fixed in previous revisionpav2008-09-061-1/+1
| | | | Reported by: hq
* - Limit to jdk 1.4-1.5, does not build with jdk 1.6pav2008-09-051-1/+1
| | | | Reported by: pointyhat
* Fix build with Java 1.6hq2008-09-021-1/+1
| | | | Reported by: pointyhat
* 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)
* Update to 0.7.3hq2008-04-242-5/+4
| | | | | PR: 122912 Submitted by: Wen heping <wenheping@gmail.com>
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to 0.7.0hq2007-03-113-17/+14
| | | | | PR: 109891 Submitted by: Marcelo Araujo <araujo@bsdmail.org>
* - Update to 0.6.0hq2005-11-293-37/+46
| | | | | | | | | | | | | | | | | " The new version delivers a cumulative update of new developments, bug fixes, and improvements, including an upgrade to JDK 1.4. " - Set JAVA_VERSION=1.4+ - Add 'math' category [1] - Use USE_ANT - Fix COMMENT: some words seemed to be missing, turning the comment to a nonsense sentence - ECHO_CMD -> ECHO_MSG - Cleanup: remove "ex:ts=8" and uneeded targets - Use ${FIND} | ${INSTALL_DATA} to install documentation files - Take maintainership Reported by: portlint [1]
* - Add SHA256pav2005-11-251-0/+1
|
* add jgrapht 0.5.3ijliao2004-07-093-0/+89
A Java class provides mathematical graph-theory objects and algorithms