Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2013 08:21:57 GMT
From:      Peter Toth <peter.toth@cellcontainer.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181959: New port: sysutils/zjail Management tool for ZFS based jails
Message-ID:  <201309090821.r898LvuG050711@oldred.freebsd.org>
Resent-Message-ID: <201309090830.r898U0xY058848@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181959
>Category:       ports
>Synopsis:       New port: sysutils/zjail Management tool for ZFS based jails
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 09 08:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Peter Toth
>Release:        
>Organization:
>Environment:
>Description:
Management tool for ZFS jails with VNET and RCTL support
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	zjail
#	zjail/pkg-descr
#	zjail/Makefile
#	zjail/pkg-message
#	zjail/distinfo
#	zjail/pkg-plist
#
echo c - zjail
mkdir -p zjail > /dev/null 2>&1
echo x - zjail/pkg-descr
sed 's/^X//' >zjail/pkg-descr << 'ab115732c07dbfc57b951b6e6b529add'
XManagement tool for ZFS Jails with:
X- VNET support
X- resource containers
X- hot cloning
X- compression
X- deduplication
X- soft and cold restart
X- boot priority
X
X..and many more features
X
XWWW: http://sourceforge.net/projects/zjails/
ab115732c07dbfc57b951b6e6b529add
echo x - zjail/Makefile
sed 's/^X//' >zjail/Makefile << 'a6badbac02b231e9f4298055c901f5a3'
X# Created by: Peter Toth peter.toth@cellcontainer.com
X# $FreeBSD$
X
XPORTNAME=	zjail
XPORTVERSION=	0.7
XCATEGORIES=	sysutils
XMASTER_SITES=	http://zjail.cellcontainer.com/distfiles/
X
XMAINTAINER=	zjail@cellcontainer.com
XCOMMENT=	Management tool for ZFS Jails with VNET and RCTL support
X
XRUN_DEPENDS=    p5-Getopt-Lucid:${PORTSDIR}/textproc/p5-Getopt-Lucid \
X		p5-Net-FTP-File:${PORTSDIR}/net/p5-Net-FTP-File \
X		p5-Perl6-Form:${PORTSDIR}/devel/p5-Perl6-Form
X
XNO_BUILD=	yes
X
XMAN8=		zjail.8
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 901000
XIGNORE=	does not work on FreeBSD < 9.1
X.endif
X
Xdo-install:
X	@${INSTALL_SCRIPT} ${WRKSRC}/zjail ${PREFIX}/sbin/zjail \
X	& ${INSTALL_MAN} ${WRKSRC}/man8/zjail.8 ${PREFIX}/man/man8/zjail.8 \
X	& ${INSTALL_SCRIPT} ${WRKSRC}/rc.d/zjail ${PREFIX}/etc/rc.d/zjail
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
a6badbac02b231e9f4298055c901f5a3
echo x - zjail/pkg-message
sed 's/^X//' >zjail/pkg-message << 'b4b32e1b8c6f316117eaa5fc920cf7ee'
X
X---------------------------------------------
X Please run "zjail install" to finish setup.
X---------------------------------------------
X
b4b32e1b8c6f316117eaa5fc920cf7ee
echo x - zjail/distinfo
sed 's/^X//' >zjail/distinfo << '062f31bbb01196809057411fe12dd1a0'
XSHA256 (zjail-0.7.tar.gz) = e8c4ab0f6fdfe10d3e07172e58edaacb84f5ab6ef1df3caa70df53fc8ef7f0a2
XSIZE (zjail-0.7.tar.gz) = 22542
062f31bbb01196809057411fe12dd1a0
echo x - zjail/pkg-plist
sed 's/^X//' >zjail/pkg-plist << 'ad49173a3fd14b54288de2e7cb82f3b6'
Xsbin/zjail
Xetc/rc.d/zjail
ad49173a3fd14b54288de2e7cb82f3b6
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309090821.r898LvuG050711>