NetBSD Problem Report #43499

From root@nb502.wenjing.com  Wed Jun 23 13:02:07 2010
Return-Path: <root@nb502.wenjing.com>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id 625B563BA4B
	for <gnats-bugs@gnats.NetBSD.org>; Wed, 23 Jun 2010 13:02:07 +0000 (UTC)
Message-Id: <20100623210100.D2FEA23458B@nb502.wenjing.com>
Date: Thu, 24 Jun 2010 05:01:00 +0800 (CST)
From: wen@nb502.wenjing.com
Reply-To: wenheping@gmail.com
To: gnats-bugs@gnats.NetBSD.org
Subject: [textproc/py-html5lib] Update to 0.90
X-Send-Pr-Version: 3.95

>Number:         43499
>Category:       pkg
>Synopsis:       [textproc/py-html5lib] Update to 0.90
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    joerg
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jun 23 13:05:00 +0000 2010
>Closed-Date:    Fri Feb 13 09:37:33 +0000 2015
>Last-Modified:  Fri Feb 13 09:37:33 +0000 2015
>Originator:     Wen Heping
>Release:        NetBSD 5.0.2
>Organization:
Private
>Environment:
NetBSD nb502.wenjing.com 5.0.2 NetBSD 5.0.2 (GENERIC) #0: Sat Feb  6 17:53:27 UTC 2010  builds@b7.netbsd.org:/home/builds/ab/netbsd-5-0-2-RELEASE/i386/201002061851Z-obj/home/builds/ab/netbsd-5-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC i386
>Description:
Python 0.90 Release Feature
    * Parses valid and invalid HTML documents to a tree
    * Support for minidom, ElementTree (including cElementTree and lxml.etree), BeautifulSoup (deprecated) and custom simpletree output formats
    * DOM to SAX converter
    * Reports parse errors
    * Character encoding detection
    * Filtering and serializing of trees
    * HTML+CSS sanitizer
    * Many unit tests 
>How-To-Repeat:

>Fix:
--- Makefile.orig	2010-06-23 23:55:19.000000000 +0800
+++ Makefile	2010-06-24 04:48:15.000000000 +0800
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.2 2009/10/19 10:57:40 joerg Exp $
 #

-DISTNAME=	html5lib-0.11.1
+DISTNAME=	html5lib-0.90
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc www python
 MASTER_SITES=	http://html5lib.googlecode.com/files/
@@ -11,6 +11,7 @@
 MAINTAINER=	joerg@NetBSD.org
 HOMEPAGE=	http://code.google.com/5/html5lib/
 COMMENT=	HTML5 parser and tokenizer
+LICENSE=	mit

 PKG_DESTDIR_SUPPORT=	user-destdir

--- distinfo.orig	2010-06-23 23:55:26.000000000 +0800
+++ distinfo	2010-06-23 23:56:16.000000000 +0800
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.2 2009/10/19 10:57:40 joerg Exp $

-SHA1 (html5lib-0.11.1.zip) = 157506319e40f5d973c128e5e2b826cd1bee471e
-RMD160 (html5lib-0.11.1.zip) = ac00975e5ea8b20606531e631274c1a8985110c9
-Size (html5lib-0.11.1.zip) = 375892 bytes
+SHA1 (html5lib-0.90.zip) = 37fdf4d853f53ebd170250f7f023f55a02659378
+RMD160 (html5lib-0.90.zip) = ba01161f3b0d6a5dfb9e1ffedaf9c18a6b7d2a19
+Size (html5lib-0.90.zip) = 99322 bytes
--- PLIST.orig	2010-06-23 23:55:34.000000000 +0800
+++ PLIST	2010-06-24 04:46:16.000000000 +0800
@@ -21,39 +21,27 @@
 ${PYSITELIB}/html5lib/filters/inject_meta_charset.py
 ${PYSITELIB}/html5lib/filters/inject_meta_charset.pyc
 ${PYSITELIB}/html5lib/filters/inject_meta_charset.pyo
