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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
|
Source: wvstreams
Section: libs
Priority: optional
Maintainer: Simon Law <sfllaw@debian.org>
Uploaders: James Morrison <phython@debian.org>, Patrick Patterson <ppatters@debian.org>
Build-Depends: debhelper (>> 4.0.0), fftw-dev, libdb4.2-dev, libfam-dev, libpam0g-dev, libqt3-mt-dev, libslp-dev, libspeex-dev, libssl-dev, libvorbis-dev, libxplc0.3.11-dev, zlib1g-dev, doxygen
Build-Depends-Indep: doxygen
Standards-Version: 3.6.1
Package: libwvstreams4.0-base
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ network libraries for rapid application development
WvStreams is a library suite that is comprised of several parts. Included
in the base package are:
* WvString: a convenient and efficient C++ string class
* WvList: an easy-to-use linked list
* WvHashTable: an efficient and easy-to-use hash table
* WvFile: a WvStream wrapper for handling files
* WvStreamClone: a base class which makes writing your own WvStreams easy
* WvLog: a log files handler
* UniIniGen: a tiny version of UniConf for simple configuration systems
Package: libwvstreams4.0-extras
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ network libraries for rapid application development
WvStreams is a library suite that is comprised of several parts. Included
in the extras package are:
* WvIPStreams: which includes WvTCPStream and WvUDPStream
* WvCrypto streams: a REALLY easy way to add SSL support to applications
.
These are the base classes used to build programs such as the ever popular
WvDial, TunnelVision, FastForward, KWvDial, retchmail, and many more yet
to come. ;)
Package: libuniconf4.0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ network libraries for rapid application development
UniConf is a configuration system that can serve as the centrepiece among
many other, existing configuration systems, such as:
* GConf
* KConfig
* Windows registry
* Mutt ;)
.
UniConf can also be accessed over the network, with authentication, allowing
easy replication of configuration data via the UniReplicateGen.
Package: libwvstreams4.0-doc
Architecture: all
Section: doc
Suggests: libwvstreams-dev (= ${Source-Version})
Description: Documentation for WvStreams
Contains all the documentation available to program with WvStreams.
.
The WvStreams library suite is a set of C++ network libraries that
make it fast and simple to develop network applications.
Package: libwvstreams4.0-fft
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: WvStreams wrapper for libfftw
This package contains the library necessary for the WvStreams to libfftw
wrapper. It enables WvStreams programs to easily handle Fast-Fourier
transforms, instead of forcing the programmer to use the much harder to use
libfftw interface.
Package: libwvstreams4.0-qt
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: WvStreams and Qt Event Integration Library
This package contains the library necessary to tie WvStreams and Qt program
event loops together to enable WvStreams to act as the I/O and configuration
back end for Qt and KDE.
Package: libwvstreams4.0-vorbis
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: WvStreams OggVorbis Encoder/Decoder Library
This library contains the WvOggEncoder and WvOggDecoder to enable quick and
painless creation of audio streams using the OggVorbis CODEC
Package: libwvstreams4.0-speex
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: WvStreams Speex Encoder/Decoder Library
This library contains the WvSpeexEncoder and WvSpexxDecoder to enable quick
and painless creation of audio streams using the Speex Voice over IP CODEC
Package: libwvstreams-dev
Architecture: any
Section: libdevel
Depends: libwvstreams4.0-base, libwvstreams4.0-extras, libuniconf4.0, libwvstreams4.0-fft, libwvstreams4.0-qt, libwvstreams4.0-speex, libwvstreams4.0-vorbis, libxplc0.3.11-dev, ${misc:Depends}
Provides: libwvstreams4.0-dev
Description: Development libraries and header files for libwvstreams4.0
Contains the header files and static libraries for use in rapid
application development using the WvStreams set of libraries. It
includes everything that is needed to compile a program that needs
WvStreams.
.
The WvStreams library suite is a set of C++ network libraries that
make it fast and simple to develop network applications.
Package: uniconfd
Architecture: any
Section: utils
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Server that manages UniConf elements
UniConf is a configuration system that can serve as the centrepiece among
many other, existing configuration systems.
.
UniConf can also be accessed over the network, with authentication, allowing
easy replication of configuration data via the UniReplicateGen.
.
This package contains the server that accepts incoming TCP or Unix
connections, and gets or sets UniConf elements at the request of a
UniConf client.
Package: uniconf-tools
Architecture: any
Section: utils
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tools to interface with UniConf
UniConf is a configuration system that can serve as the centrepiece among
many other, existing configuration systems.
.
This package contains utilities that allow users to interface with
UniConf manually.
|