Port details |
- jgrapht Java package for mathematical graph-theory objects and algorithms
- 0.7.3_1 java
=1 0.7.3_1Version of this port present on the latest quarterly branch.
- BROKEN: fails to build
DEPRECATED: Broken for more than 5 months This port expired on: 2018-08-20 IGNORE: is marked as broken: fails to build
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2004-07-09 03:51:40
- Last Update: 2018-08-21 12:06:54
- SVN Revision: 477717
- People watching this port, also watch:: fusefs-encfs, oss
- Also Listed In: math
- License: not specified in port
- WWW:
- http://jgrapht.sourceforge.net/
- Description:
- JGraphT is a free Java graph library that provides mathematical graph-theory
objects and algorithms. JGraphT supports various types of graphs including:
* directed and undirected graphs.
* graphs with weighted / unweighted / labeled or any user-defined edges.
* various edge multiplicity options, including: simple-graphs, multigraphs,
pseudographs.
* unmodifiable graphs - allow modules to provide "read-only" access to
internal graphs.
* listenable graphs - allow external listeners to track modification events.
* subgraphs graphs that are auto-updating subgraph views on other graphs.
* all compositions of above graphs.
Although powerful, JGraphT is designed to be simple. For example, graph vertices
can be of any objects. You can create graphs based on: Strings, URLs, XML
documents, etc; you can even create graphs of graphs!
WWW: http://jgrapht.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: jgrapht
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (jgrapht-0.7.3.zip) = e59bc448b55f8e32f9a3aed0103e733015b1c343f86c790a23df76997716ab81
SIZE (jgrapht-0.7.3.zip) = 1668719
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk7
- ant : devel/apache-ant
- Runtime dependencies:
-
- java : java/openjdk7
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for jgrapht-0.7.3_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- dos2unix zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.3_1 21 Aug 2018 12:06:54 |
rene |
Remove expired ports:
2018-08-20 net/openmq: Broken for more than 5 months
2018-08-20 net/coda6_server: Broken for more than 5 months
2018-08-20 net/ceph-devel: Broken for more than 5 months
2018-08-20 java/jgrapht: Broken for more than 5 months
2018-08-20 mail/mutt14: mutt 1.4.x has been out of support for 10+ years use
mail/mutt
2018-08-20 www/pydio: Broken for more than 5 months
2018-08-20 security/fastd-devel: Broken for more than 5 months
2018-08-20 security/fastd: Broken for more than 5 months
2018-08-20 devel/bhyve-vm-goagent: Broken for more than 5 months
2018-08-20 devel/cherivis-devel: Depends on broken and expiring cheritrace-devel
2018-08-20 devel/cheritrace-devel: Broken for more than 5 months
2018-08-20 devel/javolution: Broken for more than 5 months
2018-08-20 devel/bisoncpp: Depends on broken and expiring libbobcat
2018-08-20 databases/php5-pdo_cassandra: Broken for more than 5 months
2018-08-20 games/crafty-open-large: Broken for more than 5 months
2018-08-20 games/crafty-open-enormous: Broken for more than 5 months
2018-08-20 games/crafty-open-medium: Broken for more than 5 months
2018-08-20 math/jakarta-commons-math: Broken for more than 5 months
2018-08-20 math/hfst: Broken for more than 5 months
2018-08-20 math/octave-forge-communications: Broken for more than 5 months
2018-08-20 lang/v8-devel: Broken for more than 5 months
2018-08-20 sysutils/rubygem-fluentd010: Broken for more than 5 months |
0.7.3_1 17 Jul 2018 08:56:32 |
antoine |
Deprecate ports broken for more than 5 months |
0.7.3_1 11 Mar 2018 21:34:34 |
antoine |
Mark BROKEN: fails to build
Exception in thread "main" java.lang.UnsupportedClassVersionError:
org/apache/tools/ant/launch/Launcher : Unsupported major.minor version 52.0
Reported by: pkg-fallout |
0.7.3_1 20 Jun 2016 16:23:29 |
mat |
With the power of USES=dos2unix, get rid of most patches and files
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight |
0.7.3_1 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
0.7.3_1 04 Jul 2014 00:20:03 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
0.7.3_1 04 Jun 2014 21:50:22 |
jkim |
Fix build with java/openjdk7 and support staging. Note it does not build
with java/openjdk8.
Reported by: exp-run (PR190511) |
0.7.3_1 10 Mar 2014 15:21:21 |
bapt |
Convert j* to USES=zip |
0.7.3_1 02 Mar 2014 05:22:26 |
tabthorpe |
- Reassign ports to the heap
- Thank you hq@ for your years of service! |
0.7.3_1 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
0.7.3_1 10 Dec 2012 13:18:29 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
0.7.3_1 21 Jul 2011 05:03:02 |
linimon |
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 |
0.7.3_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.7.3_1 22 Aug 2009 00:24:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
0.7.3_1 05 Sep 2008 18:12:21 |
pav |
- Backout previous commit, the problem was fixed in previous revision
Reported by: hq |
0.7.3_1 04 Sep 2008 17:49:39 |
pav |
- Limit to jdk 1.4-1.5, does not build with jdk 1.6
Reported by: pointyhat |
0.7.3_1 02 Sep 2008 08:13:30 |
hq |
Fix build with Java 1.6
Reported by: pointyhat |
0.7.3_1 06 Jun 2008 13:38:51 |
edwin |
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) |
0.7.3 23 Apr 2008 21:44:31 |
hq |
Update to 0.7.3
PR: 122912
Submitted by: Wen heping <wenheping@gmail.com> |
0.7.0_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.7.0 11 Mar 2007 11:35:58 |
hq |
Update to 0.7.0
PR: 109891
Submitted by: Marcelo Araujo <araujo@bsdmail.org> |
0.6.0 28 Nov 2005 16:05:36 |
hq |
- Update to 0.6.0
" 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] |
0.5.3 24 Nov 2005 23:21:04 |
pav |
- Add SHA256 |
0.5.3 09 Jul 2004 03:36:01 |
ijliao |
add jgrapht 0.5.3
A Java class provides mathematical graph-theory objects and algorithms |