From b617647f6f2cba3498a59743f79c8cb979795169 Mon Sep 17 00:00:00 2001 From: tonnerre Date: Sat, 21 Jun 2008 17:51:37 +0000 Subject: Import Python PyRSS2Gen module which is used by various Subversion helper scripts and other scripts which output RSS. Other than most other RSS libraries for Python, this one handles escaping of input and is supposed to be extensible. --- www/py-rss2gen/DESCR | 1 + www/py-rss2gen/Makefile | 20 ++++++++++++++++++++ www/py-rss2gen/PLIST | 4 ++++ www/py-rss2gen/distinfo | 5 +++++ 4 files changed, 30 insertions(+) create mode 100644 www/py-rss2gen/DESCR create mode 100644 www/py-rss2gen/Makefile create mode 100644 www/py-rss2gen/PLIST create mode 100644 www/py-rss2gen/distinfo (limited to 'www/py-rss2gen') diff --git a/www/py-rss2gen/DESCR b/www/py-rss2gen/DESCR new file mode 100644 index 00000000000..17196191755 --- /dev/null +++ b/www/py-rss2gen/DESCR @@ -0,0 +1 @@ +Python library for generating RSS 2.0 feeds. diff --git a/www/py-rss2gen/Makefile b/www/py-rss2gen/Makefile new file mode 100644 index 00000000000..721e643cac7 --- /dev/null +++ b/www/py-rss2gen/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/06/21 17:51:37 tonnerre Exp $ + +PYRSS2GENVER= 1.0.0 +DISTNAME= PyRSS2Gen-${PYRSS2GENVER} +PKGNAME= ${PYPKGPREFIX}-rss2gen-${PYRSS2GENVER} +CATEGORIES= www python +MASTER_SITES= http://www.dalkescientific.com/Python/ + +MAINTAINER= tonnerre@NetBSD.org +HOMEPAGE= http://www.dalkescientific.com/Python/PyRSS2Gen.html +COMMENT= Python module to generate RSS feeds + +PKG_DESTDIR_SUPPORT= user-destdir + +PYDISTUTILSPKG= # defined +PYBINMODULE= # defined +PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-rss2gen/PLIST b/www/py-rss2gen/PLIST new file mode 100644 index 00000000000..ada5a744b64 --- /dev/null +++ b/www/py-rss2gen/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/06/21 17:51:37 tonnerre Exp $ +${PYSITELIB}/PyRSS2Gen.py +${PYSITELIB}/PyRSS2Gen.pyc +${PYSITELIB}/PyRSS2Gen.pyo diff --git a/www/py-rss2gen/distinfo b/www/py-rss2gen/distinfo new file mode 100644 index 00000000000..676006711df --- /dev/null +++ b/www/py-rss2gen/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/06/21 17:51:37 tonnerre Exp $ + +SHA1 (PyRSS2Gen-1.0.0.tar.gz) = fcea9beb59ca022ed89b254b2362ae5af386f01a +RMD160 (PyRSS2Gen-1.0.0.tar.gz) = 8fe60587c15760dc229c0acc765626a0e1c412d7 +Size (PyRSS2Gen-1.0.0.tar.gz) = 8819 bytes -- cgit v1.2.3