beav 1:1.40-18.3 source package in Ubuntu

Changelog

beav (1:1.40-18.3) unstable; urgency=medium

  * Non-maintainer upload.

  [ Helmut Grohne ]
  * Fix FTCBFS: Use host tools. Closes: #903521

 -- Vagrant Cascadian <email address hidden>  Tue, 12 Apr 2022 08:48:43 -0700

Upload details

Uploaded by:
Sam Hocevar
Uploaded to:
Sid
Original maintainer:
Sam Hocevar
Architectures:
any
Section:
editors
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
beav_1.40-18.3.dsc 1.1 KiB e7ca517b33fd82e0b359ecbe6f4fe05c79e0fa26580268580f7a1ed3e38dfc09
beav_1.40.orig.tar.gz 125.1 KiB 7ad905e4124bf105ca0e213d8212bed231559825ac11588794b9be7a91399ddc
beav_1.40-18.3.diff.gz 14.2 KiB 8253b91f054b5f0a53c7dea985e7f101d00d5439b2fcbd61f6510c310bde1141

Available diffs

No changes file available.

Binary packages built by this source

beav: binary editor and viewer

 beav (Binary Editor And Viewer) is an editor for binary files containing
 arbitrary data. Text file editors, on the other hand, expect the files they
 edit to contain textual data, and/or to be formatted in a certain way (e.g.
 lines of printable characters delimited by newline characters).
 .
 With beav, you can edit a file in HEX, ASCII, EBCDIC, OCTAL, DECIMAL, and
 BINARY. You can display but not edit data in FLOAT mode. You can search or
 search and replace in any of these modes. Data can be displayed in BYTE,
 WORD, or DOUBLE WORD formats. While displaying WORDS or DOUBLE WORDS the
 data can be displayed in INTEL's or MOTOROLA's byte ordering. Data of any
 length can be inserted at any point in the file. The source of this data
 can be the keyboard, another buffer, or a file. Any data that is being
 displayed can be sent to a printer in the displayed format. Files that are
 bigger than memory can be handled.