pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-gd General cleanups.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6347633200b
branches:  trunk
changeset: 596067:e6347633200b
user:      darcy <darcy%pkgsrc.org@localhost>
date:      Tue Nov 29 16:26:57 2011 +0000

description:
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:

 graphics/py-gd/Makefile         |  8 +++++---
 graphics/py-gd/distinfo         |  4 ++--
 graphics/py-gd/patches/patch-aa |  4 +++-
 3 files changed, 10 insertions(+), 6 deletions(-)

diffs (49 lines):

diff -r e6cab536556c -r e6347633200b graphics/py-gd/Makefile
--- a/graphics/py-gd/Makefile   Tue Nov 29 16:13:08 2011 +0000
+++ b/graphics/py-gd/Makefile   Tue Nov 29 16:26:57 2011 +0000
@@ -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@localhost
-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 -r e6cab536556c -r e6347633200b graphics/py-gd/distinfo
--- a/graphics/py-gd/distinfo   Tue Nov 29 16:13:08 2011 +0000
+++ b/graphics/py-gd/distinfo   Tue Nov 29 16:26:57 2011 +0000
@@ -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 -r e6cab536556c -r e6347633200b graphics/py-gd/patches/patch-aa
--- a/graphics/py-gd/patches/patch-aa   Tue Nov 29 16:13:08 2011 +0000
+++ b/graphics/py-gd/patches/patch-aa   Tue Nov 29 16:26:57 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index