Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
Universal Feed Parser is a Python module for downloading and parsing
syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland
RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom 0.3,
Atom 1.0, and CDF feeds. It also parses several popular extension
modules, including Dublin Core and Apple's iTunes extensions.
To use Universal Feed Parser, you will need Python 2.1 or later.
Universal Feed Parser is not meant to run standalone; it is a module
for you to use as part of a larger Python program.
Universal Feed Parser is easy to use; the module is self-contained
in a single file, feedparser.py, and it has one primary public
function, parse. parse takes a number of arguments, but only one
is required, and it can be a URL, a local filename, or a raw string
containing feed data in any format.

View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.25 2013/06/06 01:57:55 schmonz Exp $
#
DISTNAME= feedparser-5.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= http://feedparser.googlecode.com/files/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://feedparser.googlecode.com/
COMMENT= Parse RSS and Atom feeds in Python
LICENSE= 2-clause-bsd
USE_LANGUAGES= #none
PYTHON_VERSIONS_INCLUDE_3X= yes
do-test:
cd ${WRKSRC}/feedparser && ${PYTHONBIN} feedparsertest.py
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.4 2012/01/12 18:28:30 joerg Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/feedparser.py
${PYSITELIB}/feedparser.pyc
${PYSITELIB}/feedparser.pyo

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.14 2013/01/14 14:03:58 schmonz Exp $
SHA1 (feedparser-5.1.3.tar.gz) = f19a0cdc950e984fa202ff4acaee9d65ede5ea42
RMD160 (feedparser-5.1.3.tar.gz) = a2952ff80e396b2d50d32b226cb4015963f7375d
Size (feedparser-5.1.3.tar.gz) = 283614 bytes