Index: head/science/eccodes/Makefile =================================================================== --- head/science/eccodes/Makefile (revision 479117) +++ head/science/eccodes/Makefile (revision 479118) @@ -1,42 +1,42 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= eccodes PORTVERSION= 2.8.2 DISTVERSIONSUFFIX= -Source CATEGORIES= science -MASTER_SITES= https://software.ecmwf.int/wiki/download/attachments/45757960/ \ +MASTER_SITES= https://confluence.ecmwf.int/download/attachments/45757960/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= ECMWF API for WMO FM-92 GRIB and FM-94 BUFR messages LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libnetcdf.so:science/netcdf \ libpng.so:graphics/png OPTIONS_DEFINE= AEC OPTIONS_SINGLE= JPEG OPTIONS_SINGLE_JPEG= JASPER OPENJPEG OPTIONS_DEFAULT=OPENJPEG AEC_DESC= Adaptive Entropy Coding support PORTSCOUT= site:https://software.ecmwf.int/wiki/display/ECC/Releases 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 USE_LDCONFIG= yes USES= cmake:outsource shebangfix SHEBANG_FILES= tools/bufr_compare_dir AEC_CMAKE_BOOL= ENABLE_AEC AEC_LIB_DEPENDS= libaec.so:science/libaec JASPER_CMAKE_BOOL= ENABLE_JPG JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg .include Index: head/science/eccodes/pkg-descr =================================================================== --- head/science/eccodes/pkg-descr (revision 479117) +++ head/science/eccodes/pkg-descr (revision 479118) @@ -1,21 +1,21 @@ ecCodes is a package developed by ECMWF which provides an application programming interface and a set of tools for decoding and encoding messages in the following formats: - WMO FM-92 GRIB edition 1 and edition 2 - WMO FM-94 BUFR edition 3 and edition 4 - WMO GTS abbreviated header (only decoding). A useful set of command line tools provide quick access to the messages. C, Fortran 90 and Python interfaces provide access to the main ecCodes functionality. ecCodes is an evolution of GRIB-API. It is designed to provide the user with a simple set of functions to access data from several formats with a key/value approach. For GRIB encoding and decoding, the GRIB-API functionality is provided fully in ecCodes with only minor interface and behaviour changes. Interfaces for C, Fortran 90 and Python are all maintained as in GRIB-API. However, the GRIB-API Fortran 77 interface is no longer available. -WWW: https://software.ecmwf.int/wiki/display/ECC +WWW: https://confluence.ecmwf.int/display/ECC