From d89dfa47874fce3bf85efb9b4af5173f401fcfde Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Tue, 27 May 2014 19:03:50 +0000 Subject: [PATCH] Remove expired ports: 2014-05-27 math/py-graphtool: Broken for more than 6 months 2014-05-27 devel/clint: Broken for more than 6 months --- MOVED | 2 + devel/Makefile | 1 - devel/clint/Makefile | 37 ---- devel/clint/distinfo | 2 - devel/clint/files/patch-doc-clint.texinfo | 21 --- devel/clint/files/patch-lib-python-mapbase.cc | 160 ------------------ devel/clint/files/patch-lib-python-mapref.cc | 20 --- devel/clint/files/patch-lib-python-python.cc | 11 -- devel/clint/files/patch-lib-python-python.h | 50 ------ .../patch-lib-python-seqbase_const_iter.cc | 60 ------- .../files/patch-lib-python-seqbase_iter.cc | 67 -------- .../patch-plugins-python-python_plugin.cc | 15 -- devel/clint/files/patch-src-clint.cc | 11 -- devel/clint/files/patch-src-input.cc | 33 ---- devel/clint/files/patch-src-utility.cc | 18 -- devel/clint/pkg-descr | 5 - devel/clint/pkg-plist | 22 --- math/Makefile | 1 - math/py-graphtool/Makefile | 39 ----- math/py-graphtool/distinfo | 2 - math/py-graphtool/pkg-descr | 4 - math/py-graphtool/pkg-plist | 156 ----------------- 22 files changed, 2 insertions(+), 735 deletions(-) delete mode 100644 devel/clint/Makefile delete mode 100644 devel/clint/distinfo delete mode 100644 devel/clint/files/patch-doc-clint.texinfo delete mode 100644 devel/clint/files/patch-lib-python-mapbase.cc delete mode 100644 devel/clint/files/patch-lib-python-mapref.cc delete mode 100644 devel/clint/files/patch-lib-python-python.cc delete mode 100644 devel/clint/files/patch-lib-python-python.h delete mode 100644 devel/clint/files/patch-lib-python-seqbase_const_iter.cc delete mode 100644 devel/clint/files/patch-lib-python-seqbase_iter.cc delete mode 100644 devel/clint/files/patch-plugins-python-python_plugin.cc delete mode 100644 devel/clint/files/patch-src-clint.cc delete mode 100644 devel/clint/files/patch-src-input.cc delete mode 100644 devel/clint/files/patch-src-utility.cc delete mode 100644 devel/clint/pkg-descr delete mode 100644 devel/clint/pkg-plist delete mode 100644 math/py-graphtool/Makefile delete mode 100644 math/py-graphtool/distinfo delete mode 100644 math/py-graphtool/pkg-descr delete mode 100644 math/py-graphtool/pkg-plist diff --git a/MOVED b/MOVED index d132566717e6..53dafd3eb69d 100644 --- a/MOVED +++ b/MOVED @@ -6111,3 +6111,5 @@ graphics/GraphicsMagick12|graphics/GraphicsMagick13|2014-05-20|Has expired: Unma net-im/tkabber-devel|net-im/tkabber|2014-05-23|Has expired: Unfetchable, outdated by net-im/tkabber devel/libglade-java||2014-05-26|Has expired: Unmaintained, outdated not depend on lang/lua|lang/lua51|2014-05-26|Rename to allow multiple version of lua to coexist +math/py-graphtool||2014-05-27|Has expired: Broken for more than 6 months +devel/clint||2014-05-27|Has expired: Broken for more than 6 months diff --git a/devel/Makefile b/devel/Makefile index 2f4e0a90ba90..f5691dbae769 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -240,7 +240,6 @@ SUBDIR += cld SUBDIR += clewn SUBDIR += clig - SUBDIR += clint SUBDIR += clisp-hyperspec SUBDIR += clojure-cider SUBDIR += cmake diff --git a/devel/clint/Makefile b/devel/clint/Makefile deleted file mode 100644 index 04f17150dfe7..000000000000 --- a/devel/clint/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= clint -PORTVERSION= 0.1.2 -PORTREVISION= 4 -CATEGORIES= devel -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Static source code checker for C++ - -LICENSE= GPLv2 - -USE_AUTOTOOLS= libtool -USE_PYTHON= 2 -GNU_CONFIGURE= yes -CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" -CONFIGURE_ARGS= --enable-python=${LOCALBASE}/bin/python2 -USE_LDCONFIG= yes -USE_GCC= any -USE_CSTD= gnu99 -USE_CXXSTD= gnu++98 -USES= gmake -INFO= clint -MAKE_JOBS_UNSAFE= yes -BROKEN= fails to find python.h -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2014-05-27 - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-ldl||g' - ${REINPLACE_CMD} -E 's,(DEFS = @DEFS@ -I. -I$$\(srcdir\)),\1 -I${LOCALBASE}/include -I${LOCALBASE}/include/${PYTHON_VERSION}/,g' ${WRKSRC}/lib/python/Makefile.in - ${REINPLACE_CMD} -E '100s,$$, -I${LOCALBASE}/include -I${LOCALBASE}/include/${PYTHON_VERSION}/,g' ${WRKSRC}/plugins/python/Makefile.in - -.include diff --git a/devel/clint/distinfo b/devel/clint/distinfo deleted file mode 100644 index 2541ed9d86ea..000000000000 --- a/devel/clint/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (clint-0.1.2.tar.gz) = bc7ae0f6ceb3e35d9c767212687aae199d928dd974937e0fd13e9ceb3fb57a99 -SIZE (clint-0.1.2.tar.gz) = 234330 diff --git a/devel/clint/files/patch-doc-clint.texinfo b/devel/clint/files/patch-doc-clint.texinfo deleted file mode 100644 index b9518187f08e..000000000000 --- a/devel/clint/files/patch-doc-clint.texinfo +++ /dev/null @@ -1,21 +0,0 @@ ---- doc/clint.texinfo.orig Tue Apr 17 04:52:44 2001 -+++ doc/clint.texinfo Sat Oct 18 21:02:43 2003 -@@ -2,6 +2,10 @@ - @c %**start of header - @setfilename clint.info - @settitle Clint is a static source code checker for C++ -+@dircategory Programming & development tools -+@direntry -+* Clint: (clint). A static source code checker for C++ -+@end direntry - @finalout - @setchapternewpage odd - @c %**end of header -@@ -94,7 +98,6 @@ - professional experience.) - - @node Copying, Overview, Instructions, Top --@include gpl.texinfo - - @node Overview, Sample, Copying, Top - @chapter Overview diff --git a/devel/clint/files/patch-lib-python-mapbase.cc b/devel/clint/files/patch-lib-python-mapbase.cc deleted file mode 100644 index bc70fe618145..000000000000 --- a/devel/clint/files/patch-lib-python-mapbase.cc +++ /dev/null @@ -1,160 +0,0 @@ ---- lib/python/mapbase.cc.orig 2007-11-03 16:17:47.000000000 +0100 -+++ lib/python/mapbase.cc 2007-11-03 16:18:22.000000000 +0100 -@@ -2,30 +2,30 @@ - #include "python.h" - - namespace python { --export template -- MapBase::MapBase (PyObject *pyob, bool owned): Object(pyob, owned) { -+ template -+ MapBase::MapBase (PyObject *pyob, bool owned): Object(pyob, owned) { - validate(); - } - -- export template -- MapBase::MapBase (const MapBase& ob): Object(ob) { -+ template -+ MapBase::MapBase (const MapBase& ob): Object(ob) { - validate(); - } - // Assignment acquires new ownership of pointer - -- export template -+ template - MapBase& MapBase::operator= (const Object& rhs) { - return (*this = *rhs); - } - -- export template -+ template - MapBase& MapBase::operator= (PyObject* rhsp) { - if(ptr() == rhsp) return *this; - set (rhsp); - return *this; - } - // Membership -- export template -+ template - bool MapBase::accepts (PyObject *pyob) const { - return pyob && PyMapping_Check(pyob); - } -@@ -33,7 +33,7 @@ - // Clear -- PyMapping Clear is missing - // - -- export template -+ template - void MapBase::clear () { - List k = keys(); - for(List::iterator i = k.begin(); i != k.end(); i++) { -@@ -42,54 +42,54 @@ - } - - // Element Access -- export template -+ template - T MapBase::operator[](const std::string& key) const { - return get_item(key); - } - -- export template -+ template - T MapBase::operator[](const Object& key) const { - return get_item(key); - } - -- export template -+ template - mapref MapBase::operator[](const std::string& key) { - return mapref(*this, key); - } - -- export template -+ template - mapref MapBase::operator[](const Object& key) { - return mapref(*this, key); - } - -- export template -+ template - int MapBase::length () const { - return PyMapping_Length (ptr()); - } - -- export template -+ template - int MapBase::has_key (const std::string& s) const { - return PyMapping_HasKeyString (ptr(),const_cast(s.c_str())); - } - -- export template -+ template - int MapBase::has_key (const Object& s) const { - return PyMapping_HasKey (ptr(), s.ptr()); - } - -- export template -+ template - T MapBase::get_item (const std::string& s) const { - PyObject * tmp = (PyMapping_GetItemString (ptr(),const_cast(s.c_str()))); - if ( tmp == NULL ) { throw KeyError(s + " does not exist in " + this->as_string()); } - return T( asObject(tmp)); - } - -- export template -+ template - T MapBase::get_item (const Object& s) const { - return T( asObject(PyObject_GetItem (ptr(), s.ptr()))); - } - -- export template -+ template - void MapBase::set_item (const std::string& s, const Object& ob) { - if (PyMapping_SetItemString (ptr(), const_cast(s.c_str()), *ob) - == -1) -@@ -98,7 +98,7 @@ - } - } - -- export template -+ template - void MapBase::set_item (const Object& s, const Object& ob) { - if (PyObject_SetItem (ptr(), s.ptr(), ob.ptr()) - == -1) -@@ -107,31 +107,31 @@ - } - } - -- export template -+ template - void MapBase::del_item (const std::string& s) { - if (PyMapping_DelItemString (ptr(), const_cast(s.c_str())) == -1){ - throw Exception(); - } - } - -- export template -+ template - void MapBase::del_item (const Object& s) { - if (PyMapping_DelItem (ptr(), *s) == -1){ - throw Exception(); - } - } - // Queries -- export template -+ template - List MapBase::keys () const { - return List(PyMapping_Keys(ptr()), true); - } - -- export template -+ template - List MapBase::values () const { // each returned item is a (key, value) pair - return List(PyMapping_Values(ptr()), true); - } - -- export template -+ template - List MapBase::items () const { - return List(PyMapping_Items(ptr()), true); - } diff --git a/devel/clint/files/patch-lib-python-mapref.cc b/devel/clint/files/patch-lib-python-mapref.cc deleted file mode 100644 index c79b07df9bf9..000000000000 --- a/devel/clint/files/patch-lib-python-mapref.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/python/mapref.cc.orig 2007-11-03 16:16:58.000000000 +0100 -+++ lib/python/mapref.cc 2007-11-03 16:17:25.000000000 +0100 -@@ -2,7 +2,7 @@ - - namespace python { - template -- mapref::mapref (MapBase& map, const std::string& k) -+ mapref::mapref (MapBase& map, const std::string& k) - : s(map), the_item() - { - key = String(k); -@@ -10,7 +10,7 @@ - }; - - template -- mapref::mapref (MapBase& map, const Object& k) -+ mapref::mapref (MapBase& map, const Object& k) - : s(map), key(k), the_item() - { - if(map.hasKey(key)) the_item = map.getItem(key); diff --git a/devel/clint/files/patch-lib-python-python.cc b/devel/clint/files/patch-lib-python-python.cc deleted file mode 100644 index 3847bb6fb4ea..000000000000 --- a/devel/clint/files/patch-lib-python-python.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/python/python.cc.orig 2007-11-03 16:32:34.000000000 +0100 -+++ lib/python/python.cc 2007-11-03 16:33:48.000000000 +0100 -@@ -115,6 +115,8 @@ - } else { - return import_module(modname); - } -+ -+ return (NULL); - } - - // }}} diff --git a/devel/clint/files/patch-lib-python-python.h b/devel/clint/files/patch-lib-python-python.h deleted file mode 100644 index e4be9dff23fc..000000000000 --- a/devel/clint/files/patch-lib-python-python.h +++ /dev/null @@ -1,50 +0,0 @@ ---- lib/python/python.h.orig 2001-04-16 21:53:21.000000000 +0200 -+++ lib/python/python.h 2007-11-03 16:31:32.000000000 +0100 -@@ -3,22 +3,42 @@ - - #pragma interface - -+#include -+#undef isalnum -+#undef isalpha -+#undef iscntrl -+#undef isdigit -+#undef isgraph -+#undef islower -+#undef isprint -+#undef ispunct -+#undef isspace -+#undef isupper -+#undef isxdigit -+#undef tolower -+#undef toupper -+#include -+ - #include - #include - #include - #include --#include -+#include - #include "exceptions.h" - #include "debug.h" - - // I hate #define macros, seee if I can remove this --#define STANDARD_LIBRARY_HAS_ITERATOR_TRAITS 1 -+#define STANDARD_LIBRARY_HAS_RANDOM_ACCESS_ITERATOR 1 - #ifdef MS_WIN32 --# undef STANDARD_LIBRARY_HAS_ITERATOR_TRAITS --# define STANDARD_LIBRARY_HAS_ITERATOR_TRAITS 0 -+# undef STANDARD_LIBRARY_HAS_RANDOM_ACCESS_ITERATOR -+# define STANDARD_LIBRARY_HAS_RANDOM_ACCESS_ITERATOR 0 -+#endif -+ -+#if defined (__GNUG__) && (__GNUG__ >= 3) -+# undef STANDARD_LIBRARY_HAS_RANDOM_ACCESS_ITERATOR - #endif - --#if STANDARD_LIBRARY_HAS_ITERATOR_TRAITS -+#if STANDARD_LIBRARY_HAS_RANDOM_ACCESS_ITERATOR - # define random_access_iterator_parent(itemtype) std::random_access_iterator - #else - # define random_access_iterator_parent(itemtype) std::iterator diff --git a/devel/clint/files/patch-lib-python-seqbase_const_iter.cc b/devel/clint/files/patch-lib-python-seqbase_const_iter.cc deleted file mode 100644 index fde1b44e84e1..000000000000 --- a/devel/clint/files/patch-lib-python-seqbase_const_iter.cc +++ /dev/null @@ -1,60 +0,0 @@ ---- lib/python/seqbase_const_iter.cc.orig Mon Apr 16 12:53:23 2001 -+++ lib/python/seqbase_const_iter.cc Thu Nov 30 22:11:19 2006 -@@ -61,7 +61,7 @@ - return seq->getItem(count + i); - } - -- template -+ template typename - SeqBase::const_iterator::const_iterator& SeqBase::const_iterator::operator=(const const_iterator& other) { - if (this == &other) return *this; - seq = other.seq; -@@ -69,23 +69,23 @@ - return *this; - } - -- template -+ template typename - SeqBase::const_iterator::const_iterator SeqBase::const_iterator::operator+(int n) const { - return const_iterator(seq, count + n); - } - -- template -+ template typename - SeqBase::const_iterator::const_iterator SeqBase::const_iterator::operator-(int n) const { - return const_iterator(seq, count - n); - } - -- template -+ template typename - SeqBase::const_iterator::const_iterator& SeqBase::const_iterator::operator+=(int n) { - count = count + n; - return *this; - } - -- template -+ template typename - SeqBase::const_iterator::const_iterator& SeqBase::const_iterator::operator-=(int n) { - count = count - n; - return *this; -@@ -98,16 +98,16 @@ - return count - other.count; - } - // prefix ++ -- template -+ template typename - SeqBase::const_iterator::const_iterator& SeqBase::const_iterator::operator++ () { count++; return *this;} - // postfix ++ -- template -+ template typename - SeqBase::const_iterator::const_iterator SeqBase::const_iterator::operator++ (int) { return const_iterator(seq, count++);} - // prefix -- -- template -+ template typename - SeqBase::const_iterator::const_iterator& SeqBase::const_iterator::operator-- () { count--; return *this;} - // postfix -- -- template -+ template typename - SeqBase::const_iterator::const_iterator SeqBase::const_iterator::operator-- (int) { return const_iterator(seq, count--);} - - } diff --git a/devel/clint/files/patch-lib-python-seqbase_iter.cc b/devel/clint/files/patch-lib-python-seqbase_iter.cc deleted file mode 100644 index e34b41f0b894..000000000000 --- a/devel/clint/files/patch-lib-python-seqbase_iter.cc +++ /dev/null @@ -1,67 +0,0 @@ ---- lib/python/seqbase_iter.cc.orig 2001-04-16 21:53:23.000000000 +0200 -+++ lib/python/seqbase_iter.cc 2007-11-03 16:39:31.000000000 +0100 -@@ -61,7 +61,7 @@ - return seqref(*seq, count + i); - } - -- template -+ template typename - SeqBase::iterator& SeqBase::iterator::operator=(const iterator& other) { - if (this == &other) return *this; - seq = other.seq; -@@ -69,23 +69,23 @@ - return *this; - } - -- template -+ template typename - SeqBase::iterator SeqBase::iterator::operator+(int n) const { - return iterator(seq, count + n); - } - -- template -+ template typename - SeqBase::iterator SeqBase::iterator::operator-(int n) const { - return iterator(seq, count - n); - } - -- template -+ template typename - SeqBase::iterator& SeqBase::iterator::operator+=(int n) { - count = count + n; - return *this; - } - -- template -+ template typename - SeqBase::iterator& SeqBase::iterator::operator-=(int n) { - count = count - n; - return *this; -@@ -99,21 +99,22 @@ - } - - // prefix ++ -- template -+ template typename - SeqBase::iterator& SeqBase::iterator::operator++ () { count++; return *this;} - // postfix ++ -- template -+ template typename - SeqBase::iterator SeqBase::iterator::operator++ (int) { return iterator(seq, count++);} - // prefix -- -- template -+ template typename - SeqBase::iterator& SeqBase::iterator::operator-- () { count--; return *this;} - // postfix -- -- template -+ template typename - SeqBase::iterator SeqBase::iterator::operator-- (int) { return iterator(seq, count--);} - - template - std::string SeqBase::iterator::diagnose() const { -- std::ostrstream oss; -+ std::ostringstream oss; -+ //std::ostrstream oss; - oss << "iterator diagnosis " << seq << ", " << count << std::ends; - return std::string(oss.str()); - } diff --git a/devel/clint/files/patch-plugins-python-python_plugin.cc b/devel/clint/files/patch-plugins-python-python_plugin.cc deleted file mode 100644 index 15f50a49b9b5..000000000000 --- a/devel/clint/files/patch-plugins-python-python_plugin.cc +++ /dev/null @@ -1,15 +0,0 @@ ---- plugins/python/python_plugin.cc.orig Mon Apr 16 13:23:28 2001 -+++ plugins/python/python_plugin.cc Thu Nov 30 22:35:49 2006 -@@ -51,11 +51,11 @@ - rules.push_back( rule ); - } - } -+ closedir(curdir); - } else { - // There is something wrong with the directory. Probably doesn't - // exist - } -- closedir(curdir); - return; - } - diff --git a/devel/clint/files/patch-src-clint.cc b/devel/clint/files/patch-src-clint.cc deleted file mode 100644 index 94b34d1d0a18..000000000000 --- a/devel/clint/files/patch-src-clint.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/clint.cc.orig 2007-11-03 16:42:29.000000000 +0100 -+++ src/clint.cc 2007-11-03 16:42:48.000000000 +0100 -@@ -25,7 +25,7 @@ - #include "plugin.h" - #include - #include "rule.h" --#include -+#include - #include - #include "utility.h" - #include diff --git a/devel/clint/files/patch-src-input.cc b/devel/clint/files/patch-src-input.cc deleted file mode 100644 index 948a7e563837..000000000000 --- a/devel/clint/files/patch-src-input.cc +++ /dev/null @@ -1,33 +0,0 @@ ---- src/input.cc.orig Fri Sep 6 22:17:58 2002 -+++ src/input.cc Fri Sep 6 22:21:11 2002 -@@ -70,17 +70,17 @@ - std::string Input::parse_cpp(std::string line) { - if (line[0] == '#') { - #ifdef HAVE_SSTREAM -- istringstream in(line); -+ std::istringstream in(line); - #else - istrstream in(line.c_str()); - #endif // HAVE_SSTREAM - in.get(); // remove '#' -- string command; -+ std::string command; - while (isalnum(in.peek()) && not in.eof()){ - command+=in.get(); - } -- cerr << "line = \"" << line << "\" command = \"" << command << "\" "; -- if (command == string("include") ) { -+ std::cerr << "line = \"" << line << "\" command = \"" << command << "\" "; -+ if (command == std::string("include") ) { - } else if ( command == "define" ) { - } else if ( command == "undef" ) { - } else if ( command == "if" ) { -@@ -101,7 +101,7 @@ - // Apparently this is valid - // Ignore this - } else { -- cerr << "Unknown preprocessor macro" << endl; -+ std::cerr << "Unknown preprocessor macro" << std::endl; - } - } - return line; diff --git a/devel/clint/files/patch-src-utility.cc b/devel/clint/files/patch-src-utility.cc deleted file mode 100644 index 8e511b506d8e..000000000000 --- a/devel/clint/files/patch-src-utility.cc +++ /dev/null @@ -1,18 +0,0 @@ ---- src/utility.cc.orig Mon Apr 16 13:19:36 2001 -+++ src/utility.cc Thu Nov 30 22:31:32 2006 -@@ -40,6 +40,7 @@ - filelist.push_back(filename); - } - } -+ closedir(curdir); - } else { - // There is something wrong with the directory. Probably - // doesn't exist -@@ -47,7 +48,6 @@ - // directory - // throw std::invalid_argument("get_plugin_list: something is wrong with the directory " + directory); - } -- closedir(curdir); - return; - } - diff --git a/devel/clint/pkg-descr b/devel/clint/pkg-descr deleted file mode 100644 index 1574ad5556cd..000000000000 --- a/devel/clint/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Clint is a testbed for static source-code checking techniques. It is -currently designed to check C++ for common programmer errors and suggest -improvements. - -WWW: http://sourceforge.net/projects/clint/ diff --git a/devel/clint/pkg-plist b/devel/clint/pkg-plist deleted file mode 100644 index e4bcbf1c7d51..000000000000 --- a/devel/clint/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -bin/clint -include/clint/exceptions.h -include/clint/python.h -lib/clint/python.la -lib/clint/python.so -lib/clint/python.so.0 -lib/libpython++.a -lib/libpython++.la -lib/libpython++.so -lib/libpython++.so.0 -%%DATADIR%%/clint.py -%%DATADIR%%/python_rules/c_comments.py -%%DATADIR%%/python_rules/catch_exception.py -%%DATADIR%%/python_rules/header_guard.py -%%DATADIR%%/python_rules/headers.py -%%DATADIR%%/python_rules/long_constant.py -%%DATADIR%%/python_rules/macros.py -%%DATADIR%%/python_rules/shortcut_if.py -@dirrm %%DATADIR%%/python_rules -@dirrm %%DATADIR%% -@dirrm lib/clint -@dirrm include/clint diff --git a/math/Makefile b/math/Makefile index af072b06d0b8..9188af24b912 100644 --- a/math/Makefile +++ b/math/Makefile @@ -556,7 +556,6 @@ SUBDIR += py-gmpy SUBDIR += py-gnuplot SUBDIR += py-graphillion - SUBDIR += py-graphtool SUBDIR += py-gsl SUBDIR += py-igraph SUBDIR += py-mathdom diff --git a/math/py-graphtool/Makefile b/math/py-graphtool/Makefile deleted file mode 100644 index 7cb4b63972cb..000000000000 --- a/math/py-graphtool/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: dikshie -# $FreeBSD$ - -PORTNAME= graphtool -PORTVERSION= 2.2.12 -PORTREVISION= 5 -CATEGORIES= math python -MASTER_SITES= http://downloads.skewed.de/graph-tool/ -DISTNAME= graph-tool-${PORTVERSION} - -MAINTAINER= dikshie@sfc.wide.ad.jp -COMMENT= Python module for complex network based on C++ - -BUILD_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:${PORTSDIR}/science/py-scipy -LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \ - libboost_graph.so:${PORTSDIR}/devel/boost-libs \ - libCGAL.so:${PORTSDIR}/math/cgal - -USE_GCC= yes -USES= gmake tar:bzip2 -USE_PYTHON= yes -GNU_CONFIGURE= yes - -CONFIGURE_ENV= PYTHON_VERSION=${PYTHON_VER} - -NO_STAGE= yes -.include - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2014-05-27 - -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc: exhausts virtual memory -.endif - -.include diff --git a/math/py-graphtool/distinfo b/math/py-graphtool/distinfo deleted file mode 100644 index 7d6f8bb4fc49..000000000000 --- a/math/py-graphtool/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (graph-tool-2.2.12.tar.bz2) = aa510f718ae70033944cbfedf5dc4e2bd56eab965b4a368a930ea76c09f9db12 -SIZE (graph-tool-2.2.12.tar.bz2) = 518347 diff --git a/math/py-graphtool/pkg-descr b/math/py-graphtool/pkg-descr deleted file mode 100644 index e823c800b803..000000000000 --- a/math/py-graphtool/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Graph-tool is an efficient python module for manipulation and statistical -analysis of graphs (a.k.a. networks). - -WWW: http://projects.skewed.de/graph-tool/ diff --git a/math/py-graphtool/pkg-plist b/math/py-graphtool/pkg-plist deleted file mode 100644 index d4dc60017e44..000000000000 --- a/math/py-graphtool/pkg-plist +++ /dev/null @@ -1,156 +0,0 @@ -doc/graph-tool/AUTHORS -doc/graph-tool/COPYING -doc/graph-tool/INSTALL -doc/graph-tool/LICENSE_1_0.txt -doc/graph-tool/NEWS -doc/graph-tool/README -doc/graph-tool/TODO -%%PYTHON_SITELIBDIR%%/graph_tool/__init__.py -%%PYTHON_SITELIBDIR%%/graph_tool/__init__.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/__init__.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/all.py -%%PYTHON_SITELIBDIR%%/graph_tool/all.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/all.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/centrality/__init__.py -%%PYTHON_SITELIBDIR%%/graph_tool/centrality/__init__.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/centrality/__init__.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/centrality/libgraph_tool_centrality.la -%%PYTHON_SITELIBDIR%%/graph_tool/centrality/libgraph_tool_centrality.so -%%PYTHON_SITELIBDIR%%/graph_tool/clustering/__init__.py -%%PYTHON_SITELIBDIR%%/graph_tool/clustering/__init__.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/clustering/__init__.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/clustering/libgraph_tool_clustering.la -%%PYTHON_SITELIBDIR%%/graph_tool/clustering/libgraph_tool_clustering.so -%%PYTHON_SITELIBDIR%%/graph_tool/community/__init__.py -%%PYTHON_SITELIBDIR%%/graph_tool/community/__init__.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/community/__init__.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/community/libgraph_tool_community.la -%%PYTHON_SITELIBDIR%%/graph_tool/community/libgraph_tool_community.so -%%PYTHON_SITELIBDIR%%/graph_tool/correlations/__init__.py -%%PYTHON_SITELIBDIR%%/graph_tool/correlations/__init__.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/correlations/__init__.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/correlations/libgraph_tool_correlations.la -%%PYTHON_SITELIBDIR%%/graph_tool/correlations/libgraph_tool_correlations.so -%%PYTHON_SITELIBDIR%%/graph_tool/decorators.py -%%PYTHON_SITELIBDIR%%/graph_tool/decorators.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/decorators.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/dl_import.py -%%PYTHON_SITELIBDIR%%/graph_tool/dl_import.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/dl_import.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/draw/__init__.py -%%PYTHON_SITELIBDIR%%/graph_tool/draw/__init__.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/draw/__init__.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/draw/libgraph_tool_layout.la -%%PYTHON_SITELIBDIR%%/graph_tool/draw/libgraph_tool_layout.so -%%PYTHON_SITELIBDIR%%/graph_tool/flow/__init__.py -%%PYTHON_SITELIBDIR%%/graph_tool/flow/__init__.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/flow/__init__.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/flow/libgraph_tool_flow.la -%%PYTHON_SITELIBDIR%%/graph_tool/flow/libgraph_tool_flow.so -%%PYTHON_SITELIBDIR%%/graph_tool/generation/__init__.py -%%PYTHON_SITELIBDIR%%/graph_tool/generation/__init__.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/generation/__init__.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/generation/libgraph_tool_generation.la -%%PYTHON_SITELIBDIR%%/graph_tool/generation/libgraph_tool_generation.so -%%PYTHON_SITELIBDIR%%/graph_tool/include/config.h -%%PYTHON_SITELIBDIR%%/graph_tool/include/fast_vector_property_map.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_adaptor.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_arf.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_assortativity.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_augment.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_average.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_avg_correlations.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_clustering.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_community.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_community_network.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_components.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_corr_hist.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_correlations.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_distance.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_distance_sampled.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_eigentrust.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_extended_clustering.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_filtering.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_generation.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_geometric.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_histograms.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_lattice.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_motifs.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_pagerank.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_parallel.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_predecessor.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_price.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_properties.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_properties_group.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_python_interface.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_rewiring.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_search.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_selectors.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_subgraph_isomorphism.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_triangulation.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_trust_transitivity.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_union.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_util.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/graph_wrap.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/histogram.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/minmax.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/mpl_nested_loop.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/numpy_bind.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/sampler.hh -%%PYTHON_SITELIBDIR%%/graph_tool/include/shared_map.hh -%%PYTHON_SITELIBDIR%%/graph_tool/io.py -%%PYTHON_SITELIBDIR%%/graph_tool/io.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/io.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/libgraph_tool_core.la -%%PYTHON_SITELIBDIR%%/graph_tool/libgraph_tool_core.so -%%PYTHON_SITELIBDIR%%/graph_tool/run_action/__init__.py -%%PYTHON_SITELIBDIR%%/graph_tool/run_action/__init__.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/run_action/__init__.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/run_action/inline.py -%%PYTHON_SITELIBDIR%%/graph_tool/run_action/inline.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/run_action/inline.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/run_action/run_action_support.hh -%%PYTHON_SITELIBDIR%%/graph_tool/run_action/run_action_template.hh -%%PYTHON_SITELIBDIR%%/graph_tool/search/__init__.py -%%PYTHON_SITELIBDIR%%/graph_tool/search/__init__.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/search/__init__.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/search/libgraph_tool_search.la -%%PYTHON_SITELIBDIR%%/graph_tool/search/libgraph_tool_search.so -%%PYTHON_SITELIBDIR%%/graph_tool/spectral/__init__.py -%%PYTHON_SITELIBDIR%%/graph_tool/spectral/__init__.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/spectral/__init__.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/stats/__init__.py -%%PYTHON_SITELIBDIR%%/graph_tool/stats/__init__.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/stats/__init__.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/stats/libgraph_tool_stats.la -%%PYTHON_SITELIBDIR%%/graph_tool/stats/libgraph_tool_stats.so -%%PYTHON_SITELIBDIR%%/graph_tool/topology/__init__.py -%%PYTHON_SITELIBDIR%%/graph_tool/topology/__init__.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/topology/__init__.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/topology/libgraph_tool_topology.la -%%PYTHON_SITELIBDIR%%/graph_tool/topology/libgraph_tool_topology.so -%%PYTHON_SITELIBDIR%%/graph_tool/util/__init__.py -%%PYTHON_SITELIBDIR%%/graph_tool/util/__init__.pyc -%%PYTHON_SITELIBDIR%%/graph_tool/util/__init__.pyo -%%PYTHON_SITELIBDIR%%/graph_tool/util/libgraph_tool_util.la -%%PYTHON_SITELIBDIR%%/graph_tool/util/libgraph_tool_util.so -@dirrm %%PYTHON_SITELIBDIR%%/graph_tool/util -@dirrm %%PYTHON_SITELIBDIR%%/graph_tool/topology -@dirrm %%PYTHON_SITELIBDIR%%/graph_tool/stats -@dirrm %%PYTHON_SITELIBDIR%%/graph_tool/spectral -@dirrm %%PYTHON_SITELIBDIR%%/graph_tool/search -@dirrm %%PYTHON_SITELIBDIR%%/graph_tool/run_action -@dirrm %%PYTHON_SITELIBDIR%%/graph_tool/include -@dirrm %%PYTHON_SITELIBDIR%%/graph_tool/generation -@dirrm %%PYTHON_SITELIBDIR%%/graph_tool/flow -@dirrm %%PYTHON_SITELIBDIR%%/graph_tool/draw -@dirrm %%PYTHON_SITELIBDIR%%/graph_tool/correlations -@dirrm %%PYTHON_SITELIBDIR%%/graph_tool/community -@dirrm %%PYTHON_SITELIBDIR%%/graph_tool/clustering -@dirrm %%PYTHON_SITELIBDIR%%/graph_tool/centrality -@dirrm %%PYTHON_SITELIBDIR%%/graph_tool -@dirrm %%PYTHON_SITELIBDIR%% -@dirrm lib/python2.7 -@dirrm doc/graph-tool -@dirrm doc