Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14935

Modified Files:
        matplotlib-py.info matplotlib-py.patch 
Log Message:
New upstream version.


Index: matplotlib-py.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/matplotlib-py.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- matplotlib-py.patch 27 Apr 2005 03:26:22 -0000      1.1
+++ matplotlib-py.patch 7 Jun 2005 17:59:27 -0000       1.2
@@ -111,12 +111,12 @@
        version= __version__,
 --- matplotlib/setupext.py.orig        Sat Apr  9 06:44:43 2005
 +++ matplotlib/setupext.py     Sat Apr  9 11:51:43 2005
-@@ -35,7 +35,7 @@
+@@ -37,7 +37,7 @@
      'win32'  : ['win32_static',],
      'linux2' : ['/usr/local', '/usr',],
      'linux'  : ['/usr/local', '/usr',],
--    'darwin' : ['/usr/local', '/usr', '/sw', '/usr/X11R6'],
-+    'darwin' : ['/usr', '@PREFIX@/lib/freetype219'],
+-    'darwin' : ['/sw/lib/freetype219', '/usr/local', '/usr', '/sw', 
'/usr/X11R6'],
++    'darwin' : ['@PREFIX@/lib/freetype219', '/usr/local', '/usr', '@PREFIX@', 
'/usr/X11R6'],
      'freebsd4' : ['/usr/local', '/usr'],
      'freebsd5' : ['/usr/local', '/usr'],
      'freebsd6' : ['/usr/local', '/usr'],    

Index: matplotlib-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/matplotlib-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- matplotlib-py.info  27 Apr 2005 03:26:22 -0000      1.1
+++ matplotlib-py.info  7 Jun 2005 17:59:26 -0000       1.2
@@ -1,23 +1,23 @@
 Info2: <<
 
 Package: matplotlib-py%type_pkg[python]
-Version: 0.80
-Revision: 1
+Version: 0.81
+Revision: 4
 Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
-Depends: python%type_pkg[python], pygtk2-py%type_pkg[python], tcltk-shlibs, 
numarray-py%type_pkg[python], numeric-py%type_pkg[python], freetype219-shlibs
+Depends: python%type_pkg[python], pygtk2-py%type_pkg[python], tcltk-shlibs, 
numarray-py%type_pkg[python], numeric-py%type_pkg[python], freetype219-shlibs, 
tetex-base (>= 3.0-1)
 BuildDepends: pygtk2-py%type_pkg[python]-dev, tcltk-dev, glib2-dev, gtk+2-dev, 
atk1, pango1-xft2-dev, gettext-dev, gettext-bin, gettext-tools, libiconv-dev, 
pkgconfig, freetype219
 Suggests:  wxpython-py%type_pkg[python] (>= 2.5.1.5-1)
 Source: mirror:sourceforge:matplotlib/matplotlib-%v.tar.gz
-Source2: mirror:sourceforge:matplotlib/basemap-0.3.2.tar.gz
-Source-MD5: 0374c439d3fcbca193c1333b84713674
-Source2-MD5: cd32887edced1a0c7aa16e638241d8db
+Source2: mirror:sourceforge:matplotlib/basemap-0.5.tar.gz
+Source-MD5: 6fb5a5707afbf98a5ee8134b4191ec91
+Source2-MD5: 6c3b76233543f4fb9fc94b947b24b57e
 Type: python (2.2 2.3 2.4)
 NoSetCPPFLAGS: True
 PatchScript: sed 's|@PREFIX@|%p|g' < %a/%{ni}.patch | sed 
's|@PYVER@|%type_pkg[python]|g' | patch -p1
 CompileScript:  <<
  #!/bin/sh
  %p/bin/python%type_raw[python] setup.py build
- cd ../basemap-0.3.2
+ cd ../basemap-0.5
  %p/bin/python%type_raw[python] setup.py build
 <<
 InstallScript: <<
@@ -25,13 +25,16 @@
  %p/bin/python%type_raw[python] setup.py install --root %d
  mkdir -p %i/share/doc/%n
  cp -R examples %i/share/doc/%n
- cd ../basemap-0.3.2
+ cd ../basemap-0.5
  %p/bin/python%type_raw[python] setup.py install --root %d
  mkdir -p %i/share/doc/%n/basemap
  cp -R examples %i/share/doc/%n/basemap
+ cp README README.basemap
+ cp Changelog Changelog.basemap
+ cp README.basemap Changelog.basemap LICENSE_proj4 %i/share/doc/%n
 <<
 License: OSI-Approved
-DocFiles: README license/* TODO INTERACTIVE INSTALL CHANGELOG API_CHANGES 
KNOWN_BUGS
+DocFiles: README license/*LICENSE* TODO INTERACTIVE INSTALL CHANGELOG 
API_CHANGES KNOWN_BUGS
 Description: Pure python 2D plotting library with a Matlab syntax
 DescDetail: <<
 Produces publication quality figures using in a variety of hardcopy 
@@ -44,7 +47,7 @@
 Includes GTK, TkAgg, GTKAgg, WXAgg, SVG, PS, WX and Agg backends.
 (no GD or Paint, since these require separate python modules not yet packaged).
 
-Include basemap toolkit for plotting data on map projections.
+Includes basemap toolkit for plotting data on map projections.
 <<
 Homepage: http://matplotlib.sf.net
 



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to