File: control

package info (click to toggle)
libbot-basicbot-pluggable-perl 1.20-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 532 kB
  • ctags: 236
  • sloc: perl: 3,141; makefile: 17
file content (73 lines) | stat: -rw-r--r-- 2,911 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Source: libbot-basicbot-pluggable-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
               libmodule-build-perl
Build-Depends-Indep: libbot-basicbot-perl (>= 0.91),
                     libconfig-find-perl,
                     libcrypt-saltedhash-perl,
                     libdbd-sqlite3-perl,
                     libdbi-perl,
                     libdbm-deep-perl,
                     liblist-moreutils-perl,
                     liblog-log4perl-perl,
                     libmoose-perl,
                     libmoosex-getopt-perl,
                     libmoosex-simpleconfig-perl,
                     libpoe-perl,
                     libtext-unidecode-perl,
                     libtry-tiny-perl,
                     liburi-find-simple-perl,
                     liburi-perl,
                     liburi-title-perl,
                     libwww-perl,
                     libxml-feed-perl,
                     libyaml-libyaml-perl,
                     perl
Standards-Version: 4.0.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbot-basicbot-pluggable-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libbot-basicbot-pluggable-perl.git
Homepage: https://metacpan.org/release/Bot-BasicBot-Pluggable

Package: libbot-basicbot-pluggable-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libbot-basicbot-perl (>= 0.91),
         libconfig-find-perl,
         libcrypt-saltedhash-perl,
         libdbi-perl,
         libdbm-deep-perl,
         liblist-moreutils-perl,
         liblog-log4perl-perl,
         libmoose-perl,
         libmoosex-getopt-perl,
         libmoosex-simpleconfig-perl,
         libpoe-perl,
         libtext-unidecode-perl,
         libtry-tiny-perl,
         liburi-find-simple-perl,
         liburi-perl,
         liburi-title-perl,
         libwww-perl,
         libxml-feed-perl
Description: extended simple IRC bot for pluggable modules
 Bot::BasicBot::Pluggable started as Yet Another Infobot replacement,
 but now is a generalized framework for writing infobot-type bots that 
 lets you keep each specific function separate. You can have separate modules
 for factoid tracking, 'seen' status, karma, googling, etc.
 Included default modules are:
 .
  Auth    - user authentication and main access.
  DNS     - host lookup (e.g. nslookup and dns).
  Google  - search Google for things.
  Infobot - handles infobot-style factoids.
  Join    - joins and leaves channels.
  Karma   - tracks the popularity of things.
  Loader  - loads and unloads modules as bot commands.
  Seen    - tells you when people were last seen.
  Title   - gets the title of URLs mentioned in channel.
  Vars    - changes module variables.