Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark as broken on powerpc. | Mark Linimon | 2012-09-08 | 1 | -1/+7 |
| | | | | | | | Hat: portmgr Notes: svn path=/head/; revision=303866 | ||||
* | libb64 is a library of ANSI C routines for fast encoding/decoding data | Pawel Pekala | 2012-04-15 | 4 | -0/+46 |
into and from a base64-encoded format. C++ wrappers are included, as well as the source code for standalone encoding and decoding executables. Base64 uses a subset of displayable ASCII characters, and is therefore a useful encoding for storing binary data in a text file, such as XML, or sending binary data over text-only email. WWW: http://libb64.sourceforge.net PR: ports/166670 Submitted by: Ismail Yenigul <ismail.yenigul@surgate.com> Notes: svn path=/head/; revision=294879 |