From 5e979ba57dc955832327db8bded347e5bf2617e3 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 10 May 2009 22:39:25 +0000 Subject: A Perl API to Bit.ly, one of URL shortening sites. WWW: http://search.cpan.org/dist/WWW-Shorten-Bitly/ PR: ports/134329 Submitted by: Masafumi NAKANE --- www/Makefile | 1 + www/p5-WWW-Shorten-Bitly/Makefile | 26 ++++++++++++++++++++++++++ www/p5-WWW-Shorten-Bitly/distinfo | 3 +++ www/p5-WWW-Shorten-Bitly/pkg-descr | 3 +++ www/p5-WWW-Shorten-Bitly/pkg-plist | 7 +++++++ 5 files changed, 40 insertions(+) create mode 100644 www/p5-WWW-Shorten-Bitly/Makefile create mode 100644 www/p5-WWW-Shorten-Bitly/distinfo create mode 100644 www/p5-WWW-Shorten-Bitly/pkg-descr create mode 100644 www/p5-WWW-Shorten-Bitly/pkg-plist (limited to 'www') diff --git a/www/Makefile b/www/Makefile index e854a8d05f8f..f017cedd1873 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1109,6 +1109,7 @@ SUBDIR += p5-WWW-Search-MSN SUBDIR += p5-WWW-Shorten SUBDIR += p5-WWW-Shorten-0rz + SUBDIR += p5-WWW-Shorten-Bitly SUBDIR += p5-WWW-Shorten-KUSO SUBDIR += p5-WWW-SourceForge SUBDIR += p5-WWW-Spinn3r diff --git a/www/p5-WWW-Shorten-Bitly/Makefile b/www/p5-WWW-Shorten-Bitly/Makefile new file mode 100644 index 000000000000..64162fae935c --- /dev/null +++ b/www/p5-WWW-Shorten-Bitly/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-WWW-Shorten-Bitly +# Date created: May 7, 2009 +# Whom: Masafumi NAKANE +# +# $FreeBSD$ +# + +PORTNAME= WWW-Shorten-Bitly +PORTVERSION= 1.06 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= max@FreeBSD.org +COMMENT= Abstract interface to URL shortening sites + +BUILD_DEPENDS= p5-JSON-Any>=1.18:${PORTSDIR}/converters/p5-JSON-Any \ + p5-WWW-Shorten>=1.9:${PORTSDIR}/www/p5-WWW-Shorten \ + p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= WWW::Shorten::Bitly.3 + +.include diff --git a/www/p5-WWW-Shorten-Bitly/distinfo b/www/p5-WWW-Shorten-Bitly/distinfo new file mode 100644 index 000000000000..bd869eedb866 --- /dev/null +++ b/www/p5-WWW-Shorten-Bitly/distinfo @@ -0,0 +1,3 @@ +MD5 (WWW-Shorten-Bitly-1.06.tar.gz) = b5c39fd1f14483eb7856a89de9a8e5f1 +SHA256 (WWW-Shorten-Bitly-1.06.tar.gz) = 19f371decfe5c7b83df27c304bfedb65d5759257515d299d49bf83bea8dd7219 +SIZE (WWW-Shorten-Bitly-1.06.tar.gz) = 5990 diff --git a/www/p5-WWW-Shorten-Bitly/pkg-descr b/www/p5-WWW-Shorten-Bitly/pkg-descr new file mode 100644 index 000000000000..e28c8b00eb21 --- /dev/null +++ b/www/p5-WWW-Shorten-Bitly/pkg-descr @@ -0,0 +1,3 @@ +A Perl API to Bit.ly, one of URL shortening sites. + +WWW: http://search.cpan.org/dist/WWW-Shorten-Bitly/ diff --git a/www/p5-WWW-Shorten-Bitly/pkg-plist b/www/p5-WWW-Shorten-Bitly/pkg-plist new file mode 100644 index 000000000000..cda1c75ddf21 --- /dev/null +++ b/www/p5-WWW-Shorten-Bitly/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/WWW/Shorten/Bitly.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/Bitly/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/Bitly +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% +@dirrmtry %%SITE_PERL%%/WWW/Shorten -- cgit