diff options
Diffstat (limited to 'science/p5-Geo-ReadGRIB')
-rw-r--r-- | science/p5-Geo-ReadGRIB/Makefile | 23 | ||||
-rw-r--r-- | science/p5-Geo-ReadGRIB/distinfo | 3 | ||||
-rw-r--r-- | science/p5-Geo-ReadGRIB/pkg-descr | 6 | ||||
-rw-r--r-- | science/p5-Geo-ReadGRIB/pkg-plist | 11 |
4 files changed, 43 insertions, 0 deletions
diff --git a/science/p5-Geo-ReadGRIB/Makefile b/science/p5-Geo-ReadGRIB/Makefile new file mode 100644 index 000000000000..c1b29d9e4588 --- /dev/null +++ b/science/p5-Geo-ReadGRIB/Makefile @@ -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> diff --git a/science/p5-Geo-ReadGRIB/distinfo b/science/p5-Geo-ReadGRIB/distinfo new file mode 100644 index 000000000000..c0aba7062ed9 --- /dev/null +++ b/science/p5-Geo-ReadGRIB/distinfo @@ -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 diff --git a/science/p5-Geo-ReadGRIB/pkg-descr b/science/p5-Geo-ReadGRIB/pkg-descr new file mode 100644 index 000000000000..d10001dbf642 --- /dev/null +++ b/science/p5-Geo-ReadGRIB/pkg-descr @@ -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/ diff --git a/science/p5-Geo-ReadGRIB/pkg-plist b/science/p5-Geo-ReadGRIB/pkg-plist new file mode 100644 index 000000000000..c5b813a3f529 --- /dev/null +++ b/science/p5-Geo-ReadGRIB/pkg-plist @@ -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 |