diff options
author | jschauma <jschauma@pkgsrc.org> | 2006-01-31 21:37:46 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2006-01-31 21:37:46 +0000 |
commit | 00b39ecee133a9931d474e80a99bf47779d4fe6f (patch) | |
tree | 035cdeeb505594f44b266d222cc02b0aed6b59d2 /misc | |
parent | 1ebe53ffe710440cf92d0a621b625ea27b733d85 (diff) | |
download | pkgsrc-00b39ecee133a9931d474e80a99bf47779d4fe6f.tar.gz |
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 (limited to 'misc')
-rw-r--r-- | misc/p5-Geo-Weather/DESCR | 3 | ||||
-rw-r--r-- | misc/p5-Geo-Weather/Makefile | 19 | ||||
-rw-r--r-- | misc/p5-Geo-Weather/PLIST | 1 | ||||
-rw-r--r-- | misc/p5-Geo-Weather/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/misc/p5-Geo-Weather/DESCR b/misc/p5-Geo-Weather/DESCR new file mode 100644 index 00000000000..e2493e89a01 --- /dev/null +++ b/misc/p5-Geo-Weather/DESCR @@ -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 --git a/misc/p5-Geo-Weather/Makefile b/misc/p5-Geo-Weather/Makefile new file mode 100644 index 00000000000..bc11557163f --- /dev/null +++ b/misc/p5-Geo-Weather/Makefile @@ -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 +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 --git a/misc/p5-Geo-Weather/PLIST b/misc/p5-Geo-Weather/PLIST new file mode 100644 index 00000000000..6eb669c7e3e --- /dev/null +++ b/misc/p5-Geo-Weather/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/31 21:37:46 jschauma Exp $ diff --git a/misc/p5-Geo-Weather/distinfo b/misc/p5-Geo-Weather/distinfo new file mode 100644 index 00000000000..731c717ea79 --- /dev/null +++ b/misc/p5-Geo-Weather/distinfo @@ -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 |