pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-WWW-Shorten Initial import of p5-WWW-Shorten ve...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8c5865fcfdab
branches: trunk
changeset: 553904:8c5865fcfdab
user: seb <seb%pkgsrc.org@localhost>
date: Tue Feb 03 06:17:00 2009 +0000
description:
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.
diffstat:
www/p5-WWW-Shorten/DESCR | 5 +++++
www/p5-WWW-Shorten/Makefile | 22 ++++++++++++++++++++++
www/p5-WWW-Shorten/distinfo | 5 +++++
3 files changed, 32 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r 9508d49483fc -r 8c5865fcfdab www/p5-WWW-Shorten/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-WWW-Shorten/DESCR Tue Feb 03 06:17:00 2009 +0000
@@ -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 -r 9508d49483fc -r 8c5865fcfdab www/p5-WWW-Shorten/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-WWW-Shorten/Makefile Tue Feb 03 06:17:00 2009 +0000
@@ -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@localhost
+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 -r 9508d49483fc -r 8c5865fcfdab www/p5-WWW-Shorten/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-WWW-Shorten/distinfo Tue Feb 03 06:17:00 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index