import p5-Weather-Com
Weather::Com is meant to be a module suite enabling the perl programmer to access weather information as provided by weather.com's XOAP interface.
This commit is contained in:
parent
732d51f13f
commit
821f6e4f10
22
www/p5-Weather-Com/Makefile
Normal file
22
www/p5-Weather-Com/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/22 16:21:34 simon Exp $
|
||||
|
||||
COMMENT= module to get weather information from weather.com
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Weather-Com-0.5.1
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= ::devel/p5-Time-Format \
|
||||
::textproc/p5-XML-Simple \
|
||||
::www/p5-URI \
|
||||
::www/p5-libwww
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/p5-Weather-Com/distinfo
Normal file
5
www/p5-Weather-Com/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Weather-Com-0.5.1.tar.gz) = u+/NgaiItI1HSNzOw4bbMQ==
|
||||
RMD160 (Weather-Com-0.5.1.tar.gz) = fI3Z6iotppgIldpN/98ilSzoJCM=
|
||||
SHA1 (Weather-Com-0.5.1.tar.gz) = 2T3ELeO7IgND3WRSoKTi0wlI1+8=
|
||||
SHA256 (Weather-Com-0.5.1.tar.gz) = rYBV3noqxjFl0tTlRdHQxp67F9VUXEtqE+1NfJqRH9o=
|
||||
SIZE (Weather-Com-0.5.1.tar.gz) = 47039
|
3
www/p5-Weather-Com/pkg/DESCR
Normal file
3
www/p5-Weather-Com/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Weather::Com is meant to be a module suite enabling the perl programmer
|
||||
to access weather information as provided by weather.com's XOAP
|
||||
interface.
|
42
www/p5-Weather-Com/pkg/PLIST
Normal file
42
www/p5-Weather-Com/pkg/PLIST
Normal file
@ -0,0 +1,42 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/22 16:21:34 simon Exp $
|
||||
${P5SITE}/Weather/
|
||||
${P5SITE}/Weather/Com/
|
||||
${P5SITE}/Weather/Com.pod
|
||||
${P5SITE}/Weather/Com/AirPressure.pm
|
||||
${P5SITE}/Weather/Com/Base.pm
|
||||
${P5SITE}/Weather/Com/Cached.pm
|
||||
${P5SITE}/Weather/Com/CurrentConditions.pm
|
||||
${P5SITE}/Weather/Com/DateTime.pm
|
||||
${P5SITE}/Weather/Com/DayForecast.pm
|
||||
${P5SITE}/Weather/Com/DayPart.pm
|
||||
${P5SITE}/Weather/Com/Finder.pm
|
||||
${P5SITE}/Weather/Com/Forecast.pm
|
||||
${P5SITE}/Weather/Com/L10N/
|
||||
${P5SITE}/Weather/Com/L10N.pm
|
||||
${P5SITE}/Weather/Com/L10N/de.pm
|
||||
${P5SITE}/Weather/Com/L10N/en_us.pm
|
||||
${P5SITE}/Weather/Com/L10N/fr.pm
|
||||
${P5SITE}/Weather/Com/Location.pm
|
||||
${P5SITE}/Weather/Com/Moon.pm
|
||||
${P5SITE}/Weather/Com/Object.pm
|
||||
${P5SITE}/Weather/Com/Simple.pm
|
||||
${P5SITE}/Weather/Com/UVIndex.pm
|
||||
${P5SITE}/Weather/Com/Units.pm
|
||||
${P5SITE}/Weather/Com/Wind.pm
|
||||
@man man/man3p/Weather::Com.3p
|
||||
@man man/man3p/Weather::Com::AirPressure.3p
|
||||
@man man/man3p/Weather::Com::Base.3p
|
||||
@man man/man3p/Weather::Com::Cached.3p
|
||||
@man man/man3p/Weather::Com::CurrentConditions.3p
|
||||
@man man/man3p/Weather::Com::DateTime.3p
|
||||
@man man/man3p/Weather::Com::DayForecast.3p
|
||||
@man man/man3p/Weather::Com::DayPart.3p
|
||||
@man man/man3p/Weather::Com::Finder.3p
|
||||
@man man/man3p/Weather::Com::Forecast.3p
|
||||
@man man/man3p/Weather::Com::L10N::fr.3p
|
||||
@man man/man3p/Weather::Com::Location.3p
|
||||
@man man/man3p/Weather::Com::Moon.3p
|
||||
@man man/man3p/Weather::Com::Simple.3p
|
||||
@man man/man3p/Weather::Com::UVIndex.3p
|
||||
@man man/man3p/Weather::Com::Units.3p
|
||||
@man man/man3p/Weather::Com::Wind.3p
|
Loading…
Reference in New Issue
Block a user