wgrib2: Tool for managing GRIB weather files

This commit is contained in:
Jason W Bacon 2018-04-26 09:04:32 -05:00
parent 071d3dddfb
commit 4f20be9d9f
6 changed files with 52 additions and 0 deletions

View File

@ -4585,6 +4585,7 @@ SUBDIR+= webcleaner
SUBDIR+= weland
SUBDIR+= weplab
SUBDIR+= west
SUBDIR+= wgrib2
SUBDIR+= which
SUBDIR+= why
SUBDIR+= why3

6
wgrib2/DESCR Normal file
View File

@ -0,0 +1,6 @@
WGRIB is a program to manipulate, inventory and decode GRIB files.
GRIB (GRIdded Binary or General Regularly-distributed Information in Binary
form[1]) is a concise data format commonly used in meteorology to store
historical and forecast weather data. It is standardized by the World
Meteorological Organization's Commission for Basic Systems, known under number
GRIB FM 92-IX, described in WMO Manual on Codes No.306.

36
wgrib2/Makefile Normal file
View File

@ -0,0 +1,36 @@
# $NetBSD$
#
###########################################################
# Generated by fbsd2pkg #
# Thu Apr 26 08:49:51 CDT 2018 #
###########################################################
DISTNAME= wgrib2-${PORTVERSION}
CATEGORIES= wip science
MASTER_SITES= http://www.ftp.cpc.ncep.noaa.gov/wd51we/wgrib2/
DISTFILES= wgrib2.tgz.v${PORTVERSION}
MAINTAINER= bacon@NetBSD.org
HOMEPAGE= http://www.cpc.noaa.gov/products/wesley/wgrib2/
COMMENT= Tools for managing GRIB weather data files
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++ fortran
USE_TOOLS+= gmake tar
REPLACE_BASH= wgrib2/*.sh
WRKSRC= ${WRKDIR}/grib2
MAKE_FILE= makefile
MAKE_ENV+= COMP_SYS=gnu_linux
PORTVERSION= 2.0.7
INSTALLATION_DIRS= bin
do-extract:
(cd ${WRKDIR} && ${TAR} zxvf ${DISTDIR}/${DISTFILES})
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wgrib2/wgrib2 ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"

2
wgrib2/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $NetBSD$
bin/wgrib2

1
wgrib2/TODO Normal file
View File

@ -0,0 +1 @@
Use nolib dist and unbundle netcdf, etc?

6
wgrib2/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (wgrib2.tgz.v2.0.7) = 243ea42dffefdc88138ea742a9a66bd63b939ca2
RMD160 (wgrib2.tgz.v2.0.7) = 1aaef76c16ff871645da243a5799cae6631faea4
SHA512 (wgrib2.tgz.v2.0.7) = a38b98e0e4e587da1a447f651b85e55bb4277bb39b7fb19c29acd2f9e333a56c6b6afc429b1c870abb0f3ccb7e48ba2bb6834bdabc355e63ddabb368eaf11e36
Size (wgrib2.tgz.v2.0.7) = 25972535 bytes