From 9cab7991282700a85f2806852ace74bbe27b4206 Mon Sep 17 00:00:00 2001 From: Philip Miess Date: Mon, 6 Jan 2020 20:17:21 -0500 Subject: [PATCH] Add gnuwin32 package of hex2bin. This is a poorly supported project with 8 packages across 8 repos on repology. This is part of https://github.com/0install/0install.de-feeds/issues/3 --- devel/hex2bin.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 devel/hex2bin.xml diff --git a/devel/hex2bin.xml b/devel/hex2bin.xml new file mode 100644 index 000000000..caa015182 --- /dev/null +++ b/devel/hex2bin.xml @@ -0,0 +1,47 @@ + + + + Hex2Bin + Hex2Bin: convert Motorola and Intel hex files to binary + This is a utility to convert file generated by many assemblers to binary files. + + Written in ANSI-C from scratch, it can be easily ported to + + other platforms(DOS, etc.) + + It supports holes in data, unsorted records and the + + Intel extended hex format. + + Sources and sample results are included. + + Utility + http://gnuwin32.sourceforge.net/packages/hex2bin.htm + + + + + + + + + + hex2bin + hex2bin: converts Intel/Motorola hex files + Hex2bin is a program that converts an Intel hex format + into binary. It can handle the extended Intel hex for- + mat. Both the segmented and linear address records are + supported. + + + + mot2bin + mot2bin: converts Intel/Motorola hex files + Mot2bin is a program that converts an Motorola hex format + into binary. Both the segmented and linear address records are + supported.24 bit and + 32 bit records are supported. Records need not be + sorted and there can be gaps between records. + + +