git: c46122840614 - main - devel/zfp: Update 0.5.5 -> 1.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Aug 2022 07:38:26 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c46122840614b39bced2972dd2cef241deb37796 commit c46122840614b39bced2972dd2cef241deb37796 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-08-20 07:37:05 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-20 07:38:24 +0000 devel/zfp: Update 0.5.5 -> 1.0.0 PR: 265953 --- devel/zfp/Makefile | 6 ++-- devel/zfp/distinfo | 6 ++-- devel/zfp/pkg-plist | 91 +++++++++++++++++++++++++++++++++++------------------ 3 files changed, 67 insertions(+), 36 deletions(-) diff --git a/devel/zfp/Makefile b/devel/zfp/Makefile index f323a6bbfb3d..ee1cd32bfaa3 100644 --- a/devel/zfp/Makefile +++ b/devel/zfp/Makefile @@ -1,7 +1,7 @@ PORTNAME= zfp -DISTVERSION= 0.5.5 +DISTVERSION= 1.0.0 CATEGORIES= devel science -MASTER_SITES= https://computation.llnl.gov/projects/floating-point-compression/download/ +MASTER_SITES= https://github.com/LLNL/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= High throughput library for compressed floating-point arrays @@ -9,7 +9,7 @@ COMMENT= High throughput library for compressed floating-point arrays LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake +USES= cmake:testing USE_LDCONFIG= yes LDFLAGS+= -lm diff --git a/devel/zfp/distinfo b/devel/zfp/distinfo index ed59b0ff63fc..dace46c794cb 100644 --- a/devel/zfp/distinfo +++ b/devel/zfp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1561883413 -SHA256 (zfp-0.5.5.tar.gz) = fdf7b948bab1f4e5dccfe2c2048fd98c24e417ad8fb8a51ed3463d04147393c5 -SIZE (zfp-0.5.5.tar.gz) = 128300 +TIMESTAMP = 1660978478 +SHA256 (zfp-1.0.0.tar.gz) = 0ea08ae3e50e3c92f8b8cf41ba5b6e2de8892bc4a4ca0c59b8945b6c2ab617c4 +SIZE (zfp-1.0.0.tar.gz) = 180465 diff --git a/devel/zfp/pkg-plist b/devel/zfp/pkg-plist index 05f8b823dc71..73b5ab0fbd01 100644 --- a/devel/zfp/pkg-plist +++ b/devel/zfp/pkg-plist @@ -1,36 +1,67 @@ -include/bitstream.h +bin/zfp include/zfp.h -include/zfp/cache.h -include/zfp/header.h -include/zfp/headerHelpers.h -include/zfp/iterator1.h -include/zfp/iterator2.h -include/zfp/iterator3.h -include/zfp/macros.h -include/zfp/memory.h -include/zfp/pointer1.h -include/zfp/pointer2.h -include/zfp/pointer3.h -include/zfp/reference1.h -include/zfp/reference2.h -include/zfp/reference3.h -include/zfp/system.h -include/zfp/types.h -include/zfp/view1.h -include/zfp/view2.h -include/zfp/view3.h -include/zfparray.h -include/zfparray1.h -include/zfparray2.h -include/zfparray3.h -include/zfpcodec.h -include/zfpcodecd.h -include/zfpcodecf.h -include/zfpfactory.h +include/zfp.hpp +include/zfp/array.h +include/zfp/array.hpp +include/zfp/array1.hpp +include/zfp/array2.hpp +include/zfp/array3.hpp +include/zfp/array4.hpp +include/zfp/bitstream.h +include/zfp/bitstream.inl +include/zfp/codec/gencodec.hpp +include/zfp/codec/zfpcodec.hpp +include/zfp/constarray1.hpp +include/zfp/constarray2.hpp +include/zfp/constarray3.hpp +include/zfp/constarray4.hpp +include/zfp/factory.hpp +include/zfp/index.hpp +include/zfp/internal/array/cache.hpp +include/zfp/internal/array/cache1.hpp +include/zfp/internal/array/cache2.hpp +include/zfp/internal/array/cache3.hpp +include/zfp/internal/array/cache4.hpp +include/zfp/internal/array/exception.hpp +include/zfp/internal/array/handle1.hpp +include/zfp/internal/array/handle2.hpp +include/zfp/internal/array/handle3.hpp +include/zfp/internal/array/handle4.hpp +include/zfp/internal/array/header.hpp +include/zfp/internal/array/iterator1.hpp +include/zfp/internal/array/iterator2.hpp +include/zfp/internal/array/iterator3.hpp +include/zfp/internal/array/iterator4.hpp +include/zfp/internal/array/memory.hpp +include/zfp/internal/array/pointer1.hpp +include/zfp/internal/array/pointer2.hpp +include/zfp/internal/array/pointer3.hpp +include/zfp/internal/array/pointer4.hpp +include/zfp/internal/array/reference1.hpp +include/zfp/internal/array/reference2.hpp +include/zfp/internal/array/reference3.hpp +include/zfp/internal/array/reference4.hpp +include/zfp/internal/array/store.hpp +include/zfp/internal/array/store1.hpp +include/zfp/internal/array/store2.hpp +include/zfp/internal/array/store3.hpp +include/zfp/internal/array/store4.hpp +include/zfp/internal/array/traits.hpp +include/zfp/internal/array/view1.hpp +include/zfp/internal/array/view2.hpp +include/zfp/internal/array/view3.hpp +include/zfp/internal/array/view4.hpp +include/zfp/internal/codec/genheader.hpp +include/zfp/internal/codec/zfpheader.hpp +include/zfp/internal/zfp/inline.h +include/zfp/internal/zfp/macros.h +include/zfp/internal/zfp/system.h +include/zfp/internal/zfp/types.h +include/zfp/version.h lib/cmake/zfp/zfp-config-version.cmake lib/cmake/zfp/zfp-config.cmake lib/cmake/zfp/zfp-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/zfp/zfp-targets.cmake lib/libzfp.so -lib/libzfp.so.0 -lib/libzfp.so.0.5.5 +lib/libzfp.so.1 +lib/libzfp.so.1.0.0