Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Dec 2008 16:20:48 +0300 (MSK)
From:      Dmitry Shulgachik <legh@legh.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        legh@legh.ru
Subject:   ports/130081: New port: sysutils/jx This is a perl wrapper to "jexec" with more feature.
Message-ID:  <200812311320.mBVDKmVX048034@legh.ru>
Resent-Message-ID: <200812311340.mBVDe10R027844@freefall.freebsd.org>

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

>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 <legh@legh.ru>
>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 <legh@legh.ru>
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 <bsd.port.pre.mk>
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 <bsd.port.post.mk>
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:



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