File: control.in

package info (click to toggle)
libweb-id-perl 1.927-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 292 kB
  • sloc: perl: 1,381; makefile: 20; sh: 4
file content (38 lines) | stat: -rw-r--r-- 1,614 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
37
38
Source: libweb-id-perl
Section: perl
Priority: optional
Build-Depends: @cdbs@
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/pkg-perl/packages/libweb-id-perl
Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libweb-id-perl.git
Homepage: https://metacpan.org/release/Web-ID

Package: libweb-id-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: implementation of WebID (a.k.a. FOAF+SSL)
 WebID is a simple authentication protocol based on TLS (Transaction
 Layer Security, better known as Secure Socket Layer, SSL) and the
 Semantic Web. This module provides a Perl implementation for
 authenticating clients using WebID.
 .
 For more information see the Web::ID::FAQ document.
 .
 Bundled with this module are Plack::Middleware::Auth::WebID, a plugin
 for Plack to perform WebID authentication on HTTPS connections; and
 Web::ID::Certificate::Generator, a module that allows you to generate
 WebID-enabled certificates that can be installed into web browsers.
 .
 If WWW::Finger (libwww-finger-perl) is installed,
 Web::ID::Certificate::Generator attempts to locate some RDF data about
 the holder of an e-mail address provided as Web::ID::SAN::Email. It is
 probably not especially interoperable with other WebID implementations.
 .
 Depending on webserver setup, libplack-middleware-apache2-modssl-perl
 or libplack-middleware-gepokx-modssl-perl may be required.