Import xd port. xd is a dump utility similar to hexdump with additional
features.
This commit is contained in:
parent
31db11e029
commit
8d90a63369
14
misc/xd/Makefile
Normal file
14
misc/xd/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: xd
|
||||
# Date created: 10 Nov 1999
|
||||
# Whom: Kevin Lo <kevlo@openbsd.org>
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/11/10 03:38:06 kevlo Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xd-8087
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.vector.co.jp/authors/VA004959/xd/
|
||||
|
||||
MAINTAINER= kevlo@openbsd.org
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/xd/files/md5
Normal file
3
misc/xd/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xd-8087.tar.gz) = eb6ad72c0b9b872971c7f6895d01642e
|
||||
RMD160 (xd-8087.tar.gz) = 6d6f0061f2d9c5b1b7e904b486b8fa9a5f316a65
|
||||
SHA1 (xd-8087.tar.gz) = a36c194714baa23751cb63ff08a9f0f43a54f245
|
12
misc/xd/patches/patch-aa
Normal file
12
misc/xd/patches/patch-aa
Normal file
@ -0,0 +1,12 @@
|
||||
--- Makefile.orig Wed Nov 10 11:28:53 1999
|
||||
+++ Makefile Wed Nov 10 11:29:36 1999
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
CC=gcc
|
||||
-BINDIR=/usr/local/bin
|
||||
-MANDIR=/usr/local/man/man
|
||||
+BINDIR=${PREFIX}/bin
|
||||
+MANDIR=${PREFIX}/man/man
|
||||
PROG=xd
|
||||
|
||||
.include <bsd.prog.mk>
|
1
misc/xd/pkg/COMMENT
Normal file
1
misc/xd/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Yet another dump utility
|
5
misc/xd/pkg/DESCR
Normal file
5
misc/xd/pkg/DESCR
Normal file
@ -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.
|
||||
|
||||
- Kevin Lo <kevlo@openbsd.org>
|
2
misc/xd/pkg/PLIST
Normal file
2
misc/xd/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
bin/xd
|
||||
man/man1/xd.0
|
Loading…
Reference in New Issue
Block a user