diff options
author | sergei <sergei@FreeBSD.org> | 2003-12-08 21:24:46 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-12-08 21:24:46 +0800 |
commit | f703ab4313ad0ed621c854c5477f45545dfa99aa (patch) | |
tree | fb5f605e54fb91f7e04e39455d1bf2cc4a83cb3b /converters/shftool/pkg-descr | |
parent | 4956823072c5a985482ac8e02a4f7ebc9a6456ab (diff) | |
download | freebsd-ports-gnome-f703ab4313ad0ed621c854c5477f45545dfa99aa.tar.gz freebsd-ports-gnome-f703ab4313ad0ed621c854c5477f45545dfa99aa.tar.zst freebsd-ports-gnome-f703ab4313ad0ed621c854c5477f45545dfa99aa.zip |
Add shftool 1.1.0, converter for the Standard Hex Format (SHF).
Shftool is the reference implementation for the new,
XML-based Standard Hex Format (SHF).
Shftool is also a working converter/generator/extractor
between/to/of SHF-files and other hex formats.
SHF is specified in the the following Internet Draft:
http://ietf.org/internet-drafts/draft-strombergson-shf-00.txt
Author: Linus Walleij <triad@df.lth.se>
WWW: http://www.df.lth.se/~triad/krad/shftool/
PR: 58651
Submitted by: Joachim Strombergson <watchman@ludd.luth.se>
Diffstat (limited to 'converters/shftool/pkg-descr')
-rw-r--r-- | converters/shftool/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/converters/shftool/pkg-descr b/converters/shftool/pkg-descr new file mode 100644 index 000000000000..50e5d99bf7dc --- /dev/null +++ b/converters/shftool/pkg-descr @@ -0,0 +1,10 @@ +Shftool is the reference implementation for the new, +XML-based Standard Hex Format (SHF). +Shftool is also a working converter/generator/extractor +between/to/of SHF-files and other hex formats. + +SHF is specified in the the following Internet Draft: +http://ietf.org/internet-drafts/draft-strombergson-shf-00.txt + +Author: Linus Walleij <triad@df.lth.se> +WWW: http://www.df.lth.se/~triad/krad/shftool/ |