Mon Jul 26 10:26:09 2010 UTC ()
Take maintainership; previous maintainer no longer uses nevow.


(gdt)
diff -r1.11 -r1.12 pkgsrc/www/py-nevow/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/www/py-nevow/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-nevow/Attic/Makefile 2010/07/23 23:20:48 1.11
+++ pkgsrc/www/py-nevow/Attic/Makefile 2010/07/26 10:26:09 1.12
@@ -1,27 +1,26 @@ @@ -1,27 +1,26 @@
1# $NetBSD: Makefile,v 1.11 2010/07/23 23:20:48 gdt Exp $ 1# $NetBSD: Makefile,v 1.12 2010/07/26 10:26:09 gdt Exp $
2# 2#
3 3
4VERSION= 0.10.0 4VERSION= 0.10.0
5DISTNAME= Nevow-${VERSION} 5DISTNAME= Nevow-${VERSION}
6PKGNAME= ${PYPKGPREFIX}-nevow-${VERSION} 6PKGNAME= ${PYPKGPREFIX}-nevow-${VERSION}
7PKGREVISION= 1 7PKGREVISION= 1
8CATEGORIES= www python 8CATEGORIES= www python
9# Nevow does not appear to make tarballs easily available; there's a link 9# Nevow does not appear to make tarballs easily available; there's a link
10# in trac with ?format=raw at the end. Many others have the same sorts 10# in trac with ?format=raw at the end. Many others have the same sorts
11# of issues, so ride on their redistribution. 11# of issues, so ride on their redistribution.
12MASTER_SITES= http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/ 12MASTER_SITES= http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/
13EXTRACT_SUFX= .tar.bz2 13EXTRACT_SUFX= .tar.bz2
14LICENSE= mit 14LICENSE= mit
15 15
16MAINTAINER= sifu@0xx0.net 16MAINTAINER+= gdt@ir.bbn.com
17#MAINTAINER+= gdt@ir.bbn.com 
18HOMEPAGE= http://divmod.org/trac/wiki/DivmodNevow 17HOMEPAGE= http://divmod.org/trac/wiki/DivmodNevow
19COMMENT= Next-generation web application templating system 18COMMENT= Next-generation web application templating system
20 19
21PKG_DESTDIR_SUPPORT= user-destdir 20PKG_DESTDIR_SUPPORT= user-destdir
22 21
23DEPENDS+= ${PYPKGPREFIX}-twisted>=1.3.0:../../net/py-twisted 22DEPENDS+= ${PYPKGPREFIX}-twisted>=1.3.0:../../net/py-twisted
24DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml 23DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml
25 24
26.include "../../lang/python/egg.mk" 25.include "../../lang/python/egg.mk"
27.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"