Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2009 05:22:33 +0300 (MSK)
From:      Dmitry Shulgachik <legh@legh.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
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.
Message-ID:  <200901040222.n042MXXi077153@legh.ru>
Resent-Message-ID: <200901040230.n042U1VB051790@freefall.freebsd.org>

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

>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 <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:
	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 <legh@legh.ru>
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 <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
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 <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.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:



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