pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/p5-Geo-Weather Initial import of p5-Geo-Weather:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/965f0a353801
branches:  trunk
changeset: 507380:965f0a353801
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Tue Jan 31 21:37:46 2006 +0000

description:
Initial import of p5-Geo-Weather:

The Geo::Weather module retrieves the current weather from weather.com
when given city and state or a US zip code. Geo::Weather relies on
LWP::UserAgent to work.

diffstat:

 misc/p5-Geo-Weather/DESCR    |   3 +++
 misc/p5-Geo-Weather/Makefile |  19 +++++++++++++++++++
 misc/p5-Geo-Weather/PLIST    |   1 +
 misc/p5-Geo-Weather/distinfo |   5 +++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 5ff4bb873abc -r 965f0a353801 misc/p5-Geo-Weather/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Geo-Weather/DESCR Tue Jan 31 21:37:46 2006 +0000
@@ -0,0 +1,3 @@
+The Geo::Weather module retrieves the current weather from weather.com
+when given city and state or a US zip code. Geo::Weather relies on
+LWP::UserAgent to work. 
diff -r 5ff4bb873abc -r 965f0a353801 misc/p5-Geo-Weather/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Geo-Weather/Makefile      Tue Jan 31 21:37:46 2006 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/31 21:37:46 jschauma Exp $
+#
+
+DISTNAME=              Geo-Weather-1.41
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            misc perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Geo/}
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Geo-Weather/
+COMMENT=               Perl5 weather retrieval module
+
+DEPENDS+=              p5-libwww>=5.803nb1:../../www/p5-libwww
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/Geo/Weather/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5ff4bb873abc -r 965f0a353801 misc/p5-Geo-Weather/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Geo-Weather/PLIST Tue Jan 31 21:37:46 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/31 21:37:46 jschauma Exp $
diff -r 5ff4bb873abc -r 965f0a353801 misc/p5-Geo-Weather/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Geo-Weather/distinfo      Tue Jan 31 21:37:46 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/01/31 21:37:46 jschauma Exp $
+
+SHA1 (Geo-Weather-1.41.tar.gz) = a3b332e1d284ccf35134daeafd012abf50cff94a
+RMD160 (Geo-Weather-1.41.tar.gz) = d47dcaa123917ca1f75f4d0a8bd3aeba512d6bc8
+Size (Geo-Weather-1.41.tar.gz) = 8744 bytes



Home | Main Index | Thread Index | Old Index