From nobody@FreeBSD.org  Tue Jan  5 15:11:52 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6174E1065696
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  5 Jan 2010 15:11:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 507158FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  5 Jan 2010 15:11:52 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o05FBqHL043660
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 5 Jan 2010 15:11:52 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o05FBqQa043659;
	Tue, 5 Jan 2010 15:11:52 GMT
	(envelope-from nobody)
Message-Id: <201001051511.o05FBqQa043659@www.freebsd.org>
Date: Tue, 5 Jan 2010 15:11:52 GMT
From: Steve Wills <steve@mouf.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: new port: security/isolate
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         142350
>Category:       ports
>Synopsis:       new port: security/isolate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 05 15:20:01 UTC 2010
>Closed-Date:    Sun Jan 24 20:53:06 UTC 2010
>Last-Modified:  Sun Jan 24 20:53:06 UTC 2010
>Originator:     Steve Wills
>Release:        
>Organization:
>Environment:
>Description:
new port, see attached
>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:
#
#	security/isolate
#	security/isolate/pkg-descr
#	security/isolate/Makefile
#	security/isolate/pkg-plist
#	security/isolate/distinfo
#
echo c - security/isolate
mkdir -p security/isolate > /dev/null 2>&1
echo x - security/isolate/pkg-descr
sed 's/^X//' >security/isolate/pkg-descr << '85af5ad9a506006e2008a9c9e00a5218'
Xisolate runs processes in a chroot-ed environment, with constrained resource
Xlimits, as a random UID, and with limited access to the X server
X
XWWW:	http://code.google.com/p/isolate/
85af5ad9a506006e2008a9c9e00a5218
echo x - security/isolate/Makefile
sed 's/^X//' >security/isolate/Makefile << 'ceae9184234ef34aeb87e9460ac47bf6'
X# New ports collection makefile for:	isolate
X# Date created:		2010-01-05
X# Whom:			Steve Wills <steve@mouf.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	isolate
XPORTVERSION=    20100105
XCATEGORIES=     security
XMASTER_SITES=   http://meatwad.mouf.net/~steve/
X
XMAINTAINER=	steve@mouf.net
XCOMMENT=	Runs processes in a restricted environment
X
XUSE_GMAKE=	yes
XALL_TARGET=	isolate
X
Xpost-patch:
X	        @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
X
X.include <bsd.port.pre.mk>
X.include <bsd.port.post.mk>
ceae9184234ef34aeb87e9460ac47bf6
echo x - security/isolate/pkg-plist
sed 's/^X//' >security/isolate/pkg-plist << 'ca9d469c6162f746c79a84327da23c34'
X@comment $FreeBSD$
Xbin/isolate
Xman/man1/isolate.1.gz
ca9d469c6162f746c79a84327da23c34
echo x - security/isolate/distinfo
sed 's/^X//' >security/isolate/distinfo << '69b55ac853983f776a7350e96c7b7008'
XMD5 (isolate-20100105.tar.gz) = 09667f8a886c6e73eac5343c6bac678c
XSHA256 (isolate-20100105.tar.gz) = c74d3d6f9d90f2bec3af6766bc74efd200bcd81a0a4467d0c703795419df78c7
XSIZE (isolate-20100105.tar.gz) = 20911
69b55ac853983f776a7350e96c7b7008
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Tue Jan 5 16:05:25 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142350 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/142350: commit references a PR
Date: Sun, 24 Jan 2010 20:46:52 +0000 (UTC)

 wxs         2010-01-24 20:46:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security             Makefile 
   Added files:
     security/isolate     Makefile distinfo pkg-descr 
   Log:
   isolate runs processes in a chroot-ed environment, with constrained resource
   limits, as a random UID, and with limited access to the X server
   
   WWW:    http://code.google.com/p/isolate/
   
   PR:             ports/142350
   Submitted by:   Steve Wills <steve@mouf.net>
   
   Revision  Changes    Path
   1.1078    +1 -0      ports/security/Makefile
   1.1       +31 -0     ports/security/isolate/Makefile (new)
   1.1       +3 -0      ports/security/isolate/distinfo (new)
   1.1       +4 -0      ports/security/isolate/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Sun Jan 24 20:53:05 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142350 
>Unformatted:
