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
Port details
simdutf Unicode validation and transcoding with SIMD
5.7.0 converters on this many watch lists=2 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.5.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-12-19 14:38:41
Commit Hash: 18d7fb6
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
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) - Base64 encoding and decoding 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.7.0/catalog.mk
  3. /usr/local/share/licenses/simdutf-5.7.0/LICENSE
  4. /usr/local/share/licenses/simdutf-5.7.0/APACHE20
  5. /usr/local/share/licenses/simdutf-5.7.0/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.13.0.0
  23. lib/libsimdutf.so.13
  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 = 1734488103 SHA256 (simdutf-simdutf-v5.7.0_GH0.tar.gz) = be104895a72c1e2326037310c76a6f0f494ce784834fb4ea8c92ac5b1a91c48a SIZE (simdutf-simdutf-v5.7.0_GH0.tar.gz) = 2078049

Packages (timestamps in pop-ups are UTC):
simdutf
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest5.6.35.7.0-5.6.35.7.0---
FreeBSD:13:quarterly5.5.05.5.0-5.5.05.5.04.0.84.0.84.0.8
FreeBSD:14:latest5.6.35.7.0-5.6.35.7.0---
FreeBSD:14:quarterly5.5.05.5.0-5.5.05.5.04.0.84.0.84.0.8
FreeBSD:15:latest5.6.45.7.0n/a5.6.3n/a4.0.84.0.84.0.9
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
  3. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for simdutf-5.7.0: ICONV=on: Encoding conversion support via iconv TOOLS=on: Build tools ===> Use 'make config' to modify these settings
Options name:
converters_simdutf
USES:
cmake:testing compiler:c++17-lang pathfix python:build,test 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.7.0?dummy=/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.7.0
19 Dec 2024 14:38:41
commit hash: 18d7fb67e1f3bc82eff7a02048f0e4dbf78a5341commit hash: 18d7fb67e1f3bc82eff7a02048f0e4dbf78a5341commit hash: 18d7fb67e1f3bc82eff7a02048f0e4dbf78a5341commit hash: 18d7fb67e1f3bc82eff7a02048f0e4dbf78a5341 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: update to 5.7.0

Changelog: https://github.com/simdutf/simdutf/releases/tag/v5.7.0
5.6.4
17 Dec 2024 00:31:49
commit hash: eab3793c9576ab34f283aaef707aeae674fd5425commit hash: eab3793c9576ab34f283aaef707aeae674fd5425commit hash: eab3793c9576ab34f283aaef707aeae674fd5425commit hash: eab3793c9576ab34f283aaef707aeae674fd5425 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: update to 5.6.4

Changelog: https://github.com/simdutf/simdutf/releases/tag/v5.6.4
5.6.3
25 Nov 2024 10:22:10
commit hash: 0a1b742d0b873f15934939a0dd0f833f5bd98241commit hash: 0a1b742d0b873f15934939a0dd0f833f5bd98241commit hash: 0a1b742d0b873f15934939a0dd0f833f5bd98241commit hash: 0a1b742d0b873f15934939a0dd0f833f5bd98241 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: update to 5.6.3

Changelog: https://github.com/simdutf/simdutf/releases/tag/v5.6.3
5.6.2
18 Nov 2024 00:57:52
commit hash: a598a73fd27c33795c55eb6dd4f9a4086c2b67dfcommit hash: a598a73fd27c33795c55eb6dd4f9a4086c2b67dfcommit hash: a598a73fd27c33795c55eb6dd4f9a4086c2b67dfcommit hash: a598a73fd27c33795c55eb6dd4f9a4086c2b67df files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: update to 5.6.2

 - update pkg-descr to current package contents

Changelog: https://github.com/simdutf/simdutf/releases/tag/v5.6.2
5.6.1
14 Nov 2024 08:43:27
commit hash: f77ddec05d3a40df0a4ff9e3ebe1e83da787a4cacommit hash: f77ddec05d3a40df0a4ff9e3ebe1e83da787a4cacommit hash: f77ddec05d3a40df0a4ff9e3ebe1e83da787a4cacommit hash: f77ddec05d3a40df0a4ff9e3ebe1e83da787a4ca files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: update to 5.6.1

