---
name: ascii2binary
version: 2.14
origin: converters/ascii2binary
comment: Convert between textual representations of numbers and binary
arch: freebsd:10:x86:64
www: http://billposer.org/Software/a2b.html
maintainer: thierry@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- GPLv3
flatsize: 77964
desc: |
  These programs convert between textual and binary representations of numbers.
  ascii2binary reads input consisting of textual representations of numbers
  separated by whitespace and produces as output the binary equivalents. The type
  and precision of the binary output is selected using command line flags.

  binary2ascii reads input consisting of binary numbers and converts them to
  their textual representation. Command line flags specify the type and size
  of the binary numbers and provide control over the format of the output.
  Unsigned integers may be written out in binary, octal, decimal, or hexadecimal.
  Signed integers may be written out only in binary or decimal. Floating point
  numbers may be written out only decimal, either in standard or scientific
  notation. (If you want to examine the binary representation of floating point
  numbers, just treat the input as a sequence of unsigned characters.)

  The two programs are useful for generating test data, for inspecting binary
  files, and for interfacing programs that generate textual output to programs
  that require binary input and conversely. They can also be useful when it is
  desired to reformat numbers.

  WWW: http://billposer.org/Software/a2b.html
deps:
  gettext: {origin: devel/gettext, version: 0.18.3.1}
categories:
- converters
shlibs_required:
- libintl.so.9
files:
  /usr/local/bin/ascii2binary: 755a044bcc6370b95ffad0759b3d8df26e1bf64e6bb0c87266fe5a69c1da4146
  /usr/local/bin/binary2ascii: cf534b7be83ee586f24f538b11a2f47c6858be92af3ab87e17b54bc941728e4c
  /usr/local/man/man1/ascii2binary.1.gz: e615e6ce7046d9a0a8e4695f378a61315da024807d6b06cf858604b6e5c5876d
  /usr/local/man/man1/binary2ascii.1.gz: 5f068ede265d0c4a422a08cce1ab3e257d3c1c5b3e5387d7576d6c81e14c3f1b
  /usr/local/share/licenses/ascii2binary-2.14/GPLv3: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903
  /usr/local/share/licenses/ascii2binary-2.14/LICENSE: feb018c22cc4001bbeccc04db5569c5aeaec18f1ebbee51a52d56c251418e243
  /usr/local/share/licenses/ascii2binary-2.14/catalog.mk: 2331eaa914509651581ff34bded812fb38f61e6aaefde259cf4cc5b210333228
directories:
  /usr/local/share/licenses/ascii2binary-2.14/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
