File: control

package info (click to toggle)
analog 2%3A6.0.17-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,976 kB
  • sloc: ansic: 45,762; makefile: 282; perl: 249; sh: 46
file content (35 lines) | stat: -rw-r--r-- 1,181 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
32
33
34
35
Source: analog
Section: web
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dpkg-dev (>= 1.9.0),
               libbz2-dev,
               libgd-dev,
               libjpeg-dev,
               libpcre2-dev,
               libpng-dev,
               libz-dev
Maintainer: Lourisvaldo Figueredo Junior <lourisvaldo@figueredo.tec.br>
Standards-Version: 4.6.1
Homepage: https://www.c-amie.co.uk/software/analog
Vcs-Git: https://salsa.debian.org/debian/analog.git
Vcs-Browser: https://salsa.debian.org/debian/analog
Rules-Requires-Root: no

Package: analog
Architecture: any
Depends: perl, ${misc:Depends}, ${shlibs:Depends}
Suggests: apache2 | httpd, rmagic
Description: web server log analyzer
 Analog is a fast log file processor that generates usage statistic reports
 for web servers.
 .
 Features:
  - Fast: can process millions of lines per minute;
  - Scalable;
  - Flexible: the default output is well suited for many needs but there
    are many options and 32 alternative report styles;
  - Internationalized output;
  - HTML output (compliant with standards);
  - Handles many log file formats;
  - Uses a command-line interface or a web interface.