Bug 238202 - [NEW PORT] converters/basE91: Utility to encode and decode basE91 file
Summary: [NEW PORT] converters/basE91: Utility to encode and decode basE91 file
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kai Knoblich
URL: https://reviews.freebsd.org/D20803
Keywords: feature
Depends on:
Blocks:
 
Reported: 2019-05-29 06:54 UTC by takefu
Modified: 2019-07-05 06:27 UTC (History)
2 users (show)

See Also:


Attachments
basE91-0.6.0.shar (1.99 KB, application/x-shellscript)
2019-05-29 06:54 UTC, takefu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2019-05-29 06:54:31 UTC
Created attachment 204683 [details]
basE91-0.6.0.shar
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-07-05 06:25:52 UTC
A commit references this bug:

Author: kai
Date: Fri Jul  5 06:25:14 UTC 2019
New revision: 505884
URL: https://svnweb.freebsd.org/changeset/ports/505884

Log:
  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

Changes:
  head/converters/Makefile
  head/converters/base91/
  head/converters/base91/Makefile
  head/converters/base91/distinfo
  head/converters/base91/files/
  head/converters/base91/files/patch-Makefile
  head/converters/base91/pkg-descr
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2019-07-05 06:27:12 UTC
Committed, thank you for another contribution to the Ports tree!