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 | |
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')
-rw-r--r-- | converters/shftool/Makefile | 26 | ||||
-rw-r--r-- | converters/shftool/distinfo | 1 | ||||
-rw-r--r-- | converters/shftool/pkg-descr | 10 | ||||
-rw-r--r-- | converters/shftool/pkg-plist | 2 |
4 files changed, 39 insertions, 0 deletions
diff --git a/converters/shftool/Makefile b/converters/shftool/Makefile new file mode 100644 index 000000000000..509b2e2b5f89 --- /dev/null +++ b/converters/shftool/Makefile @@ -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> diff --git a/converters/shftool/distinfo b/converters/shftool/distinfo new file mode 100644 index 000000000000..c20abfead159 --- /dev/null +++ b/converters/shftool/distinfo @@ -0,0 +1 @@ +MD5 (shftool-1.1.0.tar.gz) = 417b2a0e99e3c38166734ae8586ca99f 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/ diff --git a/converters/shftool/pkg-plist b/converters/shftool/pkg-plist new file mode 100644 index 000000000000..75c7f6d20a3e --- /dev/null +++ b/converters/shftool/pkg-plist @@ -0,0 +1,2 @@ +@comment $FreeBSD$ +bin/shftool |