Tue Feb 3 06:17:00 2009 UTC ()
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.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(seb)
diff -r0 -r1.1.1.1 pkgsrc/www/p5-WWW-Shorten/DESCR
diff -r0 -r1.1.1.1 pkgsrc/www/p5-WWW-Shorten/distinfo
diff -r0 -r1.1.1.1 pkgsrc/www/p5-WWW-Shorten/Makefile

File Added: pkgsrc/www/p5-WWW-Shorten/DESCR
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.

File Added: pkgsrc/www/p5-WWW-Shorten/distinfo
$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

File Added: pkgsrc/www/p5-WWW-Shorten/Makefile
# $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"