mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Add p5-XML-RSS-LibXML 0.15, XML::RSS with XML::LibXML.
PR: ports/91819 Submitted by: Gea-Suan Lin <gslin@gslin.org>
This commit is contained in:
parent
3b589924d6
commit
2181e34108
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153612
@ -520,6 +520,7 @@
|
||||
SUBDIR += p5-XML-RAI
|
||||
SUBDIR += p5-XML-RSS
|
||||
SUBDIR += p5-XML-RSS-JavaScript
|
||||
SUBDIR += p5-XML-RSS-LibXML
|
||||
SUBDIR += p5-XML-RegExp
|
||||
SUBDIR += p5-XML-SAX
|
||||
SUBDIR += p5-XML-SAX-Expat
|
||||
|
39
textproc/p5-XML-RSS-LibXML/Makefile
Normal file
39
textproc/p5-XML-RSS-LibXML/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: p5-XML-RSS-LibXML
|
||||
# Date created: 2006-01-15
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XML-RSS-LibXML
|
||||
PORTVERSION= 0.15
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= XML::RSS with XML::LibXML
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/mach/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||
${SITE_PERL}/mach/XML/LibXML/XPathContext.pm:${PORTSDIR}/textproc/p5-XML-LibXML-XPathContext
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= XML::RSS::LibXML.3 \
|
||||
XML::RSS::LibXML::Generator.3 \
|
||||
XML::RSS::LibXML::MagicElement.3 \
|
||||
XML::RSS::LibXML::Parser.3 \
|
||||
XML::RSS::LibXML::V10.3 \
|
||||
XML::RSS::LibXML::Format.3 \
|
||||
XML::RSS::LibXML::V09.3 \
|
||||
XML::RSS::LibXML::V20.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if (${PERL_LEVEL} < 500601)
|
||||
IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
textproc/p5-XML-RSS-LibXML/distinfo
Normal file
3
textproc/p5-XML-RSS-LibXML/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (XML-RSS-LibXML-0.15.tar.gz) = d2e50cf8896748911864a3e5808a5e9c
|
||||
SHA256 (XML-RSS-LibXML-0.15.tar.gz) = 56fe555514a1fa7def85bd1898ef3f47185624edf9b5353a63290dcaf8e32b2e
|
||||
SIZE (XML-RSS-LibXML-0.15.tar.gz) = 17929
|
6
textproc/p5-XML-RSS-LibXML/pkg-descr
Normal file
6
textproc/p5-XML-RSS-LibXML/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
XML::RSS::LibXML uses XML::LibXML (libxml2) for parsing RSS instead of
|
||||
XML::RSS' XML::Parser (expat), while trying to keep interface
|
||||
compatibility with XML::RSS.
|
||||
|
||||
Author: Daisuke Maki <dmaki@cpan.org>
|
||||
WWW: http://search.cpan.org/dist/XML-RSS-LibXML
|
13
textproc/p5-XML-RSS-LibXML/pkg-plist
Normal file
13
textproc/p5-XML-RSS-LibXML/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
%%SITE_PERL%%/XML/RSS/LibXML.pm
|
||||
%%SITE_PERL%%/XML/RSS/LibXML/Format.pm
|
||||
%%SITE_PERL%%/XML/RSS/LibXML/Generator.pm
|
||||
%%SITE_PERL%%/XML/RSS/LibXML/MagicElement.pm
|
||||
%%SITE_PERL%%/XML/RSS/LibXML/Parser.pm
|
||||
%%SITE_PERL%%/XML/RSS/LibXML/V09.pm
|
||||
%%SITE_PERL%%/XML/RSS/LibXML/V10.pm
|
||||
%%SITE_PERL%%/XML/RSS/LibXML/V20.pm
|
||||
%%SITE_PERL%%/benchmark.pl
|
||||
%%SITE_PERL%%/mach/auto/XML-RSS-LibXML/.packlist
|
||||
@dirrm %%SITE_PERL%%/XML/RSS/LibXML
|
||||
@unexec rmdir %D/%%SITE_PERL%%/XML/RSS 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user