summaryrefslogtreecommitdiff
path: root/graphics/py-gd
diff options
context:
space:
mode:
authordarcy <darcy@pkgsrc.org>2011-11-29 16:26:57 +0000
committerdarcy <darcy@pkgsrc.org>2011-11-29 16:26:57 +0000
commit24dfbc60bb91a8868661b41a5f7154912ea5f2ab (patch)
treeda39e6a1311f162a6eb1334005750648feeea460 /graphics/py-gd
parentc3ac9311a3509e2453b593d1a2bb33f90a59701d (diff)
downloadpkgsrc-24dfbc60bb91a8868661b41a5f7154912ea5f2ab.tar.gz
General cleanups.
The old starship site is gone. Get from NetBSD.org now. Change homepage to a working one. Add license. Note that the only license reference I could find was "It is distributed for free under a BSD-style license" which I took to mean "original-bsd." Doesn't work under Python 3. Since it is deprecated in favour of the py-imaging module there is no point in struggling with it. Added comment to patch and regenerated distinfo. No PKGREVISION bump since there are no changes to any code that ever built.
Diffstat (limited to 'graphics/py-gd')
-rw-r--r--graphics/py-gd/Makefile8
-rw-r--r--graphics/py-gd/distinfo4
-rw-r--r--graphics/py-gd/patches/patch-aa4
3 files changed, 10 insertions, 6 deletions
diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile
index bc7ce7e4fed..4a4d50e2a7d 100644
--- a/graphics/py-gd/Makefile
+++ b/graphics/py-gd/Makefile
@@ -1,17 +1,19 @@
-# $NetBSD: Makefile,v 1.36 2011/11/01 06:01:43 sbd Exp $
+# $NetBSD: Makefile,v 1.37 2011/11/29 16:26:57 darcy Exp $
DISTNAME= gdmodule.c
PKGNAME= ${PYPKGPREFIX}-gd-1.3
PKGREVISION= 14
CATEGORIES= graphics python
-MASTER_SITES= http://starship.python.net/~richard/gdmodule/
+MASTER_SITES= # on ftp.NetBSD.org
EXTRACT_SUFX=
MAINTAINER= darcy@NetBSD.org
-HOMEPAGE= http://starship.python.net/~richard/gdmodule/
+HOMEPAGE= http://newcenturycomputers.net/projects/gdmodule.html
COMMENT= Python interface to gd graphics library
+LICENSE= original-bsd
PKG_DESTDIR_SUPPORT= user-destdir
+PYTHON_VERSIONS_ACCEPTED= 27 26 25
WRKSRC= ${WRKDIR}
BUILD_TARGET= default
diff --git a/graphics/py-gd/distinfo b/graphics/py-gd/distinfo
index f663b3cd00b..13ed388c896 100644
--- a/graphics/py-gd/distinfo
+++ b/graphics/py-gd/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/12/19 16:01:34 joerg Exp $
+$NetBSD: distinfo,v 1.5 2011/11/29 16:26:57 darcy Exp $
SHA1 (gdmodule.c) = 1173fcd1e8dbe06d250d7c501317b5d5fe30fc68
RMD160 (gdmodule.c) = a07e85accbee1664f4aeb0d0beef494efde22f40
Size (gdmodule.c) = 27972 bytes
-SHA1 (patch-aa) = 680c50b4e515f9abc407769d67e1f1ccfacc6884
+SHA1 (patch-aa) = 2349484cc6a150e2feef9b51eb9d481dc24410db
diff --git a/graphics/py-gd/patches/patch-aa b/graphics/py-gd/patches/patch-aa
index 09646c57d1a..c3281720d81 100644
--- a/graphics/py-gd/patches/patch-aa
+++ b/graphics/py-gd/patches/patch-aa
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.2 2005/12/19 16:01:34 joerg Exp $
+$NetBSD: patch-aa,v 1.3 2011/11/29 16:26:57 darcy Exp $
+
+To work with PNG files instead of GIF.
--- gdmodule.c.orig 2005-12-19 15:53:23.000000000 +0000
+++ gdmodule.c