From fe129541a473090cf76c6066bd4438a110d1aaa1 Mon Sep 17 00:00:00 2001 From: ijliao Date: Thu, 2 Dec 2004 16:27:50 +0000 Subject: add p5-WebService-Bloglines 0.02 Easy-to-use Interface for Bloglines Web Services --- www/Makefile | 1 + www/p5-WebService-Bloglines/Makefile | 27 +++++++++++++++++++++++++++ www/p5-WebService-Bloglines/distinfo | 2 ++ www/p5-WebService-Bloglines/pkg-descr | 4 ++++ www/p5-WebService-Bloglines/pkg-plist | 8 ++++++++ 5 files changed, 42 insertions(+) create mode 100644 www/p5-WebService-Bloglines/Makefile create mode 100644 www/p5-WebService-Bloglines/distinfo create mode 100644 www/p5-WebService-Bloglines/pkg-descr create mode 100644 www/p5-WebService-Bloglines/pkg-plist (limited to 'www') diff --git a/www/Makefile b/www/Makefile index 0f380b20e842..4a90c0f32962 100644 --- a/www/Makefile +++ b/www/Makefile @@ -555,6 +555,7 @@ SUBDIR += p5-WWW-Search-Google SUBDIR += p5-WWW-Shorten SUBDIR += p5-WWW-Wikipedia + SUBDIR += p5-WebService-Bloglines SUBDIR += p5-ldap-abook SUBDIR += p5-libapreq SUBDIR += p5-libapreq-static diff --git a/www/p5-WebService-Bloglines/Makefile b/www/p5-WebService-Bloglines/Makefile new file mode 100644 index 000000000000..77f3b59c0b7b --- /dev/null +++ b/www/p5-WebService-Bloglines/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection makefile for: WebService::Bloglines +# Date created: Nov 3, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= WebService-Bloglines +PORTVERSION= 0.02 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= WebService +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= Easy-to-use Interface for Bloglines Web Services + +BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= WebService::Bloglines.3 + +.include diff --git a/www/p5-WebService-Bloglines/distinfo b/www/p5-WebService-Bloglines/distinfo new file mode 100644 index 000000000000..4c2757a7e167 --- /dev/null +++ b/www/p5-WebService-Bloglines/distinfo @@ -0,0 +1,2 @@ +MD5 (WebService-Bloglines-0.02.tar.gz) = 820af159a0037501bc1f6577a911c7f1 +SIZE (WebService-Bloglines-0.02.tar.gz) = 4719 diff --git a/www/p5-WebService-Bloglines/pkg-descr b/www/p5-WebService-Bloglines/pkg-descr new file mode 100644 index 000000000000..4be7be779020 --- /dev/null +++ b/www/p5-WebService-Bloglines/pkg-descr @@ -0,0 +1,4 @@ +WebService::Bloglines priovides you an Object Oriented interface for Bloglines +Web Services (BWS). It currently supports Notifier API and Sync API. + +WWW: http://search.cpan.org/dist/WebService-Bloglines/ diff --git a/www/p5-WebService-Bloglines/pkg-plist b/www/p5-WebService-Bloglines/pkg-plist new file mode 100644 index 000000000000..245af1cfafa0 --- /dev/null +++ b/www/p5-WebService-Bloglines/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/mach/auto/WebService/Bloglines/.packlist +@dirrm %%SITE_PERL%%/mach/auto/WebService/Bloglines +@unexec rmdir %D/%%SITE_PERL%%/mach/auto/WebService 2>/dev/null || true +%%SITE_PERL%%/WebService/Bloglines.pm +%%SITE_PERL%%/WebService/Bloglines/Entries.pm +%%SITE_PERL%%/WebService/Bloglines/Subscriptions.pm +@dirrm %%SITE_PERL%%/WebService/Bloglines +@unexec rmdir %D/%%SITE_PERL%%/WebService 2>/dev/null || true -- cgit