summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2003-12-08 13:24:46 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2003-12-08 13:24:46 +0000
commit329d2316a760ed5b4491dee32c127e64642a5fe9 (patch)
tree6a105660bab6bd683f3ceb1de64cde870af081dd /converters
parentUpdated to 3.003 (diff)
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>
Notes
Notes: svn path=/head/; revision=95362
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile1
-rw-r--r--converters/shftool/Makefile26
-rw-r--r--converters/shftool/distinfo1
-rw-r--r--converters/shftool/pkg-descr10
-rw-r--r--converters/shftool/pkg-plist2
5 files changed, 40 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index b3c78eaf6fd4..dc48b615fdab 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -56,6 +56,7 @@
SUBDIR += ruby-dump.rb
SUBDIR += ruby-iconv
SUBDIR += ruby-lv
+ SUBDIR += shftool
SUBDIR += showkey
SUBDIR += siconv
SUBDIR += tnef
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