Port details |
- sttr Quickly run various transformations on strings
- 0.2.23_1 textproc
=2 0.2.21_1Version of this port present on the latest quarterly branch. - Maintainer: se@FreeBSD.org
 - Port Added: 2024-06-02 14:27:07
- Last Update: 2024-08-09 06:24:08
- Commit Hash: aa8c011
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/abhimanyu003/sttr
- Description:
- The sttr command allows you to quickly run various text transformation
operations:
- ascii85, base32, base64, base64url, and base85 encode/decode
- HTML encode/decode
- URL encode/decode
- rot13 encode
- generate bcrypt, md5, sha1, sha256, or sha512 checksum
- transform to camel-, kebab-, slug-, snake-, title-case
- transform to lower or upper case
- shuffle, sort, or unique lines
- reverse text character by character or line by line
- remove spaces or new-line characters
- count characters, words, or lines
- convert a #hex color code to RGB
- hex encode/decode
- format text as JSON
- convert between JSON and MSGPACK or YAML text
- convert markdown to HTML
- extract emails, IP numbers, or URLs from text
- pad numbers with zeroes
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/sttr/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/sttr
- pkg install sttr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sttr
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1722943825
SHA256 (abhimanyu003-sttr-v0.2.23_GH0.tar.gz) = 08c87865c4d88cfe00d6da5521f488040571bb15b0e4db03f20c03be0f7441d6
SIZE (abhimanyu003-sttr-v0.2.23_GH0.tar.gz) = 1233820
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:
-
- go121 : lang/go121
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_sttr
- USES:
- go:modules
- 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 |
0.2.23_1 09 Aug 2024 06:24:08
    |
Ashish SHUKLA (ashish)  |
all: Bump after lang/go121 update |
0.2.23 06 Aug 2024 11:38:13
    |
Stefan Eßer (se)  |
textproc/sttr: upgrade to version 0.2.23
This update fixes camelCase and adds PascalCase. |
0.2.22_1 03 Jul 2024 08:29:54
    |
Ashish SHUKLA (ashish)  |
all: Bump after lang/go121 update |
0.2.22 30 Jun 2024 17:13:57
    |
Stefan Eßer (se)  |
textproc/sttr: upgrade to version 0.2.22 |
0.2.21_1 27 Jun 2024 00:46:48
    |
Yasuhiro Kimura (yasu)  |
textproc/sttr: Fix warning messages with `make describe`
% pwd
/usr/ports/textproc/sttr
% make describe
make: "/usr/ports/Mk/bsd.sites.mk" line 528: warning: duplicate script for
target "git-clone-DEFAULT" ignored
make: "/usr/ports/Mk/bsd.sites.mk" line 366: warning: using previous script for
"git-clone-DEFAULT" defined here
make: "/usr/ports/Mk/bsd.sites.mk" line 529: warning: duplicate script for
target "git-clone-DEFAULT" ignored
make: "/usr/ports/Mk/bsd.sites.mk" line 366: warning: using previous script for
"git-clone-DEFAULT" defined here
sttr-0.2.21|/usr/ports/textproc/sttr|/usr/local|Quickly run various
transformations on
strings|/usr/ports/textproc/sttr/pkg-descr|se@FreeBSD.org|textproc||||/usr/ports/lang/go121||https://github.com/abhimanyu003/sttr
%
PR: 279567
Approved by: maintainer timeout |
0.2.21_1 15 Jun 2024 09:52:17
    |
Ashish SHUKLA (ashish)  |
all: Bump after lang/go121 update
MFH: 2024Q2 |
0.2.21 02 Jun 2024 14:23:35
    |
Stefan Eßer (se)  |
textproc/sttr: add new port
This port adds a command line tool that offers a huge number of text
conversions. |