summaryrefslogtreecommitdiff
path: root/www/zope25-RDFSummary
diff options
context:
space:
mode:
authordrochner <drochner>2003-01-20 22:35:04 +0000
committerdrochner <drochner>2003-01-20 22:35:04 +0000
commit671fbf69a6c0cab8958be26a3d766839a63fd03e (patch)
tree4d75489db8e255f9dd656f60dcea4357c89d7d76 /www/zope25-RDFSummary
parentbaf65cb3f9c17407a9a8550d35cc6696467867a7 (diff)
downloadpkgsrc-671fbf69a6c0cab8958be26a3d766839a63fd03e.tar.gz
recognize some nonstandard stuff - now it can digest the german Tagesschau
(approved by the author)
Diffstat (limited to 'www/zope25-RDFSummary')
-rw-r--r--www/zope25-RDFSummary/distinfo3
-rw-r--r--www/zope25-RDFSummary/patches/patch-aa24
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 (