Port details |
- stringencoders Collection of high performance C-string transformations
- 3.10.3_3 devel =2 3.10.3_3Version of this port present on the latest quarterly branch.
- Maintainer: skreuzer@FreeBSD.org
- Port Added: 2007-06-16 12:52:28
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/client9/stringencoders
- Description:
- A collection of high performance c-string transformations, frequently 2x faster
than standard implementations.
including
* base64, standard
* base64, web/url safe, with configurable alphabet
* base85 (good for http cookies)
* base16 (hex)
* base2 (ascii binary)
* url escaping
* javascript string escaping
* fast number to string conversion, 4-22x faster than sprintf!
* fast ascii upper/lower case conversion, 2-66x faster than stdlib!
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- stringencoders>0:devel/stringencoders
- To install the port:
- cd /usr/ports/devel/stringencoders/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/stringencoders
- pkg install stringencoders
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: stringencoders
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (stringencoders-v3.10.3.tar.gz) = b0bd9aa7a7c386fc47ad783986ace74704c950fa1cf458f70bbc1d79fcbc1d11
SIZE (stringencoders-v3.10.3.tar.gz) = 428013
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_stringencoders
- USES:
- libtool perl5
- 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 |
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.10.3_3 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.10.3_3 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.10.3_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.10.3_3 24 Jan 2017 22:10:44 |
skreuzer |
Update MASTER_SITES and LICENSE |
3.10.3_3 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
3.10.3_3 19 Nov 2015 16:16:46 |
danfe |
Flush a short queue of minor non-functional changes sitting it my tree:
- Escape literal dot properly in sed(1) code (for REINPLACE_CMD)
- Spell "C-string" correctly in COMMENT and add a missing newline
- Use NULL for pointer in C code (original snippet was for C++ and Bjarne
prefers to avoid macros, per his C++ Style and Technique FAQ) |
3.10.3_3 04 Sep 2015 11:28:33 |
danfe |
Unbreak the build on PowerPC: the port assumes that `char' is always signed,
which is not necessarily true. |
3.10.3_3 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
3.10.3_3 20 Aug 2014 12:32:53 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
3.10.3_2 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
3.10.3_1 06 Feb 2014 23:32:30 |
bapt |
support stage |
3.10.3 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
3.10.3 16 Sep 2013 10:28:33 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
3.10.3 10 May 2011 19:50:58 |
skreuzer |
Update to 3.10.3
Submitted by: Vanilla Hsu <vanilla@fatpipi.com> |
3.7.0 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
3.7.0 03 Jun 2010 05:45:57 |
linimon |
Mark as broken on powerpc.
Hat: powerpc |
3.7.0 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
3.7.0 28 Mar 2009 01:16:37 |
skreuzer |
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: wxs (mentor) |
3.7.0 06 Mar 2008 22:19:52 |
edwin |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related) |
3.7.0 01 Feb 2008 07:44:24 |
vanilla |
Upgrade to 3.7.0.
Approved by: maintainer |
3.4.0 02 Oct 2007 03:55:56 |
vanilla |
Upgrade to 3.4.0.
Approved by: maintainer |
3.3.0 21 Jun 2007 15:43:02 |
vanilla |
Add USE_PERL5 to fix building.
Submitted by: maintainer via email. |
3.3.0 16 Jun 2007 12:51:29 |
vanilla |
Add stringencoders 3.3.0, collection of high performance c-string
transformations.
PR: ports/113664
Submitted by: Steven Kreuzer <skreuzer at exit2shell.com> |