diff options
author | drochner <drochner> | 2002-12-16 17:03:12 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-12-16 17:03:12 +0000 |
commit | 47c9c61a0e60eba2bf2bc41879b2795dd8c933bd (patch) | |
tree | 666d1e9db59b5f069a56a9c4cbf5d6e3b9597d85 /www/zope25-RDFSummary | |
parent | d26b4926205103b59cd7de487432649232ed281c (diff) | |
download | pkgsrc-47c9c61a0e60eba2bf2bc41879b2795dd8c933bd.tar.gz |
add RDFSummary, a package to import RSS from other servers
Diffstat (limited to 'www/zope25-RDFSummary')
-rw-r--r-- | www/zope25-RDFSummary/DESCR | 6 | ||||
-rw-r--r-- | www/zope25-RDFSummary/Makefile | 17 | ||||
-rw-r--r-- | www/zope25-RDFSummary/PLIST | 14 | ||||
-rw-r--r-- | www/zope25-RDFSummary/distinfo | 4 |
4 files changed, 41 insertions, 0 deletions
diff --git a/www/zope25-RDFSummary/DESCR b/www/zope25-RDFSummary/DESCR new file mode 100644 index 00000000000..cc0819b3000 --- /dev/null +++ b/www/zope25-RDFSummary/DESCR @@ -0,0 +1,6 @@ +RDFSummary is a product to display content from other web sites +provided they make it available in RSS 0.9, RSS 0.91 or +"RSS 1.0":http://purl.org/rss/1.0/spec format. +The benefit of doing it this way is that the data you get is not +encumbered with HTML, giving you more flexibility when applying your +own look and feel. diff --git a/www/zope25-RDFSummary/Makefile b/www/zope25-RDFSummary/Makefile new file mode 100644 index 00000000000..dba43c7038e --- /dev/null +++ b/www/zope25-RDFSummary/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/16 17:03:12 drochner Exp $ +# + +DISTNAME= RDFSummary-2.3 +PKGNAME= zope25-RDFSummary-2.3 +CATEGORIES= www +MASTER_SITES= http://www.zope.org/Members/EIONET/RDFSummary/ +EXTRACT_SUFX= .tgz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.zope.org/Members/EIONET/RDFSummary +COMMENT= display content from other web sites via RSS + +ZOPE_COPYPRODUCT= zope-std-copyproduct-short + +.include "../../www/zope25/product.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/zope25-RDFSummary/PLIST b/www/zope25-RDFSummary/PLIST new file mode 100644 index 00000000000..1b078528069 --- /dev/null +++ b/www/zope25-RDFSummary/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/16 17:03:12 drochner Exp $ +lib/zope/lib/python/Products/RDFSummary/RDFSummary.py +lib/zope/lib/python/Products/RDFSummary/RDFSummary.pyc +lib/zope/lib/python/Products/RDFSummary/README.txt +lib/zope/lib/python/Products/RDFSummary/__init__.py +lib/zope/lib/python/Products/RDFSummary/__init__.pyc +lib/zope/lib/python/Products/RDFSummary/add_summary.dtml +lib/zope/lib/python/Products/RDFSummary/edit_prop.dtml +lib/zope/lib/python/Products/RDFSummary/htmlview.dtml +lib/zope/lib/python/Products/RDFSummary/refresh.txt +lib/zope/lib/python/Products/RDFSummary/rss.gif +lib/zope/lib/python/Products/RDFSummary/source.dtml +lib/zope/lib/python/Products/RDFSummary/version.txt +@dirrm lib/zope/lib/python/Products/RDFSummary diff --git a/www/zope25-RDFSummary/distinfo b/www/zope25-RDFSummary/distinfo new file mode 100644 index 00000000000..b524a7c3e61 --- /dev/null +++ b/www/zope25-RDFSummary/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/12/16 17:03:12 drochner Exp $ + +SHA1 (zope/RDFSummary-2.3.tgz) = 2cb2b241335b27291bd7211eda9b4fe8eab5c217 +Size (zope/RDFSummary-2.3.tgz) = 12367 bytes |