Port details |
- string_theory Modern C++ library for string manipulation and storage
- 3.4 devel
=0 Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2020-08-18 05:33:01
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- License: MIT
- 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.
¦ ¦ ¦ ¦ 
- 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 = 1604951962
SHA256 (zrax-string_theory-3.4_GH0.tar.gz) = 0c6bf1b5723e14f24345e9e8ee33ed88f89696f0dd9627ca73a7b282433765f1
SIZE (zrax-string_theory-3.4_GH0.tar.gz) = 588522
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 compiler:c++17-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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/ |
Number of commits found: 7
|