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 photos
All times are UTC
Ukraine
Port details
srell Std::regex-like regular expression template library for C++
2026.01 devel 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.070Version of this port present on the latest quarterly branch.
Maintainer: alven@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-09-20 09:15:07
Last Update: 2026-04-12 19:24:14
Commit Hash: 31390ee
License: BSD2CLAUSE
WWW:
https://www.akenotsuki.com/misc/srell/en/
Description:
SRELL (std::regex-like library) is a Unicode-aware regular expression template library for C++. * Header-only and the same class design as std::regex SRELL is a header-only template library and does not need any installation. SRELL has an ECMAScript (JavaScript) compatible regular expression engine wrapped into the same class design as std::regex. As APIs are compatible, SRELL can be used in the same way as std::regex (or boost::regex on which std::regex is based). * Unicode-specific implementation SRELL has native support for Unicode. * Consideration for ignore-case (icase) search SRELL has been tuned up not to slow down remarkably when case-insensitive (icase) search is performed.
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 (11 items)
Collapse this list.
  1. /usr/local/share/licenses/srell-2026.01/catalog.mk
  2. /usr/local/share/licenses/srell-2026.01/LICENSE
  3. /usr/local/share/licenses/srell-2026.01/BSD2CLAUSE
  4. include/srell/srell.hpp
  5. include/srell/srell_ucfdata2.h
  6. include/srell/srell_updata3.h
  7. share/doc/srell/readme_en.txt
  8. share/doc/srell/readme_ja.txt
  9. @owner
  10. @group
  11. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • srell>0:devel/srell
To install the port:
cd /usr/ports/devel/srell/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/srell
  • pkg install srell
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: srell
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1776021492 SHA256 (srell2026_01.zip) = fd9c70beb93abf21862caea4764df51a796d2e0aae0c0b14bb46fe47fb3c8dd7 SIZE (srell2026_01.zip) = 389568

Packages (timestamps in pop-ups are UTC):
srell
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.0704.070-4.0704.070n/an/an/a
FreeBSD:13:quarterly4.0704.070--4.070n/an/an/a
FreeBSD:14:latest4.0704.070--4.070---
FreeBSD:14:quarterly4.0704.070--4.070---
FreeBSD:15:latest4.0704.070n/a-n/an/a--
FreeBSD:15:quarterly4.0704.070n/a-n/an/a--
FreeBSD:16:latest4.0704.070n/a-n/an/a--
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for srell-2026.01: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_srell
USES:
compiler:c++11-lang zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://www.akenotsuki.com/misc/srell/releases/
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
2026.01
12 Apr 2026 19:24:14
commit hash: 31390ee6d9b186858cef87672a5bb13c3ac898d4commit hash: 31390ee6d9b186858cef87672a5bb13c3ac898d4commit hash: 31390ee6d9b186858cef87672a5bb13c3ac898d4commit hash: 31390ee6d9b186858cef87672a5bb13c3ac898d4 files touched by this commit
Älven (alven) search for other commits by this committer
devel/srell: Update 4.070 => 2026.01

Approved by:	    	db@, yuri@ (Mentors, implicit)
4.070
20 Sep 2025 09:13:00
commit hash: 7cdbc38fdca6f60cba946f6b9d8caa8b264d4eb6commit hash: 7cdbc38fdca6f60cba946f6b9d8caa8b264d4eb6commit hash: 7cdbc38fdca6f60cba946f6b9d8caa8b264d4eb6commit hash: 7cdbc38fdca6f60cba946f6b9d8caa8b264d4eb6 files touched by this commit
Älven (alven) search for other commits by this committer
devel/srell: [NEW PORT] Std::regex-like regular expression template library for
C++

SRELL (std::regex-like library) is a Unicode-aware regular expression
template library for C++.

WWW:		https://www.akenotsuki.com/misc/srell/en/

Approved by:	yuri@ (Mentor)

Differential Revision: https://reviews.freebsd.org/D52521

Number of commits found: 2