[37927] trunk/dports/python

landonf at macports.org landonf at macports.org
Sun Jun 29 15:14:44 PDT 2008


Revision: 37927
          http://trac.macosforge.org/projects/macports/changeset/37927
Author:   landonf at macports.org
Date:     2008-06-29 15:14:44 -0700 (Sun, 29 Jun 2008)
Log Message:
-----------
Add pyproj, a python interface for the proj.4 projection library.

Added Paths:
-----------
    trunk/dports/python/py25-pyproj/
    trunk/dports/python/py25-pyproj/Portfile

Added: trunk/dports/python/py25-pyproj/Portfile
===================================================================
--- trunk/dports/python/py25-pyproj/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-pyproj/Portfile	2008-06-29 22:14:44 UTC (rev 37927)
@@ -0,0 +1,25 @@
+# $Id: Portfile 33235 2008-01-22 03:21:55Z nox at macports.org $
+
+PortSystem      1.0
+PortGroup       python25 1.0
+
+name            py25-pyproj
+version         1.8.5
+categories      python graphics
+platforms       darwin
+maintainers     landonf openmaintainer
+description     Python interfaces to PROJ.4 (http://proj.maptools.org) functions.
+
+long_description \
+		Pyrex wrapper to provide python interfaces to \
+		PROJ.4 (http://proj.maptools.org) functions. \
+		Performs cartographic transformations and geodetic computations.
+
+homepage        http://code.google.com/p/pyproj/
+master_sites    http://pyproj.googlecode.com/files/
+distname        pyproj-${version}
+
+depends_lib	port:proj \
+		port:py25-pyrex
+
+checksums	md5 60483160456ca9298a5148a50cf656cc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080629/3120b106/attachment.html 


More information about the macports-changes mailing list