maintainership of www/py-html5lib
Ruslan Mahmatkhanov
cvs-src at yandex.ru
Wed Jun 8 10:03:08 UTC 2011
08.06.2011 13:56, Ruslan Mahmatkhanov пишет:
>
>
> I want to maintain www/py-html5lib, please set me as such.
> The patch attached also makes this changes:
> - ${MASTER_SITE_GOOGLE_CODE} -> GOOGLE_CODE
> - ports at freebsd.org -> cvs-src at yandex.ru
> - add license (MIT)
> - clean up commented out NO_WRKSRCDUBDIR
> - move pkg-plist entry to Makefile. remove pkg-plist
> - fix whitespace nit in pkg-descr
Corrected patch attached (i mistyped my email).
--
Regards,
Ruslan
-------------- next part --------------
diff -ruNa py-html5lib.orig/Makefile py-html5lib/Makefile
--- py-html5lib.orig/Makefile 2011-02-25 07:40:29.000000000 +0300
+++ py-html5lib/Makefile 2011-06-08 13:49:45.000000000 +0400
@@ -10,14 +10,16 @@
PORTVERSION= 0.90
PORTREVISION= 1
CATEGORIES= www python
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= cvs-src at yandex.ru
COMMENT= A Python based HTML parser based on the HTML5 spec
+LICENSE= MIT
+
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_ZIP= yes
-#NO_WRKSUBDIR= yes
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
diff -ruNa py-html5lib.orig/pkg-descr py-html5lib/pkg-descr
--- py-html5lib.orig/pkg-descr 2007-08-08 06:17:28.000000000 +0400
+++ py-html5lib/pkg-descr 2011-06-08 13:27:59.000000000 +0400
@@ -6,4 +6,4 @@
Output is to a tree structure; the current release supports output to a custom
tree similar to DOM and to ElementTree.
-WWW: http://code.google.com/p/html5lib/
+WWW: http://code.google.com/p/html5lib/
diff -ruNa py-html5lib.orig/pkg-plist py-html5lib/pkg-plist
--- py-html5lib.orig/pkg-plist 2008-12-31 21:38:30.000000000 +0300
+++ py-html5lib/pkg-plist 1970-01-01 03:00:00.000000000 +0300
@@ -1 +0,0 @@
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
More information about the freebsd-ports
mailing list