diff options
Diffstat (limited to 'misc/xd')
-rw-r--r-- | misc/xd/Makefile | 26 | ||||
-rw-r--r-- | misc/xd/distinfo | 2 | ||||
-rw-r--r-- | misc/xd/files/patch-xd.c | 11 | ||||
-rw-r--r-- | misc/xd/pkg-descr | 3 |
4 files changed, 0 insertions, 42 deletions
diff --git a/misc/xd/Makefile b/misc/xd/Makefile deleted file mode 100644 index c8e3fcd9f56a..000000000000 --- a/misc/xd/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> -# $FreeBSD$ - -PORTNAME= xd -PORTVERSION= 2.3 -CATEGORIES= misc -MASTER_SITES= http://www.bsddiary.net/xd/ -DISTNAME= xd-8087 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Yet another dump utility - -LICENSE= BSD4CLAUSE - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USES= uidfix -MAKE_ARGS= CC="${CC}" BINDIR="${PREFIX}/bin" \ - MANDIR="${MAN1PREFIX}/man/man" - -PLIST_FILES= bin/xd \ - man/man1/xd.1.gz - -.include <bsd.port.mk> diff --git a/misc/xd/distinfo b/misc/xd/distinfo deleted file mode 100644 index d00cfb8c3872..000000000000 --- a/misc/xd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xd-8087.tar.gz) = 67d1991e60d988d9a4b0a9e8126311a05bf90c7975e162bcfde823356f0abdeb -SIZE (xd-8087.tar.gz) = 5198 diff --git a/misc/xd/files/patch-xd.c b/misc/xd/files/patch-xd.c deleted file mode 100644 index 05ae8b558fac..000000000000 --- a/misc/xd/files/patch-xd.c +++ /dev/null @@ -1,11 +0,0 @@ ---- xd.c.orig 1996-08-27 02:23:22.000000000 +0900 -+++ xd.c 2012-10-24 05:56:31.000000000 +0900 -@@ -392,7 +392,7 @@ - * - */ - #define ISFILE(str) (*(str) != '-' || *((str) + 1) == '\0') --void -+int - main(int argc, char *argv[]) - { - int i, nf = 0, show_usage = FALSE, result; diff --git a/misc/xd/pkg-descr b/misc/xd/pkg-descr deleted file mode 100644 index 4c1b7b2df22d..000000000000 --- a/misc/xd/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -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. |