diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-12-03 00:27:50 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-12-03 00:27:50 +0800 |
commit | fe129541a473090cf76c6066bd4438a110d1aaa1 (patch) | |
tree | 4eca002b3ebf3356bae0f922215a06933ace6461 /www | |
parent | 13c52773cf5ce4b87981c57fe2070712b70d0025 (diff) | |
download | freebsd-ports-gnome-fe129541a473090cf76c6066bd4438a110d1aaa1.tar.gz freebsd-ports-gnome-fe129541a473090cf76c6066bd4438a110d1aaa1.tar.zst freebsd-ports-gnome-fe129541a473090cf76c6066bd4438a110d1aaa1.zip |
add p5-WebService-Bloglines 0.02
Easy-to-use Interface for Bloglines Web Services
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-WebService-Bloglines/Makefile | 27 | ||||
-rw-r--r-- | www/p5-WebService-Bloglines/distinfo | 2 | ||||
-rw-r--r-- | www/p5-WebService-Bloglines/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-WebService-Bloglines/pkg-plist | 8 |
5 files changed, 42 insertions, 0 deletions
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 <bsd.port.mk> 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 |