Add p5-XML-RAI, an RSS Abstraction Interface to p5-XML-RSS-Parser
This commit is contained in:
parent
71d6722be9
commit
d55996852b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109741
@ -379,6 +379,7 @@
|
||||
SUBDIR += p5-XML-Parser
|
||||
SUBDIR += p5-XML-Parser-EasyTree
|
||||
SUBDIR += p5-XML-Quote
|
||||
SUBDIR += p5-XML-RAI
|
||||
SUBDIR += p5-XML-RSS
|
||||
SUBDIR += p5-XML-RSS-JavaScript
|
||||
SUBDIR += p5-XML-RSS-Parser
|
||||
|
23
textproc/p5-XML-RAI/Makefile
Normal file
23
textproc/p5-XML-RAI/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: p5-XML-RAI
|
||||
# Date created: 2004-05-22
|
||||
# Whom: arved
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= XML-RAI
|
||||
PORTVERSION= 0.41
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= arved@FreeBSD.org
|
||||
COMMENT= RSS Abstraction Interface
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/RSS/Parser.pm:${PORTSDIR}/textproc/p5-XML-RSS-Parser
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= XML::RAI::Object.3 XML::RAI::Item.3 XML::RAI.3 XML::RAI::Image.3 \
|
||||
XML::RAI::Channel.3
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-XML-RAI/distinfo
Normal file
2
textproc/p5-XML-RAI/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (XML-RAI-0.41.tar.gz) = 20f58bc7fa62502c5ad0eebf73900f52
|
||||
SIZE (XML-RAI-0.41.tar.gz) = 7731
|
5
textproc/p5-XML-RAI/pkg-descr
Normal file
5
textproc/p5-XML-RAI/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
RSS Abstraction Interface. An object-oriented layer that maps overlapping
|
||||
and alternate tags in RSS to one common simplified interface.
|
||||
|
||||
WWW: http://search.cpan.org/dist/XML-RAI
|
||||
Author: Timothy Appnel
|
10
textproc/p5-XML-RAI/pkg-plist
Normal file
10
textproc/p5-XML-RAI/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
%%SITE_PERL%%/XML/RAI.pm
|
||||
%%SITE_PERL%%/XML/RAI/Object.pm
|
||||
%%SITE_PERL%%/XML/RAI/Item.pm
|
||||
%%SITE_PERL%%/XML/RAI/Channel.pm
|
||||
%%SITE_PERL%%/XML/RAI/Image.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RAI/.packlist
|
||||
@dirrm %%SITE_PERL%%/XML/RAI/
|
||||
@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RAI
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user