A ZConf based library to facilitate fetching weather information

and dumping it or printing it via a template.

zcweather - Fetches the weather for the specified location.

WWW: http://search.cpan.org/dist/ZConf-Weather

PR:		ports/139170
Submitted by:	Zane C, Bowers <vvelox at vvelox.net>
This commit is contained in:
Martin Wilke 2009-09-30 14:22:41 +00:00
parent 7c86755dbb
commit fc4a05c6dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242302
5 changed files with 44 additions and 0 deletions

View file

@ -59,6 +59,7 @@
SUBDIR += p5-GPS-Babel
SUBDIR += p5-Geo-METAR
SUBDIR += p5-Weather-Underground
SUBDIR += p5-ZConf-Weather
SUBDIR += phoon
SUBDIR += planets
SUBDIR += position

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-ZConf-Weather
# Date created: 2009-09-27
# Whom: Zane C, Bowers <vvelox@vvelox.net>
#
# $FreeBSD$
#
PORTNAME= ZConf-Weather
PORTVERSION= 0.1.1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= A ZConf module to assist with fetching/printing weather information
BUILD_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
${SITE_PERL}/Text/NeatTemplate.pm:${PORTSDIR}/textproc/p5-Text-NeatTemplate \
${SITE_PERL}/Weather/Underground.pm:${PORTSDIR}/astro/p5-Weather-Underground
PERL_CONFIGURE= yes
MAN3= ZConf::Weather.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (ZConf-Weather-0.1.1.tar.gz) = bc7849265569b202e9fc996c1ca7609c
SHA256 (ZConf-Weather-0.1.1.tar.gz) = 7ea286603c2488aeaee406fa953635f0f4660773499fbb318a7834fe63214d7c
SIZE (ZConf-Weather-0.1.1.tar.gz) = 8401

View file

@ -0,0 +1,6 @@
A ZConf based library to facilitate fetching weather information
and dumping it or printing it via a template.
zcweather - Fetches the weather for the specified location.
WWW: http://search.cpan.org/dist/ZConf-Weather

View file

@ -0,0 +1,8 @@
bin/zcweather
%%SITE_PERL%%/ZConf/Weather.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Weather/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Weather
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
@dirrmtry %%SITE_PERL%%/ZConf