Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 2008 07:46:35 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/128431: [Update]graphics/py-graph:update to 1.3.1
Message-ID:  <200810280746.m9S7kZeA027325@www.freebsd.org>
Resent-Message-ID: <200810280750.m9S7o1Om014049@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         128431
>Category:       ports
>Synopsis:       [Update]graphics/py-graph:update to 1.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 28 07:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD-8.0 Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Sep 21 18:56:51 HKT 2008     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update to 1.3.1 from 1.0.0
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -curN py-graph/Makefile py-graph.new/Makefile
--- py-graph/Makefile	2008-10-28 21:26:36.000000000 +0800
+++ py-graph.new/Makefile	2008-10-28 21:30:55.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	graph
-PORTVERSION=	1.0.0
+PORTVERSION=	1.3.1
 CATEGORIES=	graphics python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -33,6 +33,9 @@
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/Changelog ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}
 	${INSTALL_MAN} ${WRKSRC}/docs/* ${DOCSDIR}
 .endif
 .if !defined(NOPORTEXAMPLES)
diff -curN py-graph/distinfo py-graph.new/distinfo
--- py-graph/distinfo	2008-10-28 21:26:36.000000000 +0800
+++ py-graph.new/distinfo	2008-10-28 21:30:55.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (python-graph-1.0.0.tar.bz2) = a9e4113446225a473f95f02779628de8
-SHA256 (python-graph-1.0.0.tar.bz2) = fde61fe2e6d9ec7e5dc36324eb80c718e01eaf8e7f2cc1f6f802dde6b0ec2e7d
-SIZE (python-graph-1.0.0.tar.bz2) = 29737
+MD5 (python-graph-1.3.1.tar.bz2) = 6f679f7cbe5104188faae360371f744f
+SHA256 (python-graph-1.3.1.tar.bz2) = 969f0cba956321576586d74375cad5af38d2bf23acd5d8b5628252e44c316df8
+SIZE (python-graph-1.3.1.tar.bz2) = 45372
diff -curN py-graph/files/patch-setup.py py-graph.new/files/patch-setup.py
--- py-graph/files/patch-setup.py	1970-01-01 08:00:00.000000000 +0800
+++ py-graph.new/files/patch-setup.py	2008-10-28 21:30:55.000000000 +0800
@@ -0,0 +1,15 @@
+--- setup.py.orig	2008-10-28 21:22:57.000000000 +0800
++++ setup.py	2008-10-28 21:23:17.000000000 +0800
+@@ -18,9 +18,9 @@
+         name = appname,
+         version = appversion,
+         packages = ['graph'],
+-        data_files = [(docfolder, ['README','Changelog','COPYING']),
+-                                (docfolder + docs, docfiles),
+-                                ],
++#        data_files = [(docfolder, ['README','Changelog','COPYING']),
++#                                (docfolder + docs, docfiles),
++#                                ],
+ 
+         # metadata
+         author = "Pedro Matiello",
diff -curN py-graph/pkg-plist py-graph.new/pkg-plist
--- py-graph/pkg-plist	2008-10-28 21:26:36.000000000 +0800
+++ py-graph.new/pkg-plist	2008-10-28 21:30:55.000000000 +0800
@@ -19,7 +19,13 @@
 %%PYTHON_SITELIBDIR%%/graph/sorting.py
 %%PYTHON_SITELIBDIR%%/graph/sorting.pyc
 %%PYTHON_SITELIBDIR%%/graph/sorting.pyo
+%%PYTHON_SITELIBDIR%%/graph/traversal.py
+%%PYTHON_SITELIBDIR%%/graph/traversal.pyc
+%%PYTHON_SITELIBDIR%%/graph/traversal.pyo
 @dirrm %%PYTHON_SITELIBDIR%%/graph
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/Changelog
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
 %%PORTDOCS%%%%DOCSDIR%%/api-objects.txt
 %%PORTDOCS%%%%DOCSDIR%%/class-tree.html
 %%PORTDOCS%%%%DOCSDIR%%/crarr.png
@@ -27,12 +33,15 @@
 %%PORTDOCS%%%%DOCSDIR%%/epydoc.js
 %%PORTDOCS%%%%DOCSDIR%%/graph-module.html
 %%PORTDOCS%%%%DOCSDIR%%/graph.accessibility-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.digraph-class.html
 %%PORTDOCS%%%%DOCSDIR%%/graph.generators-module.html
 %%PORTDOCS%%%%DOCSDIR%%/graph.graph-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.hypergraph-class.html
 %%PORTDOCS%%%%DOCSDIR%%/graph.minmax-module.html
 %%PORTDOCS%%%%DOCSDIR%%/graph.readwrite-module.html
 %%PORTDOCS%%%%DOCSDIR%%/graph.searching-module.html
 %%PORTDOCS%%%%DOCSDIR%%/graph.sorting-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.traversal-module.html
 %%PORTDOCS%%%%DOCSDIR%%/help.html
 %%PORTDOCS%%%%DOCSDIR%%/identifier-index.html
 %%PORTDOCS%%%%DOCSDIR%%/index.html
@@ -40,7 +49,11 @@
 %%PORTDOCS%%%%DOCSDIR%%/redirect.html
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/draw.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/drawhyper.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex1.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.tls
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lts2graph.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/read.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/write.py
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810280746.m9S7kZeA027325>