mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add p5-XML-RSS-Liberal 0.01, XML::RSS With A Liberal Parser.
PR: ports/99967 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
32f9d8efd0
commit
7ff8f72b14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167437
5 changed files with 47 additions and 0 deletions
|
@ -576,6 +576,7 @@
|
||||||
SUBDIR += p5-XML-RSS
|
SUBDIR += p5-XML-RSS
|
||||||
SUBDIR += p5-XML-RSS-JavaScript
|
SUBDIR += p5-XML-RSS-JavaScript
|
||||||
SUBDIR += p5-XML-RSS-LibXML
|
SUBDIR += p5-XML-RSS-LibXML
|
||||||
|
SUBDIR += p5-XML-RSS-Liberal
|
||||||
SUBDIR += p5-XML-RSS-Parser
|
SUBDIR += p5-XML-RSS-Parser
|
||||||
SUBDIR += p5-XML-RSS-SimpleGen
|
SUBDIR += p5-XML-RSS-SimpleGen
|
||||||
SUBDIR += p5-XML-RegExp
|
SUBDIR += p5-XML-RegExp
|
||||||
|
|
32
textproc/p5-XML-RSS-Liberal/Makefile
Normal file
32
textproc/p5-XML-RSS-Liberal/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# New ports collection makefile for: p5-XML-RSS-Liberal
|
||||||
|
# Date created: 2006-07-09
|
||||||
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= XML-RSS-Liberal
|
||||||
|
PORTVERSION= 0.01
|
||||||
|
CATEGORIES= textproc perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= XML
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= gslin@gslin.org
|
||||||
|
COMMENT= XML::RSS With A Liberal Parser
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${SITE_PERL}/XML/Liberal.pm:${PORTSDIR}/textproc/p5-XML-Liberal \
|
||||||
|
${SITE_PERL}/XML/RSS/LibXML.pm:${PORTSDIR}/textproc/p5-XML-RSS-LibXML
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
PERL_MODBUILD= yes
|
||||||
|
|
||||||
|
MAN3= XML::RSS::Liberal.3 XML::RSS::Liberal::Parser.3
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 500703 # inherited from textprocs/p5-XML-RSS-LibXML
|
||||||
|
IGNORE= requires perl 5.7.3 or later. Install lang/perl5.8 then try again
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
3
textproc/p5-XML-RSS-Liberal/distinfo
Normal file
3
textproc/p5-XML-RSS-Liberal/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (XML-RSS-Liberal-0.01.tar.gz) = e2a1a41e38f464d1bcb19908c099fe4b
|
||||||
|
SHA256 (XML-RSS-Liberal-0.01.tar.gz) = d16167d484d63996ec6fa09fce17c197eb670cf1e3ede1e6d8a690736b65ce6a
|
||||||
|
SIZE (XML-RSS-Liberal-0.01.tar.gz) = 2023
|
7
textproc/p5-XML-RSS-Liberal/pkg-descr
Normal file
7
textproc/p5-XML-RSS-Liberal/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
XML::RSS::Liberal is a subclass of XML::RSS::LibXML, for those of you
|
||||||
|
who want to parse broken RSS files (as they often are). It uses
|
||||||
|
XML::Liberal as its core parser, and therefore whatever broken XML you
|
||||||
|
provided, as long as XML::Liberal can tolerate it.
|
||||||
|
|
||||||
|
Author: Daisuke Maki <dmaki@cpan.org>, Tatsuhiko Miyagawa <miyagawa@bulknews.net>
|
||||||
|
WWW: http://search.cpan.org/dist/XML-RSS-Liberal/
|
4
textproc/p5-XML-RSS-Liberal/pkg-plist
Normal file
4
textproc/p5-XML-RSS-Liberal/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
@comment $FreeBSD$
|
||||||
|
%%SITE_PERL%%/XML/RSS/Liberal.pm
|
||||||
|
%%SITE_PERL%%/XML/RSS/Liberal/Parser.pm
|
||||||
|
@dirrmtry %%SITE_PERL%%/XML/RSS/Liberal
|
Loading…
Add table
Reference in a new issue