ports/156757: New port: security/belier: easily cross several machines with ssh

Romain Garbage romain.garbage at gmail.com
Sun May 1 17:50:07 UTC 2011


>Number:         156757
>Category:       ports
>Synopsis:       New port: security/belier: easily cross several machines with ssh
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 01 17:50:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Romain Garbage
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD freebsd-laptop 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r220730M: Tue Apr 19 22:24:33 CEST 2011     root at freebsd-laptop:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
New port for belier. Belier is a python app that allows opening a shell or executing a command on a remote computer
through a SSH connection. The main feature of Belier is its ability to cross
several intermediate computers before realizing the job.

>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:
#
#	belier
#	belier/distinfo
#	belier/pkg-descr
#	belier/Makefile
#
echo c - belier
mkdir -p belier > /dev/null 2>&1
echo x - belier/distinfo
sed 's/^X//' >belier/distinfo << 'd936b8caf8bc8a34066ed531b9ad17b8'
XSHA256 (belier-1.2.tar.gz) = 9fe20425d0e061112c38288ce105bc7905a55c22836e801b310541b56e4df409
XSIZE (belier-1.2.tar.gz) = 9774
d936b8caf8bc8a34066ed531b9ad17b8
echo x - belier/pkg-descr
sed 's/^X//' >belier/pkg-descr << '8caf411b5a6d9b5557069847298bcbb5'
XBelier allows opening a shell or executing a command on a remote computer
Xthrough a SSH connection. The main feature of Belier is its ability to cross
Xseveral intermediate computers before realizing the job.
X
X    Belier reaches the final computer through intermediate machines.
X    You can execute commands with any account available on the remote computer.
X    It is possible to switch account on intermediate computers before accessing
X	the final computer.
X    You can open a data tunnel through every host you cross to the final host.
X    Belier generates one script for each final computer to reach.
X
XBelier aims to give a single system administrator a tool to work independently,
Xwithout requiring to modify the computers he has to cross, just using the
Xcurrent configurations of every machines he has to work with.
X
XWWW: http://www.ohmytux.com/belier/index.html
8caf411b5a6d9b5557069847298bcbb5
echo x - belier/Makefile
sed 's/^X//' >belier/Makefile << '2f83b7471cc78c7b83287d54754afed2'
X# New ports collection makefile for:	belier
X# Date created:							1 May 2011
X# Whom:									rokaz
X#
X# $FreeBSD$
X#
X
XPORTNAME=		belier
XPORTVERSION=	1.2
XCATEGORIES=		security net
XMASTER_SITES=	http://www.ohmytux.com/belier/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=		romain.garbage at gmail.com
XCOMMENT=		Belier allows automated openings of a shell or command \
X				executions on remote computers through ssh. The main feature \
X				is Belier\'s ability to cross several computers before joining \
X				the final machine.
X
XRUN_DEPENDS=	expect>=5.42.1:${PORTSDIR}/lang/expect
X
XPLIST_FILES=	lib/${PYTHON_VERSION}/site-packages/belier/corps.pyo \
X				lib/${PYTHON_VERSION}/site-packages/belier/terminal.pyc \
X				lib/${PYTHON_VERSION}/site-packages/belier/options.pyo \
X				lib/${PYTHON_VERSION}/site-packages/belier/corps.py \
X				lib/${PYTHON_VERSION}/site-packages/belier/__init__.pyo \
X				lib/${PYTHON_VERSION}/site-packages/belier/optionstunnel.pyc \
X				lib/${PYTHON_VERSION}/site-packages/belier/terminal.py \
X				lib/${PYTHON_VERSION}/site-packages/belier/__init__.py \
X				lib/${PYTHON_VERSION}/site-packages/belier/corps.pyc \
X				lib/${PYTHON_VERSION}/site-packages/belier/optionstunnel.py \
X				lib/${PYTHON_VERSION}/site-packages/belier/terminal.pyo \
X				lib/${PYTHON_VERSION}/site-packages/belier/options.pyc \
X				lib/${PYTHON_VERSION}/site-packages/belier/__init__.pyc \
X				lib/${PYTHON_VERSION}/site-packages/belier/options.py \
X				lib/${PYTHON_VERSION}/site-packages/belier/optionstunnel.pyo \
X				bin/bel \
X				share/locale/fr/LC_MESSAGES/bel.mo
XPLIST_DIRS=		lib/${PYTHON_VERSION}/site-packages/belier
X
XUSE_PYTHON=			2.4+
XUSE_PYDISTUTILS=	yes
X
X.include <bsd.port.mk>
2f83b7471cc78c7b83287d54754afed2
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list