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
|
Source: sendpage
Section: comm
Priority: extra
Maintainer: Kees Cook <kees@debian.org>
Build-Depends: debhelper (>= 6.0.0), quilt
Build-Depends-Indep: perl (>= 5.6.1-6), libdevice-serialport-perl (>= 1.04), libmailtools-perl (>= 1.40), libnet-perl, libnet-snpp-perl, libdbi-perl
Standards-Version: 3.8.1
Homepage: http://sendpage.org/
Vcs-Svn: https://sendpage.svn.sourceforge.net/svnroot/sendpage
Vcs-Browser: http://sendpage.svn.sourceforge.net/viewvc/sendpage/sendpage/
Package: sendpage-server
Architecture: all
Suggests: postfix | mail-transport-agent, sendpage-client
Depends: ${misc:Depends},${perl:Depends}, sendpage-common (= ${binary:Version}), adduser
Description: server used to queue and send alpha-numeric text pages via TAP
To send alphanumeric pages to a pager, if an email gateway is unavailable
or undesirable, software is needed to control a modem which will dial a
Paging Central, and deliver the pages using an ASCII delivery system known
as TAP. Sendpage implements all aspects of this type of software,
including an SNPP client, an SNPP server, a queuing engine, a modem
control engine, a TAP communication system, and an email notification system.
.
This package provides the sendpage SNPP server.
Package: sendpage-client
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, sendpage-common (= ${binary:Version})
Description: client to send alpha-numeric text pages via SNPP
To send alphanumeric pages to a pager, if an email gateway is unavailable
or undesirable, software is needed to control a modem which will dial a
Paging Central, and deliver the pages using an ASCII delivery system known
as TAP. Sendpage implements all aspects of this type of software,
including an SNPP client, an SNPP server, a queuing engine, a modem
control engine, a TAP communication system, and an email notification system.
.
This package provides the sendpage SNPP client.
Package: sendpage-common
Architecture: all
Depends: ${misc:Pre-Depends}, ${misc:Depends}, ${perl:Depends}, libdevice-serialport-perl (>= 1.04), libmailtools-perl (>= 1.40-1), libnet-perl, libnet-snpp-perl, libdbi-perl
Description: common libraries used to handle alpha-numeric text paging
To send alphanumeric pages to a pager, if an email gateway is unavailable
or undesirable, software is needed to control a modem which will dial a
Paging Central, and deliver the pages using an ASCII delivery system known
as TAP. Sendpage implements all aspects of this type of software,
including an SNPP client, an SNPP server, a queuing engine, a modem
control engine, a TAP communication system, and an email notification system.
.
This package provides the Perl modules used to process SNPP and TAP pages.
|