beav 1:1.40-18build1 source package in Ubuntu

Changelog

beav (1:1.40-18build1) xenial; urgency=medium

  * No-change rebuild for ncurses6 transition.

 -- Matthias Klose <email address hidden>  Sat, 06 Feb 2016 20:52:19 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Sam Hocevar
Architectures:
any
Section:
editors
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe editors

Downloads

File Size SHA-256 Checksum
beav_1.40.orig.tar.gz 125.1 KiB 7ad905e4124bf105ca0e213d8212bed231559825ac11588794b9be7a91399ddc
beav_1.40-18build1.diff.gz 14.1 KiB c8e1cd7c559d0411035539fc539821430fa0f6fdf1d96892ea4d233683034938
beav_1.40-18build1.dsc 1.6 KiB d6b0354d3b57c2c793d82b48d3d34db970109a520286df993c8c8fb914158be2

Available diffs

View changes file

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.