svn commit: r314684 - in head/sysutils: . jaildaemon

Chris Rees crees at FreeBSD.org
Tue Mar 19 20:13:18 UTC 2013


Author: crees
Date: Tue Mar 19 20:13:16 2013
New Revision: 314684
URL: http://svnweb.freebsd.org/changeset/ports/314684

Log:
  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 at erdgeist.org>

Added:
  head/sysutils/jaildaemon/
  head/sysutils/jaildaemon/Makefile   (contents, props changed)
  head/sysutils/jaildaemon/distinfo   (contents, props changed)
  head/sysutils/jaildaemon/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Tue Mar 19 20:12:33 2013	(r314683)
+++ head/sysutils/Makefile	Tue Mar 19 20:13:16 2013	(r314684)
@@ -404,6 +404,7 @@
     SUBDIR += jail2
     SUBDIR += jailadmin
     SUBDIR += jailctl
+    SUBDIR += jaildaemon
     SUBDIR += jailer
     SUBDIR += jailme
     SUBDIR += jailrc

Added: head/sysutils/jaildaemon/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/jaildaemon/Makefile	Tue Mar 19 20:13:16 2013	(r314684)
@@ -0,0 +1,24 @@
+# Created by: Dirk Engling <erdgeist at erdgeist.org>
+# $FreeBSD$
+
+PORTNAME=	jaildaemon
+PORTVERSION=	0.1
+CATEGORIES=	sysutils
+MASTER_SITES=	http://erdgeist.org/arts/software/jaildaemon/
+
+MAINTAINER=	erdgeist at 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>

Added: head/sysutils/jaildaemon/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/jaildaemon/distinfo	Tue Mar 19 20:13:16 2013	(r314684)
@@ -0,0 +1,2 @@
+SHA256 (jaildaemon-0.1.tar.bz2) = 1aa78ead24bd80724bc2fc0974096b6f3f761c58c4e16c467dfc04620bb93ed2
+SIZE (jaildaemon-0.1.tar.bz2) = 9112

Added: head/sysutils/jaildaemon/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/jaildaemon/pkg-descr	Tue Mar 19 20:13:16 2013	(r314684)
@@ -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/


More information about the svn-ports-all mailing list