mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
Belier 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. WWW: http://www.ohmytux.com/belier/index.html PR: ports/156757 Submitted by: rokaz
This commit is contained in:
parent
9a1787d9c9
commit
d4095d062b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276365
@ -34,6 +34,7 @@
|
||||
SUBDIR += bcwipe
|
||||
SUBDIR += bdc
|
||||
SUBDIR += beecrypt
|
||||
SUBDIR += belier
|
||||
SUBDIR += bfbtester
|
||||
SUBDIR += bioapi
|
||||
SUBDIR += blindelephant
|
||||
|
41
security/belier/Makefile
Normal file
41
security/belier/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# New ports collection makefile for: belier
|
||||
# Date created: 1 May 2011
|
||||
# Whom: rokaz
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= belier
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= http://www.ohmytux.com/belier/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= romain.garbage@gmail.com
|
||||
COMMENT= easily cross several machines with ssh
|
||||
|
||||
RUN_DEPENDS= expect>=5.42.1:${PORTSDIR}/lang/expect
|
||||
|
||||
PLIST_FILES= lib/${PYTHON_VERSION}/site-packages/belier/corps.pyo \
|
||||
lib/${PYTHON_VERSION}/site-packages/belier/terminal.pyc \
|
||||
lib/${PYTHON_VERSION}/site-packages/belier/options.pyo \
|
||||
lib/${PYTHON_VERSION}/site-packages/belier/corps.py \
|
||||
lib/${PYTHON_VERSION}/site-packages/belier/__init__.pyo \
|
||||
lib/${PYTHON_VERSION}/site-packages/belier/optionstunnel.pyc \
|
||||
lib/${PYTHON_VERSION}/site-packages/belier/terminal.py \
|
||||
lib/${PYTHON_VERSION}/site-packages/belier/__init__.py \
|
||||
lib/${PYTHON_VERSION}/site-packages/belier/corps.pyc \
|
||||
lib/${PYTHON_VERSION}/site-packages/belier/optionstunnel.py \
|
||||
lib/${PYTHON_VERSION}/site-packages/belier/terminal.pyo \
|
||||
lib/${PYTHON_VERSION}/site-packages/belier/options.pyc \
|
||||
lib/${PYTHON_VERSION}/site-packages/belier/__init__.pyc \
|
||||
lib/${PYTHON_VERSION}/site-packages/belier/options.py \
|
||||
lib/${PYTHON_VERSION}/site-packages/belier/optionstunnel.pyo \
|
||||
bin/bel \
|
||||
share/locale/fr/LC_MESSAGES/bel.mo
|
||||
PLIST_DIRS= lib/${PYTHON_VERSION}/site-packages/belier
|
||||
|
||||
USE_PYTHON= 2.6+
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/belier/distinfo
Normal file
2
security/belier/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (belier-1.2.tar.gz) = 9fe20425d0e061112c38288ce105bc7905a55c22836e801b310541b56e4df409
|
||||
SIZE (belier-1.2.tar.gz) = 9774
|
5
security/belier/pkg-descr
Normal file
5
security/belier/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Belier 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.
|
||||
|
||||
WWW: http://www.ohmytux.com/belier/index.html
|
Loading…
Reference in New Issue
Block a user