beav 1:1.40-18.1 source package in Ubuntu

Changelog

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

  * Non-maintainer upload.
  * debian/rules: Add build-{arch,indep}. (Closes: #998993)

 -- Adrian Bunk <email address hidden>  Tue, 28 Dec 2021 00:16:45 +0200

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.1.dsc 1.6 KiB 5a3b3d1ccda47a0463d96ad279bc7deb8ece22531108cfbb84b7398330b5f0ff
beav_1.40.orig.tar.gz 125.1 KiB 7ad905e4124bf105ca0e213d8212bed231559825ac11588794b9be7a91399ddc
beav_1.40-18.1.diff.gz 14.0 KiB 80be2db78a510648be896486278404705a3a26573bb73f04f7740825a210d03a

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.