diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
commit | f1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /editors/beav | |
parent | 37170ce899bdf394cca1d0769b2215d84b15a7ee (diff) | |
download | pkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'editors/beav')
-rw-r--r-- | editors/beav/DESCR | 16 | ||||
-rw-r--r-- | editors/beav/Makefile | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/editors/beav/DESCR b/editors/beav/DESCR index 8a2929eea14..38d30f9c8dc 100644 --- a/editors/beav/DESCR +++ b/editors/beav/DESCR @@ -1,9 +1,9 @@ -BEAV (Binary Editor And Viewer), is a full featured binary file -editor. Just about any operation that you could want to do to a binary -file is possible with BEAV. You can insert or delete in the middle of -a file thereby changing it's size. You can edit multiple files in -multiple windows and cut and paste between them. You can display and -edit data in hex, octal, decimal, binary, ascii, or ebcdic formats. You -can display data in byte, word, or long word formats in either Intel or -Motorola byte ordering. You can send the formatted display mode to a +BEAV (Binary Editor And Viewer), is a full featured binary file +editor. Just about any operation that you could want to do to a binary +file is possible with BEAV. You can insert or delete in the middle of +a file thereby changing it's size. You can edit multiple files in +multiple windows and cut and paste between them. You can display and +edit data in hex, octal, decimal, binary, ascii, or ebcdic formats. You +can display data in byte, word, or long word formats in either Intel or +Motorola byte ordering. You can send the formatted display mode to a file or printer. diff --git a/editors/beav/Makefile b/editors/beav/Makefile index 510bafde721..de936b5efbc 100644 --- a/editors/beav/Makefile +++ b/editors/beav/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.5 2003/03/29 12:40:42 jmmv Exp $ -# FreeBSD Id: Makefile,v 1.12 1998/08/23 02:10:57 hoek Exp +# $NetBSD: Makefile,v 1.6 2003/05/06 17:41:04 jmmv Exp $ +# FreeBSD Id: Makefile,v 1.12 1998/08/23 02:10:57 hoek Exp # DISTNAME= beav_1.40-11 |