Port details |
- base91 Utility to encode and decode base91 files
- 0.6.0 converters
=1 0.6.0Version of this port present on the latest quarterly branch. - Maintainer: takefu@airport.fm
 - Port Added: 2019-07-05 06:25:29
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- People watching this port, also watch:: json-c, rubywarden, sysinfo, miller
- License: BSD3CLAUSE
- Description:
- basE91 is an advanced method for encoding binary data as ASCII characters.
It is similar to UUencode or base64, but is more efficient.
The overhead produced by basE91 depends on the input data. It amounts at most
to 23% (versus 33% for base64) and can range down to 14%, which typically
occurs on 0-byte blocks.
This makes basE91 very useful for transferring larger files over binary unsafe
connections like e-mail or terminal lines.
WWW: http://base91.sourceforge.net/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- base91>0:converters/base91
- To install the port:
- cd /usr/ports/converters/base91/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/base91
- pkg install base91
- PKGNAME: base91
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1559031250
SHA256 (base91-0.6.0.tar.gz) = 02cfae7322c1f865ca6ce8f2e0bb8d38c8513e76aed67bf1c94eab1343c6c651
SIZE (base91-0.6.0.tar.gz) = 15009
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- converters_base91
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 0.6.0
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.6.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
05 Jul 2019 06:25:13
0.6.0
|
kai  |
New port: converters/base91
basE91 is an advanced method for encoding binary data as ASCII characters.
It is similar to UUencode or base64, but is more efficient.
The overhead produced by basE91 depends on the input data. It amounts at most
to 23% (versus 33% for base64) and can range down to 14%, which typically
occurs on 0-byte blocks.
This makes basE91 very useful for transferring larger files over binary unsafe
connections like e-mail or terminal lines.
WWW: http://base91.sourceforge.net/
PR: 238202
Submitted by: takefu@airport.fm
Reviewed by: miwi, tcberner
Differential Revision: https://reviews.freebsd.org/D20803 |
Number of commits found: 3
|