diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-05 04:18:19 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-05 04:18:19 +0000 |
commit | 27930d34f228826e5007f74a222a375d8240f691 (patch) | |
tree | e8c8dacd043615a6c2840142a8a377a9faac0cfa /misc | |
parent | fa0fa4e20f4433b2d0ea969082ffb0c01bb7cf55 (diff) | |
download | ports-27930d34f228826e5007f74a222a375d8240f691.tar.gz ports-27930d34f228826e5007f74a222a375d8240f691.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Geo-Weather/Makefile | 28 | ||||
-rw-r--r-- | misc/p5-Geo-Weather/distinfo | 1 | ||||
-rw-r--r-- | misc/p5-Geo-Weather/pkg-comment | 1 | ||||
-rw-r--r-- | misc/p5-Geo-Weather/pkg-descr | 10 | ||||
-rw-r--r-- | misc/p5-Geo-Weather/pkg-plist | 5 |
6 files changed, 46 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 097719c0806b..d6c92c138e35 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -123,6 +123,7 @@ SUBDIR += p5-Business-CreditCard SUBDIR += p5-File-CounterFile SUBDIR += p5-Finance-Quote + SUBDIR += p5-Geo-Weather SUBDIR += p5-I18N-Charset SUBDIR += p5-I18N-LangTags SUBDIR += p5-LEGO-RCX diff --git a/misc/p5-Geo-Weather/Makefile b/misc/p5-Geo-Weather/Makefile new file mode 100644 index 000000000000..a2ff462f0ed2 --- /dev/null +++ b/misc/p5-Geo-Weather/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Geo-Weather +# Date created: 2 August 2001 +# Whom: Pete Fritchman <petef@databits.net> +# +# $FreeBSD$ +# + +PORTNAME= Geo-Weather +PORTVERSION= 0.08 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ + ftp://ftp.innercite.com/pub/perl/ +MASTER_SITE_SUBDIR= Geo +PKGNAMEPREFIX= p5- + +MAINTAINER= petef@databits.net + +RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww + +USE_PERL5= yes + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Geo::Weather.3 + +.include <bsd.port.mk> diff --git a/misc/p5-Geo-Weather/distinfo b/misc/p5-Geo-Weather/distinfo new file mode 100644 index 000000000000..85c8742cdd1c --- /dev/null +++ b/misc/p5-Geo-Weather/distinfo @@ -0,0 +1 @@ +MD5 (Geo-Weather-0.08.tar.gz) = b2a0142751277f5f8599a6eae4387ffd diff --git a/misc/p5-Geo-Weather/pkg-comment b/misc/p5-Geo-Weather/pkg-comment new file mode 100644 index 000000000000..c1b6faabc810 --- /dev/null +++ b/misc/p5-Geo-Weather/pkg-comment @@ -0,0 +1 @@ +Perl module to retrieve weather information from weather.com diff --git a/misc/p5-Geo-Weather/pkg-descr b/misc/p5-Geo-Weather/pkg-descr new file mode 100644 index 000000000000..b3c5a4984ae9 --- /dev/null +++ b/misc/p5-Geo-Weather/pkg-descr @@ -0,0 +1,10 @@ +The Geo::Weather module retrieves the current weather from weather.com +when given city and state or a US zip code. After fetching the weather, +the module can print a general weather report, or return specific values +(ie: URL to a picture of the current weather for use on a website, +current numerical values for wind speed, temperature, dew point, etc). + +WWW: http://search.cpan.org/search?dist=Geo-Weather + +- Pete +petef@databits.net diff --git a/misc/p5-Geo-Weather/pkg-plist b/misc/p5-Geo-Weather/pkg-plist new file mode 100644 index 000000000000..a1e7bddcacad --- /dev/null +++ b/misc/p5-Geo-Weather/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Geo/Weather.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/Weather/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/Weather +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Geo 2>/dev/null || true |