File: control

package info (click to toggle)
php-mail 1.1.14-1%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 132 kB
  • ctags: 219
  • sloc: php: 759; xml: 201; makefile: 56
file content (25 lines) | stat: -rw-r--r-- 917 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
Source: php-mail
Section: web
Priority: optional
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Uploaders: Thijs Kinkhorst <thijs@debian.org>
Build-Depends: debhelper (>= 5.0)
Build-Depends-Indep: php-pear
Vcs-Svn: svn://svn.debian.org/pkg-php/pear/php-mail/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-php/pear/php-mail/trunk
Homepage: http://pear.php.net/package/Mail
Standards-Version: 3.7.3

Package: php-mail
Architecture: all
Depends: php-pear
Recommends: php-net-smtp
Replaces: php4-pear (<< 4:4.4.0-0)
Description: PHP PEAR module for sending email
 PEAR's Mail:: package defines the interface for implementing mailers
 under the PEAR hierarchy, and provides supporting functions useful
 in multiple mailer backends. Currently supported are native PHP mail()
 function, sendmail and SMTP.
 .
 This package also provides a RFC 822 Email address list validation
 utility class.