notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q3
kfr C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters
4.2.1 math on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.2.1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-08-14 00:08:12
Last Update: 2022-07-29 20:35:40
Commit Hash: 8a32168
License: GPLv2
WWW:
https://github.com/kfrlib/kfr
Description:
KFR is an open source C++ DSP framework that focuses on high performance. WWW: https://github.com/kfrlib/kfr
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (165 items)
Collapse this list.
  1. /usr/local/share/licenses/kfr-4.2.1/catalog.mk
  2. /usr/local/share/licenses/kfr-4.2.1/LICENSE
  3. /usr/local/share/licenses/kfr-4.2.1/GPLv2
  4. include/kfr/all.hpp
  5. include/kfr/base.hpp
  6. include/kfr/base/basic_expressions.hpp
  7. include/kfr/base/conversion.hpp
  8. include/kfr/base/expression.hpp
  9. include/kfr/base/filter.hpp
  10. include/kfr/base/fraction.hpp
  11. include/kfr/base/function_expressions.hpp
  12. include/kfr/base/generators.hpp
  13. include/kfr/base/memory.hpp
  14. include/kfr/base/pointer.hpp
  15. include/kfr/base/random.hpp
  16. include/kfr/base/reduce.hpp
  17. include/kfr/base/small_buffer.hpp
  18. include/kfr/base/sort.hpp
  19. include/kfr/base/univector.hpp
  20. include/kfr/capi.h
  21. include/kfr/cident.h
  22. include/kfr/cometa.hpp
  23. include/kfr/cometa/array.hpp
  24. include/kfr/cometa/cstring.hpp
  25. include/kfr/cometa/ctti.hpp
  26. include/kfr/cometa/function.hpp
  27. include/kfr/cometa/memory.hpp
  28. include/kfr/cometa/named_arg.hpp
  29. include/kfr/cometa/numeric.hpp
  30. include/kfr/cometa/range.hpp
  31. include/kfr/cometa/result.hpp
  32. include/kfr/cometa/string.hpp
  33. include/kfr/cometa/tuple.hpp
  34. include/kfr/config.h
  35. include/kfr/dft.hpp
  36. include/kfr/dft/cache.hpp
  37. include/kfr/dft/convolution.hpp
  38. include/kfr/dft/data/bitrev.hpp
  39. include/kfr/dft/data/sincos.hpp
  40. include/kfr/dft/fft.hpp
  41. include/kfr/dft/impl/bitrev.hpp
  42. include/kfr/dft/impl/convolution-impl.cpp
  43. include/kfr/dft/impl/dft-fft.hpp
  44. include/kfr/dft/impl/dft-impl-f32.cpp
  45. include/kfr/dft/impl/dft-impl-f64.cpp
  46. include/kfr/dft/impl/dft-impl.hpp
  47. include/kfr/dft/impl/dft-templates.hpp
  48. include/kfr/dft/impl/fft-impl-f32.cpp
  49. include/kfr/dft/impl/fft-impl-f64.cpp
  50. include/kfr/dft/impl/fft-impl.hpp
  51. include/kfr/dft/impl/fft-templates.hpp
  52. include/kfr/dft/impl/ft.hpp
  53. include/kfr/dft/reference_dft.hpp
  54. include/kfr/dsp.hpp
  55. include/kfr/dsp/biquad.hpp
  56. include/kfr/dsp/biquad_design.hpp
  57. include/kfr/dsp/dcremove.hpp
  58. include/kfr/dsp/delay.hpp
  59. include/kfr/dsp/ebu.hpp
  60. include/kfr/dsp/fir.hpp
  61. include/kfr/dsp/fir_design.hpp
  62. include/kfr/dsp/fracdelay.hpp
  63. include/kfr/dsp/goertzel.hpp
  64. include/kfr/dsp/iir_design.hpp
  65. include/kfr/dsp/impl/dsp-impl.cpp
  66. include/kfr/dsp/mixdown.hpp
  67. include/kfr/dsp/oscillators.hpp
  68. include/kfr/dsp/sample_rate_conversion.hpp
  69. include/kfr/dsp/speaker.hpp
  70. include/kfr/dsp/special.hpp
  71. include/kfr/dsp/state_holder.hpp
  72. include/kfr/dsp/units.hpp
  73. include/kfr/dsp/waveshaper.hpp
  74. include/kfr/dsp/weighting.hpp
  75. include/kfr/dsp/window.hpp
  76. include/kfr/graphics.hpp
  77. include/kfr/graphics/color.hpp
  78. include/kfr/graphics/geometry.hpp
  79. include/kfr/graphics/scaled.hpp
  80. include/kfr/io.hpp
  81. include/kfr/io/audiofile.hpp
  82. include/kfr/io/dr/README.txt
  83. include/kfr/io/dr/dr_flac.h
  84. include/kfr/io/dr/dr_mp3.h
  85. include/kfr/io/dr/dr_wav.h
  86. include/kfr/io/file.hpp
  87. include/kfr/io/impl/audiofile-impl.cpp
  88. include/kfr/io/python_plot.hpp
  89. include/kfr/io/tostring.hpp
  90. include/kfr/kfr.h
  91. include/kfr/math.hpp
  92. include/kfr/math/abs.hpp
  93. include/kfr/math/asin_acos.hpp
  94. include/kfr/math/atan.hpp
  95. include/kfr/math/clamp.hpp
  96. include/kfr/math/compiletime.hpp
  97. include/kfr/math/complex_math.hpp
  98. include/kfr/math/gamma.hpp
  99. include/kfr/math/hyperbolic.hpp
  100. include/kfr/math/impl/abs.hpp
  101. include/kfr/math/impl/asin_acos.hpp
  102. include/kfr/math/impl/atan.hpp
  103. include/kfr/math/impl/clamp.hpp
  104. include/kfr/math/impl/gamma.hpp
  105. include/kfr/math/impl/hyperbolic.hpp
  106. include/kfr/math/impl/log_exp.hpp
  107. include/kfr/math/impl/logical.hpp
  108. include/kfr/math/impl/min_max.hpp
  109. include/kfr/math/impl/modzerobessel.hpp
  110. include/kfr/math/impl/round.hpp
  111. include/kfr/math/impl/saturation.hpp
  112. include/kfr/math/impl/select.hpp
  113. include/kfr/math/impl/sin_cos.hpp
  114. include/kfr/math/impl/sqrt.hpp
  115. include/kfr/math/impl/tan.hpp
  116. include/kfr/math/interpolation.hpp
  117. include/kfr/math/log_exp.hpp
  118. include/kfr/math/logical.hpp
  119. include/kfr/math/min_max.hpp
  120. include/kfr/math/modzerobessel.hpp
  121. include/kfr/math/round.hpp
  122. include/kfr/math/saturation.hpp
  123. include/kfr/math/select.hpp
  124. include/kfr/math/sin_cos.hpp
  125. include/kfr/math/sqrt.hpp
  126. include/kfr/math/tan.hpp
  127. include/kfr/runtime.hpp
  128. include/kfr/runtime/cpuid.hpp
  129. include/kfr/runtime/cpuid_auto.hpp
  130. include/kfr/simd.hpp
  131. include/kfr/simd/comparison.hpp
  132. include/kfr/simd/complex.hpp
  133. include/kfr/simd/constants.hpp
  134. include/kfr/simd/digitreverse.hpp
  135. include/kfr/simd/horizontal.hpp
  136. include/kfr/simd/impl/backend.hpp
  137. include/kfr/simd/impl/backend_clang.hpp
  138. include/kfr/simd/impl/backend_generic.hpp
  139. include/kfr/simd/impl/basicoperators_clang.hpp
  140. include/kfr/simd/impl/basicoperators_generic.hpp
  141. include/kfr/simd/impl/function.hpp
  142. include/kfr/simd/impl/intrinsics.h
  143. include/kfr/simd/impl/operators.hpp
  144. include/kfr/simd/impl/read_write.hpp
  145. include/kfr/simd/impl/simd.hpp
  146. include/kfr/simd/impl/specialconstants.hpp
  147. include/kfr/simd/impl/specializations.i
  148. include/kfr/simd/mask.hpp
  149. include/kfr/simd/operators.hpp
  150. include/kfr/simd/platform.hpp
  151. include/kfr/simd/read_write.hpp
  152. include/kfr/simd/shuffle.hpp
  153. include/kfr/simd/types.hpp
  154. include/kfr/simd/vec.hpp
  155. include/kfr/testo/assert.hpp
  156. include/kfr/testo/comparison.hpp
  157. include/kfr/testo/console_colors.hpp
  158. include/kfr/testo/double_double.hpp
  159. include/kfr/testo/testo.hpp
  160. include/kfr/version.hpp
  161. lib/libkfr_dft.so
  162. lib/libkfr_io.so
  163. @owner
  164. @group
  165. @mode
