ports/145259: [Update]math/py-matplotlib:Update to 0.99.1.1

wen heping wen at FreeBSD.org
Thu Apr 1 08:40:06 UTC 2010


>Number:         145259
>Category:       ports
>Synopsis:       [Update]math/py-matplotlib:Update to 0.99.1.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:   Thu Apr 01 08:40:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     wen heping
>Release:        FreeBSD-9.0
>Organization:
FreeBSD
>Environment:
>Description:
Update to 0.99.1.1 from 0.99.0
>How-To-Repeat:

>Fix:
diff -urN py-matplotlib.orig/Makefile py-matplotlib/Makefile
--- py-matplotlib.orig/Makefile 2010-04-01 16:20:32.000000000 +0800
+++ py-matplotlib/Makefile      2010-04-01 15:16:21.000000000 +0800
@@ -7,10 +7,10 @@
 #

 PORTNAME=      matplotlib
-PORTVERSION=   0.99.0
-PORTREVISION=  2
+PORTVERSION=   0.99.1.1
 CATEGORIES=    math python
-MASTER_SITES=  SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.99/
+MASTER_SITES=  SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.99.1/
+DISTFILES=     ${PORTNAME}-0.99.1.2.tar.gz
 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

 MAINTAINER=    mainland at apeiron.net
@@ -35,7 +35,7 @@
 USE_TCL_RUN=   yes
 USE_TK_RUN=    yes
 CFLAGS+=       -I${LOCALBASE}/include
-
+WRKSRC=                ${WRKDIR}/${PORTNAME}-0.99.1.1
 WANT_WX=       2.6

 .include <bsd.port.pre.mk>
diff -urN py-matplotlib.orig/distinfo py-matplotlib/distinfo
--- py-matplotlib.orig/distinfo 2010-04-01 16:20:32.000000000 +0800
+++ py-matplotlib/distinfo      2010-04-01 15:26:45.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (matplotlib-0.99.0.tar.gz) = 8e019e17396e816cc2ef52843532e727
-SHA256 (matplotlib-0.99.0.tar.gz) = f85ec0f69fcfe2bb19700817f7683ce278461f22924971c7c99907374a4b332b
-SIZE (matplotlib-0.99.0.tar.gz) = 11762345
+MD5 (matplotlib-0.99.1.2.tar.gz) = 952e2c992e4a762b8538171f51c9140a
+SHA256 (matplotlib-0.99.1.2.tar.gz) = 6911814dd1d8c5b5fc3100e996f01721b102cce568414352496732a8e6e3908a
+SIZE (matplotlib-0.99.1.2.tar.gz) = 11940390
diff -urN py-matplotlib.orig/files/patch-lib__matplotlib__afm.py py-matplotlib/files/patch-lib__matplotlib__afm.py
--- py-matplotlib.orig/files/patch-lib__matplotlib__afm.py      2010-04-01 16:20:32.000000000 +0800
+++ py-matplotlib/files/patch-lib__matplotlib__afm.py   1970-01-01 08:00:00.000000000 +0800
@@ -1,11 +0,0 @@
---- lib/matplotlib/afm.py.orig  2008-02-22 14:38:41.000000000 -0500
-+++ lib/matplotlib/afm.py      2008-02-22 14:39:40.000000000 -0500
-@@ -164,7 +164,7 @@
-         num = _to_int(vals[0].split()[1])
-         wx = _to_float(vals[1].split()[1])
-         name = vals[2].split()[1]
--        bbox = _to_list_of_ints(vals[3][2:])
-+        bbox = _to_list_of_floats(vals[3][2:])
-         # Workaround: If the character name is 'Euro', give it the corresponding
-         # character code, according to WinAnsiEncoding (see PDF Reference).
-         if name == 'Euro':
diff -urN py-matplotlib.orig/pkg-plist py-matplotlib/pkg-plist
--- py-matplotlib.orig/pkg-plist        2010-04-01 16:20:32.000000000 +0800
+++ py-matplotlib/pkg-plist     2010-04-01 15:47:13.000000000 +0800
@@ -538,10 +538,12 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animation_blit_qt4.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animation_blit_tk.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animation_blit_wx.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animate_decay_tk_blit.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/dynamic_collection.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/dynamic_image_gtkagg.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/dynamic_image_wxagg2.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/gtk_timeout.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/histogram_tkagg.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/movie_demo.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/simple_anim_gtk.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/simple_anim_tkagg.py
@@ -566,6 +568,7 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/font_family_rc.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/font_file.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/histogram_demo.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/histogram_path_demo.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/image_zcoord.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/joinstyle.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/legend_demo.py
@@ -630,6 +633,7 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/idle_and_timeout.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/keypress_demo.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/lasso_demo.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/looking_glass.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/path_editor.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/pick_event_demo.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/pick_event_demo2.py

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



More information about the freebsd-ports-bugs mailing list