diff options
author | tg <tg@FreeBSD.org> | 1998-03-16 13:29:07 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-16 13:29:07 +0000 |
commit | 8b8c2583db2f72202bcb123d204a7b26815cbc76 (patch) | |
tree | 933b3c155b5db4100f6649e60d23d4785d1d92e8 /misc | |
parent | 94e078f3f70d4ec93da68e8549db367236f34ab6 (diff) | |
download | FreeBSD-ports-8b8c2583db2f72202bcb123d204a7b26815cbc76.zip FreeBSD-ports-8b8c2583db2f72202bcb123d204a7b26815cbc76.tar.gz |
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>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xd/Makefile | 16 | ||||
-rw-r--r-- | misc/xd/distinfo | 1 | ||||
-rw-r--r-- | misc/xd/files/patch-aa | 19 | ||||
-rw-r--r-- | misc/xd/pkg-comment | 1 | ||||
-rw-r--r-- | misc/xd/pkg-descr | 5 | ||||
-rw-r--r-- | misc/xd/pkg-plist | 2 |
6 files changed, 44 insertions, 0 deletions
diff --git a/misc/xd/Makefile b/misc/xd/Makefile new file mode 100644 index 0000000..1ec8272 --- /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 0000000..20e5572 --- /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 0000000..7ef9ffc --- /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 0000000..abf6559 --- /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 0000000..596a8ff --- /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 0000000..2da8f20 --- /dev/null +++ b/misc/xd/pkg-plist @@ -0,0 +1,2 @@ +bin/xd +man/man1/xd.1.gz |