svn commit: r493378 - head/science/eccodes

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 19 19:46:55 UTC 2019


Author: sunpoet
Date: Tue Feb 19 19:46:50 2019
New Revision: 493378
URL: https://svnweb.freebsd.org/changeset/ports/493378

Log:
  Update to 2.12.0
  
  Changes:	https://confluence.ecmwf.int/display/ECC/Latest+news

Modified:
  head/science/eccodes/Makefile
  head/science/eccodes/distinfo
  head/science/eccodes/pkg-plist

Modified: head/science/eccodes/Makefile
==============================================================================
--- head/science/eccodes/Makefile	Tue Feb 19 19:46:44 2019	(r493377)
+++ head/science/eccodes/Makefile	Tue Feb 19 19:46:50 2019	(r493378)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	eccodes
-PORTVERSION=	2.10.0
+PORTVERSION=	2.12.0
 DISTVERSIONSUFFIX=	-Source
 CATEGORIES=	science
 MASTER_SITES=	https://confluence.ecmwf.int/download/attachments/45757960/ \
@@ -28,8 +28,20 @@ PORTSCOUT=	site:https://confluence.ecmwf.int/display/E
 USES=		cmake shebangfix
 
 CMAKE_ARGS=	-DBUILD_SHARED_LIBS=BOTH
-CMAKE_OFF=	ENABLE_ECCODES_OMP_THREADS ENABLE_FORTRAN ENABLE_MEMFS ENABLE_PYTHON
-CMAKE_ON=	ENABLE_ECCODES_THREADS ENABLE_NETCDF ENABLE_PNG
+CMAKE_OFF=	ENABLE_ALIGN_MEMORY \
+		ENABLE_ECCODES_OMP_THREADS \
+		ENABLE_EXTRA_TESTS \
+		ENABLE_FORTRAN \
+		ENABLE_GRIB_TIMER \
+		ENABLE_MEMFS \
+		ENABLE_MEMORY_MANAGEMENT \
+		ENABLE_PYTHON
+CMAKE_ON=	ECCODES_INSTALL_EXTRA_TOOLS \
+		ENABLE_ECCODES_THREADS \
+		ENABLE_EXAMPLES \
+		ENABLE_INSTALL_ECCODES_DEFINITIONS \
+		ENABLE_NETCDF \
+		ENABLE_PNG
 USE_CSTD=	c99
 USE_LDCONFIG=	yes
 

Modified: head/science/eccodes/distinfo
==============================================================================
--- head/science/eccodes/distinfo	Tue Feb 19 19:46:44 2019	(r493377)
+++ head/science/eccodes/distinfo	Tue Feb 19 19:46:50 2019	(r493378)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546370630
-SHA256 (eccodes-2.10.0-Source.tar.gz) = bea3cb4caafca368538bc457075bbe848215085f3574cfcdf106d32e954d82d8
-SIZE (eccodes-2.10.0-Source.tar.gz) = 10942217
+TIMESTAMP = 1550524231
+SHA256 (eccodes-2.12.0-Source.tar.gz) = f75ae5ce9e543622e8e40c3037619f8d9e6542c902933adb371bac82aee91367
+SIZE (eccodes-2.12.0-Source.tar.gz) = 10959065

Modified: head/science/eccodes/pkg-plist
==============================================================================
--- head/science/eccodes/pkg-plist	Tue Feb 19 19:46:44 2019	(r493377)
+++ head/science/eccodes/pkg-plist	Tue Feb 19 19:46:50 2019	(r493378)
@@ -1,3 +1,4 @@
+bin/big2gribex
 bin/bufr_compare
 bin/bufr_compare_dir
 bin/bufr_copy
@@ -8,12 +9,16 @@ bin/bufr_get
 bin/bufr_index_build
 bin/bufr_ls
 bin/bufr_set
+bin/bufr_split_by_rdbSubtype
 bin/codes_bufr_filter
 bin/codes_count
 bin/codes_info
 bin/codes_parser
 bin/codes_split_file
+bin/gg_sub_area_check
+bin/grib1to2
 bin/grib2ppm
+bin/grib_check_gaussian_grid
 bin/grib_compare
 bin/grib_copy
 bin/grib_count
@@ -23,9 +28,12 @@ bin/grib_get
 bin/grib_get_data
 bin/grib_histogram
 bin/grib_index_build
+bin/grib_list_keys
 bin/grib_ls
 bin/grib_merge
+bin/grib_repair
 bin/grib_set
+bin/grib_to_json
 bin/grib_to_netcdf
 bin/gts_compare
 bin/gts_copy
@@ -13540,6 +13548,7 @@ libdata/pkgconfig/eccodes.pc
 %%DATADIR%%/definitions/grib1/2.98.210.table
 %%DATADIR%%/definitions/grib1/2.98.211.table
 %%DATADIR%%/definitions/grib1/2.98.213.table
+%%DATADIR%%/definitions/grib1/2.98.215.table
 %%DATADIR%%/definitions/grib1/2.98.220.table
 %%DATADIR%%/definitions/grib1/2.98.228.table
 %%DATADIR%%/definitions/grib1/2.98.230.table
@@ -16545,6 +16554,8 @@ libdata/pkgconfig/eccodes.pc
 %%DATADIR%%/definitions/grib2/tables/9/5.9.table
 %%DATADIR%%/definitions/grib2/tables/9/6.0.table
 %%DATADIR%%/definitions/grib2/tables/9/stepType.table
+%%DATADIR%%/definitions/grib2/tables/local/ecmf/1.1.table
+%%DATADIR%%/definitions/grib2/tables/local/ecmf/1/4.230.table
 %%DATADIR%%/definitions/grib2/tables/local/ecmf/4/1.2.table
 %%DATADIR%%/definitions/grib2/tables/local/ecmf/obstat.1.0.table
 %%DATADIR%%/definitions/grib2/tables/local/ecmf/obstat.10.0.table


More information about the svn-ports-all mailing list