summaryrefslogtreecommitdiff
path: root/graphics/py-imaging/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2003-06-27 10:11:59 +0000
committerdrochner <drochner>2003-06-27 10:11:59 +0000
commite4a8c292868df851d0104ce198130815cc0c493c (patch)
tree6741859f56bce3ab025bc48aa357b4d085043e3d /graphics/py-imaging/Makefile
parent4eb2f9b50c1ea235f85dbacd175a7fbee4f64e67 (diff)
downloadpkgsrc-e4a8c292868df851d0104ce198130815cc0c493c.tar.gz
update to 1.1.4
changes: Version 1.1.4 adds improved build scripts, truetype/opentype font support, memory mapping support also for non-Windows platforms, screen and clipboard grabbing on Windows, support for CSS-style color strings, support for IPTC/NAA and EXIF metadata, and more. pkgsrc note: We don't build the truetype component yet -- this might go into a separate pkg to get more finegrained dependencies. (Py-Imaging is supposed to work offline to, ie w/o X11.)
Diffstat (limited to 'graphics/py-imaging/Makefile')
-rw-r--r--graphics/py-imaging/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile
index 85b44d03574..1269ffc8080 100644
--- a/graphics/py-imaging/Makefile
+++ b/graphics/py-imaging/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2002/10/24 20:44:51 drochner Exp $
+# $NetBSD: Makefile,v 1.18 2003/06/27 10:11:59 drochner Exp $
-DISTNAME= Imaging-1.1.3
-PKGNAME= ${PYPKGPREFIX}-imaging-1.1.3
+DISTNAME= Imaging-1.1.4
+PKGNAME= ${PYPKGPREFIX}-imaging-1.1.4
CATEGORIES= graphics
-MASTER_SITES= http://www.pythonware.com/downloads/
+MASTER_SITES= http://effbot.org/downloads/
MAINTAINER= tsarna@netbsd.org
HOMEPAGE= http://www.pythonware.com/products/pil/