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:
parent
774b623f6a
commit
329d2316a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95362
@ -56,6 +56,7 @@
|
||||
SUBDIR += ruby-dump.rb
|
||||
SUBDIR += ruby-iconv
|
||||
SUBDIR += ruby-lv
|
||||
SUBDIR += shftool
|
||||
SUBDIR += showkey
|
||||
SUBDIR += siconv
|
||||
SUBDIR += tnef
|
||||
|
26
converters/shftool/Makefile
Normal file
26
converters/shftool/Makefile
Normal 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>
|
1
converters/shftool/distinfo
Normal file
1
converters/shftool/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (shftool-1.1.0.tar.gz) = 417b2a0e99e3c38166734ae8586ca99f
|
10
converters/shftool/pkg-descr
Normal file
10
converters/shftool/pkg-descr
Normal 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/
|
2
converters/shftool/pkg-plist
Normal file
2
converters/shftool/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $FreeBSD$
|
||||
bin/shftool
|
Loading…
Reference in New Issue
Block a user