Collapse this list.
Dependency lines:
  • kfr>0:math/kfr
To install the port:
cd /usr/ports/math/kfr/ && make install clean
To add the package, run one of these commands:
  • pkg install math/kfr
  • pkg install kfr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: kfr
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1623302093 SHA256 (kfrlib-kfr-4.2.1_GH0.tar.gz) = b576fffcfe147b9d2d2408738010c4bf3dbcd333870b048a9506c4bde61e2284 SIZE (kfrlib-kfr-4.2.1_GH0.tar.gz) = 10849294

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake
  2. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
math_kfr
USES:
cmake compiler:c++17-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/kfrlib/kfr/tar.gz/4.2.1?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.2.1
29 Jul 2022 20:35:40
commit hash: 8a321688b4835d2574b50d18c26ab2fb010ddc8fcommit hash: 8a321688b4835d2574b50d18c26ab2fb010ddc8fcommit hash: 8a321688b4835d2574b50d18c26ab2fb010ddc8fcommit hash: 8a321688b4835d2574b50d18c26ab2fb010ddc8f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/kfr: Attempt to fix on armv6

Reported by:	fallout

(cherry picked from commit 95acd7ef50dfbe10638144ab08885fdc3c4c8b2b)
4.2.1
20 Jul 2022 03:37:56
commit hash: 650dcc2fca6ed6e9fa6fa7464cf05bd491d63cb0commit hash: 650dcc2fca6ed6e9fa6fa7464cf05bd491d63cb0commit hash: 650dcc2fca6ed6e9fa6fa7464cf05bd491d63cb0commit hash: 650dcc2fca6ed6e9fa6fa7464cf05bd491d63cb0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/kfr: Mark broken on riscv64; Fix build on armv6

Reported by:	fallout

(cherry picked from commit 30ec60155c9b71b38a42c8794828ff9e2113d81f)

Number of commits found: 2