diff options
author | plunky <plunky@pkgsrc.org> | 2011-07-30 21:27:36 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2011-07-30 21:27:36 +0000 |
commit | f7a35a80e0317ded910a608de2bc683f79f7bb3a (patch) | |
tree | 440c24daf19d5bb5d5611d39a65f42f71c4b6652 /misc/zyGrib | |
parent | 938429766fc5f1edc2700f79a3de7fda65e9cb5a (diff) | |
download | pkgsrc-f7a35a80e0317ded910a608de2bc683f79f7bb3a.tar.gz |
update to zyGrib 5.0.2, changelog is
2011-07-15 : zyGrib Version 5.0.2
Reading of grib files from the Norwegian Meteorological Institute,
available here: yr.no
Limitations:
displays weather data (wind, pressure, temperature, precipitation)
and waves but not other oceanographic data available in these files
(salinity, currents, etc.).
files curr4km-skagerak.grb et ggeo-Oslofjord00.grb do not contain
data viewable by zygrib.
Some minor bugs fixed (there is still much).
2011-07-14 : zyGrib Version 5.0.1
Translations updated: czech (Pavel Kalian), dutch (Reinout de Groen),
spanish (Luis Mederos) et frenglish (Jacques).
Bug fixed: data waves were forgotten when exporting a météotable in
spreadsheet format.
Bug fixed : update headers when meteotable list of data is changed
(had to close the meteotable).
Some minor bugs fixed (don't worry, much remains).
2011-06-29 : zyGrib Version 5.0
The Waves !!!
Diffstat (limited to 'misc/zyGrib')
-rw-r--r-- | misc/zyGrib/Makefile | 4 | ||||
-rw-r--r-- | misc/zyGrib/distinfo | 10 | ||||
-rw-r--r-- | misc/zyGrib/patches/patch-aa | 15 |
3 files changed, 15 insertions, 14 deletions
diff --git a/misc/zyGrib/Makefile b/misc/zyGrib/Makefile index 2b22145ab39..34b96448cb6 100644 --- a/misc/zyGrib/Makefile +++ b/misc/zyGrib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2011/06/17 15:57:13 plunky Exp $ +# $NetBSD: Makefile,v 1.19 2011/07/30 21:27:36 plunky Exp $ # -DISTNAME= zyGrib-4.0.1 +DISTNAME= zyGrib-5.0.2 CATEGORIES= misc MASTER_SITES= http://www.zygrib.org/getfile.php?file= EXTRACT_SUFX= .tgz diff --git a/misc/zyGrib/distinfo b/misc/zyGrib/distinfo index 5c5256ace67..53d930455e8 100644 --- a/misc/zyGrib/distinfo +++ b/misc/zyGrib/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2011/06/17 15:57:13 plunky Exp $ +$NetBSD: distinfo,v 1.9 2011/07/30 21:27:36 plunky Exp $ -SHA1 (zyGrib-4.0.1.tgz) = bcf231220ddeb4a69d3d61c8c719a35f87d17071 -RMD160 (zyGrib-4.0.1.tgz) = 9672bd90effd50abe7001428824a3cf28a325f82 -Size (zyGrib-4.0.1.tgz) = 16935568 bytes -SHA1 (patch-aa) = c15ab1aa116a6d81477e173bb246fc7c5bee1d18 +SHA1 (zyGrib-5.0.2.tgz) = ef6dbce0c5b8acf918df8263e2b72f9b77b46c9c +RMD160 (zyGrib-5.0.2.tgz) = c60cdf0de644b4ba6947824e495b819cecc7dbd4 +Size (zyGrib-5.0.2.tgz) = 16958099 bytes +SHA1 (patch-aa) = 246b64ed3dabbc582b6cc9afde998d7b5257df40 SHA1 (patch-ab) = 0be80e7d5b784da70b65db3eb7d31aa62f660a1d diff --git a/misc/zyGrib/patches/patch-aa b/misc/zyGrib/patches/patch-aa index d8add6dda00..bca8eba3479 100644 --- a/misc/zyGrib/patches/patch-aa +++ b/misc/zyGrib/patches/patch-aa @@ -1,23 +1,24 @@ -$NetBSD: patch-aa,v 1.4 2011/01/22 09:53:46 plunky Exp $ +$NetBSD: patch-aa,v 1.5 2011/07/30 21:27:37 plunky Exp $ libbz2, libz and libproj are all provided by the buildlink3.mk framework; no need to use private versions. ---- zyGrib.pro.orig 2011-01-07 21:18:45.000000000 +0000 -+++ zyGrib.pro -@@ -5,9 +5,9 @@ +--- zyGrib.pro.orig 2011-07-15 11:41:40.000000000 +0100 ++++ zyGrib.pro 2011-07-30 21:51:05.000000000 +0100 +@@ -5,10 +5,10 @@ TARGET = zyGrib DEPENDPATH += . util map GUI --INCLUDEPATH += . util map GUI curvedrawer bzip2 zlib-1.2.3 proj-4.6.0/src -+INCLUDEPATH += . util map GUI curvedrawer +-INCLUDEPATH += . util map GUI bzip2 zlib-1.2.3 proj-4.6.0/src ++INCLUDEPATH += . util map GUI + # INCLUDEPATH += curvedrawer -LIBS += -Lbzip2 -lbz2 -Lzlib-1.2.3 -lz -Lproj-4.6.0/src -lproj +LIBS += -lbz2 -lz -lproj # ---------------------------------------------------- # platform specific -@@ -27,8 +27,7 @@ +@@ -28,8 +28,7 @@ ICON = ../img/zyGrib.icns } else { |