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.

WWW:	http://search.cpan.org/dist/XML-RSSLite/

PR:		ports/126116
Submitted by:	Tomoyuki Sakurai <cherry at trombik.org>
This commit is contained in:
Martin Wilke 2008-08-04 10:52:10 +00:00
parent f5be21a894
commit 9e55a82a81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218025
5 changed files with 37 additions and 0 deletions

View file

@ -718,6 +718,7 @@
SUBDIR += p5-XML-RSS-Liberal
SUBDIR += p5-XML-RSS-Parser
SUBDIR += p5-XML-RSS-SimpleGen
SUBDIR += p5-XML-RSSLite
SUBDIR += p5-XML-RegExp
SUBDIR += p5-XML-SAX
SUBDIR += p5-XML-SAX-Expat

View file

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-XML-RSSLite
# Date created: 2008-07-31
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#
PORTNAME= XML-RSSLite
PORTVERSION= 0.11
CATEGORIES= textproc
MASTER_SITES= CPAN
#MASTER_SITE_SUBDIR= ../by-authors/id/J/JP/JPIERCE
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= cherry@trombik.org
COMMENT= Lightweight, relaxed RSS (and XML-ish) parser
PERL_CONFIGURE= Yes
MAN3= XML::RSSLite.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (XML-RSSLite-0.11.tgz) = 96940cdc3c85958a0825c44245750bd6
SHA256 (XML-RSSLite-0.11.tgz) = dc22def5e10f4e81be0a64ed7d0b1af0a883e184aeb793973a10f0415bfbd4d9
SIZE (XML-RSSLite-0.11.tgz) = 8557

View file

@ -0,0 +1,6 @@
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.
WWW: http://search.cpan.org/dist/XML-RSSLite/

View file

@ -0,0 +1,5 @@
%%SITE_PERL%%/XML/RSSLite.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSSLite/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSSLite
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
@dirrmtry %%SITE_PERL%%/XML