From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 31 13:40:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E6B11065672 for ; Wed, 31 Dec 2008 13:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 258228FC16 for ; Wed, 31 Dec 2008 13:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mBVDe1ac027845 for ; Wed, 31 Dec 2008 13:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBVDe10R027844; Wed, 31 Dec 2008 13:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 31 Dec 2008 13:40:01 GMT Resent-Message-Id: <200812311340.mBVDe10R027844@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Shulgachik Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1A10106564A for ; Wed, 31 Dec 2008 13:31:16 +0000 (UTC) (envelope-from root@legh.ru) Received: from mail.up55.ru (mail.up55.ru [77.246.107.69]) by mx1.freebsd.org (Postfix) with ESMTP id 873DF8FC1F for ; Wed, 31 Dec 2008 13:31:16 +0000 (UTC) (envelope-from root@legh.ru) Received: from localhost (localh [127.0.0.5]) by mail.up55.ru (Postfix) with SMTP id 12A619FED92 for ; Wed, 31 Dec 2008 16:20:50 +0300 (MSK) Received: from legh.ru (localh [127.0.0.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.up55.ru (Postfix) with ESMTPS id 089B09FED91; Wed, 31 Dec 2008 16:20:50 +0300 (MSK) Received: (from root@localhost) by legh.ru (8.14.3/8.14.3/Submit) id mBVDKmVX048034; Wed, 31 Dec 2008 16:20:48 +0300 (MSK) (envelope-from root) Message-Id: <200812311320.mBVDKmVX048034@legh.ru> Date: Wed, 31 Dec 2008 16:20:48 +0300 (MSK) From: Dmitry Shulgachik To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: legh@legh.ru Subject: ports/130081: New port: sysutils/jx This is a perl wrapper to "jexec" with more feature. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Shulgachik List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2008 13:40:02 -0000 >Number: 130081 >Category: ports >Synopsis: New port: sysutils/jx This is a perl wrapper to "jexec" with more feature. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 31 13:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dmitry Shulgachik >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD legh.ru 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Sun Dec 14 15:20:31 MSK 2008 root@home.legh.ru:/usr/obj/usr/src/sys/LEGH_KERNEL i386 >Description: Wrapper to jexec with more feature in interpreting jail id >How-To-Repeat: >Fix: # 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: # # jx # jx/Makefile # jx/pkg-descr # jx/distinfo # echo c - jx mkdir -p jx > /dev/null 2>&1 echo x - jx/Makefile sed 's/^X//' >jx/Makefile << 'e149561b2b40fbcdbddf7e4c9ec57e6a' X# New ports collection makefile for: jx X# Date created: 15 December 2008 X# Whom: Dmitry Shlgachik X# X# $FreeBSD$ X# X XPORTNAME= jx XPORTVERSION= 1.0 XCATEGORIES= sysutils XMASTER_SITES= http://legh.ru/wp-content/uploads/jx/ X XMAINTAINER= legh@legh.ru XCOMMENT= Wrapper to jexec with more feature in interpreting jail id X XNO_BUILD= yes XUSE_PERL5_RUN= yes X XPLIST_FILES= bin/${PORTNAME} X XMAN1= jx.1 XMANCOMPRESSED= yes X XOPTIONS= CONFIG "Enable custom config (recuire Config::General)" Off X X.include X X.if !defined(WITHOUT_CONFIG) XRUN_DEPENDS= ${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General XPLIST_FILES+= etc/${PORTNAME}.cfg.sample X.endif X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} X ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.gz ${PREFIX}/man/man1/${PORTNAME}.1.gz X.if !defined(WITHOUT_CONFIG) X ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.cfg.sample ${PREFIX}/etc/${PORTNAME}.cfg.sample X.endif X X.include e149561b2b40fbcdbddf7e4c9ec57e6a echo x - jx/pkg-descr sed 's/^X//' >jx/pkg-descr << '3f67b5d728caae2d52c658e5b6f32917' XThis is a perl wrapper to "jexec" with more feature. X XScript takes system jail id, rc.conf order id, full hostname of jail or Xrc.conf name of jail. If no command for jail is given - run default X('bash' or other). X XNo additional software or tools like "jailer" are needed. X XWWW: http://legh.ru/jx/ X X- Dmiry Shulgachik Xlegh@legh.ru 3f67b5d728caae2d52c658e5b6f32917 echo x - jx/distinfo sed 's/^X//' >jx/distinfo << '2dbbeff56bb3f3e16f3e85d027484ac1' XMD5 (jx-1.0.tar.gz) = b2729bb922161838099538f1be714d07 XSHA256 (jx-1.0.tar.gz) = 01ba39d128878545b9d0ff4904ea09fda2e0f1dcdad87f33439c398117d2778b XSIZE (jx-1.0.tar.gz) = 2975 2dbbeff56bb3f3e16f3e85d027484ac1 exit >Release-Note: >Audit-Trail: >Unformatted: