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:
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
|
@ -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
|
||||
|
|
26
astro/p5-ZConf-Weather/Makefile
Normal file
26
astro/p5-ZConf-Weather/Makefile
Normal 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>
|
3
astro/p5-ZConf-Weather/distinfo
Normal file
3
astro/p5-ZConf-Weather/distinfo
Normal 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
|
6
astro/p5-ZConf-Weather/pkg-descr
Normal file
6
astro/p5-ZConf-Weather/pkg-descr
Normal 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
|
8
astro/p5-ZConf-Weather/pkg-plist
Normal file
8
astro/p5-ZConf-Weather/pkg-plist
Normal 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
|
Loading…
Reference in a new issue