Port details |
- libb64 Library for fast Base64 encoding and decoding
- 2.0.0.15 converters
=7 2.0.0.15Version of this port present on the latest quarterly branch. - Maintainer: ismail.yenigul@surgate.com
 - Port Added: 2012-04-15 21:09:59
- Last Update: 2024-04-18 22:10:02
- Commit Hash: e935b97
- People watching this port, also watch:: sqlite3, libedit, libnatpmp, gettext-runtime, indexinfo
- Also Listed In: mail
- License: MIT
- WWW:
- https://github.com/stefantalpalaru/libb64
- Description:
- libb64 is a library of ANSI C routines for fast encoding/decoding of data
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 communication channels.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libb64>0:converters/libb64
- To install the port:
- cd /usr/ports/converters/libb64/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/libb64
- pkg install libb64
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libb64
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711281226
SHA256 (stefantalpalaru-libb64-2.0.0-15-382c274_GH0.tar.gz) = d317f7db8c000b6e268b4b4efaee72e892abbb188c4581a64b157221d2d461ca
SIZE (stefantalpalaru-libb64-2.0.0-15-382c274_GH0.tar.gz) = 25074
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 Libraries
-
- biology/biosig
- net-p2p/transmission-components
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- converters_libb64
- USES:
- cmake:testing
- 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 |
2.0.0.15 18 Apr 2024 22:10:02
    |
Daniel Engberg (diizzy)  |
converters/libb64: Remove stray MASTER_SITES
Port is converted to USE_GITHUB which conflicts with MASTER_SITES
Passed tests because source file was already fetched and available in
distfiles directory
PR: 278435
Reported by: lev
Approved by: portmgr (build fix) |
2.0.0.15 14 Apr 2024 19:52:59
    |
Daniel Engberg (diizzy)  |
converters/libb64: Switch to maintained fork and update to commit 382c274
* Switch to CMake
Changelog:
https://github.com/stefantalpalaru/libb64/compare/v1.2.1...382c274
PR: 277919
Approved by: portmgr (maintainer timeout, 2+ weeks) |
1.2.1 06 Nov 2023 10:03:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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) |
1.2.1 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 ) |
1.2.1 20 Jul 2022 14:21:03
    |
Tobias C. Berner (tcberner)  |
converters: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es> (Only the first 15 lines of the commit message are shown above ) |
1.2.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.2.1 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.2.1 03 Sep 2015 10:43:55
  |
danfe  |
- Improve COMMENT: make it concise and mention that it's about Base64
- Unbreak the build on PowerPC by adding -fsigned-char to CFLAGS (and
also respect them by removing hardcoded -O3)
- Rename a patch and regenerate it with `make makepatch' command
- Clean up do-install target (sanitize symlink, wrap overly long line)
- Reformat and kill EOL whitespace in the port description text |
1.2.1 28 Jan 2015 14:46:52
  |
jbeich  |
- Update to 1.2.1 [1]
- 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) |
1.2 20 Oct 2014 09:37:01
  |
bapt  |
Cleanup plist |
1.2 07 Mar 2014 15:59:54
  |
bapt  |
Convert c* to USES=zip |
1.2 09 Jan 2014 00:13:16
  |
bapt  |
Support stage
Use bsdtar to extract zip |
1.2 20 Sep 2013 16:05:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
1.2 08 Sep 2012 05:57:32
  |
linimon  |
Mark as broken on powerpc.
Hat: portmgr |
1.2 15 Apr 2012 21:09:31
 |
pawel  |
libb64 is a library of ANSI C routines for fast encoding/decoding data
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> |