Add p5-Geo-METAR 1.14, a perl module that processes METAR information from
NOAA sources. Requested by: Michael C. Wu <keichii@iteration.net>
This commit is contained in:
parent
efc8971fd6
commit
c42bb7ba24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36553
6 changed files with 35 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
SUBDIR += luna
|
||||
SUBDIR += openuniverse
|
||||
SUBDIR += p5-GPS
|
||||
SUBDIR += p5-Geo-METAR
|
||||
SUBDIR += pyweather
|
||||
SUBDIR += rmap
|
||||
SUBDIR += saoimage
|
||||
|
|
22
astro/p5-Geo-METAR/Makefile
Normal file
22
astro/p5-Geo-METAR/Makefile
Normal file
|
@ -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>
|
1
astro/p5-Geo-METAR/distinfo
Normal file
1
astro/p5-Geo-METAR/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Geo-METAR-1.14.tar.gz) = 82be0189d58cc0099ec649addde7f6f4
|
1
astro/p5-Geo-METAR/pkg-comment
Normal file
1
astro/p5-Geo-METAR/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A perl module that processes METAR information from NOAA sources
|
6
astro/p5-Geo-METAR/pkg-descr
Normal file
6
astro/p5-Geo-METAR/pkg-descr
Normal file
|
@ -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
|
4
astro/p5-Geo-METAR/pkg-plist
Normal file
4
astro/p5-Geo-METAR/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue