File: control

package info (click to toggle)
perlindex 1.606-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 284 kB
  • ctags: 2
  • sloc: perl: 558; sh: 72; makefile: 7
file content (43 lines) | stat: -rw-r--r-- 1,626 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
39
40
41
42
43
Source: perlindex
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Ignace Mouzannar <mouzannar@gmail.com>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               po-debconf
Build-Depends-Indep: perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/perlindex.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/perlindex.git
Homepage: https://metacpan.org/release/perlindex/

Package: libtext-english-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: Perl module implementing the Porter Stemming algorithm
 libtext-english-perl implements the Porter Stemming algorithm in pure
 Perl.
 .
 The Porter stemming algorithm is a process for removing the commoner
 morphological and inflexional endings from words in English. Its main
 use is as part of a term normalisation process that is usually done
 when setting up Information Retrieval systems.

Package: perlindex
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libtext-english-perl (= ${binary:Version}),
         libterm-readkey-perl
Recommends: libio-stringy-perl
Description: Perl manual pages index and query application
 Perlindex is a program to index and search the perl documentation. 
 .
 An index database must be built that will store keywords for *all* 
 perl and installed modules man pages.
 .
 Then perlindex can be run and will present the user the most likely 
 choice for documentation.