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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
srell Std::regex-like regular expression template library for C++
4.070 develnew! 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: alven@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-09-20 09:15:07
Last Update: 2025-09-20 09:13:00
Commit Hash: 7cdbc38
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-4.070/catalog.mk
  2. /usr/local/share/licenses/srell-4.070/LICENSE
  3. /usr/local/share/licenses/srell-4.070/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 = 1758279311 SHA256 (srell4_070.zip) = 4523b6e3e8a5b82a0cbd13c8d2bd5a2e08afd7852ef74b2451ea57b75eb1b60f SIZE (srell4_070.zip) = 390702

Packages (timestamps in pop-ups are UTC):
srell
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.0704.070-4.0704.070n/an/an/a
FreeBSD:13:quarterly-4.070--4.070n/an/an/a
FreeBSD:14:latest-4.070--4.070---
FreeBSD:14:quarterly4.0704.070--4.070---
FreeBSD:15:latest4.0704.070n/a-n/an/a--
FreeBSD:15:quarterly-4.070n/a-n/an/a--
FreeBSD:16:latest-4.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-4.070: 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: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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: 1