[62487] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Sat Jan 9 01:24:40 PST 2010


Revision: 62487
          http://trac.macports.org/changeset/62487
Author:   stromnov at macports.org
Date:     2010-01-09 01:24:37 -0800 (Sat, 09 Jan 2010)
Log Message:
-----------
py26-pyproj: New port (from existing py25-pyproj)

Modified Paths:
--------------
    trunk/dports/python/py26-pyproj/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-pyproj/

Modified: trunk/dports/python/py26-pyproj/Portfile
===================================================================
--- trunk/dports/python/py25-pyproj/Portfile	2010-01-09 08:12:18 UTC (rev 62485)
+++ trunk/dports/python/py26-pyproj/Portfile	2010-01-09 09:24:37 UTC (rev 62487)
@@ -1,25 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
-PortGroup       python25 1.0
+PortSystem          1.0
+PortGroup           python26 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.
+name                py26-pyproj
+version             1.8.6
+categories          python
+maintainers         stromnov openmaintainer
 
-long_description \
-		Pyrex wrapper to provide python interfaces to \
-		PROJ.4 (http://proj.maptools.org) functions. \
-		Performs cartographic transformations and geodetic computations.
+description         Python interfaces to PROJ.4 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}
+homepage            http://code.google.com/p/pyproj/
+platforms           darwin
+master_sites        googlecode:pyproj
 
-depends_lib	port:proj \
-		port:py25-pyrex
+distname            pyproj-${version}
 
-checksums	md5 60483160456ca9298a5148a50cf656cc
+checksums           md5     dbaeb97d88ed7eaa6ec1b3e2d29916b3 \
+                    sha1    1e9b4e6bb02e3fb81a4a3c8469e9f88b6c0f5e84 \
+                    rmd160  acdc04bd218b9bbb0d96163dd6b3a50b257d07a3
+
+depends_lib-append  port:proj \
+                    port:py26-pyrex
+
+post-destroot {
+    xinstall -m 644 -W ${worksrcpath} \
+        README README.html PKG-INFO \
+        ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100109/dff2ca43/attachment.html>


More information about the macports-changes mailing list