import p5-XML-RSSLite
This module attempts to extract the maximum amount of content from available documents, and is less concerned with XML compliance than alternatives. Rather than rely on XML::Parser, it uses heuristics and good old-fashioned Perl regular expressions. It stores the data in a simple hash structure, and "aliases" certain tags so that when done, you can count on having the minimal data necessary for re-constructing a valid RSS file. This means you get the basic title, description, and link for a channel and its items.
This commit is contained in:
parent
7616dfa4e3
commit
72ca60c434
18
textproc/p5-XML-RSSLite/Makefile
Normal file
18
textproc/p5-XML-RSSLite/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/22 16:14:58 simon Exp $
|
||||
|
||||
COMMENT= lightweight, 'relaxed' RSS (and XML-ish) parser
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= XML-RSSLite-0.11
|
||||
CATEGORIES= textproc
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
textproc/p5-XML-RSSLite/distinfo
Normal file
5
textproc/p5-XML-RSSLite/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (XML-RSSLite-0.11.tgz) = lpQM3DyFlYoIJcRCRXUL1g==
|
||||
RMD160 (XML-RSSLite-0.11.tgz) = cwbyMNqMF96xghoeeo0cNqVv5BA=
|
||||
SHA1 (XML-RSSLite-0.11.tgz) = 308JSS4rw9qG18GiPVqBmVaQFco=
|
||||
SHA256 (XML-RSSLite-0.11.tgz) = 3CLe9eEPToG+CmTtfQsa8KiD4YSut5OXOhDwQVv71Nk=
|
||||
SIZE (XML-RSSLite-0.11.tgz) = 8557
|
8
textproc/p5-XML-RSSLite/pkg/DESCR
Normal file
8
textproc/p5-XML-RSSLite/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
This module attempts to extract the maximum amount of content from
|
||||
available documents, and is less concerned with XML compliance than
|
||||
alternatives. Rather than rely on XML::Parser, it uses heuristics and
|
||||
good old-fashioned Perl regular expressions. It stores the data in a
|
||||
simple hash structure, and "aliases" certain tags so that when done,
|
||||
you can count on having the minimal data necessary for re-constructing
|
||||
a valid RSS file. This means you get the basic title, description,
|
||||
and link for a channel and its items.
|
4
textproc/p5-XML-RSSLite/pkg/PLIST
Normal file
4
textproc/p5-XML-RSSLite/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/22 16:14:58 simon Exp $
|
||||
${P5SITE}/XML/
|
||||
${P5SITE}/XML/RSSLite.pm
|
||||
@man man/man3p/XML::RSSLite.3p
|
Loading…
Reference in New Issue
Block a user