Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 169 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 169 Rev 173
1
Source: prayer
1
Source: prayer
2
Section: mail
2
Section: mail
3
Priority: optional
3
Priority: optional
4
Maintainer: Magnus Holmgren <holmgren@debian.org>
4
Maintainer: Magnus Holmgren <holmgren@debian.org>
5
Build-Depends: debhelper (>= 9), libc-client2007e-dev | libc-client-dev,
5
Build-Depends: debhelper (>= 9), libc-client2007e-dev | libc-client-dev,
6
 libldap2-dev, zlib1g-dev, libssl-dev (>= 0.9.6), libdb-dev, libtidy-dev
6
 libldap2-dev, zlib1g-dev, libssl-dev (>= 0.9.6), libdb-dev, libtidy-dev
7
Standards-Version: 3.9.8
7
Standards-Version: 4.2.1
8
Vcs-Svn: svn://svn.kibibyte.se/prayer/trunk
8
Vcs-Svn: svn://svn.kibibyte.se/prayer/trunk
9
Vcs-Browser: http://svn.kibibyte.se/prayer
9
Vcs-Browser: http://svn.kibibyte.se/prayer
10
Homepage: http://www-uxsup.csx.cam.ac.uk/~dpc22/prayer/
10
Homepage: http://www-uxsup.csx.cam.ac.uk/~dpc22/prayer/
11
11
12
Package: prayer
12
Package: prayer
13
Architecture: any
13
Architecture: any
14
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, ssl-cert (>= 1.0.11),
14
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, ssl-cert (>= 1.0.11),
15
         lsb-base (>= 3.0-6), logrotate, default-mta | mail-transport-agent
15
         lsb-base (>= 3.0-6), logrotate, default-mta | mail-transport-agent
16
Suggests: prayer-accountd, prayer-templates-src, imap-server, aspell | ispell
16
Suggests: prayer-accountd, prayer-templates-src, imap-server, aspell | ispell
17
Description: standalone IMAP-based webmail server
17
Description: standalone IMAP-based webmail server
18
 Prayer is yet another Webmail interface.
18
 Prayer is yet another Webmail interface.
19
 .
19
 .
20
 It is unusual in that it is a complete, standalone, HTTP server and proxy
20
 It is unusual in that it is a complete, standalone, HTTP server and proxy
21
 rather a Apache/mod_php plugin. Prayer maintains persistent connections to
21
 rather a Apache/mod_php plugin. Prayer maintains persistent connections to
22
 the IMAP server and is written entirely in C. Consequently it is much
22
 the IMAP server and is written entirely in C. Consequently it is much
23
 faster than most open source Webmail interfaces and puts very little load
23
 faster than most open source Webmail interfaces and puts very little load
24
 on either the machines running the Web server or the backend IMAP servers
24
 on either the machines running the Web server or the backend IMAP servers
25
 (even if traditional Unix format mailfolders are in use).
25
 (even if traditional Unix format mailfolders are in use).
26
 .
26
 .
27
 Prayer has very few external dependencies as user preferences are stored on
27
 Prayer has very few external dependencies as user preferences are stored on
28
 the IMAP server rather than in a SQL database. It does however implement a
28
 the IMAP server rather than in a SQL database. It does however implement a
29
 full range of features and user preference settings.
29
 full range of features and user preference settings.
30
30
31
Package: prayer-templates-src
31
Package: prayer-templates-src
32
Architecture: all
32
Architecture: all
33
Depends: ${misc:Depends}
33
Depends: ${misc:Depends}
34
Recommends: prayer (>= 1.3.0)
34
Recommends: prayer (>= 1.3.0)
35
Replaces: prayer-templates (<< 1.3.2-dfsg1-2)
35
Replaces: prayer-templates (<< 1.3.2-dfsg1-2)
36
Breaks: prayer-templates (<< 1.3.2-dfsg1-2)
36
Breaks: prayer-templates (<< 1.3.2-dfsg1-2)
37
Suggests: prayer-templates-dev
37
Suggests: prayer-templates-dev
38
Description: templates for customizing Prayer Webmail
38
Description: templates for customizing Prayer Webmail
39
 Prayer is yet another Webmail interface.
39
 Prayer is yet another Webmail interface.
40
 .
40
 .
41
 It is unusual in that it is a complete, standalone, HTTP server and proxy
41
 It is unusual in that it is a complete, standalone, HTTP server and proxy
42
 rather a Apache/mod_php plugin. Prayer maintains persistent connections to
42
 rather a Apache/mod_php plugin. Prayer maintains persistent connections to
43
 the IMAP server and is written entirely in C. Consequently it is much
