File: control

package info (click to toggle)
libauthen-sasl-perl 2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 324 kB
  • ctags: 320
  • sloc: perl: 4,029; makefile: 42
file content (31 lines) | stat: -rw-r--r-- 1,345 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
25
26
27
28
29
30
31
Source: libauthen-sasl-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8.0-7), libdigest-hmac-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>, Florian Ragwitz <rafl@debian.org>, Gunnar Wolf <gwolf@debian.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Authen-SASL/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libauthen-sasl-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-sasl-perl/

Package: libauthen-sasl-perl
Section: perl
Architecture: all
Depends: ${perl:Depends}
Suggests: libdigest-hmac-perl, libgssapi-perl
Replaces: libnet-ldap-perl (<= 0.26-2)
Description: Authen::SASL - SASL Authentication framework
 SASL is a generic mechanism for authentication used by several network
 protocols. Authen::SASL provides an implementation framework that all
 protocols should be able to share.
 .
 The framework allows different implementations of the connection class
 to be plugged in. At the time of writing there were two such plugins:
  - Authen::SASL::Perl
    This module implements several mechanisms and is implemented
    entirely in Perl.
  - Authen::SASL::Cyrus
    This module uses the Cyrus SASL C-library (both version 1 and 2 are
    supported).