diff options
author | seb <seb@pkgsrc.org> | 2009-02-03 06:17:00 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-02-03 06:17:00 +0000 |
commit | e448e497d67ab6a9e431b0bd64328f282d6f3567 (patch) | |
tree | 16d5bc36135d54a158a38e599c6a0481694b67e2 | |
parent | 09269c084ed0596e88448820ddedaaed2bddac86 (diff) | |
download | pkgsrc-e448e497d67ab6a9e431b0bd64328f282d6f3567.tar.gz |
Initial import of p5-WWW-Shorten version 2.02 in the NetBSD Packages
Collection.
The Perl 5 module WWW::Shorten provides an interface to URL shortening
sites. These sites maintain databases of long URLs, each of which
has a unique identifier. A very simple program called shorten is
supplied. This program takes a URL and gives you a shortened version
of it.
-rw-r--r-- | www/p5-WWW-Shorten/DESCR | 5 | ||||
-rw-r--r-- | www/p5-WWW-Shorten/Makefile | 22 | ||||
-rw-r--r-- | www/p5-WWW-Shorten/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/www/p5-WWW-Shorten/DESCR b/www/p5-WWW-Shorten/DESCR new file mode 100644 index 00000000000..3b9160af6f2 --- /dev/null +++ b/www/p5-WWW-Shorten/DESCR @@ -0,0 +1,5 @@ +The Perl 5 module WWW::Shorten provides an interface to URL shortening +sites. These sites maintain databases of long URLs, each of which +has a unique identifier. A very simple program called shorten is +supplied. This program takes a URL and gives you a shortened version +of it. diff --git a/www/p5-WWW-Shorten/Makefile b/www/p5-WWW-Shorten/Makefile new file mode 100644 index 00000000000..466cfd05ecb --- /dev/null +++ b/www/p5-WWW-Shorten/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/03 06:17:00 seb Exp $ + +DISTNAME= WWW-Shorten-2.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/WWW-Shorten/ +COMMENT= Perl 5 module interface to URL shortening sites + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/WWW/Shorten/.packlist + +DEPENDS+= p5-Config-Auto-[0-9]*:../../devel/p5-Config-Auto +DEPENDS+= p5-URI>=1.27:../../www/p5-URI +DEPENDS+= p5-libwww>=5.750:../../www/p5-libwww + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-WWW-Shorten/distinfo b/www/p5-WWW-Shorten/distinfo new file mode 100644 index 00000000000..c86b9d5d5e7 --- /dev/null +++ b/www/p5-WWW-Shorten/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/02/03 06:17:00 seb Exp $ + +SHA1 (WWW-Shorten-2.02.tar.gz) = fa2025ac42c033035062a42f86e217168457d09f +RMD160 (WWW-Shorten-2.02.tar.gz) = 84770673fac1a85c71450b9296106bc3f2d9ac94 +Size (WWW-Shorten-2.02.tar.gz) = 35197 bytes |