summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-03-16 13:29:07 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-03-16 13:29:07 +0000
commit0e120440a3467a6a977364e3075bc859b7dca0ef (patch)
treedcb11e9aa38d1757142600c702926a8b14373213 /misc
parentDon't distribute Bro until out of alpha/beta. (diff)
Import xd port. xd is a dump utility similar to hexdump with
additional features, such as big endian, little endian and PDP format input. PR: 4788 Submitted by: Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp>
Notes
Notes: svn path=/head/; revision=10189
Diffstat (limited to 'misc')
-rw-r--r--misc/xd/Makefile16
-rw-r--r--misc/xd/distinfo1
-rw-r--r--misc/xd/files/patch-aa19
-rw-r--r--misc/xd/pkg-comment1
-rw-r--r--misc/xd/pkg-descr5
-rw-r--r--misc/xd/pkg-plist2
6 files changed, 44 insertions, 0 deletions
diff --git a/misc/xd/Makefile b/misc/xd/Makefile
new file mode 100644
index 000000000000..1ec8272d1ca0
--- /dev/null
+++ b/misc/xd/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: xd
+# Version required: 2.3
+# Date created: 17 October 1997
+# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= xd-8087
+PKGNAME= xd-2.3
+CATEGORIES= misc
+MASTER_SITES= http://spock.vector.co.jp/authors/VA004959/xd/
+
+MAINTAINER= kiri@kiri.toba-cmt.ac.jp
+
+.include <bsd.port.mk>
diff --git a/misc/xd/distinfo b/misc/xd/distinfo
new file mode 100644
index 000000000000..20e55727e2bd
--- /dev/null
+++ b/misc/xd/distinfo
@@ -0,0 +1 @@
+MD5 (xd-8087.tar.gz) = eb6ad72c0b9b872971c7f6895d01642e
diff --git a/misc/xd/files/patch-aa b/misc/xd/files/patch-aa
new file mode 100644
index 000000000000..7ef9ffc0060b
--- /dev/null
+++ b/misc/xd/files/patch-aa
@@ -0,0 +1,19 @@
+*** Makefile~ Tue Aug 27 02:02:31 1996
+--- Makefile Wed Oct 1 20:23:19 1997
+***************
+*** 1,7 ****
+ #
+ CC=gcc
+! BINDIR=/usr/local/bin
+! MANDIR=/usr/local/man/man
+ PROG=xd
+
+ .include <bsd.prog.mk>
+--- 1,7 ----
+ #
+ CC=gcc
+! BINDIR=${PREFIX}/bin
+! MANDIR=${PREFIX}/man/man
+ PROG=xd
+
+ .include <bsd.prog.mk>
diff --git a/misc/xd/pkg-comment b/misc/xd/pkg-comment
new file mode 100644
index 000000000000..abf65590fba7
--- /dev/null
+++ b/misc/xd/pkg-comment
@@ -0,0 +1 @@
+Xd is yet another dump utility.
diff --git a/misc/xd/pkg-descr b/misc/xd/pkg-descr
new file mode 100644
index 000000000000..596a8ff92f50
--- /dev/null
+++ b/misc/xd/pkg-descr
@@ -0,0 +1,5 @@
+Xd is yet another dump utility. Xd has additional features different
+from hexdump(1), such as big endian, little endian, and PDP format
+inputs or binary outout.
+
+- KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
diff --git a/misc/xd/pkg-plist b/misc/xd/pkg-plist
new file mode 100644
index 000000000000..2da8f20c67cf
--- /dev/null
+++ b/misc/xd/pkg-plist
@@ -0,0 +1,2 @@
+bin/xd
+man/man1/xd.1.gz