From f2a2bcfef8f2e0289fc45b2bfa8325e356e52de6 Mon Sep 17 00:00:00 2001 From: Aaron Dalton Date: Tue, 13 Jun 2006 02:20:39 +0000 Subject: [PATCH] Adding port textproc/p5-XML-Atom-Stream, A client interface for AtomStream. Approved by: tobez (implicit) --- textproc/Makefile | 1 + textproc/p5-XML-Atom-Stream/Makefile | 34 +++++++++++++++++++++++++++ textproc/p5-XML-Atom-Stream/distinfo | 3 +++ textproc/p5-XML-Atom-Stream/pkg-descr | 4 ++++ textproc/p5-XML-Atom-Stream/pkg-plist | 7 ++++++ 5 files changed, 49 insertions(+) create mode 100644 textproc/p5-XML-Atom-Stream/Makefile create mode 100644 textproc/p5-XML-Atom-Stream/distinfo create mode 100644 textproc/p5-XML-Atom-Stream/pkg-descr create mode 100644 textproc/p5-XML-Atom-Stream/pkg-plist diff --git a/textproc/Makefile b/textproc/Makefile index f47b4e0c2e3e..344445a9df89 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -518,6 +518,7 @@ SUBDIR += p5-XML-Atom SUBDIR += p5-XML-Atom-Filter SUBDIR += p5-XML-Atom-SimpleFeed + SUBDIR += p5-XML-Atom-Stream SUBDIR += p5-XML-Atom-Syndication SUBDIR += p5-XML-AutoWriter SUBDIR += p5-XML-Catalog diff --git a/textproc/p5-XML-Atom-Stream/Makefile b/textproc/p5-XML-Atom-Stream/Makefile new file mode 100644 index 000000000000..7b4f3d67131a --- /dev/null +++ b/textproc/p5-XML-Atom-Stream/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-XML-Atom-Stream +# Date created: 12 Jun 2006 +# Whom: Aaron Dalton +# +# $FreeBSD$ +# + +PORTNAME= XML-Atom-Stream +PORTVERSION= 0.02 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= A client interface for AtomStream + +BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ + ${SITE_PERL}/XML/Handler/Trees.pm:${PORTSDIR}/textproc/p5-XML-Handler-Trees \ + ${SITE_PERL}/XML/Atom.pm:${PORTSDIR}/textproc/p5-XML-Atom +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= XML::Atom::Stream.3 + +PERL_CONFIGURE= yes + +.include + +.if ${PERL_LEVEL} < 500805 # inherited from textproc/p5-XML-Atom +IGNORE= requires at least Perl 5.8.5 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include diff --git a/textproc/p5-XML-Atom-Stream/distinfo b/textproc/p5-XML-Atom-Stream/distinfo new file mode 100644 index 000000000000..ece14defbdcf --- /dev/null +++ b/textproc/p5-XML-Atom-Stream/distinfo @@ -0,0 +1,3 @@ +MD5 (XML-Atom-Stream-0.02.tar.gz) = 8c236fc8b0aa79428d0e4c2fdd641fb4 +SHA256 (XML-Atom-Stream-0.02.tar.gz) = 109ff5ae0f50b5c0cc869918e7e89e58ae1ea800d370ed8ece97ace106f6dcb8 +SIZE (XML-Atom-Stream-0.02.tar.gz) = 2818 diff --git a/textproc/p5-XML-Atom-Stream/pkg-descr b/textproc/p5-XML-Atom-Stream/pkg-descr new file mode 100644 index 000000000000..d27e534b8fdb --- /dev/null +++ b/textproc/p5-XML-Atom-Stream/pkg-descr @@ -0,0 +1,4 @@ +ML::Atom::Stream is a consumer of AtomStream. + +WWW: http://search.cpan.org/dist/XML-Atom-Stream +Author: Tatsuhiko Miyagawa diff --git a/textproc/p5-XML-Atom-Stream/pkg-plist b/textproc/p5-XML-Atom-Stream/pkg-plist new file mode 100644 index 000000000000..ce02dfc6d982 --- /dev/null +++ b/textproc/p5-XML-Atom-Stream/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/XML/Atom/Stream.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom/Stream/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom/Stream +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML +@dirrmtry %%SITE_PERL%%/XML/Atom +@dirrmtry %%SITE_PERL%%/XML