Adding port textproc/p5-XML-Atom-Stream, A client interface for
AtomStream. Approved by: tobez (implicit)
This commit is contained in:
parent
9e960e36fd
commit
f2a2bcfef8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165293
5 changed files with 49 additions and 0 deletions
|
@ -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
|
||||
|
|
34
textproc/p5-XML-Atom-Stream/Makefile
Normal file
34
textproc/p5-XML-Atom-Stream/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: p5-XML-Atom-Stream
|
||||
# Date created: 12 Jun 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $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 <bsd.port.pre.mk>
|
||||
|
||||
.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 <bsd.port.post.mk>
|
3
textproc/p5-XML-Atom-Stream/distinfo
Normal file
3
textproc/p5-XML-Atom-Stream/distinfo
Normal file
|
@ -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
|
4
textproc/p5-XML-Atom-Stream/pkg-descr
Normal file
4
textproc/p5-XML-Atom-Stream/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
ML::Atom::Stream is a consumer of AtomStream.
|
||||
|
||||
WWW: http://search.cpan.org/dist/XML-Atom-Stream
|
||||
Author: Tatsuhiko Miyagawa <miyagawa@bulknews.net>
|
7
textproc/p5-XML-Atom-Stream/pkg-plist
Normal file
7
textproc/p5-XML-Atom-Stream/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue