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>
This commit is contained in:
Sergei Kolobov 2003-12-08 13:24:46 +00:00
parent 774b623f6a
commit 329d2316a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95362
5 changed files with 40 additions and 0 deletions

View File

@ -56,6 +56,7 @@
SUBDIR += ruby-dump.rb
SUBDIR += ruby-iconv
SUBDIR += ruby-lv
SUBDIR += shftool
SUBDIR += showkey
SUBDIR += siconv
SUBDIR += tnef

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: shftool
# Date created: 2003-10-28
# Whom: Joachim Strombergson <watchman@ludd.luth.se>
#
# $FreeBSD$
#
PORTNAME= shftool
PORTVERSION= 1.1.0
CATEGORIES= converters
MASTER_SITES= http://www.df.lth.se/~triad/krad/shftool/
MAINTAINER= watchman@ludd.luth.se
COMMENT= Converter for the Standard Hex Format (SHF)
LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
post-patch:
${REINPLACE_CMD} -e 's,^LIBLOC_LIST=.*,LIBLOC_LIST=${LOCALBASE},' \
${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (shftool-1.1.0.tar.gz) = 417b2a0e99e3c38166734ae8586ca99f

View File

@ -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/

View File

@ -0,0 +1,2 @@
@comment $FreeBSD$
bin/shftool