summaryrefslogtreecommitdiff
path: root/debian/control.real
blob: 086cf9bc1f663b48f4333ca5a8414f04e64699ad (plain)
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
Source: ucspi-tcp
Section: non-free/net
Priority: optional
Maintainer: Philip Hands <phil@hands.com>
Standards-Version: 2.4.0.0

Package: ucspi-tcp
Architecture: any
Depends: ${shlibs:Depends}
Description: tools for building TCP client-server applications.
 Written by Dan J. Bernstein, tcpclient and tcpserver are
 powerful easy-to-use command-line tools for building TCP
 client-server applications. tcpserver provides TCP access control
 features, similar to tcp-wrappers/tcpd's hosts.allow but much
 faster; it can run high-availavility services much better than
 inetd.
 .
 Real-time Blocking List support is also included in tcpserver, so
 you can run qmail-smtpd with it and avoid a lot of SPAM.
 .
 tcpclient and tcpserver conform to UCSPI, the UNIX Client-Server
 Program Interface, using the TCP protocol.
 .
 Note that this package cannot be distributed it in
 binary form without Dan Bernstein's permission.

Package: ucspi-tcp-misc
Architecture: all
Depends: ucspi-tcp, multitee
Description: misc tools using ucspi tcpclient
 Includes the following shell scripts: who@, date@, finger@,
 tcpcat and mconnect. All of them use tcpclient for building tcp
 conections.
 .
 Note that this package cannot be distributed it in
 binary form without Dan Bernstein's permission.

Package: ucspi-tcp-src
Architecture: all
Depends: dpkg-dev (>= 1.4.0.20), patch (>= 2.5-0bo1), fakeroot | sudo, gcc, make
Description: Source only package for building ucspi-tcp binary package
 Written by Dan J. Bernstein, tcpclient and tcpserver are
 powerful easy-to-use command-line tools for building TCP
 client-server applications. tcpserver provides TCP access control
 features, similar to tcp-wrappers/tcpd's hosts.allow but much
 faster; it can run high-availavility services much better than
 inetd.
 .
 Real-time Blocking List support is also included in tcpserver, so
 you can run qmail-smtpd with it and avoid a lot of SPAM.
 .
 tcpclient and tcpserver conform to UCSPI, the UNIX Client-Server
 Program Interface, using the TCP protocol.
 .
 Dan Bernstein (ucspi-tcp's author) only gives permission for his code
 to be distributed in source form, or binary by approval.  This package
 has been put together to allow people to easily build a binary
 package for themselves, from source.
 .
 If there is a package called ucspi-tcp available, then Dan has approved the
 binary version of the package for distribution, so you might as well install
 that and save yourself some effort.