diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-31 07:25:17 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-31 07:25:17 +0800 |
commit | d503a25a2c83f4dd12970141d8b2157aab37beb5 (patch) | |
tree | 111614c6a5e0915f05f9c29a66f1eee068c9aeb1 /converters/Makefile | |
parent | a06ee65df0af4a27507365d7991910fcc6881d95 (diff) | |
download | freebsd-ports-gnome-d503a25a2c83f4dd12970141d8b2157aab37beb5.tar.gz freebsd-ports-gnome-d503a25a2c83f4dd12970141d8b2157aab37beb5.tar.zst freebsd-ports-gnome-d503a25a2c83f4dd12970141d8b2157aab37beb5.zip |
ascii2binary and binary2ascii convert between textual and binary
representations of numbers.
The two programs are useful for generating test data, for inspecting binary
files, and for interfacing programs that generate textual output to programs
that require binary input and conversely. They can also be useful when it is
desired to reformat numbers.
WWW: http://billposer.org/Software/a2b.html
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 5b99a975fa4d..b860c7bcc3b1 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -4,6 +4,7 @@ COMMENT = Character code converters SUBDIR += aish + SUBDIR += ascii2binary SUBDIR += asr10 SUBDIR += base64 SUBDIR += btoa |