diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-26 03:26:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-26 03:26:55 +0800 |
commit | 7aebd31497756681386edf35f756cf07b799b512 (patch) | |
tree | 60eefddf800c2bebbb0dd7fb71cae47fb7e1af3d /www | |
parent | 1524d476add79d46da5551c865546bf280fa2ce7 (diff) | |
download | freebsd-ports-gnome-7aebd31497756681386edf35f756cf07b799b512.tar.gz freebsd-ports-gnome-7aebd31497756681386edf35f756cf07b799b512.tar.zst freebsd-ports-gnome-7aebd31497756681386edf35f756cf07b799b512.zip |
A Perl interface to the web site notlong.com. Notlong.com simply
maintains a database of long URLs, each of which has a unique
identifier.
WWW: http://search.cpan.org/dist/WWW-Shorten-NotLong/
PR: ports/140856
Submitted by: Sahil Tandon <sahil at tandon.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-WWW-Shorten-NotLong/Makefile | 26 | ||||
-rw-r--r-- | www/p5-WWW-Shorten-NotLong/distinfo | 3 | ||||
-rw-r--r-- | www/p5-WWW-Shorten-NotLong/pkg-descr | 5 | ||||
-rw-r--r-- | www/p5-WWW-Shorten-NotLong/pkg-plist | 7 |
5 files changed, 42 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index bcb402fdc48f..fa674de80e29 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1175,6 +1175,7 @@ SUBDIR += p5-WWW-Shorten-0rz SUBDIR += p5-WWW-Shorten-Bitly SUBDIR += p5-WWW-Shorten-KUSO + SUBDIR += p5-WWW-Shorten-NotLong SUBDIR += p5-WWW-Shorten-isgd SUBDIR += p5-WWW-SourceForge SUBDIR += p5-WWW-Spinn3r diff --git a/www/p5-WWW-Shorten-NotLong/Makefile b/www/p5-WWW-Shorten-NotLong/Makefile new file mode 100644 index 000000000000..3c8aa3a1afa5 --- /dev/null +++ b/www/p5-WWW-Shorten-NotLong/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-WWW-Shorten-NotLong +# Date created: November 24 2009 +# Whom: Sahil Tandon <sahil@tandon.net> +# +# $FreeBSD$ +# + +PORTNAME= WWW-Shorten-NotLong +PORTVERSION= 2.00 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sahil@tandon.net +COMMENT= A Perl interface to the web site notlong.com + +BUILD_DEPENDS= p5-libwww>=5.75:${PORTSDIR}/www/p5-libwww \ + p5-URI>=1.27:${PORTSDIR}/net/p5-URI \ + p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= WWW::Shorten::NotLong.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/www/p5-WWW-Shorten-NotLong/distinfo b/www/p5-WWW-Shorten-NotLong/distinfo new file mode 100644 index 000000000000..dd8a398e2152 --- /dev/null +++ b/www/p5-WWW-Shorten-NotLong/distinfo @@ -0,0 +1,3 @@ +MD5 (WWW-Shorten-NotLong-2.00.tar.gz) = 4cd15c5d389fcd41a899cc870e230e47 +SHA256 (WWW-Shorten-NotLong-2.00.tar.gz) = bc1067647ad58e4358fa59cd1c9d00e6f6c5513a8f67f294f53598b5ab63e9fc +SIZE (WWW-Shorten-NotLong-2.00.tar.gz) = 3675 diff --git a/www/p5-WWW-Shorten-NotLong/pkg-descr b/www/p5-WWW-Shorten-NotLong/pkg-descr new file mode 100644 index 000000000000..5afbc8138ae3 --- /dev/null +++ b/www/p5-WWW-Shorten-NotLong/pkg-descr @@ -0,0 +1,5 @@ +A Perl interface to the web site notlong.com. Notlong.com simply +maintains a database of long URLs, each of which has a unique +identifier. + +WWW: http://search.cpan.org/dist/WWW-Shorten-NotLong/ diff --git a/www/p5-WWW-Shorten-NotLong/pkg-plist b/www/p5-WWW-Shorten-NotLong/pkg-plist new file mode 100644 index 000000000000..26c6f2b79272 --- /dev/null +++ b/www/p5-WWW-Shorten-NotLong/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/WWW/Shorten/NotLong.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/NotLong/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/NotLong +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW +@dirrmtry %%SITE_PERL%%/WWW/Shorten +@dirrmtry %%SITE_PERL%%/WWW |