Port details |
- string_theory Modern C++ library for string manipulation and storage
- 3.8 devel =2 3.8Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2020-08-18 05:33:01
- Last Update: 2024-10-29 14:38:30
- Commit Hash: 4acc8af
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/zrax/string_theory
- Description:
- String Theory is a flexible modern C++ library for string manipulation
and storage. It stores data internally as UTF-8, for ease of use
with existing C/C++ APIs. It can also handle conversion to and
from UTF-16, UTF-32, and Latin-1, and has a variety of methods to
simplify text manipulation.
In addition, String Theory includes a powerful and fast type-safe
string formatter (ST::format), which can be extended with custom
type formatters by end-user code.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- string_theory>0:devel/string_theory
- To install the port:
- cd /usr/ports/devel/string_theory/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/string_theory
- pkg install string_theory
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: string_theory
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1696963431
SHA256 (string_theory-3.8.tar.gz) = 2b43daf9424e3136327e71b70abe0b15d51427653778df7b149574ef1dfec890
SIZE (string_theory-3.8.tar.gz) = 954929
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Build
-
- games/jaggedalliance2
Configuration Options:
- No options to configure
- Options name:
- devel_string_theory
- USES:
- cmake:testing compiler:c++20-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.8 29 Oct 2024 14:38:30 |
Po-Chuan Hsieh (sunpoet) |
devel/string_theory: Cosmetic change |
3.8 11 Oct 2023 12:57:29 |
Po-Chuan Hsieh (sunpoet) |
devel/string_theory: Update to 3.8
Changes: https://github.com/zrax/string_theory/releases |
3.7 19 Apr 2023 18:54:26 |
Po-Chuan Hsieh (sunpoet) |
devel/string_theory: Update to 3.7
- Update MASTER_SITES: use upstream release tarball
- Convert to USES=cmake:testing
- Add NO_ARCH
- Remove incorrect NO_BUILD
- Take maintainership
Changes: https://github.com/zrax/string_theory/releases |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.4 10 Nov 2020 07:07:17 |
fernape |
devel/string_theory: update to 3.4
From ChangeLog: https://github.com/zrax/string_theory/releases/tag/3.4
* Fix ST_WCHAR_LITERAL, ST_UTF16_LITERAL and ST_UTF32_LITERAL macros, which
would previously create an incorrectly-sized buffer for non-empty strings.
* Add ST::buffer<T>::clear() and ST::string::clear() methods
* Deprecate ST::null and ST::null_t in favor of better alternatives:
Construction: Use {} or an explicit constructor (ST::string(),
ST::char_buffer())
Comparison: Use .empty()
Assignment: Use .clear() or assign a default-constructed object.
Reported by: portscout |
3.3 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
3.3 18 Aug 2020 05:32:55 |
tobik |
games/jaggedalliance2: Update to 0.17.0
Changes: https://ja2-stracciatella.github.io/2020-08-03-release-0.17.0/ |