diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-23 15:48:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-23 15:48:18 +0800 |
commit | 6b97fa1a7d3e94c1c45348fb4d625a951e69afdd (patch) | |
tree | 919255ead67cef615af1f2901d7a97fc0ec340b2 /textproc/py-rss2gen | |
parent | e7cfddc50097f65a5d050c764ea5e4229a105e0b (diff) | |
download | freebsd-ports-gnome-6b97fa1a7d3e94c1c45348fb4d625a951e69afdd.tar.gz freebsd-ports-gnome-6b97fa1a7d3e94c1c45348fb4d625a951e69afdd.tar.zst freebsd-ports-gnome-6b97fa1a7d3e94c1c45348fb4d625a951e69afdd.zip |
New port: textproc/py-rss2gen: python rss 2.0 generator
RSS2Gen is a Python library for generating RSS 2.0 feeds.
PR: ports/72054
Submitted by: Choe, Cheng-Dae <whitekid@gmail.com>
Diffstat (limited to 'textproc/py-rss2gen')
-rw-r--r-- | textproc/py-rss2gen/Makefile | 21 | ||||
-rw-r--r-- | textproc/py-rss2gen/distinfo | 2 | ||||
-rw-r--r-- | textproc/py-rss2gen/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/py-rss2gen/pkg-plist | 3 |
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/py-rss2gen/Makefile b/textproc/py-rss2gen/Makefile new file mode 100644 index 000000000000..4d48086be82c --- /dev/null +++ b/textproc/py-rss2gen/Makefile @@ -0,0 +1,21 @@ +# Ports collection makefile for: py-rss2gen +# Date created: 30 Sep 2004 +# Whom: "Choe, Cheng-Dae" whitekid +# +# $FreeBSD$ +# + +PORTNAME= rss2gen +PORTVERSION= 0.0 +CATEGORIES= textproc python +MASTER_SITES= http://www.dalkescientific.com/Python/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= PyRSS2Gen-${PORTVERSION} + +MAINTAINER= whitekid@gmail.com +COMMENT= A Python library for generating RSS 2.0 feeds + +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +.include <bsd.port.mk> diff --git a/textproc/py-rss2gen/distinfo b/textproc/py-rss2gen/distinfo new file mode 100644 index 000000000000..f4b26c212697 --- /dev/null +++ b/textproc/py-rss2gen/distinfo @@ -0,0 +1,2 @@ +MD5 (PyRSS2Gen-0.0.tar.gz) = 5f05762c356594f6de60f19a1e17e277 +SIZE (PyRSS2Gen-0.0.tar.gz) = 8246 diff --git a/textproc/py-rss2gen/pkg-descr b/textproc/py-rss2gen/pkg-descr new file mode 100644 index 000000000000..6ee2ae1b5c05 --- /dev/null +++ b/textproc/py-rss2gen/pkg-descr @@ -0,0 +1,3 @@ +RSS2Gen is a Python library for generating RSS 2.0 feeds. + +WWW: http://www.dalkescientific.com/Python/PyRSS2Gen.html diff --git a/textproc/py-rss2gen/pkg-plist b/textproc/py-rss2gen/pkg-plist new file mode 100644 index 000000000000..a29049f41d42 --- /dev/null +++ b/textproc/py-rss2gen/pkg-plist @@ -0,0 +1,3 @@ +%%PYTHON_SITELIBDIR%%/PyRSS2Gen.py +%%PYTHON_SITELIBDIR%%/PyRSS2Gen.pyc +%%PYTHON_SITELIBDIR%%/PyRSS2Gen.pyo |