Changelog: https://github.com/simdutf/simdutf/releases/tag/v5.6.1
5.6.0
21 Oct 2024 09:35:59
commit hash: bb891ac400b54582c69d1ce0e830aa7d74607c58commit hash: bb891ac400b54582c69d1ce0e830aa7d74607c58commit hash: bb891ac400b54582c69d1ce0e830aa7d74607c58commit hash: bb891ac400b54582c69d1ce0e830aa7d74607c58 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: update to 5.6.0

Changelog: https://github.com/simdutf/simdutf/releases/tag/v5.6.0
5.5.0
16 Sep 2024 20:14:17
commit hash: 09f93977caded2f309042678df72304fdde4d17fcommit hash: 09f93977caded2f309042678df72304fdde4d17fcommit hash: 09f93977caded2f309042678df72304fdde4d17fcommit hash: 09f93977caded2f309042678df72304fdde4d17f files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: update to 5.5.0

Changelog: https://github.com/simdutf/simdutf/releases/tag/v5.5.0

MFH:		no (new soversion)
5.4.15
25 Aug 2024 08:17:31
commit hash: af56da4883864ed30b067afa73697fe750cf5b2bcommit hash: af56da4883864ed30b067afa73697fe750cf5b2bcommit hash: af56da4883864ed30b067afa73697fe750cf5b2bcommit hash: af56da4883864ed30b067afa73697fe750cf5b2b files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
converters/simdutf: Update to 5.4.15

Changelog: https://github.com/simdutf/simdutf/compare/v5.3.7...v5.4.15

PR:		281029
Reviewed by:	fuz (maintainer)
5.3.7
24 Aug 2024 10:45:59
commit hash: 64e1eee3c8120d77c53c2d496c6df3540dfaa502commit hash: 64e1eee3c8120d77c53c2d496c6df3540dfaa502commit hash: 64e1eee3c8120d77c53c2d496c6df3540dfaa502commit hash: 64e1eee3c8120d77c53c2d496c6df3540dfaa502 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
converters/simdutf: Update to 5.3.7

* Add USES= pathfix to fix install path of .pc files
* Add USES= python:build,test as python is executed during build
  and test build
* Remove BENCHMARKS as it depends on external library/header from
  base64 (https://github.com/aklomp/base64 ) that isn't ported
* Define USES= compiler:c++17-lang
* Integrate TEST option into ports framework
* Some minor layout changes for better readability

Changelog: https://github.com/simdutf/simdutf/compare/v5.2.8...v5.3.7

PR:		280821
Reviewed by:	fuz (maintainer)
5.2.8
13 May 2024 21:19:49
commit hash: 8b38a187e665fd0214deee209f63cb70f5c5c769commit hash: 8b38a187e665fd0214deee209f63cb70f5c5c769commit hash: 8b38a187e665fd0214deee209f63cb70f5c5c769commit hash: 8b38a187e665fd0214deee209f63cb70f5c5c769 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: update to 5.2.8

A bug fix release.

Changelog: https://github.com/simdutf/simdutf/releases/tag/v5.2.8

MFH:		2024Q2
5.2.6
06 May 2024 19:07:00
commit hash: 22772e8619046f43975698781b3b9259c0047d0bcommit hash: 22772e8619046f43975698781b3b9259c0047d0bcommit hash: 22772e8619046f43975698781b3b9259c0047d0bcommit hash: 22772e8619046f43975698781b3b9259c0047d0b files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
converters/simdutf: update to 5.2.6

Changelog: https://github.com/simdutf/simdutf/releases/tag/v5.2.4
Changelog: https://github.com/simdutf/simdutf/releases/tag/v5.2.5
Changelog: https://github.com/simdutf/simdutf/releases/tag/v5.2.6

MFH:		2024Q2
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: 20