43
 the IMAP server and is written entirely in C. Consequently it is much
44
 faster than most open source Webmail interfaces and puts very little load
44
 faster than most open source Webmail interfaces and puts very little load
45
 on either the machines running the Web server or the backend IMAP servers
45
 on either the machines running the Web server or the backend IMAP servers
46
 (even if traditional Unix format mailfolders are in use).
46
 (even if traditional Unix format mailfolders are in use).
47
 .
47
 .
48
 This package contains, in source form, the templates for the HTML
48
 This package contains, in source form, the templates for the HTML
49
 that Prayer outputs.
49
 that Prayer outputs.
50
 .
50
 .
51
 As all the templates are included with the main prayer package in
51
 As all the templates are included with the main prayer package in
52
 compiled form, you only need to install this package if you need to
52
 compiled form, you only need to install this package if you need to
53
 customize one or more pages and you want something to start from.
53
 customize one or more pages and you want something to start from.
54
54
55
Package: prayer-templates-dev
55
Package: prayer-templates-dev
56
Architecture: any
56
Architecture: any
57
Depends: ${shlibs:Depends}, ${misc:Depends}, make, gcc
57
Depends: ${shlibs:Depends}, ${misc:Depends}, make, gcc
58
Suggests: prayer-templates-src, prayer
58
Suggests: prayer-templates-src, prayer
59
Description: tools for compiling Prayer templates
59
Description: tools for compiling Prayer templates
60
 Prayer is yet another Webmail interface.
60
 Prayer is yet another Webmail interface.
61
 .
61
 .
62
 It is unusual in that it is a complete, standalone, HTTP server and proxy
62
 It is unusual in that it is a complete, standalone, HTTP server and proxy
63
 rather a Apache/mod_php plugin. Prayer maintains persistent connections to
63
 rather a Apache/mod_php plugin. Prayer maintains persistent connections to
64
 the IMAP server and is written entirely in C. Consequently it is much
64
 the IMAP server and is written entirely in C. Consequently it is much
65
 faster than most open source Webmail interfaces and puts very little load
65
 faster than most open source Webmail interfaces and puts very little load
66
 on either the machines running the Web server or the backend IMAP servers
66
 on either the machines running the Web server or the backend IMAP servers
67
 (even if traditional Unix format mailfolders are in use).
67
 (even if traditional Unix format mailfolders are in use).
68
 .
68
 .
69
 Prayer uses its own macro expansion language for the HTML it
69
 Prayer uses its own macro expansion language for the HTML it
70
 outputs. This package contains the programs and scripts needed to
70
 outputs. This package contains the programs and scripts needed to
71
 build template libraries, as well as a makefile to facilitate the
71
 build template libraries, as well as a makefile to facilitate the
72
 process.
72
 process.
73
73
74
Package: prayer-accountd
74
Package: prayer-accountd
75
Architecture: any
75
Architecture: any
76
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6)
76
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6)
77
Suggests: prayer
77
Suggests: prayer
78
Recommends: exim4
78
Recommends: exim4
79
Description: account management daemon for Prayer
79
Description: account management daemon for Prayer
80
 Prayer is yet another Webmail interface.
80
 Prayer is yet another Webmail interface.
81
 .
81
 .
82
 It is unusual in that it is a complete, standalone, HTTP server and proxy
82
 It is unusual in that it is a complete, standalone, HTTP server and proxy
83
 rather a Apache/mod_php plugin. Prayer maintains persistent connections to
83
 rather a Apache/mod_php plugin. Prayer maintains persistent connections to
84
 the IMAP server and is written entirely in C. Consequently it is much
84
 the IMAP server and is written entirely in C. Consequently it is much
85
 faster than most open source Webmail interfaces and puts very little load
85
 faster than most open source Webmail interfaces and puts very little load
86
 on either the machines running the Web server or the backend IMAP servers
86
 on either the machines running the Web server or the backend IMAP servers
87
 (even if traditional Unix format mailfolders are in use).
87
 (even if traditional Unix format mailfolders are in use).
88
 .
88
 .
89
 This package contains a daemon that can do the following for users:
89
 This package contains a daemon that can do the following for users:
90
 .
90
 .
91
  * Change passwords
91
  * Change passwords
92
  * Change their full name
92
  * Change their full name
93
  * Manage mail filtering (requires Exim) and forwarding
93
  * Manage mail filtering (requires Exim) and forwarding
94
  * Manage vacation messages and logs
94
  * Manage vacation messages and logs
95
 .
95
 .
96
 NOTE: This package is currently not very useful.
96
 NOTE: This package is currently not very useful.