Changeset 81303
- Timestamp:
- 07/28/11 22:51:47 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 1 added
- 3 deleted
- 1 edited
-
py-pil/Portfile (modified) (1 diff)
-
py-pil/files/patch-PIL-TiffImagePlugin.py.diff (added)
-
py25-pil (deleted)
-
py26-pil (deleted)
-
py27-pil (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-pil/Portfile
r78072 r81303 1 1 # $Id$ 2 2 3 PortSystem 1.04 PortGroup python241.03 PortSystem 1.0 4 PortGroup python 1.0 5 5 6 name py-pil 7 version 1.1.7 8 maintainers nomaintainer 9 description Python Imaging Library 10 long_description The Python Imaging Library (PIL) adds image \ 11 processing capabilities to your Python interpreter. \ 12 This library supports many file formats, and \ 13 provides powerful image processing and graphics \ 14 capabilities. 15 categories-append graphics 16 platforms darwin freebsd 17 homepage http://www.pythonware.com/ 18 master_sites http://effbot.org/downloads/ 19 distname Imaging-${version} 20 checksums md5 fc14a54e1ce02a0225be8854bfba478e \ 21 sha1 76c37504251171fda8da8e63ecb8bc42a69a5c81 \ 22 rmd160 9af570fe100e250a4860314341fe3e6d695d7fde 23 patchfiles patch-setup.py pil-2009-raclette-fb7ce579f5f9.diff 6 name py-pil 7 version 1.1.7 8 revision 3 9 license MIT 10 maintainers jmr openmaintainer 11 description Python Imaging Library 12 long_description The Python Imaging Library (PIL) adds image \ 13 processing capabilities to your Python interpreter. \ 14 This library supports many file formats, and \ 15 provides powerful image processing and graphics \ 16 capabilities. 17 categories-append graphics 18 platforms darwin freebsd 19 homepage http://www.pythonware.com/products/pil/ 20 master_sites http://effbot.org/downloads/ 21 distname Imaging-${version} 22 checksums md5 fc14a54e1ce02a0225be8854bfba478e \ 23 sha1 76c37504251171fda8da8e63ecb8bc42a69a5c81 \ 24 rmd160 9af570fe100e250a4860314341fe3e6d695d7fde 24 25 25 depends_lib-append port:freetype \ 26 port:lcms \ 27 port:py-tkinter 26 python.versions 24 25 26 27 28 27 29 post-patch { 30 reinplace s,__PREFIX__,${prefix},g ${worksrcpath}/setup.py 28 if {$subport != $name} { 29 patchfiles patch-setup.py pil-2009-raclette-fb7ce579f5f9.diff \ 30 patch-PIL-TiffImagePlugin.py.diff 31 32 depends_lib-append port:freetype \ 33 port:lcms \ 34 port:py${python.version}-tkinter 35 36 post-patch { 37 reinplace s,__PREFIX__,${prefix},g ${worksrcpath}/setup.py 38 } 39 40 post-destroot { 41 xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name} 42 xinstall -m 0644 -W ${worksrcpath} BUILDME CHANGES CONTENTS README \ 43 ${destroot}${prefix}/share/doc/${name} 44 } 31 45 } 32 46 33 post-destroot { 34 xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name} 35 xinstall -m 0644 -W ${worksrcpath} BUILDME CHANGES CONTENTS README \ 36 ${destroot}${prefix}/share/doc/${name} 37 } 38 39 variant no_tk description {do not require the python tk interface} { 40 depends_lib-delete port:py-tkinter 41 } 47 livecheck.type regex 48 livecheck.url ${homepage} 49 livecheck.regex {Imaging-([0-9\.]+)\.tar\.gz}
Note: See TracChangeset
for help on using the changeset viewer.

