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.
This commit is contained in:
parent
c3ac9311a3
commit
24dfbc60bb
3 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue