From 86a205313eee22522912fb761a28d7283794c623 Mon Sep 17 00:00:00 2001 From: kleink Date: Mon, 30 Jan 2006 13:23:53 +0000 Subject: Initial import of p5-XML-Atom 0.16. Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom implements the feed format as well as a client for the API. --- textproc/p5-XML-Atom/DESCR | 2 ++ textproc/p5-XML-Atom/Makefile | 28 ++++++++++++++++++++++++++++ textproc/p5-XML-Atom/PLIST | 1 + textproc/p5-XML-Atom/distinfo | 5 +++++ 4 files changed, 36 insertions(+) create mode 100644 textproc/p5-XML-Atom/DESCR create mode 100644 textproc/p5-XML-Atom/Makefile create mode 100644 textproc/p5-XML-Atom/PLIST create mode 100644 textproc/p5-XML-Atom/distinfo (limited to 'textproc') diff --git a/textproc/p5-XML-Atom/DESCR b/textproc/p5-XML-Atom/DESCR new file mode 100644 index 00000000000..9ae4b8bcf13 --- /dev/null +++ b/textproc/p5-XML-Atom/DESCR @@ -0,0 +1,2 @@ +Atom is a syndication, API, and archiving format for weblogs and other data. +XML::Atom implements the feed format as well as a client for the API. diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile new file mode 100644 index 00000000000..16c7e8159ff --- /dev/null +++ b/textproc/p5-XML-Atom/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/30 13:23:53 kleink Exp $ + +DISTNAME= XML-Atom-0.16 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5xat +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= kleink@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/XML-Atom/ +COMMENT= Atom feed and API implementation + +DEPENDS+= p5-XML-LibXML>=1.54:../../textproc/p5-XML-LibXML +DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 + +# Client/Server for Atom API +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-LWP-Authen-Wsse-[0-9]*:../../www/p5-LWP-Authen-Wsse +DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 +DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime + +# Feed and API Auto-discovery +DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser + +PERL5_PACKLIST= auto/XML/Atom/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-Atom/PLIST b/textproc/p5-XML-Atom/PLIST new file mode 100644 index 00000000000..93b11f579f4 --- /dev/null +++ b/textproc/p5-XML-Atom/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/30 13:23:53 kleink Exp $ diff --git a/textproc/p5-XML-Atom/distinfo b/textproc/p5-XML-Atom/distinfo new file mode 100644 index 00000000000..92862f50e7e --- /dev/null +++ b/textproc/p5-XML-Atom/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/01/30 13:23:53 kleink Exp $ + +SHA1 (XML-Atom-0.16.tar.gz) = c3caf74f3d4fabab6aad332e645eb702a3c09e29 +RMD160 (XML-Atom-0.16.tar.gz) = 88932a1c541c1bc8eb82f77f3a71a6e44a220532 +Size (XML-Atom-0.16.tar.gz) = 51001 bytes -- cgit v1.2.3