Skip to content

Commit

Permalink
math/kfr: Update 4.3.0 → 5.0.2
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jun 18, 2023
1 parent 6430177 commit e44b400
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 24 deletions.
2 changes: 1 addition & 1 deletion math/kfr/Makefile
@@ -1,5 +1,5 @@
PORTNAME= kfr
DISTVERSION= 4.3.0
DISTVERSION= 5.0.2
CATEGORIES= math

MAINTAINER= yuri@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions math/kfr/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1665940011
SHA256 (kfrlib-kfr-4.3.0_GH0.tar.gz) = 80206067e50cde2e94965eda013c7f6fe4dd4490cb6b14803cdbbd91fe9f46fb
SIZE (kfrlib-kfr-4.3.0_GH0.tar.gz) = 10852418
TIMESTAMP = 1687070134
SHA256 (kfrlib-kfr-5.0.2_GH0.tar.gz) = e45cd66f941d00c4bf72a10dddf010b6f67f92a6278f5c6caf84ed7f8a67f069
SIZE (kfrlib-kfr-5.0.2_GH0.tar.gz) = 11214067
48 changes: 28 additions & 20 deletions math/kfr/pkg-plist
Expand Up @@ -5,14 +5,19 @@ include/kfr/base/conversion.hpp
include/kfr/base/expression.hpp
include/kfr/base/filter.hpp
include/kfr/base/fraction.hpp
include/kfr/base/function_expressions.hpp
include/kfr/base/generators.hpp
include/kfr/base/handle.hpp
include/kfr/base/impl/static_array.hpp
include/kfr/base/math_expressions.hpp
include/kfr/base/memory.hpp
include/kfr/base/pointer.hpp
include/kfr/base/random.hpp
include/kfr/base/random_bits.hpp
include/kfr/base/reduce.hpp
include/kfr/base/shape.hpp
include/kfr/base/simd_expressions.hpp
include/kfr/base/small_buffer.hpp
include/kfr/base/sort.hpp
include/kfr/base/state_holder.hpp
include/kfr/base/tensor.hpp
include/kfr/base/univector.hpp
include/kfr/capi.h
include/kfr/cident.h
Expand Down Expand Up @@ -65,15 +70,15 @@ include/kfr/dsp/oscillators.hpp
include/kfr/dsp/sample_rate_conversion.hpp
include/kfr/dsp/speaker.hpp
include/kfr/dsp/special.hpp
include/kfr/dsp/state_holder.hpp
include/kfr/dsp/units.hpp
include/kfr/dsp/waveshaper.hpp
include/kfr/dsp/weighting.hpp
include/kfr/dsp/window.hpp
include/kfr/except.hpp
include/kfr/graphics.hpp
include/kfr/graphics/color.hpp
include/kfr/graphics/geometry.hpp
include/kfr/graphics/scaled.hpp
include/kfr/graphics/impl/scaled.hpp
include/kfr/io.hpp
include/kfr/io/audiofile.hpp
include/kfr/io/dr/README.txt
Expand All @@ -86,67 +91,70 @@ include/kfr/io/python_plot.hpp
include/kfr/io/tostring.hpp
include/kfr/kfr.h
include/kfr/math.hpp
include/kfr/math/abs.hpp
include/kfr/math/asin_acos.hpp
include/kfr/math/atan.hpp
include/kfr/math/clamp.hpp
include/kfr/math/compiletime.hpp
include/kfr/math/complex_math.hpp
include/kfr/math/gamma.hpp
include/kfr/math/hyperbolic.hpp
include/kfr/math/impl/abs.hpp
include/kfr/math/impl/asin_acos.hpp
include/kfr/math/impl/atan.hpp
include/kfr/math/impl/clamp.hpp
include/kfr/math/impl/gamma.hpp
include/kfr/math/impl/hyperbolic.hpp
include/kfr/math/impl/log_exp.hpp
include/kfr/math/impl/logical.hpp
include/kfr/math/impl/min_max.hpp
include/kfr/math/impl/modzerobessel.hpp
include/kfr/math/impl/round.hpp
include/kfr/math/impl/saturation.hpp
include/kfr/math/impl/select.hpp
include/kfr/math/impl/sin_cos.hpp
include/kfr/math/impl/sqrt.hpp
include/kfr/math/impl/tan.hpp
include/kfr/math/interpolation.hpp
include/kfr/math/log_exp.hpp
include/kfr/math/logical.hpp
include/kfr/math/min_max.hpp
include/kfr/math/modzerobessel.hpp
include/kfr/math/round.hpp
include/kfr/math/saturation.hpp
include/kfr/math/select.hpp
include/kfr/math/sin_cos.hpp
include/kfr/math/sqrt.hpp
include/kfr/math/tan.hpp
include/kfr/runtime.hpp
include/kfr/runtime/cpuid.hpp
include/kfr/runtime/cpuid_auto.hpp
include/kfr/simd.hpp
include/kfr/simd/abs.hpp
include/kfr/simd/clamp.hpp
include/kfr/simd/comparison.hpp
include/kfr/simd/complex.hpp
include/kfr/simd/complex_type.hpp
include/kfr/simd/constants.hpp
include/kfr/simd/digitreverse.hpp
include/kfr/simd/horizontal.hpp
include/kfr/simd/impl/abs.hpp
include/kfr/simd/impl/backend.hpp
include/kfr/simd/impl/backend_clang.hpp
include/kfr/simd/impl/backend_generic.hpp
include/kfr/simd/impl/basicoperators_clang.hpp
include/kfr/simd/impl/basicoperators_complex.hpp
include/kfr/simd/impl/basicoperators_generic.hpp
include/kfr/simd/impl/clamp.hpp
include/kfr/simd/impl/function.hpp
include/kfr/simd/impl/intrinsics.h
include/kfr/simd/impl/logical.hpp
include/kfr/simd/impl/min_max.hpp
include/kfr/simd/impl/operators.hpp
include/kfr/simd/impl/read_write.hpp
include/kfr/simd/impl/round.hpp
include/kfr/simd/impl/saturation.hpp
include/kfr/simd/impl/select.hpp
include/kfr/simd/impl/simd.hpp
include/kfr/simd/impl/specialconstants.hpp
include/kfr/simd/impl/specializations.i
include/kfr/simd/impl/specializations.hpp
include/kfr/simd/logical.hpp
include/kfr/simd/mask.hpp
include/kfr/simd/min_max.hpp
include/kfr/simd/operators.hpp
include/kfr/simd/platform.hpp
include/kfr/simd/read_write.hpp
include/kfr/simd/round.hpp
include/kfr/simd/saturation.hpp
include/kfr/simd/select.hpp
include/kfr/simd/shuffle.hpp
include/kfr/simd/sort.hpp
include/kfr/simd/types.hpp
include/kfr/simd/vec.hpp
include/kfr/testo/assert.hpp
Expand Down

0 comments on commit e44b400

Please sign in to comment.