[43115] trunk/dports/python

jmr at macports.org jmr at macports.org
Fri Dec 5 06:55:03 PST 2008


Revision: 43115
          http://trac.macports.org/changeset/43115
Author:   jmr at macports.org
Date:     2008-12-05 06:55:01 -0800 (Fri, 05 Dec 2008)
Log Message:
-----------
New port: py26-pil

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

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


Property changes on: trunk/dports/python/py26-pil
___________________________________________________________________
Added: svn:mergeinfo
   + 

Modified: trunk/dports/python/py26-pil/Portfile
===================================================================
--- trunk/dports/python/py25-pil/Portfile	2008-12-05 10:51:52 UTC (rev 43112)
+++ trunk/dports/python/py26-pil/Portfile	2008-12-05 14:55:01 UTC (rev 43115)
@@ -1,35 +1,37 @@
 # $Id$
 
-PortSystem		1.0
-PortGroup		python25 1.0
+PortSystem      1.0
+# HACK: change to 'PortGroup python26 1.0' when MP 1.7 is released
+source ${portpath}/../../_resources/port1.0/group/python26-1.0.tcl
 
-name			py25-pil
-version			1.1.6
-maintainers		stechert at macports.org
-description		Python Imaging Library
-long_description	The Python Imaging Library (PIL) adds image \
-					processing capabilities to your Python interpreter. \
-					This library supports many file formats, and \
-					provides powerful image processing and graphics \
-					capabilities. 
-categories-append	graphics
-platforms		darwin freebsd
-homepage		http://www.pythonware.com/
-master_sites	http://effbot.org/downloads/
-distname		Imaging-${version}
-checksums		md5 3a9b5c20ca52f0a9900512d2c7347622
-patchfiles		patch-setup.py
+name            py26-pil
+version         1.1.6
+maintainers     jmr openmaintainer
+description     Python Imaging Library
+long_description    The Python Imaging Library (PIL) adds image \
+                    processing capabilities to your Python interpreter. \
+                    This library supports many file formats, and \
+                    provides powerful image processing and graphics \
+                    capabilities. 
+categories-append   graphics
+platforms       darwin freebsd
+homepage        http://www.pythonware.com/products/pil/
+master_sites    http://effbot.org/downloads/
+distname        Imaging-${version}
+checksums       md5 3a9b5c20ca52f0a9900512d2c7347622 \
+                sha1 952d241e4af8ba09f74e6926108b7c0c748d0f89
+patchfiles      patch-setup.py
 
-depends_lib-append	port:jpeg \
-					port:freetype \
-					port:zlib
+depends_lib-append  port:jpeg \
+                    port:freetype \
+                    port:zlib
 
 post-patch {
-	reinplace s,__PREFIX__,${prefix},g ${worksrcpath}/setup.py
+    reinplace s,__PREFIX__,${prefix},g ${worksrcpath}/setup.py
 }
 
 post-destroot {
-	xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 0644 -W ${worksrcpath} BUILDME CHANGES CONTENTS README \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 0644 -W ${worksrcpath} BUILDME CHANGES CONTENTS README \
+        ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081205/80d93aca/attachment-0001.html>


More information about the macports-changes mailing list