File: control

package info (click to toggle)
libpoe-component-pcap-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 96 kB
  • ctags: 25
  • sloc: perl: 396; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 1,010 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libpoe-component-pcap-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: libnet-pcap-perl, libnetpacket-perl,
 libpoe-perl, netbase, perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Benoit Mortier <benoit.mortier@opensides.be>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/POE-Component-Pcap/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-pcap-perl
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-component-pcap-perl

Package: libpoe-component-pcap-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libnet-pcap-perl,
 libnetpacket-perl, libpoe-perl
Description: POE Interface to Net::Pcap
 POE::Component::Pcap provides a wrapper for using the Net::Pcap module
 from POE programs.  The component creates a separate session which
 posts events to a specified session and state when packets are
 available.
 .