aboutsummaryrefslogtreecommitdiff
path: root/ftp/netdumpd
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2017-06-13 16:39:43 +0000
committerMark Johnston <markj@FreeBSD.org>2017-06-13 16:39:43 +0000
commit058ed6368548666567d69d8d55ad0bd848abd880 (patch)
tree60b058d362e21819ff318a0581ce130eec8cd7ad /ftp/netdumpd
parent8a452fca510ce6016e0b288e73346449ea1d78ce (diff)
downloadports-058ed6368548666567d69d8d55ad0bd848abd880.tar.gz
ports-058ed6368548666567d69d8d55ad0bd848abd880.zip
Add port ftp/netdumpd.
This package contains a daemon which is used to receive kernel dumps over a network from a panicking kernel. The protocol uses UDP and is similar to TFTP. Client support for FreeBSD is currently in progress. Reviewed by: bdrewery Approved by: bdrewery Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D11165
Notes
Notes: svn path=/head/; revision=443511
Diffstat (limited to 'ftp/netdumpd')
-rw-r--r--ftp/netdumpd/Makefile22
-rw-r--r--ftp/netdumpd/distinfo3
-rw-r--r--ftp/netdumpd/pkg-descr7
3 files changed, 32 insertions, 0 deletions
diff --git a/ftp/netdumpd/Makefile b/ftp/netdumpd/Makefile
new file mode 100644
index 000000000000..641b037d7aa8
--- /dev/null
+++ b/ftp/netdumpd/Makefile
@@ -0,0 +1,22 @@
+# Created by: Mark Johnston <markj@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= netdumpd
+PORTVERSION= 20170612
+CATEGORIES= ftp
+MASTER_SITES= LOCAL/markj
+
+MAINTAINER= markj@FreeBSD.org
+COMMENT= UDP server capable of handling netdump transfers
+
+LICENSE= BSD2CLAUSE
+
+IGNORE_FreeBSD_10= Depends on libcasper
+
+MAKE_ARGS+= BINDIR=${PREFIX}/sbin
+MAKE_ARGS+= MANDIR=${PREFIX}/man/man
+MAKE_ARGS+= SCRIPTSDIR=${PREFIX}/etc/rc.d
+
+PLIST_FILES= sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz etc/rc.d/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/ftp/netdumpd/distinfo b/ftp/netdumpd/distinfo
new file mode 100644
index 000000000000..4e83f8cec91a
--- /dev/null
+++ b/ftp/netdumpd/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1497305077
+SHA256 (netdumpd-20170612.tar.gz) = debf517491d1a22eb5db428c01d1ef1a382982913385c92c87c65204d4cf06db
+SIZE (netdumpd-20170612.tar.gz) = 14548
diff --git a/ftp/netdumpd/pkg-descr b/ftp/netdumpd/pkg-descr
new file mode 100644
index 000000000000..e0cc73d7a5ca
--- /dev/null
+++ b/ftp/netdumpd/pkg-descr
@@ -0,0 +1,7 @@
+UDP server capable of handling netdump transfers
+
+This package contains a daemon which is used to receive
+kernel dumps over a network from a panicking kernel. The
+protocol uses UDP and is similar to TFTP.
+
+WWW: https://github.com/markjdb/netdumpd