-${PYSITELIB}/html5lib/filters/iso639codes.py
-${PYSITELIB}/html5lib/filters/iso639codes.pyc
-${PYSITELIB}/html5lib/filters/iso639codes.pyo
 ${PYSITELIB}/html5lib/filters/lint.py
 ${PYSITELIB}/html5lib/filters/lint.pyc
 ${PYSITELIB}/html5lib/filters/lint.pyo
 ${PYSITELIB}/html5lib/filters/optionaltags.py
 ${PYSITELIB}/html5lib/filters/optionaltags.pyc
 ${PYSITELIB}/html5lib/filters/optionaltags.pyo
-${PYSITELIB}/html5lib/filters/rfc2046.py
-${PYSITELIB}/html5lib/filters/rfc2046.pyc
-${PYSITELIB}/html5lib/filters/rfc2046.pyo
-${PYSITELIB}/html5lib/filters/rfc3987.py
-${PYSITELIB}/html5lib/filters/rfc3987.pyc
-${PYSITELIB}/html5lib/filters/rfc3987.pyo
 ${PYSITELIB}/html5lib/filters/sanitizer.py
 ${PYSITELIB}/html5lib/filters/sanitizer.pyc
 ${PYSITELIB}/html5lib/filters/sanitizer.pyo
-${PYSITELIB}/html5lib/filters/validator.py
-${PYSITELIB}/html5lib/filters/validator.pyc
-${PYSITELIB}/html5lib/filters/validator.pyo
 ${PYSITELIB}/html5lib/filters/whitespace.py
 ${PYSITELIB}/html5lib/filters/whitespace.pyc
 ${PYSITELIB}/html5lib/filters/whitespace.pyo
 ${PYSITELIB}/html5lib/html5parser.py
 ${PYSITELIB}/html5lib/html5parser.pyc
 ${PYSITELIB}/html5lib/html5parser.pyo
+${PYSITELIB}/html5lib/ihatexml.py
+${PYSITELIB}/html5lib/ihatexml.pyc
+${PYSITELIB}/html5lib/ihatexml.pyo
 ${PYSITELIB}/html5lib/inputstream.py
 ${PYSITELIB}/html5lib/inputstream.pyc
 ${PYSITELIB}/html5lib/inputstream.pyo
-${PYSITELIB}/html5lib/liberalxmlparser.py
-${PYSITELIB}/html5lib/liberalxmlparser.pyc
-${PYSITELIB}/html5lib/liberalxmlparser.pyo
 ${PYSITELIB}/html5lib/sanitizer.py
 ${PYSITELIB}/html5lib/sanitizer.pyc
 ${PYSITELIB}/html5lib/sanitizer.pyo
@@ -69,6 +57,9 @@
 ${PYSITELIB}/html5lib/tokenizer.py
 ${PYSITELIB}/html5lib/tokenizer.pyc
 ${PYSITELIB}/html5lib/tokenizer.pyo
+${PYSITELIB}/html5lib/tokenizer_old.py
+${PYSITELIB}/html5lib/tokenizer_old.pyc
+${PYSITELIB}/html5lib/tokenizer_old.pyo
 ${PYSITELIB}/html5lib/treebuilders/__init__.py
 ${PYSITELIB}/html5lib/treebuilders/__init__.pyc
 ${PYSITELIB}/html5lib/treebuilders/__init__.pyo

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->joerg
Responsible-Changed-By: asau@NetBSD.org
Responsible-Changed-When: Thu, 24 Jun 2010 07:52:24 +0000
Responsible-Changed-Why:
Assign to package maintainer.


State-Changed-From-To: open->closed
State-Changed-By: snj@NetBSD.org
State-Changed-When: Fri, 13 Feb 2015 09:37:33 +0000
State-Changed-Why:
Updated in 2011.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.