Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37041131
en ru br
Репозитории ALT
S:0.1-alt2
5.1: 0.1-alt1
4.1: 0.1-alt1
www.altlinux.org/Changes

Группа :: Работа с файлами
Пакет: bidilink

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: bidilink
Version: 0.1
Release: alt2

Summary: Bidirectional stream linker
Group: File tools
License: GPLv2+

Url: http://0pointer.de/lennart/projects/bidilink/

Source0: %name-%version.tar.gz

Packager: Igor Zubkov <icesik at altlinux.org>

# Automatically added by buildreq on Mon Jun 03 2013

BuildRequires: lynx xmltoman

%description
bidilink is a general purpose Unix tool for linking two bidirectional
data streams together. It extends the standard Unix "filter" paradigma
to bidrectional streams.

Version 0.1 is more or less stable. Its has the following stream
drivers:
* std: - STDIN, STDOUT of the process
* exec:PROGRAM - fork() off a process and use its STDIN and STDOUT
* tty:TTYDEVICE - Open a TTY device (like a serial port) as client
* pty:[PTYNAME] - Allocate a pseudo TTY device as master
* tcp-client:HOSTNAME:PORT - Connect to another or the local host via TCP/IP
* tcp-server:[IPADDRESS:]PORT - Listen on a local port and wait for
an incoming connection
* unix-client:SOCKNAME - Connect to a local Unix domain socket
* unix-server:SOCKNAME - Listen on a local Unix domain socket

%prep
%setup -q

%build
%configure
%make_build

%install
%make_install DESTDIR=%buildroot install

%files
%doc README
%_bindir/bidilink
%_man1dir/bidilink.*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin