From 329d2316a760ed5b4491dee32c127e64642a5fe9 Mon Sep 17 00:00:00 2001 From: Sergei Kolobov Date: Mon, 8 Dec 2003 13:24:46 +0000 Subject: 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 WWW: http://www.df.lth.se/~triad/krad/shftool/ PR: 58651 Submitted by: Joachim Strombergson --- converters/shftool/Makefile | 26 ++++++++++++++++++++++++++ converters/shftool/distinfo | 1 + converters/shftool/pkg-descr | 10 ++++++++++ converters/shftool/pkg-plist | 2 ++ 4 files changed, 39 insertions(+) create mode 100644 converters/shftool/Makefile create mode 100644 converters/shftool/distinfo create mode 100644 converters/shftool/pkg-descr create mode 100644 converters/shftool/pkg-plist (limited to 'converters/shftool') 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 +# +# $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 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 +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 -- cgit v1.2.3