1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

- Update to 1.0

This commit is contained in:
Rong-En Fan 2010-08-03 14:15:51 +00:00
parent f0cf59d38c
commit 88de3acefb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258697
4 changed files with 18 additions and 19 deletions

View File

@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= graphviz
PORTVERSION= 0.99.1
PORTREVISION= 3
PORTVERSION= 1.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP \
http://networkx.lanl.gov/download/pygraphviz/

View File

@ -1,3 +1,3 @@
MD5 (pygraphviz-0.99.1.tar.gz) = 5381633f9538804b24046eb96474668d
SHA256 (pygraphviz-0.99.1.tar.gz) = 7c4218a8fae6f8b7627c322b328940e90b6afc6c10a5efc4f63ad7c5b4964002
SIZE (pygraphviz-0.99.1.tar.gz) = 85220
MD5 (pygraphviz-1.0.tar.gz) = f0cb263f4f56a0ba5c10e3ddcbbdf314
SHA256 (pygraphviz-1.0.tar.gz) = 1690791aa05d289ff16098db4893049b18d1cf984ce54bdb3688981b9dca788a
SIZE (pygraphviz-1.0.tar.gz) = 87231

View File

@ -1,24 +1,22 @@
--- setup.py.orig
+++ setup.py
@@ -20,8 +20,8 @@
print "To install, run 'python setup.py install'"
print
--- setup.py.orig 2010-08-01 21:18:02.000000000 +0800
+++ setup.py 2010-08-02 15:59:57.000000000 +0800
@@ -28,8 +28,8 @@
sys.version_info[:2]
sys.exit(-1)
-library_path=None
-include_path=None
+#library_path=None
+#include_path=None
# If the setup script couldn't find your graphviz installation you can
@@ -33,8 +33,8 @@
#include_path='/usr/include/graphviz'
# UNIX, Linux alternate
-#library_path='/usr/local/lib/graphviz'
-#include_path='/usr/local/include/graphviz'
# specify it here by uncommenting these lines or providing your own:
@@ -42,6 +42,8 @@
# OSX, Linux, alternate location
#library_path='/usr/local/lib/graphviz'
#include_path='/usr/local/include/graphviz'
+library_path='%%LOCALBASE%%/lib/graphviz'
+include_path='%%LOCALBASE%%/include/graphviz'
# Mac OS X (Fink)
# OSX (Fink)
#library_path='/sw/lib/graphviz'

View File

@ -17,10 +17,12 @@
%%PYTHON_SITELIBDIR%%/pygraphviz/tests/attributes.txt
%%PYTHON_SITELIBDIR%%/pygraphviz/tests/graph.txt
%%PYTHON_SITELIBDIR%%/pygraphviz/tests/layout_draw.txt
%%PYTHON_SITELIBDIR%%/pygraphviz/tests/subgraph.txt
%%PYTHON_SITELIBDIR%%/pygraphviz/tests/test.py
%%PYTHON_SITELIBDIR%%/pygraphviz/tests/test.pyc
%%PYTHON_SITELIBDIR%%/pygraphviz/tests/test.pyo
%%PYTHON_SITELIBDIR%%/pygraphviz/version.py
%%PYTHON_SITELIBDIR%%/pygraphviz/version.pyc
%%PYTHON_SITELIBDIR%%/pygraphviz/version.pyo
%%DOCSDIR%%/INSTALL.txt
%%DOCSDIR%%/README.txt
%%DOCSDIR%%/examples/attributes.py