diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-09-16 13:34:38 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-09-16 13:34:38 +0000 |
commit | f139176b41f770dd9b27042ab0b59fed0eb0eb7b (patch) | |
tree | e23d06223a38168448d89f2fe0ba340802db7736 | |
parent | Update to 0.32.9 (diff) |
Update to 0.3.3
Notes
Notes:
svn path=/head/; revision=32698
-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 9087914227bc..d7771b437782 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 91c5d512ddfc..f64f445c2719 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 6a086c5c57de..30b38c773f10 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 |