Date: Sat, 19 Nov 2016 17:04:33 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426420 - head/science/cgribex Message-ID: <201611191704.uAJH4X3g067230@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 19 17:04:33 2016 New Revision: 426420 URL: https://svnweb.freebsd.org/changeset/ports/426420 Log: - Update to 1.7.5 - Add LICENSE_FILE - Strip shared library 1.7.5: - encodeBDS: recalculation of binscale (bug fix) [Klaus Wyser] 1.7.4: - encodeBDS: changed if to while in recalculation of binscale (bug fix) [report: Harald Anlauf] - grib_decode.tmpl: force nearest neighbor remapping from reduced gaussian grids (lveggy) - decode_array_2byte: optimisation using gribSwapByteOrder_uint16() - encode_array_2byte: optimisation using gribSwapByteOrder_uint16() 1.7.2: - gribDateTime: set ryear and century to 0 if they are undefined 1.7.1: - define grib_encode_array_2byte_double to select optimized simd version 1.7.0: - added support for time unit 14 (ISEC1_TABLE4_30MINUTES) - decode: added support of single precision floats - encode: added support of single precision floats 1.6.4: - encodeBDS: replaced intpow2(nbpv) by (1ULL << nbpv) - Update to 1.7.5 Modified: head/science/cgribex/Makefile head/science/cgribex/distinfo head/science/cgribex/pkg-plist Modified: head/science/cgribex/Makefile ============================================================================== --- head/science/cgribex/Makefile Sat Nov 19 17:04:29 2016 (r426419) +++ head/science/cgribex/Makefile Sat Nov 19 17:04:33 2016 (r426420) @@ -2,27 +2,29 @@ # $FreeBSD$ PORTNAME= cgribex -PORTVERSION= 1.6.3 +PORTVERSION= 1.7.5 CATEGORIES= science -MASTER_SITES= https://code.zmaw.de/attachments/download/7200/ \ +MASTER_SITES= https://code.zmaw.de/attachments/download/12689/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lightweight GRIBEX in C with portable Fortran interface LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjasper.so:graphics/jasper \ libsz.so:science/szip CONFIGURE_ARGS= --with-jasper=${LOCALBASE} \ --with-szlib=${LOCALBASE} +CPPFLAGS+= -DgFortran GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool -#post-install: -# ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgribex.so.0.0.0 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgribex.so.0.0.0 .include <bsd.port.mk> Modified: head/science/cgribex/distinfo ============================================================================== --- head/science/cgribex/distinfo Sat Nov 19 17:04:29 2016 (r426419) +++ head/science/cgribex/distinfo Sat Nov 19 17:04:33 2016 (r426420) @@ -1,2 +1,3 @@ -SHA256 (cgribex-1.6.3.tar.gz) = 18f197b8113f35323fec3f820ffcee17e737d08d332308b0f6db056a742429c5 -SIZE (cgribex-1.6.3.tar.gz) = 582479 +TIMESTAMP = 1479442282 +SHA256 (cgribex-1.7.5.tar.gz) = abad7ebf65d7bb764c42fad498f17a811486f2c5db943bfbd3c6a2e24cd6707d +SIZE (cgribex-1.7.5.tar.gz) = 599151 Modified: head/science/cgribex/pkg-plist ============================================================================== --- head/science/cgribex/pkg-plist Sat Nov 19 17:04:29 2016 (r426419) +++ head/science/cgribex/pkg-plist Sat Nov 19 17:04:33 2016 (r426420) @@ -1,5 +1,7 @@ bin/grib bin/grib2 +bin/gribunzip +bin/gribzip include/cgribex.h lib/libcgribex.a lib/libcgribex.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191704.uAJH4X3g067230>