The FreeBSD Ports Archive
FreeBSD converters : btoa4>
Encode/decode binary to printable ASCII
This is a port of btoa version 5.2, written by Paul Rutter, Joe
Orost & Stefan Parmark. btoa converts 4 binary characters to 5
ascii ones, causing a 25% expansion. (btoa is thus more efficient
than uuencode, which causes a 33% expansion.) Spaces will not be
used, which should make it safe to send files over e-mail or Usenet
without risking that blanks become tabs. Each resulting row of
text has a single-byte checksum for error detection. A diagnosis
file provides a list of errors found this way, which could then be
used to retransmit only the failing lines.
Patch 1 is an unofficial, non-platform-specific patch to version
5.2 of btoa. It allows for automatic decoding of btoa files if
the program is invoked as "atob" (no -a argument necessary). It
also outfits the Makefile to do clean and install.
Brent J. Nordquist (nordquist@platinum.com)
Fri Apr 5 23:50:09 1996
|
btoa history
v. 1.15
date: 2004/03/12 21:03:26; author: trevor; state: Exp; lines: +1 -1
Since asami's directory on MASTER_SITE_LOCAL is gone, stow his
distfiles in my directory.
v. 1.14
date: 2003/11/02 03:36:40; author: edwin; state: Exp; lines: +1 -1
ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:
PR: ports/58694
Submitted by: Oliver Eikemeier
v. 1.13
date: 2003/02/21 11:08:36; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.12
date: 2002/05/08 17:24:56; author: dwcjr; state: Exp; lines: +5 -8
Fix invalid distfiles
fix warning during compilation
Bump PORTEPOCH due to pkg_version -t dictating it
Give originator maintainership
PR: 37861
Submitted by: martin@raq.cx
v. 1.11
date: 2001/04/21 16:14:37; author: fenner; state: Exp; lines: +1 -3
MAINTAINER doesn't use FreeBSD any more.
Submitted by: "Brent J. Nordquist"
v. 1.10
date: 2001/02/14 05:42:04; author: lioux; state: Exp; lines: +2 -2
typo clean up police: \s -> \t
v. 1.9
date: 2000/06/09 21:58:51; author: asami; state: Exp; lines: +2 -1
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
v. 1.8
date: 2000/04/08 23:24:29; author: mharo; state: Exp; lines: +12 -12
update with the new PORTNAME/PORTVERSION variables
v. 1.7
date: 1999/08/25 05:16:17; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.6
date: 1997/04/30 03:17:56; author: asami; state: Exp; lines: +2 -2
Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
v. 1.5
date: 1997/04/26 23:55:23; author: asami; state: Exp; lines: +2 -2
This is a new category for non-archival, non-encryption character code
converters.
v. 1.4
date: 1997/01/28 08:11:09; author: asami; state: Exp; lines: +3 -3
Change Brent J. Nordquist's e-mail address.
Submitted by: "Brent J. Nordquist"
v. 1.3
date: 1996/11/17 09:04:39; author: obrien; state: Exp; lines: +2 -6
Converted to MAN[1-8]
v. 1.2
date: 1996/11/11 05:49:14; author: obrien; state: Exp; lines: +2 -2
CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
v. 1.1
date: 1996/04/09 03:58:12; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/04/09 03:58:12; author: asami; state: Exp; lines: +0 -0
btoa/atob binary <-> ascii conversion tool.
Submitted by: "Brent J. Nordquist"
=============================================================================
|
| |

|