Update to 1.9.4

- Use CONFIGURE_WITH helper


1.9.4:
- added interface function gribDateTimeX()

1.9.3:
- encodeBDS: check range of reference value zref

1.9.2:
- grib_decode: print warning about inconsistent message length only if llarge=false

1.9.1:
- changed type of date to int64_t
- Added include <ppu_intrinsics.h> [patch from Alastair McKinstry]
- grib2PrintALL: print GRIB2 parameter triplet
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-05-16 10:51:49 +00:00
parent 892b975212
commit 75271ac67b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535393
2 changed files with 11 additions and 15 deletions

View File

@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= cgribex
PORTVERSION= 1.9.0
PORTREVISION= 2
PORTVERSION= 1.9.4
CATEGORIES= science
MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/15629/ \
MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/21178/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
@ -14,9 +13,6 @@ COMMENT= Lightweight GRIBEX in C with portable Fortran interface
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= GRIB_API JASPER SZIP
OPTIONS_DEFAULT=JASPER SZIP
USES= libtool
CPPFLAGS+= -DgFortran
@ -24,14 +20,14 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
GRIB_API_CONFIGURE_OFF= --without-grib_api
GRIB_API_CONFIGURE_ON= --with-grib_api=${LOCALBASE}
OPTIONS_DEFINE= GRIB_API JASPER SZIP
OPTIONS_DEFAULT=JASPER SZIP
GRIB_API_CONFIGURE_WITH=grib_api=${LOCALBASE}
GRIB_API_LIB_DEPENDS= libgrib_api.so:science/grib_api
JASPER_CONFIGURE_OFF= --without-jasper
JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE}
JASPER_CONFIGURE_WITH= jasper=${LOCALBASE}
JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper
SZIP_CONFIGURE_OFF= --without-szlib
SZIP_CONFIGURE_ON= --with-szlib=${LOCALBASE}
SZIP_CONFIGURE_WITH= szlib=${LOCALBASE}
SZIP_LIB_DEPENDS= libsz.so:science/szip
post-configure:

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1549368072
SHA256 (cgribex-1.9.0.tar.gz) = 5e6020f01c1f1f3fcf49064a512e1203b60ac7c3cb6a3cf97edb0092c72bddda
SIZE (cgribex-1.9.0.tar.gz) = 596399
TIMESTAMP = 1589487607
SHA256 (cgribex-1.9.4.tar.gz) = e160272bccb9b7a5470940d1ffb34ca0080a134a95914f77dfc32aaf44605cf2
SIZE (cgribex-1.9.4.tar.gz) = 625118