Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,14 +1,18 @@
# $NetBSD: Makefile,v 1.6 2012/12/01 18:37:51 adam Exp $
# $NetBSD: Makefile,v 1.7 2014/01/17 23:32:02 wiz Exp $
DISTNAME= html5lib-0.95
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
DISTNAME= 0.999
PKGNAME= ${PYPKGPREFIX}-html5lib-${DISTNAME}
CATEGORIES= textproc www python
MASTER_SITES= http://html5lib.googlecode.com/files/
MASTER_SITES= https://github.com/html5lib/html5lib-python/archive/
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://code.google.com/p/html5lib/
HOMEPAGE= https://github.com/html5lib/html5lib-python
COMMENT= HTML5 parser and tokenizer
LICENSE= mit
.include "../../lang/python/egg.mk"
DIST_SUBDIR= py-html5lib
WRKSRC= ${WRKDIR}/html5lib-python-${DISTNAME}
EGG_NAME= html5lib-${DISTNAME}
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"