mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Geo::ReadGRIB is an object Perl module that provides read
access to data distributed in GRIB files. Specifically, it is wrote to access NOAA Wavewatch III marine weather model forecasts which are packaged as GRIB. WWW: http://search.cpan.org/dist/Geo-ReadGRIB/ PR: ports/132776 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
b088847378
commit
d4d8ed5164
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230668
@ -97,6 +97,7 @@
|
||||
SUBDIR += ovt
|
||||
SUBDIR += p5-Algorithm-SVMLight
|
||||
SUBDIR += p5-Chemistry-Elements
|
||||
SUBDIR += p5-Geo-ReadGRIB
|
||||
SUBDIR += paje
|
||||
SUBDIR += paraview
|
||||
SUBDIR += pcp
|
||||
|
23
science/p5-Geo-ReadGRIB/Makefile
Normal file
23
science/p5-Geo-ReadGRIB/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: p5-Geo-ReadGRIB
|
||||
# Date created: 2009-03-18
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Geo-ReadGRIB
|
||||
PORTVERSION= 0.91
|
||||
CATEGORIES= science perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Perl module provides read access to GRIB files
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Geo::ReadGRIB.3 \
|
||||
Geo::ReadGRIB::Place.3 \
|
||||
Geo::ReadGRIB::PlaceIterator.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
science/p5-Geo-ReadGRIB/distinfo
Normal file
3
science/p5-Geo-ReadGRIB/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Geo-ReadGRIB-0.91.tar.gz) = 2afcba69c8178d6b2b31952e7f9a8a92
|
||||
SHA256 (Geo-ReadGRIB-0.91.tar.gz) = 13f6d97d7d5ecb2a52bbff0e0e3215a9d71f7934a3ea4cf8254ec740bf1d29ed
|
||||
SIZE (Geo-ReadGRIB-0.91.tar.gz) = 644259
|
6
science/p5-Geo-ReadGRIB/pkg-descr
Normal file
6
science/p5-Geo-ReadGRIB/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Geo::ReadGRIB is an object Perl module that provides read
|
||||
access to data distributed in GRIB files. Specifically,
|
||||
it is wrote to access NOAA Wavewatch III marine weather
|
||||
model forecasts which are packaged as GRIB.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Geo-ReadGRIB/
|
11
science/p5-Geo-ReadGRIB/pkg-plist
Normal file
11
science/p5-Geo-ReadGRIB/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/ReadGRIB/.packlist
|
||||
%%SITE_PERL%%/Geo/wgrib.exe
|
||||
%%SITE_PERL%%/Geo/ReadGRIB.pm
|
||||
%%SITE_PERL%%/Geo/Sample-GRIB/akw.HTSGW.grb
|
||||
%%SITE_PERL%%/Geo/ReadGRIB/PlaceIterator.pm
|
||||
%%SITE_PERL%%/Geo/ReadGRIB/Place.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/ReadGRIB
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo
|
||||
@dirrm %%SITE_PERL%%/Geo/Sample-GRIB
|
||||
@dirrm %%SITE_PERL%%/Geo/ReadGRIB
|
||||
@dirrmtry %%SITE_PERL%%/Geo
|
Loading…
Reference in New Issue
Block a user