1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Update to 0.3.2

This commit is contained in:
Yukihiro Nakai 2000-01-12 05:54:53 +00:00
parent 050486602a
commit 44c8936a4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24673
4 changed files with 18 additions and 6 deletions

View File

@ -1,15 +1,15 @@
# New ports collection makefile for: gtl
# Version required: 0.3.1
# Version required: 0.3.2
# Date created: 05 October 1999
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= GTL-0.3.1
PKGNAME= gtl-0.3.1
DISTNAME= GTL-0.3.2
PKGNAME= gtl-0.3.2
CATEGORIES= misc
MASTER_SITES= http://www.fmi.uni-passau.de/archive/archive.theory/ftp/GTL/
MASTER_SITES= http://infosun.fmi.uni-passau.de/GTL/archive/
MAINTAINER= nakai@FreeBSD.org

1
misc/gtl/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (GTL-0.3.2.tar.gz) = ed704e83e49354d4d960bde74ca7df83

11
misc/gtl/files/patch-ab Normal file
View File

@ -0,0 +1,11 @@
--- src/graph.cpp.orig Wed Jan 12 14:25:24 2000
+++ src/graph.cpp Wed Jan 12 14:25:51 2000
@@ -24,6 +24,8 @@
#include <fstream>
#include <string>
+#include <map>
+
__GTL_BEGIN_NAMESPACE
//--------------------------------------------------------------------------

View File

@ -11,8 +11,8 @@ include/GTL/embedding.h
include/GTL/gml_parser.h
include/GTL/gml_scanner.h
include/GTL/graph.h
include/GTL/max_flow.h
include/GTL/max_flow_mkm.h
include/GTL/maxflow_ff.h
include/GTL/maxflow_pp.h
include/GTL/ne_map.h
include/GTL/node.h
include/GTL/node_data.h