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
simdutf Unicode validation and transcoding with SIMD
5.2.3 converters 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 5.0.0Version of this port present on the latest quarterly branch.
Maintainer: fuz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-10-23 01:54:11
Last Update: 2024-04-12 08:36:55
Commit Hash: e031ee8
Also Listed In: textproc
License: APACHE20 MIT
WWW:
https://simdutf.github.io/simdutf/
Description:
This library provide fast Unicode functions such as - ASCII, UTF-8, UTF-16LE/BE and UTF-32 validation, with and without error identification, - transcoding between each of Latin1, UTF-8, UTF-16LE/BE, and UTF-32, with and without validation, with and without error identification - From an UTF-8 string, compute the size of the Latin1/UTF-16/UTF-32 equivalent string, - From an UTF-16LE/BE string, compute the size of the Latin1/UTF-8/UTF-32 equivalent string, - From an UTF-32 string, compute the size of the UTF-8 or UTF-16LE equivalent string, - UTF-8 and UTF-16LE/BE character counting. - UTF-16 endianness change (UTF16-LE/BE to UTF-16-BE/LE) The functions are accelerated using SIMD instructions (e.g., ARM NEON, SSE, AVX, AVX-512, etc.). When your strings contain hundreds of characters, we can often transcode them at speeds exceeding a billion characters per second. You should expect high speeds not only with English strings (ASCII) but also Chinese, Japanese, Arabic, and so forth. We handle the full character range (including, for example, emojis). The library compiles down to a small library of a few hundred kilobytes. Our functions are exception-free and non allocating. We have extensive tests and extensive benchmarks.
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 (28 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/simdutf-5.2.3/catalog.mk
  3. /usr/local/share/licenses/simdutf-5.2.3/LICENSE
  4. /usr/local/share/licenses/simdutf-5.2.3/APACHE20
  5. /usr/local/share/licenses/simdutf-5.2.3/MIT
  6. bin/fastbase64
  7. bin/sutf
  8. include/simdutf.h
  9. include/simdutf/avx512.h
  10. include/simdutf/common_defs.h
  11. include/simdutf/compiler_check.h
  12. include/simdutf/encoding_types.h
  13. include/simdutf/error.h
  14. include/simdutf/implementation.h
  15. include/simdutf/internal/isadetection.h
  16. include/simdutf/portability.h
  17. include/simdutf/simdutf_version.h
  18. lib/cmake/simdutf/simdutf-config-version.cmake
  19. lib/cmake/simdutf/simdutf-config.cmake
  20. lib/cmake/simdutf/simdutfTargets-release.cmake
  21. lib/cmake/simdutf/simdutfTargets.cmake
  22. lib/libsimdutf.so.8.0.0
  23. lib/libsimdutf.so.8
  24. lib/libsimdutf.so
  25. libdata/pkgconfig/simdutf.pc
  26. @owner
  27. @group
  28. @mode
Collapse this list.
Dependency lines:
  • simdutf>0:converters/simdutf
To install the port:
cd /usr/ports/converters/simdutf/ && make install clean
To add the package, run one of these commands:
  • pkg install converters/simdutf
  • pkg install simdutf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: simdutf
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1712571471 SHA256 (simdutf-simdutf-v5.2.3_GH0.tar.gz) = dfa55d85c3ee51e9b52e55c02701b16f83dcf1921e1075b67f99b1036df5adb8 SIZE (simdutf-simdutf-v5.2.3_GH0.tar.gz) = 1939395

Packages (timestamps in pop-ups are UTC):
simdutf
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest5.0.05.2.3-5.0.05.2.3---
FreeBSD:13:quarterly5.0.05.0.0-5.0.05.0.04.0.84.0.84.0.8
FreeBSD:14:latest5.0.05.2.3-5.0.05.2.3---
FreeBSD:14:quarterly4.0.85.0.0-4.0.85.0.04.0.84.0.84.0.8
FreeBSD:15:latest4.0.95.2.3n/a4.0.9n/a4.0.84.0.84.0.9
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for simdutf-5.2.3: BENCHMARKS=off: Build benchmarks ICONV=on: Encoding conversion support via iconv TEST=off: Build and/or run tests TOOLS=on: Build tools ===> Use 'make config' to modify these settings
Options name:
converters_simdutf
USES:
cmake:testing iconv
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/simdutf/simdutf/tar.gz/v5.2.3?dummy=/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.2.3
12 Apr 2024 08:36:55
commit hash: e031ee8eb5b94085fdc61b2e3ffb4b78a0fa9baccommit hash: e031ee8eb5b94085fdc61b2e3ffb4b78a0fa9baccommit hash: e031ee8eb5b94085fdc61b2e3ffb4b78a0fa9baccommit hash: e031ee8eb5b94085fdc61b2e3ffb4b78a0fa9bac files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: update to 5.2.3

Changelog: https://github.com/simdutf/simdutf/releases/tag/v5.2.2
Changelog: https://github.com/simdutf/simdutf/releases/tag/v5.2.3
5.0.0
28 Mar 2024 09:50:02
commit hash: 7fba31cf370e239411d90365d2385d4241a9c3a1commit hash: 7fba31cf370e239411d90365d2385d4241a9c3a1commit hash: 7fba31cf370e239411d90365d2385d4241a9c3a1commit hash: 7fba31cf370e239411d90365d2385d4241a9c3a1 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: update to 5.0.0

Changelog: https://github.com/simdutf/simdutf/releases/tag/v5.0.0
4.0.9
10 Feb 2024 13:41:51
commit hash: 2c30b9c937436d090f73e22edae060646c372508commit hash: 2c30b9c937436d090f73e22edae060646c372508commit hash: 2c30b9c937436d090f73e22edae060646c372508commit hash: 2c30b9c937436d090f73e22edae060646c372508 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: update to 4.0.9

Changelog: https://github.com/simdutf/simdutf/releases/tag/v4.0.9
4.0.8
03 Dec 2023 10:18:35
commit hash: 19ba1d0d3045d6ee65e58ac4de28a115e5a24371commit hash: 19ba1d0d3045d6ee65e58ac4de28a115e5a24371commit hash: 19ba1d0d3045d6ee65e58ac4de28a115e5a24371commit hash: 19ba1d0d3045d6ee65e58ac4de28a115e5a24371 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: update to 4.0.8

Changelog: https://github.com/simdutf/simdutf/releases/tag/v4.0.6
Changelog: https://github.com/simdutf/simdutf/releases/tag/v4.0.7
Changelog: https://github.com/simdutf/simdutf/releases/tag/v4.0.8
4.0.5
24 Nov 2023 06:12:41
commit hash: 01aca46ccd52e8d1697d002b62a839034d68bdcacommit hash: 01aca46ccd52e8d1697d002b62a839034d68bdcacommit hash: 01aca46ccd52e8d1697d002b62a839034d68bdcacommit hash: 01aca46ccd52e8d1697d002b62a839034d68bdca files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: update to 4.0.5

Changelog: https://github.com/simdutf/simdutf/releases/tag/v4.0.5
4.0.4
18 Nov 2023 20:20:40
commit hash: a5cfd751b80cad9819cfdef17f0e58d4a0c231d4commit hash: a5cfd751b80cad9819cfdef17f0e58d4a0c231d4commit hash: a5cfd751b80cad9819cfdef17f0e58d4a0c231d4commit hash: a5cfd751b80cad9819cfdef17f0e58d4a0c231d4 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: update to 4.0.4

Changelog: https://github.com/simdutf/simdutf/releases/tag/v4.0.4
4.0.3_1
17 Nov 2023 11:46:00
commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1fcommit hash: e55b80195e2af4bd63088de216ccd3e23be81c1fcommit hash: e55b80195e2af4bd63088de216ccd3e23be81c1fcommit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 74.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by:	GitHub (watch releases)
PR:		274317
Exp-run by:	antoine (incomplete)
Approved by:	fluffy
4.0.3
27 Oct 2023 06:32:10
commit hash: 430af017c33eb8acae7eeca3d5d55fb743169e89commit hash: 430af017c33eb8acae7eeca3d5d55fb743169e89commit hash: 430af017c33eb8acae7eeca3d5d55fb743169e89commit hash: 430af017c33eb8acae7eeca3d5d55fb743169e89 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: update to 4.0.3

Changelog: https://github.com/simdutf/simdutf/releases/tag/v4.0.1
Changelog: https://github.com/simdutf/simdutf/releases/tag/v4.0.2
Changelog: https://github.com/simdutf/simdutf/releases/tag/v4.0.3
4.0.0
23 Oct 2023 01:51:27
commit hash: 21a02f42b64150353438318eae45aefb66d51b4dcommit hash: 21a02f42b64150353438318eae45aefb66d51b4dcommit hash: 21a02f42b64150353438318eae45aefb66d51b4dcommit hash: 21a02f42b64150353438318eae45aefb66d51b4d files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: Unicode validation and transcoding with SIMD

This library provide fast Unicode functions such as

 - ASCII, UTF-8, UTF-16LE/BE and UTF-32 validation, with and without
   error identification,
 - transcoding between each of Latin1, UTF-8, UTF-16LE/BE, and UTF-32,
   with and without validation, with and without error identification
 - From an UTF-8 string, compute the size of the Latin1/UTF-16/UTF-32
   equivalent string,
 - From an UTF-16LE/BE string, compute the size of the
   Latin1/UTF-8/UTF-32 equivalent string,
 - From an UTF-32 string, compute the size of the UTF-8 or UTF-16LE
   equivalent string,
 - UTF-8 and UTF-16LE/BE character counting.
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 9