beav 1:1.40-18.2 source package in Ubuntu

Changelog

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

  * Non-maintainer upload.

  [ Chris Lamb ]
  * Remove timestamps from the build system. Closes: #777287

  [ Vagrant Cascadian ]
  * debian/rules: Pass -ffile-prefix-map via CFLAGS. Closes: #1006302

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

 -- Vagrant Cascadian <email address hidden>  Tue, 22 Feb 2022 17:00:32 -0800

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
Jammy release universe editors

Downloads

File Size SHA-256 Checksum
beav_1.40-18.2.dsc 1.0 KiB 415f316b33466d7b036226719efc9ede6d5ead1bf2367b7806ef85667624cf07
beav_1.40.orig.tar.gz 125.1 KiB 7ad905e4124bf105ca0e213d8212bed231559825ac11588794b9be7a91399ddc
beav_1.40-18.2.diff.gz 14.3 KiB 897a7cb943a7ce02366f6e1ec2fa0d3b687aa9ac9631fa6eca483092234f880d

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.