diff options
author | nakai <nakai@FreeBSD.org> | 2000-09-16 21:34:38 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-09-16 21:34:38 +0800 |
commit | 0adf7ad5bd82b1fb8de3486a63b2ae8bc60dc053 (patch) | |
tree | 9b218f94235048430a2fbf1406744a01d6ed4372 /misc/gtl | |
parent | e1500212150a1755ca1df20b32d8c2ff1d326d8a (diff) | |
download | freebsd-ports-graphics-0adf7ad5bd82b1fb8de3486a63b2ae8bc60dc053.tar.gz freebsd-ports-graphics-0adf7ad5bd82b1fb8de3486a63b2ae8bc60dc053.tar.zst freebsd-ports-graphics-0adf7ad5bd82b1fb8de3486a63b2ae8bc60dc053.zip |
Update to 0.3.3
Diffstat (limited to 'misc/gtl')
-rw-r--r-- | misc/gtl/Makefile | 2 | ||||
-rw-r--r-- | misc/gtl/distinfo | 2 | ||||
-rw-r--r-- | misc/gtl/pkg-plist | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/misc/gtl/Makefile b/misc/gtl/Makefile index 9087914227b..d7771b43778 100644 --- a/misc/gtl/Makefile +++ b/misc/gtl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtl -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= misc MASTER_SITES= http://infosun.fmi.uni-passau.de/GTL/archive/ DISTNAME= GTL-${PORTVERSION} diff --git a/misc/gtl/distinfo b/misc/gtl/distinfo index 91c5d512ddf..f64f445c271 100644 --- a/misc/gtl/distinfo +++ b/misc/gtl/distinfo @@ -1 +1 @@ -MD5 (GTL-0.3.2.tar.gz) = ed704e83e49354d4d960bde74ca7df83 +MD5 (GTL-0.3.3.tar.gz) = 3fc4653715b8d3b32f9bee3f4ea01252 diff --git a/misc/gtl/pkg-plist b/misc/gtl/pkg-plist index 6a086c5c57d..30b38c773f1 100644 --- a/misc/gtl/pkg-plist +++ b/misc/gtl/pkg-plist @@ -2,12 +2,14 @@ include/GTL/GTL.h include/GTL/algorithm.h include/GTL/bfs.h include/GTL/biconnectivity.h +include/GTL/components.h include/GTL/debug.h include/GTL/dfs.h include/GTL/edge.h include/GTL/edge_data.h include/GTL/edge_map.h include/GTL/embedding.h +include/GTL/fm_partition.h include/GTL/gml_parser.h include/GTL/gml_scanner.h include/GTL/graph.h @@ -20,6 +22,7 @@ include/GTL/node_map.h include/GTL/planarity.h include/GTL/pq_node.h include/GTL/pq_tree.h +include/GTL/ratio_cut_partition.h include/GTL/st_number.h include/GTL/symlist.h include/GTL/topsort.h |