aboutsummaryrefslogtreecommitdiff
path: root/converters/libb64
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.2.1 [1]Jan Beich2015-01-284-5/+34
| | | | | | | | | | | | | - Build and install shared library [2] PR: 196455 [1] PR: 196456 [2] Differential Revision: https://reviews.freebsd.org/D1613 Approved by: maintainer timeout (3 weeks) Approved by: bapt (mentor) Notes: svn path=/head/; revision=378064
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371249
* Convert c* to USES=zipBaptiste Daroussin2014-03-071-2/+1
| | | | Notes: svn path=/head/; revision=347403
* Support stageBaptiste Daroussin2014-01-091-14/+9
| | | | | | | Use bsdtar to extract zip Notes: svn path=/head/; revision=339193
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* Mark as broken on powerpc.Mark Linimon2012-09-081-1/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=303866
* libb64 is a library of ANSI C routines for fast encoding/decoding dataPawel Pekala2012-04-154-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