aboutsummaryrefslogtreecommitdiffstats
path: root/java/jgrapht
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN: fails to buildantoine2018-03-121-0/+2
| | | | | | Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/tools/ant/launch/Launcher : Unsupported major.minor version 52.0 Reported by: pkg-fallout
* With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-212-12/+13
| | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
* Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-221-2/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove NOPORTDOCS and NOPORTEXAMPLES.adamw2014-07-041-4/+6
|
* Fix build with java/openjdk7 and support staging. Note it does not buildjkim2014-06-051-5/+4
| | | | | | with java/openjdk8. Reported by: exp-run (PR190511)
* 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