diff options
author | drochner <drochner@pkgsrc.org> | 2003-01-20 22:35:04 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-01-20 22:35:04 +0000 |
commit | e8d45f1c76c0d39f8ef662d995765a729bb18a0a (patch) | |
tree | 4d75489db8e255f9dd656f60dcea4357c89d7d76 | |
parent | d8a43ccdc30cfd2fd1585c50e816c8cce02019df (diff) | |
download | pkgsrc-e8d45f1c76c0d39f8ef662d995765a729bb18a0a.tar.gz |
recognize some nonstandard stuff - now it can digest the german Tagesschau
(approved by the author)
-rw-r--r-- | www/zope25-RDFSummary/distinfo | 3 | ||||
-rw-r--r-- | www/zope25-RDFSummary/patches/patch-aa | 24 |
2 files changed, 26 insertions, 1 deletions
diff --git a/www/zope25-RDFSummary/distinfo b/www/zope25-RDFSummary/distinfo index b524a7c3e61..1ea35f239be 100644 --- a/www/zope25-RDFSummary/distinfo +++ b/www/zope25-RDFSummary/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/12/16 17:03:12 drochner Exp $ +$NetBSD: distinfo,v 1.2 2003/01/20 22:35:04 drochner Exp $ SHA1 (zope/RDFSummary-2.3.tgz) = 2cb2b241335b27291bd7211eda9b4fe8eab5c217 Size (zope/RDFSummary-2.3.tgz) = 12367 bytes +SHA1 (patch-aa) = ce00aeddb6908c961dceadea4fd8df2615cae1bd diff --git a/www/zope25-RDFSummary/patches/patch-aa b/www/zope25-RDFSummary/patches/patch-aa new file mode 100644 index 00000000000..df13ac9e3db --- /dev/null +++ b/www/zope25-RDFSummary/patches/patch-aa @@ -0,0 +1,24 @@ +$NetBSD: patch-aa,v 1.1 2003/01/20 22:35:05 drochner Exp $ + +--- RDFSummary/RDFSummary.py.orig Fri Nov 22 09:52:31 2002 ++++ RDFSummary/RDFSummary.py Wed Dec 18 12:28:37 2002 +@@ -129,6 +129,10 @@ + 'http://purl.org/rss/1.0/modules/event/ location': 'location', + 'http://purl.org/rss/1.0/modules/event/ type': 'type', + 'http://purl.org/rss/1.0/modules/event/ organizer': 'organizer', ++# Content module ++ 'http://purl.org/rss/1.0/modules/content/ format': 'format', ++ 'http://purl.org/rss/1.0/modules/content/ item': 'item', ++ 'http://purl.org/rss/1.0/modules/content/ items': 'items', + # Slash module (as abused by Newsforge) + 'http://slashcode.com/rss/1.0/modules/Slash/ slash': 'slash', + 'http://slashcode.com/rss/1.0/modules/Slash/ department': 'department', +@@ -140,6 +144,8 @@ + 'http://slashcode.com/rss/1.0/modules/slash/ section': 'section', + 'http://slashcode.com/rss/1.0/modules/slash/ comments': 'comments', + 'http://slashcode.com/rss/1.0/modules/slash/ hit_parade': 'hitparade', ++# "MetaPlus" ++ 'http://www.tagesschau.de/rss/1.0/modules/metaplus/ keywords': 'keywords', + } + + class RDFSummary ( |