diff options
author | wiz <wiz@pkgsrc.org> | 2010-03-14 16:26:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-03-14 16:26:22 +0000 |
commit | ec6916c7e49c5da93f3bd939e811ca4a3bdec261 (patch) | |
tree | 3c4abb8b1ef60801afa8cc6ba6f1af7ee6f4becb /geography/p5-Geo-Weather | |
parent | eef5974277d18f96df30ed9fa4378d207d53aef6 (diff) | |
download | pkgsrc-ec6916c7e49c5da93f3bd939e811ca4a3bdec261.tar.gz |
Reimport some packages from misc into a better fitting category.
Packages found by Timothy E. Larson (mail to pkgsrc-users).
PREV_PKGPATH is set for tools that need to follow this move.
Diffstat (limited to 'geography/p5-Geo-Weather')
-rw-r--r-- | geography/p5-Geo-Weather/DESCR | 3 | ||||
-rw-r--r-- | geography/p5-Geo-Weather/Makefile | 24 | ||||
-rw-r--r-- | geography/p5-Geo-Weather/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/geography/p5-Geo-Weather/DESCR b/geography/p5-Geo-Weather/DESCR new file mode 100644 index 00000000000..e0fbf7f0dc8 --- /dev/null +++ b/geography/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/geography/p5-Geo-Weather/Makefile b/geography/p5-Geo-Weather/Makefile new file mode 100644 index 00000000000..47d9cb16c80 --- /dev/null +++ b/geography/p5-Geo-Weather/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ +# + +DISTNAME= Geo-Weather-1.41 +PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 +CATEGORIES= geography perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Geo-Weather/ +COMMENT= Perl5 weather retrieval module + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-libwww>=5.803nb1:../../www/p5-libwww + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Geo/Weather/.packlist + +PREV_PKGPATH= misc/p5-Geo-Weather + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/p5-Geo-Weather/distinfo b/geography/p5-Geo-Weather/distinfo new file mode 100644 index 00000000000..eb4df56c32c --- /dev/null +++ b/geography/p5-Geo-Weather/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/03/14 16:26:22 wiz 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 |