diff options
author | jschauma <jschauma> | 2006-01-31 21:39:20 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2006-01-31 21:39:20 +0000 |
commit | d28a9bfb38c65c17e13f5454faaa3e8e76a1932a (patch) | |
tree | 0cd6da2311a628ab24b82441a58126a122e0a055 /www/p5-Kwiki-Weather | |
parent | 0371f684fbd7d0696bd37d923be88b813470266f (diff) | |
download | pkgsrc-d28a9bfb38c65c17e13f5454faaa3e8e76a1932a.tar.gz |
Initial import of p5-Kwiki-Weather:
This adds as weather button in your Kwiki toolbar. Users must specify
a zip code in their preferences first.
Additionally, this plugin adds a WAFL phrase you can use to generate
a weather report from KwikiText.
Diffstat (limited to 'www/p5-Kwiki-Weather')
-rw-r--r-- | www/p5-Kwiki-Weather/DESCR | 5 | ||||
-rw-r--r-- | www/p5-Kwiki-Weather/Makefile | 19 | ||||
-rw-r--r-- | www/p5-Kwiki-Weather/PLIST | 1 | ||||
-rw-r--r-- | www/p5-Kwiki-Weather/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-Kwiki-Weather/DESCR b/www/p5-Kwiki-Weather/DESCR new file mode 100644 index 00000000000..3ede6da86b9 --- /dev/null +++ b/www/p5-Kwiki-Weather/DESCR @@ -0,0 +1,5 @@ +This adds as weather button in your Kwiki toolbar. Users must specify +a zip code in their preferences first. + +Additionally, this plugin adds a WAFL phrase you can use to generate +a weather report from KwikiText. diff --git a/www/p5-Kwiki-Weather/Makefile b/www/p5-Kwiki-Weather/Makefile new file mode 100644 index 00000000000..aa568f049f7 --- /dev/null +++ b/www/p5-Kwiki-Weather/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/31 21:39:20 jschauma Exp $ + +DISTNAME= Kwiki-Weather-0.05 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.kwiki.org/ +COMMENT= Weather button and WAFL for your Kwiki + +DEPENDS+= p5-Kwiki>=0.34:../../www/p5-Kwiki +DEPENDS+= p5-Geo-Weather>=1.41:../../misc/p5-Geo-Weather +DEPENDS+= p5-Kwiki-Zipcode>=0.12:../../www/p5-Kwiki-Zipcode + +PERL5_PACKLIST= auto/Kwiki/Weather/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Kwiki-Weather/PLIST b/www/p5-Kwiki-Weather/PLIST new file mode 100644 index 00000000000..eb55785e5a1 --- /dev/null +++ b/www/p5-Kwiki-Weather/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/31 21:39:20 jschauma Exp $ diff --git a/www/p5-Kwiki-Weather/distinfo b/www/p5-Kwiki-Weather/distinfo new file mode 100644 index 00000000000..72f71702efc --- /dev/null +++ b/www/p5-Kwiki-Weather/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/01/31 21:39:20 jschauma Exp $ + +SHA1 (Kwiki-Weather-0.05.tar.gz) = 670c7447307893a78170c8ed31a3c454ef85b0b3 +RMD160 (Kwiki-Weather-0.05.tar.gz) = 634cd8d9609a5152ed4ff0ad08d03499e32d6abf +Size (Kwiki-Weather-0.05.tar.gz) = 10386 bytes |