diff options
author | will <will@FreeBSD.org> | 2001-01-01 06:53:32 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-01 06:53:32 +0000 |
commit | b948e94cf6d1030e69796ae325399f2a98a3796e (patch) | |
tree | bda654ba90e7c905a06e9ef09e1f8d9315b8a7f4 /astro | |
parent | 6c67161849891b44558225a5a65e13b7d34009ed (diff) | |
download | FreeBSD-ports-b948e94cf6d1030e69796ae325399f2a98a3796e.zip FreeBSD-ports-b948e94cf6d1030e69796ae325399f2a98a3796e.tar.gz |
Add p5-Geo-METAR 1.14, a perl module that processes METAR information from
NOAA sources.
Requested by: Michael C. Wu <keichii@iteration.net>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/p5-Geo-METAR/Makefile | 22 | ||||
-rw-r--r-- | astro/p5-Geo-METAR/distinfo | 1 | ||||
-rw-r--r-- | astro/p5-Geo-METAR/pkg-comment | 1 | ||||
-rw-r--r-- | astro/p5-Geo-METAR/pkg-descr | 6 | ||||
-rw-r--r-- | astro/p5-Geo-METAR/pkg-plist | 4 |
6 files changed, 35 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 5dd9839..407b606 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -7,6 +7,7 @@ SUBDIR += luna SUBDIR += openuniverse SUBDIR += p5-GPS + SUBDIR += p5-Geo-METAR SUBDIR += pyweather SUBDIR += rmap SUBDIR += saoimage diff --git a/astro/p5-Geo-METAR/Makefile b/astro/p5-Geo-METAR/Makefile new file mode 100644 index 0000000..1d32fb0 --- /dev/null +++ b/astro/p5-Geo-METAR/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Geo-METAR +# Date created: Mon Jan 1 01:42:56 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Geo-METAR +PORTVERSION= 1.14 +CATEGORIES= astro +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Geo +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/astro/p5-Geo-METAR/distinfo b/astro/p5-Geo-METAR/distinfo new file mode 100644 index 0000000..5450f80 --- /dev/null +++ b/astro/p5-Geo-METAR/distinfo @@ -0,0 +1 @@ +MD5 (Geo-METAR-1.14.tar.gz) = 82be0189d58cc0099ec649addde7f6f4 diff --git a/astro/p5-Geo-METAR/pkg-comment b/astro/p5-Geo-METAR/pkg-comment new file mode 100644 index 0000000..7afa56b --- /dev/null +++ b/astro/p5-Geo-METAR/pkg-comment @@ -0,0 +1 @@ +A perl module that processes METAR information from NOAA sources diff --git a/astro/p5-Geo-METAR/pkg-descr b/astro/p5-Geo-METAR/pkg-descr new file mode 100644 index 0000000..c99c427 --- /dev/null +++ b/astro/p5-Geo-METAR/pkg-descr @@ -0,0 +1,6 @@ +Geo::METAR is a perl module that processes METAR information from NOAA sources. + +WWW: http://www.wcnet.org/jzawodn/perl/Geo-METAR/ +Author: Jeremy D. Zawodny <Jeremy@Zawodny.com> + +--will diff --git a/astro/p5-Geo-METAR/pkg-plist b/astro/p5-Geo-METAR/pkg-plist new file mode 100644 index 0000000..07357ca --- /dev/null +++ b/astro/p5-Geo-METAR/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/%%PERL_VERSION%%/man/man3/Geo::METAR.3 +lib/perl5/site_perl/%%PERL_VER%%/Geo/METAR.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/METAR/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/METAR |