From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 16 18:20:08 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4272116A41F for ; Thu, 16 Jun 2005 18:20:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB5D443D53 for ; Thu, 16 Jun 2005 18:20:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5GIK7rW011176 for ; Thu, 16 Jun 2005 18:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5GIK7A9011175; Thu, 16 Jun 2005 18:20:07 GMT (envelope-from gnats) Resent-Date: Thu, 16 Jun 2005 18:20:07 GMT Resent-Message-Id: <200506161820.j5GIK7A9011175@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Geoffrey Mainland Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D224816A41F for ; Thu, 16 Jun 2005 18:11:29 +0000 (GMT) (envelope-from mainland@apeiron.net) Received: from mail.apeiron.net (h-68-164-219-98.cmbrmaor.covad.net [68.164.219.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0266D43D1F for ; Thu, 16 Jun 2005 18:11:28 +0000 (GMT) (envelope-from mainland@apeiron.net) Received: from localhost (localhost.apeiron.net [127.0.0.1]) by mail.apeiron.net (Postfix) with ESMTP id F0E745C6F for ; Thu, 16 Jun 2005 14:11:25 -0400 (EDT) Received: from mail.apeiron.net ([127.0.0.1]) by localhost (mail.apeiron.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 93417-06 for ; Thu, 16 Jun 2005 14:11:20 -0400 (EDT) Received: from hamilton.apeiron.net (hamilton.apeiron.net [192.168.0.11]) by mail.apeiron.net (Postfix) with ESMTP id 94EE85C6D for ; Thu, 16 Jun 2005 14:11:20 -0400 (EDT) Received: by hamilton.apeiron.net (Postfix, from userid 4001) id D4A1E115AF; Thu, 16 Jun 2005 14:11:19 -0400 (EDT) Message-Id: <20050616181119.D4A1E115AF@hamilton.apeiron.net> Date: Thu, 16 Jun 2005 14:11:19 -0400 (EDT) From: Geoffrey Mainland To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/82327: [MAINTAINER UPDATE] graphics/py-imaging X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Geoffrey Mainland List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2005 18:20:08 -0000 >Number: 82327 >Category: ports >Synopsis: [MAINTAINER UPDATE] graphics/py-imaging >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 16 18:20:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Geoffrey Mainland >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD hamilton.apeiron.net 5.4-STABLE FreeBSD 5.4-STABLE #30: Mon Jun 13 22:18:16 EDT 2005 toor@hamilton.apeiron.net:/usr/obj/usr/src/sys/APEIRON i386 >Description: Update to PIL 1.1.5. >How-To-Repeat: >Fix: diff -ruN /usr/ports/graphics/py-imaging/Makefile py-imaging/Makefile --- /usr/ports/graphics/py-imaging/Makefile Fri Jan 30 18:28:23 2004 +++ py-imaging/Makefile Thu Jun 16 14:01:57 2005 @@ -6,9 +6,10 @@ # PORTNAME= imaging -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5 CATEGORIES= graphics python -MASTER_SITES= http://www.pythonware.net/storage/ +MASTER_SITES= http://effbot.org/downloads/ \ + http://www.pythonware.net/storage/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Imaging-${PORTVERSION} @@ -20,57 +21,26 @@ freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter -DIST_SUBDIR= python -USE_PYTHON= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/libImaging -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-jpeg=${PREFIX}/lib -CONFIGURE_ENV= PYTHON=${PYTHON_CMD} -MAKE_FLAGS= OPT="${CFLAGS} -fPIC" +DIST_SUBDIR= python +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +DOCDIR= ${PREFIX}/share/doc/py-imaging +EXAMPLEDIR= ${PREFIX}/share/examples/py-imaging .include -PILDIR= ${PYTHON_SITELIBDIR}/PIL -PILDOCDIR= ${PREFIX}/share/doc/PIL -PILEXDIR= ${PREFIX}/share/examples/PIL PILINCDIR= ${PREFIX}/include/${PYTHON_VERSION} -.if ${PYTHON_REL} > 200 -post-build: - @(cd ${WRKSRC}/..; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} build ${PYDISTUTILS_BUILDARGS}) - -do-install: - @(cd ${WRKSRC}/..; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} install ${PYDISTUTILS_INSTALLARGS}) - @${MKDIR} ${PILDOCDIR} - ${INSTALL_DATA} ${WRKSRC}/../README ${PILDOCDIR} - @${MKDIR} ${PILEXDIR} - ${INSTALL_DATA} ${WRKSRC}/../Scripts/* ${PILEXDIR} -.for file in ImConfig.h ImPlatform.h Imaging.h - ${INSTALL_DATA} ${WRKSRC}/${file} ${PILINCDIR} -.endfor -.else -post-extract: - @${CP} ${FILESDIR}/Setup ${WRKSRC}/.. - -post-configure: - @(cd ${WRKSRC}/..; ${SETENV} ${CONFIGURE_ENV} ${MAKE} -f Makefile.pre.in boot) - -post-build: - @(cd ${WRKSRC}/..; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} sharedmods) - -do-install: - @(cd ${WRKSRC}/..; ${SETENV} ${MAKE_ENV} ${MAKE} install) - @${MKDIR} ${PILDIR} - ${INSTALL_DATA} ${WRKSRC}/../PIL/* ${PILDIR} - ${INSTALL_DATA} ${WRKSRC}/../PIL.pth ${PILDIR}/.. - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PILDIR} - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${PILDIR} - @${MKDIR} ${PILDOCDIR} - ${INSTALL_DATA} ${WRKSRC}/../README ${PILDOCDIR} - @${MKDIR} ${PILEXDIR} - ${INSTALL_DATA} ${WRKSRC}/../Scripts/* ${PILEXDIR} -.for file in ImConfig.h ImPlatform.h Imaging.h - ${INSTALL_DATA} ${WRKSRC}/${file} ${PILINCDIR} +post-install: +.for file in ImPlatform.h Imaging.h + ${INSTALL_DATA} ${WRKSRC}/libImaging/${file} ${PILINCDIR} .endfor +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/Docs/* ${DOCDIR} + @${MKDIR} ${EXAMPLEDIR} + ${INSTALL_DATA} ${WRKSRC}/Scripts/* ${EXAMPLEDIR} .endif + .include diff -ruN /usr/ports/graphics/py-imaging/distinfo py-imaging/distinfo --- /usr/ports/graphics/py-imaging/distinfo Tue Mar 30 22:08:24 2004 +++ py-imaging/distinfo Thu Jun 16 12:39:30 2005 @@ -1,2 +1,2 @@ -MD5 (python/Imaging-1.1.4.tar.gz) = d2c03c25a9a0128832137dd536da88da -SIZE (python/Imaging-1.1.4.tar.gz) = 416338 +MD5 (python/Imaging-1.1.5.tar.gz) = a64512e39469213ced0d091b9eba76c0 +SIZE (python/Imaging-1.1.5.tar.gz) = 429570 diff -ruN /usr/ports/graphics/py-imaging/files/Setup py-imaging/files/Setup --- /usr/ports/graphics/py-imaging/files/Setup Mon Aug 11 09:46:37 2003 +++ py-imaging/files/Setup Wed Dec 31 19:00:00 1969 @@ -1,5 +0,0 @@ -*shared* - -_imaging _imaging.c decode.c encode.c map.c display.c outline.c path.c -IlibImaging libImaging/libImaging.a -I${PREFIX}/include -L${PREFIX}/lib -ljpeg -lz -_imagingft _imagingft.c -IlibImaging -I${PREFIX}/include -I${PREFIX}/include/freetype2 -L${PREFIX}/lib -lfreetype -_imagingtk _imagingtk.c Tk/tkImaging.c -IlibImaging -I${X11BASE}/include -I${PREFIX}/include/tcl8.4 -I${PREFIX}/include/tk8.4 -L${PREFIX}/lib -ltk84 -ltcl84 -L${X11BASE}/lib -lX11 diff -ruN /usr/ports/graphics/py-imaging/files/patch-Makefile.pre.in py-imaging/files/patch-Makefile.pre.in --- /usr/ports/graphics/py-imaging/files/patch-Makefile.pre.in Mon Aug 11 09:46:37 2003 +++ py-imaging/files/patch-Makefile.pre.in Wed Dec 31 19:00:00 1969 @@ -1,29 +0,0 @@ ---- ../Makefile.pre.in.orig Tue Apr 22 09:11:24 2003 -+++ ../Makefile.pre.in Fri Aug 8 12:08:07 2003 -@@ -92,7 +92,7 @@ - TARGET= python - - # Installed python binary (used only by boot target) --PYTHON= python -+PYTHON?= python - - # Add more -I and -D options here - CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS) -@@ -117,7 +117,7 @@ - SGI_ABI= @SGI_ABI@ - OPT= @OPT@ - LDFLAGS= @LDFLAGS@ --DEFS= @DEFS@ -+DEFS= - LIBS= @LIBS@ - LIBM= @LIBM@ - LIBC= @LIBC@ -@@ -153,7 +153,7 @@ - INCLUDEPY= $(INCLUDEDIR)/python$(VERSION) - EXECINCLUDEPY= $(exec_installdir)/include/python$(VERSION) - LIBP= $(exec_installdir)/lib/python$(VERSION) --DESTSHARED= $(BINLIBDEST)/site-packages -+DESTSHARED= $(BINLIBDEST)/site-packages/PIL - - LIBPL= $(LIBP)/config - diff -ruN /usr/ports/graphics/py-imaging/files/patch-_imagingft.c py-imaging/files/patch-_imagingft.c --- /usr/ports/graphics/py-imaging/files/patch-_imagingft.c Tue Mar 23 00:48:42 2004 +++ py-imaging/files/patch-_imagingft.c Wed Dec 31 19:00:00 1969 @@ -1,12 +0,0 @@ ---- ../_imagingft.c.orig Mon Mar 22 23:27:33 2004 -+++ ../_imagingft.c Mon Mar 22 23:28:03 2004 -@@ -15,7 +15,8 @@ - #include "Python.h" - #include "Imaging.h" - --#include -+#include -+#include FT_FREETYPE_H - - #if PY_VERSION_HEX < 0x01060000 - #define PyObject_DEL(op) PyMem_DEL((op)) diff -ruN /usr/ports/graphics/py-imaging/files/patch-aa py-imaging/files/patch-aa --- /usr/ports/graphics/py-imaging/files/patch-aa Thu Nov 5 03:02:39 1998 +++ py-imaging/files/patch-aa Wed Dec 31 19:00:00 1969 @@ -1,18 +0,0 @@ ---- Makefile.in.orig Sun Jul 19 16:34:24 1998 -+++ Makefile.in Wed Nov 4 10:00:01 1998 -@@ -25,13 +25,13 @@ - - DEFS= @DEFS@ - --LIBS= @LIBS@ @LIBM@ -+LIBS= @LDFLAGS@ @LIBS@ @LIBM@ - - # -------------------------------------------------------------------- - # Other things that are customizable but not by configure - - INCLDIR= $(srcdir)/. --JPEGINCLUDE= /usr/local/include -+JPEGINCLUDE= @prefix@/include - OPT= @OPT@ - #OPT= -g - CFLAGS= $(OPT) -I$(INCLDIR) -I$(JPEGINCLUDE) $(DEFS) diff -ruN /usr/ports/graphics/py-imaging/files/patch-setup.py py-imaging/files/patch-setup.py --- /usr/ports/graphics/py-imaging/files/patch-setup.py Mon Aug 11 09:46:37 2003 +++ py-imaging/files/patch-setup.py Thu Jun 16 13:30:03 2005 @@ -1,51 +1,30 @@ ---- ../setup.py.orig Fri May 9 05:00:56 2003 -+++ ../setup.py Wed Aug 6 10:40:45 2003 -@@ -51,6 +51,9 @@ - if os.path.exists('/sw/lib'): - LIBRARY_DIRS.append('/sw/lib') +--- ./setup.py Wed Mar 23 13:16:40 2005 ++++ ./setup.py Thu Jun 16 13:24:28 2005 +@@ -129,14 +129,25 @@ -+INCLUDE_DIRS.append(os.path.join(os.getenv("PREFIX"), "include")) -+LIBRARY_DIRS.append(os.path.join(os.getenv("PREFIX"), "lib")) -+ - HAVE_LIBJPEG = 0 - HAVE_LIBTIFF = 0 - HAVE_LIBZ = 0 -@@ -126,7 +129,13 @@ - pass - else: - INCLUDE_DIRS = ["libImaging"] -+ INCLUDE_DIRS.append(os.path.join(os.getenv("X11BASE"), "include")) -+ INCLUDE_DIRS.append(os.path.join(os.getenv("PREFIX"), -+ "include/tcl%s" % TCL_VERSION)) -+ INCLUDE_DIRS.append(os.path.join(os.getenv("PREFIX"), -+ "include/tk%s" % TCL_VERSION)) - LIBRARY_DIRS = ["libImaging"] -+ LIBRARY_DIRS.append(os.path.join(os.getenv("PREFIX"), "lib")) - LIBRARIES = ["Imaging"] - EXTRA_COMPILE_ARGS = None - EXTRA_LINK_ARGS = None -@@ -206,7 +215,8 @@ + prefix = sysconfig.get_config_var("prefix") + if prefix: +- add_directory(library_dirs, os.path.join(prefix, "lib")) +- add_directory(include_dirs, os.path.join(prefix, "include")) ++ add_directory(library_dirs, ++ os.path.join(os.getenv("PREFIX"), "lib")) ++ add_directory(include_dirs, ++ os.path.join(os.getenv("PREFIX"), "include")) ++ add_directory(include_dirs, ++ os.path.join(os.getenv("X11BASE"), "include")) - if not tk_framework_found: - # assume the libraries are installed in the default location -- LIBRARIES.extend(["tk" + TCL_VERSION, "tcl" + TCL_VERSION]) -+ version = TCL_VERSION[0] + TCL_VERSION[2] -+ LIBRARIES.extend(["tk" + version, "tcl" + version]) - HAVE_TCLTK = 1 + # + # locate tkinter libraries - if HAVE_TCLTK: -@@ -266,6 +276,14 @@ - # FIXME: search for libraries - LIBRARIES.append("freetype") - INCLUDE_DIRS.append("/usr/include/freetype2") -+ elif os.path.isdir("/usr/local/include/freetype2"): -+ # assume that the freetype library is installed in a -+ # standard location -+ # FIXME: search for libraries -+ LIBRARIES.append("freetype") -+ INCLUDE_DIRS.append("/usr/local/include") -+ INCLUDE_DIRS.append("/usr/local/include/freetype2") -+ LIBRARY_DIRS.append("/usr/local/lib") - elif os.path.isdir("/sw/include/freetype2"): - # assume that the freetype library is installed in a - # standard location + if _tkinter: + TCL_VERSION = _tkinter.TCL_VERSION[:3] ++ TK_VERSION = _tkinter.TK_VERSION[:3] ++ add_directory(include_dirs, ++ os.path.join(os.getenv("PREFIX"), ++ "include/tcl%s" % TCL_VERSION)) ++ add_directory(include_dirs, ++ os.path.join(os.getenv("PREFIX"), ++ "include/tk%s" % TK_VERSION)) + + if _tkinter and not TCL_ROOT: + # we have Tkinter but the TCL_ROOT variable was not set; diff -ruN /usr/ports/graphics/py-imaging/pkg-plist py-imaging/pkg-plist --- /usr/ports/graphics/py-imaging/pkg-plist Mon Aug 11 09:46:37 2003 +++ py-imaging/pkg-plist Thu Jun 16 14:02:01 2005 @@ -1,4 +1,8 @@ -include/%%PYTHON_VERSION%%/ImConfig.h +bin/pilconvert.py +bin/pildriver.py +bin/pilfile.py +bin/pilfont.py +bin/pilprint.py include/%%PYTHON_VERSION%%/ImPlatform.h include/%%PYTHON_VERSION%%/Imaging.h lib/%%PYTHON_VERSION%%/site-packages/PIL/ArgImagePlugin.py @@ -10,6 +14,9 @@ lib/%%PYTHON_VERSION%%/site-packages/PIL/BmpImagePlugin.py lib/%%PYTHON_VERSION%%/site-packages/PIL/BmpImagePlugin.pyc lib/%%PYTHON_VERSION%%/site-packages/PIL/BmpImagePlugin.pyo +lib/%%PYTHON_VERSION%%/site-packages/PIL/BufrStubImagePlugin.py +lib/%%PYTHON_VERSION%%/site-packages/PIL/BufrStubImagePlugin.pyc +lib/%%PYTHON_VERSION%%/site-packages/PIL/BufrStubImagePlugin.pyo lib/%%PYTHON_VERSION%%/site-packages/PIL/ContainerIO.py lib/%%PYTHON_VERSION%%/site-packages/PIL/ContainerIO.pyc lib/%%PYTHON_VERSION%%/site-packages/PIL/ContainerIO.pyo @@ -25,6 +32,9 @@ lib/%%PYTHON_VERSION%%/site-packages/PIL/ExifTags.py lib/%%PYTHON_VERSION%%/site-packages/PIL/ExifTags.pyc lib/%%PYTHON_VERSION%%/site-packages/PIL/ExifTags.pyo +lib/%%PYTHON_VERSION%%/site-packages/PIL/FitsStubImagePlugin.py +lib/%%PYTHON_VERSION%%/site-packages/PIL/FitsStubImagePlugin.pyc +lib/%%PYTHON_VERSION%%/site-packages/PIL/FitsStubImagePlugin.pyo lib/%%PYTHON_VERSION%%/site-packages/PIL/FliImagePlugin.py lib/%%PYTHON_VERSION%%/site-packages/PIL/FliImagePlugin.pyc lib/%%PYTHON_VERSION%%/site-packages/PIL/FliImagePlugin.pyo @@ -49,6 +59,15 @@ lib/%%PYTHON_VERSION%%/site-packages/PIL/GimpPaletteFile.py lib/%%PYTHON_VERSION%%/site-packages/PIL/GimpPaletteFile.pyc lib/%%PYTHON_VERSION%%/site-packages/PIL/GimpPaletteFile.pyo +lib/%%PYTHON_VERSION%%/site-packages/PIL/GribStubImagePlugin.py +lib/%%PYTHON_VERSION%%/site-packages/PIL/GribStubImagePlugin.pyc +lib/%%PYTHON_VERSION%%/site-packages/PIL/GribStubImagePlugin.pyo +lib/%%PYTHON_VERSION%%/site-packages/PIL/Hdf5StubImagePlugin.py +lib/%%PYTHON_VERSION%%/site-packages/PIL/Hdf5StubImagePlugin.pyc +lib/%%PYTHON_VERSION%%/site-packages/PIL/Hdf5StubImagePlugin.pyo +lib/%%PYTHON_VERSION%%/site-packages/PIL/IcnsImagePlugin.py +lib/%%PYTHON_VERSION%%/site-packages/PIL/IcnsImagePlugin.pyc +lib/%%PYTHON_VERSION%%/site-packages/PIL/IcnsImagePlugin.pyo lib/%%PYTHON_VERSION%%/site-packages/PIL/IcoImagePlugin.py lib/%%PYTHON_VERSION%%/site-packages/PIL/IcoImagePlugin.pyc lib/%%PYTHON_VERSION%%/site-packages/PIL/IcoImagePlugin.pyo @@ -82,6 +101,9 @@ lib/%%PYTHON_VERSION%%/site-packages/PIL/ImageFont.py lib/%%PYTHON_VERSION%%/site-packages/PIL/ImageFont.pyc lib/%%PYTHON_VERSION%%/site-packages/PIL/ImageFont.pyo +lib/%%PYTHON_VERSION%%/site-packages/PIL/ImageGL.py +lib/%%PYTHON_VERSION%%/site-packages/PIL/ImageGL.pyc +lib/%%PYTHON_VERSION%%/site-packages/PIL/ImageGL.pyo lib/%%PYTHON_VERSION%%/site-packages/PIL/ImageGrab.py lib/%%PYTHON_VERSION%%/site-packages/PIL/ImageGrab.pyc lib/%%PYTHON_VERSION%%/site-packages/PIL/ImageGrab.pyo @@ -169,6 +191,9 @@ lib/%%PYTHON_VERSION%%/site-packages/PIL/SgiImagePlugin.py lib/%%PYTHON_VERSION%%/site-packages/PIL/SgiImagePlugin.pyc lib/%%PYTHON_VERSION%%/site-packages/PIL/SgiImagePlugin.pyo +lib/%%PYTHON_VERSION%%/site-packages/PIL/SpiderImagePlugin.py +lib/%%PYTHON_VERSION%%/site-packages/PIL/SpiderImagePlugin.pyc +lib/%%PYTHON_VERSION%%/site-packages/PIL/SpiderImagePlugin.pyo lib/%%PYTHON_VERSION%%/site-packages/PIL/SunImagePlugin.py lib/%%PYTHON_VERSION%%/site-packages/PIL/SunImagePlugin.pyc lib/%%PYTHON_VERSION%%/site-packages/PIL/SunImagePlugin.pyo @@ -199,29 +224,102 @@ lib/%%PYTHON_VERSION%%/site-packages/PIL/XpmImagePlugin.py lib/%%PYTHON_VERSION%%/site-packages/PIL/XpmImagePlugin.pyc lib/%%PYTHON_VERSION%%/site-packages/PIL/XpmImagePlugin.pyo -lib/%%PYTHON_VERSION%%/site-packages/PIL/_imaging.so -lib/%%PYTHON_VERSION%%/site-packages/PIL/_imagingft.so -lib/%%PYTHON_VERSION%%/site-packages/PIL/_imagingtk.so lib/%%PYTHON_VERSION%%/site-packages/PIL/__init__.py lib/%%PYTHON_VERSION%%/site-packages/PIL/__init__.pyc lib/%%PYTHON_VERSION%%/site-packages/PIL/__init__.pyo +lib/%%PYTHON_VERSION%%/site-packages/PIL/_imaging.so +lib/%%PYTHON_VERSION%%/site-packages/PIL/_imagingft.so +lib/%%PYTHON_VERSION%%/site-packages/PIL/_imagingtk.so lib/%%PYTHON_VERSION%%/site-packages/PIL.pth -share/doc/PIL/README -share/examples/PIL/README -share/examples/PIL/bdf2pil.py -share/examples/PIL/enhancer.py -share/examples/PIL/explode.py -share/examples/PIL/gifmaker.py -share/examples/PIL/image2py.py -share/examples/PIL/painter.py -share/examples/PIL/pilconvert.py -share/examples/PIL/pildriver.py -share/examples/PIL/pilfile.py -share/examples/PIL/pilfont.py -share/examples/PIL/pilprint.py -share/examples/PIL/player.py -share/examples/PIL/thresholder.py -share/examples/PIL/viewer.py @dirrm lib/%%PYTHON_VERSION%%/site-packages/PIL -@dirrm share/doc/PIL -@dirrm share/examples/PIL +%%PORTDOCS%%share/doc/py-imaging/effbot.css +%%PORTDOCS%%share/doc/py-imaging/index.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ArgImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.BdfFontFile.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.BmpImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.BufrStubImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ContainerIO.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.CurImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.DcxImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.EpsImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ExifTags.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.FitsStubImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.FliImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.FontFile.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.FpxImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.GbrImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.GdImageFile.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.GifImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.GimpGradientFile.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.GimpPaletteFile.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.GribStubImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.Hdf5StubImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.IcnsImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.IcoImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.Image.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImageChops.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImageColor.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImageDraw.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImageEnhance.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImageFile.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImageFileIO.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImageFilter.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImageFont.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImageGL.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImageGrab.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImageOps.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImagePalette.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImagePath.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImageSequence.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImageStat.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImageTk.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImageTransform.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImageWin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.ImtImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.IptcImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.JpegImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.McIdasImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.MicImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.MpegImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.MspImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.OleFileIO.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.PSDraw.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.PaletteFile.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.PalmImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.PcdImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.PcfFontFile.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.PcxImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.PdfImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.PixarImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.PngImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.PpmImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.PsdImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.SgiImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.SpiderImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.SunImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.TarIO.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.TgaImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.TiffImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.TiffTags.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.WalImageFile.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.WmfImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.XVThumbImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.XbmImagePlugin.html +%%PORTDOCS%%share/doc/py-imaging/pythondoc-PIL.XpmImagePlugin.html +%%PORTDOCS%%@dirrm share/doc/py-imaging +%%PORTDOCS%%share/examples/py-imaging/README +%%PORTDOCS%%share/examples/py-imaging/enhancer.py +%%PORTDOCS%%share/examples/py-imaging/explode.py +%%PORTDOCS%%share/examples/py-imaging/gifmaker.py +%%PORTDOCS%%share/examples/py-imaging/image2py.py +%%PORTDOCS%%share/examples/py-imaging/painter.py +%%PORTDOCS%%share/examples/py-imaging/pilconvert.py +%%PORTDOCS%%share/examples/py-imaging/pildriver.py +%%PORTDOCS%%share/examples/py-imaging/pilfile.py +%%PORTDOCS%%share/examples/py-imaging/pilfont.py +%%PORTDOCS%%share/examples/py-imaging/pilprint.py +%%PORTDOCS%%share/examples/py-imaging/player.py +%%PORTDOCS%%share/examples/py-imaging/thresholder.py +%%PORTDOCS%%share/examples/py-imaging/viewer.py +%%PORTDOCS%%@dirrm share/examples/py-imaging >Release-Note: >Audit-Trail: >Unformatted: