pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wgrib2: Tool for managing GRIB weather files
Module Name: pkgsrc-wip
Committed By: Jason W Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Thu Apr 26 09:04:32 2018 -0500
Changeset: 4f20be9d9f34a07139f5c99f2bd1ae5a73b6d972
Modified Files:
Makefile
Added Files:
wgrib2/DESCR
wgrib2/Makefile
wgrib2/PLIST
wgrib2/TODO
wgrib2/distinfo
Log Message:
wgrib2: Tool for managing GRIB weather files
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4f20be9d9f34a07139f5c99f2bd1ae5a73b6d972
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
wgrib2/DESCR | 6 ++++++
wgrib2/Makefile | 36 ++++++++++++++++++++++++++++++++++++
wgrib2/PLIST | 2 ++
wgrib2/TODO | 1 +
wgrib2/distinfo | 6 ++++++
6 files changed, 52 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index eed6a92e97..c7c5b7da80 100644
--- a/Makefile
+++ b/Makefile
@@ -4585,6 +4585,7 @@ SUBDIR+= webcleaner
SUBDIR+= weland
SUBDIR+= weplab
SUBDIR+= west
+SUBDIR+= wgrib2
SUBDIR+= which
SUBDIR+= why
SUBDIR+= why3
diff --git a/wgrib2/DESCR b/wgrib2/DESCR
new file mode 100644
index 0000000000..2b1c3e8cfe
--- /dev/null
+++ b/wgrib2/DESCR
@@ -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.
diff --git a/wgrib2/Makefile b/wgrib2/Makefile
new file mode 100644
index 0000000000..5dc1f0e7d9
--- /dev/null
+++ b/wgrib2/Makefile
@@ -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@localhost
+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"
diff --git a/wgrib2/PLIST b/wgrib2/PLIST
new file mode 100644
index 0000000000..a81d9f6bcf
--- /dev/null
+++ b/wgrib2/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/wgrib2
diff --git a/wgrib2/TODO b/wgrib2/TODO
new file mode 100644
index 0000000000..de2dbf0f3f
--- /dev/null
+++ b/wgrib2/TODO
@@ -0,0 +1 @@
+Use nolib dist and unbundle netcdf, etc?
diff --git a/wgrib2/distinfo b/wgrib2/distinfo
new file mode 100644
index 0000000000..c47e0a3ec3
--- /dev/null
+++ b/wgrib2/distinfo
@@ -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
Home |
Main Index |
Thread Index |
Old Index