FreeBSD java : jgrapht4>
Java package for mathematical graph-theory objects and algorithms
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!
http://jgrapht.sourceforge.net/
|
jgrapht history
v. 1.4
date: 2007/05/19 20:13:04; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.3
date: 2007/03/11 11:35:57; author: hq; state: Exp; lines: +2 -5
Update to 0.7.0
PR: 109891
Submitted by: Marcelo Araujo
v. 1.2
date: 2005/11/28 16:05:36; author: hq; state: Exp; lines: +29 -34
- 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]
v. 1.1
date: 2004/07/09 03:36:01; author: ijliao; state: Exp;
add jgrapht 0.5.3
A Java class provides mathematical graph-theory objects and algorithms
=============================================================================
v. 1.4
date: 2007/05/19 20:13:04; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.3
date: 2007/03/11 11:35:57; author: hq; state: Exp; lines: +2 -5
Update to 0.7.0
PR: 109891
Submitted by: Marcelo Araujo
v. 1.2
date: 2005/11/28 16:05:36; author: hq; state: Exp; lines: +29 -34
- 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]
v. 1.1
date: 2004/07/09 03:36:01; author: ijliao; state: Exp;
add jgrapht 0.5.3
A Java class provides mathematical graph-theory objects and algorithms
=============================================================================
v. 1.4
date: 2007/05/19 20:13:04; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.3
date: 2007/03/11 11:35:57; author: hq; state: Exp; lines: +2 -5
Update to 0.7.0
PR: 109891
Submitted by: Marcelo Araujo
v. 1.2
date: 2005/11/28 16:05:36; author: hq; state: Exp; lines: +29 -34
- 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]
v. 1.1
date: 2004/07/09 03:36:01; author: ijliao; state: Exp;
add jgrapht 0.5.3
A Java class provides mathematical graph-theory objects and algorithms
=============================================================================
|