Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37510315
en ru br
ALT Linux repos
S:1.16-alt1
5.0: 1.08-alt1
4.1: 1.08-alt1
4.0: 1.08-alt1
3.0: 1.08-alt1

Group :: Development/Perl
RPM: perl-IO-Multiplex

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define module IO-Multiplex

Name: perl-%module
Version: 1.16
Release: alt1

Summary: IO::Multiplex - Manage IO on many file handles
License: Perl
Group: Development/Perl

Url: %CPAN %module
Source: http://www.cpan.org/authors/id/B/BB/BBB/IO-Multiplex-%{version}.tar.gz

BuildArch: noarch

# Automatically added by buildreq on Sun Apr 10 2011

BuildRequires: perl-devel

%description
IO::Multiplex is designed to take the effort out of managing multiple file
handles. It is essentially a really fancy front-end to the C<select> system
call. In addition to maintaining the C<select> loop, it buffers all input and
output to/from the file handles. It can also accept incoming connections on one
or more listen sockets.

%prep
%setup -n %module-%version

%build
%perl_vendor_build

%install
%perl_vendor_install
install -pDm755 contrib/portfw %buildroot%_bindir/portfw

%files
%_bindir/*
%perl_vendor_privlib/IO

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin