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 74 75 76 77 78 79 80
|
Source: zephyr
Section: main
Priority: optional
Maintainer: Greg Stark <gsstark@mit.edu>
Standards-Version: 3.0.0.0
Build-Depends: comerr-dev, ss-dev
Package: libzephyr2
Architecture: any
Section: libs
Priority: optional
Depends: ${shlibs:Depends}
Recommends: zephyr-clients | zephyr-server
Description: The original "Instant Message" system shared libraries
This is the Project Athena Zephyr notification system version 2.0.
Zephyr allows users to send messages to other users or to groups of
users. Users can view incoming Zephyr messages as windowgrams
(transient X windows) or as text on a terminal.
Package: zephyr-clients
Architecture: any
Section: net
Priority: optional
Depends: ${shlibs:Depends}
Description: The original "Instant Message" system client programs
This package only contains the clients; you'll need a server to talk to.
.
This is the Project Athena Zephyr notification system version 2.0.
Zephyr allows users to send messages to other users or to groups of
users. Users can view incoming Zephyr messages as windowgrams
(transient X windows) or as text on a terminal.
Package: zephyr-server
Architecture: any
Section: net
Priority: optional
Depends: ${shlibs:Depends}
Description: The original "Instant Message" system server
You probably only need one server for a group of clients.
This can be a memory-intensive server, especially for very large sites.
.
The server maintains a location and subscription database for all the
receiving clients. All zephyrgrams are sent to the server to be routed
to the intended recipient.
.
This is the Project Athena Zephyr notification system version 2.0.
Zephyr allows users to send messages to other users or to groups of
users. Users can view incoming Zephyr messages as windowgrams
(transient X windows) or as text on a terminal.
Package: libzephyr-dev
Architecture: any
Section: devel
Priority: optional
Depends: libzephyr2 (= ${Source-Version})
Suggests: zephyr-doc
Description: Header files and static library for building other zephyr clients
This package is needed to compile certain other zephyr clients. There are
various other clients available, including a totally gratuitous Motif client,
a Tcl client, several Emacs clients, and a number of X clients.
.
This is the Project Athena Zephyr notification system version 2.0.
Zephyr allows users to send messages to other users or to groups of
users. Users can view incoming Zephyr messages as windowgrams
(transient X windows) or as text on a terminal.
Package: zephyr-doc
Architecture: all
Section: doc
Priority: optional
Suggests: latex
Recommends: libzephyr-dev
Description: Extensive, but out of date API documentation for zephyr
This is not a user's manual and isn't useful for non-programmers.
.
This is the Project Athena Zephyr notification system version 2.0.
Zephyr allows users to send messages to other users or to groups of
users. Users can view incoming Zephyr messages as windowgrams
(transient X windows) or as text on a terminal.
|