From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 4 02:30:02 2009 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 796D21065672 for ; Sun, 4 Jan 2009 02:30: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 51CB38FC14 for ; Sun, 4 Jan 2009 02:30: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 n042U1L2051796 for ; Sun, 4 Jan 2009 02:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n042U1VB051790; Sun, 4 Jan 2009 02:30:01 GMT (envelope-from gnats) Resent-Date: Sun, 4 Jan 2009 02:30:01 GMT Resent-Message-Id: <200901040230.n042U1VB051790@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 D892E10656E1 for ; Sun, 4 Jan 2009 02:22:29 +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 51C508FC13 for ; Sun, 4 Jan 2009 02:22:28 +0000 (UTC) (envelope-from root@legh.ru) Received: from localhost (localh [127.0.0.5]) by mail.up55.ru (Postfix) with SMTP id 73D4E9FED94 for ; Sun, 4 Jan 2009 05:22:36 +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 9C9699FED93; Sun, 4 Jan 2009 05:22:35 +0300 (MSK) Received: (from root@localhost) by legh.ru (8.14.3/8.14.3/Submit) id n042MXXi077153; Sun, 4 Jan 2009 05:22:33 +0300 (MSK) (envelope-from root) Message-Id: <200901040222.n042MXXi077153@legh.ru> Date: Sun, 4 Jan 2009 05:22:33 +0300 (MSK) From: Dmitry Shulgachik To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: miwi@FreeBSD.org Subject: ports/130148: New port: update for ports/130081 . 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: Sun, 04 Jan 2009 02:30:02 -0000 >Number: 130148 >Category: ports >Synopsis: New port: update for ports/130081 . sysutils/jx This is a perl wrapper to "jexec" with more feature. >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 04 02:30:01 UTC 2009 >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: Previous archive (ports/130081) for old version of program. This is a new version. >Fix: --- shar-1.sh begins here --- # 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 Shulgachik X# X# $FreeBSD$ X# X XPORTNAME= jx XPORTVERSION= 1.10 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 Xpost-patch: X.if !defined(WITHOUT_CONFIG) X ${REINPLACE_CMD} -e 's/use constant use_config => 0;/use constant use_config => 1;/' ${WRKSRC}/${PORTNAME}.pl 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.10.tar.gz) = ce9f6fb47870cdd7795408180d07986b XSHA256 (jx-1.10.tar.gz) = ded02230a5422bf8b9c01809edbf5002a6e2bca1760bedc00022ca620d244dbb XSIZE (jx-1.10.tar.gz) = 3379 2dbbeff56bb3f3e16f3e85d027484ac1 exit --- shar-1.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: