aboutsummaryrefslogtreecommitdiff
path: root/sysutils/jaildaemon
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-03-19 20:13:16 +0000
committerChris Rees <crees@FreeBSD.org>2013-03-19 20:13:16 +0000
commit86266bf2fabcfe053e414b1ebbc358b006c3dd23 (patch)
treea1edfca4e7f8202b3054d915abc6fe1a2988e00c /sysutils/jaildaemon
parent7ecc6b5db715acebacde0a553d19a11aa1ba62d1 (diff)
Jaildaemon provides services for a fixed command-line interface between
FreeBSD jails and their host system WWW: http://erdgeist.org/arts/software/jaildaemon/ PR: ports/176918 Submitted by: Dirk Engling <erdgeist@erdgeist.org>
Notes
Notes: svn path=/head/; revision=314684
Diffstat (limited to 'sysutils/jaildaemon')
-rw-r--r--sysutils/jaildaemon/Makefile24
-rw-r--r--sysutils/jaildaemon/distinfo2
-rw-r--r--sysutils/jaildaemon/pkg-descr4
3 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/jaildaemon/Makefile b/sysutils/jaildaemon/Makefile
new file mode 100644
index 000000000000..a63614eea92a
--- /dev/null
+++ b/sysutils/jaildaemon/Makefile
@@ -0,0 +1,24 @@
+# Created by: Dirk Engling <erdgeist@erdgeist.org>
+# $FreeBSD$
+
+PORTNAME= jaildaemon
+PORTVERSION= 0.1
+CATEGORIES= sysutils
+MASTER_SITES= http://erdgeist.org/arts/software/jaildaemon/
+
+MAINTAINER= erdgeist@erdgeist.org
+COMMENT= Fixed command-line interface for FreeBSD jails to their host system
+
+USE_BZIP2= yes
+
+PLIST_FILES= bin/jaildaemon \
+ etc/rc.d/jaildaemon
+MAN1= jaildaemon.1
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800000
+IGNORE= requires jail_get function from FreeBSD 8
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/sysutils/jaildaemon/distinfo b/sysutils/jaildaemon/distinfo
new file mode 100644
index 000000000000..adaf8b565a58
--- /dev/null
+++ b/sysutils/jaildaemon/distinfo
@@ -0,0 +1,2 @@
+SHA256 (jaildaemon-0.1.tar.bz2) = 1aa78ead24bd80724bc2fc0974096b6f3f761c58c4e16c467dfc04620bb93ed2
+SIZE (jaildaemon-0.1.tar.bz2) = 9112
diff --git a/sysutils/jaildaemon/pkg-descr b/sysutils/jaildaemon/pkg-descr
new file mode 100644
index 000000000000..929dbfbf33fe
--- /dev/null
+++ b/sysutils/jaildaemon/pkg-descr
@@ -0,0 +1,4 @@
+Jaildaemon provides services for a fixed command-line interface between
+FreeBSD jails and their host system
+
+WWW: http://erdgeist.org/arts/software/jaildaemon/