summaryrefslogtreecommitdiff
path: root/www/py-rss2gen
diff options
context:
space:
mode:
authortonnerre <tonnerre@pkgsrc.org>2008-06-21 17:51:37 +0000
committertonnerre <tonnerre@pkgsrc.org>2008-06-21 17:51:37 +0000
commit934af12415057542a16a46bcbb396202bf7e4544 (patch)
tree9ef05a5d5b6984c1ce9849c93bdd99a3b1707e44 /www/py-rss2gen
parentc069e6ebb51a299ab046fce06e52f1f44606fb78 (diff)
downloadpkgsrc-934af12415057542a16a46bcbb396202bf7e4544.tar.gz
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.
Diffstat (limited to 'www/py-rss2gen')
-rw-r--r--www/py-rss2gen/DESCR1
-rw-r--r--www/py-rss2gen/Makefile20
-rw-r--r--www/py-rss2gen/PLIST4
-rw-r--r--www/py-rss2gen/distinfo5
4 files changed, 30 insertions, 0 deletions
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