diff options
author | schmonz <schmonz@pkgsrc.org> | 2008-08-07 14:56:11 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2008-08-07 14:56:11 +0000 |
commit | 2ba197118002645706de24961769dd85b6df1cda (patch) | |
tree | 9325d63a94448b013886dd8674759ce62e02fa4a /textproc | |
parent | f40d55209fa2cc94f5372df9bdd2427e82e260be (diff) | |
download | pkgsrc-2ba197118002645706de24961769dd85b6df1cda.tar.gz |
Update to a prerelease 4.2 snapshot, as 4.1 no longer copes
particularly well with many feeds and there's no indication that
a release is imminent. From the changelog:
* Support for parsing microformats, including rel=enclosure, rel=tag,
XFN, and hCard.
* Updated the whitelist of acceptable HTML elements and attributes based
on the latest draft of the HTML 5 specification.
* Support for CSS Sanitization. (Previous versions of Universal Feed
Parser simply stripped all inline styles.) Many thanks to Sam Ruby for
implementing this, despite my insistence that it was impossible.
* Support for SVG Sanitization.
* Support for MathML Sanitization. Many thanks to Jacques Distler for
patiently debugging this feature.
* IRI support for every element that can contain a URI.
* Ability to disable relative URI resolution.
* Command-line arguments and alternate serializers, for manipulating
Universal Feed Parser from shell scripts or other non-Python sources.
* More robust parsing of author email addresses, misencoded win-1252
content, rel=self links, and better detection of HTML content in
elements with ambiguous content types.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-feedparser/Makefile | 11 | ||||
-rw-r--r-- | textproc/py-feedparser/distinfo | 8 |
2 files changed, 8 insertions, 11 deletions
diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index 5dac96c8f31..5c83bf02f46 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:52 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2008/08/07 14:56:11 schmonz Exp $ # -DISTNAME= feedparser-4.1 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +DISTNAME= feedparser-2008-08-05-4.2-pre-290-svn +PKGNAME= ${PYPKGPREFIX}-feedparser-4.2pre290 CATEGORIES= textproc python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=feedparser/} +MASTER_SITES= http://nightly.feedparser.org/dist/ EXTRACT_SUFX= .zip MAINTAINER= schmonz@NetBSD.org @@ -14,8 +13,6 @@ COMMENT= Parse RSS and Atom feeds in Python PKG_DESTDIR_SUPPORT= user-destdir -WRKSRC= ${WRKDIR} - PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" diff --git a/textproc/py-feedparser/distinfo b/textproc/py-feedparser/distinfo index 55d672d6cc8..2627dc89c62 100644 --- a/textproc/py-feedparser/distinfo +++ b/textproc/py-feedparser/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2006/01/24 07:01:06 schmonz Exp $ +$NetBSD: distinfo,v 1.8 2008/08/07 14:56:11 schmonz Exp $ -SHA1 (feedparser-4.1.zip) = 3a7174e11c8c523ea461c9d47a80526ba29a6544 -RMD160 (feedparser-4.1.zip) = a5ab457642aa664190ddd0d03b3f8b73254344c2 -Size (feedparser-4.1.zip) = 258511 bytes +SHA1 (feedparser-2008-08-05-4.2-pre-290-svn.zip) = 3b88b2f8c4db12155e8ba487b5edd0b65e6dc6c1 +RMD160 (feedparser-2008-08-05-4.2-pre-290-svn.zip) = f373c3326a38dc702df77151d2f4614d62938093 +Size (feedparser-2008-08-05-4.2-pre-290-svn.zip) = 312714 bytes |