Package: apache2 Version: 2.2.3-4+etch11-loc1 Architecture: all Maintainer: Debian Apache Maintainers Installed-Size: 92 Depends: apache2-mpm-worker (>= 2.2.3-4+etch11-loc1) | apache2-mpm-prefork (>= 2.2.3-4+etch11-loc1) | apache2-mpm-event (>= 2.2.3-4+etch11-loc1) Filename: ./apache2_2.2.3-4+etch11-loc1_all.deb Size: 42264 MD5sum: 0ba6ad3f7a4b66004ed0b9baa17ec878 Section: web Priority: optional Description: Next generation, scalable, extendable web server Apache v2 is the next generation of the omnipresent Apache web server. This version - a total rewrite - introduces many new improvements, such as threading, a new API, IPv6 support, request/response filtering, and more. Package: apache2-doc Source: apache2 Version: 2.2.3-4+etch11-loc1 Architecture: all Maintainer: Debian Apache Maintainers Installed-Size: 10648 Filename: ./apache2-doc_2.2.3-4+etch11-loc1_all.deb Size: 2248776 MD5sum: cae7ff334e5b5800e21de1f1296b5cbc Section: doc Priority: optional Description: documentation for apache2 This is the documentation for apache2, see the apache2 package description for more details. Package: apache2-mpm-event Source: apache2 Version: 2.2.3-4+etch11-loc1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 732 Depends: libapr1, libaprutil1, libc6 (>= 2.3.5-1), libdb4.4, libexpat1 (>= 1.95.8), libldap2 (>= 2.1.17-1), libpcre3 (>= 4.5), libpq4 (>= 8.1.4), libsqlite3-0 (>= 3.3.8), libuuid1, apache2.2-common (= 2.2.3-4+etch11-loc1) Conflicts: apache2-mpm-worker, apache2-mpm-perchild, apache2-common Provides: apache2-modules, apache2, httpd, httpd-cgi Filename: ./apache2-mpm-event_2.2.3-4+etch11-loc1_amd64.deb Size: 438222 MD5sum: 3f9cb0bd637bc733c6a1d352e3e1e010 Section: web Priority: optional Description: Event driven model for Apache HTTPD 2.1 The event Multi-Processing Module (MPM) is designed to allow more requests to be served simultaneously by passing off some processing work to supporting threads, freeing up the main threads to work on new requests. . This MPM is especially suitable for sites that see extensive KeepAlive traffic Package: apache2-mpm-perchild Source: apache2 Version: 2.2.3-4+etch11-loc1 Architecture: all Maintainer: Debian Apache Maintainers Installed-Size: 324 Depends: apache2-mpm-worker Filename: ./apache2-mpm-perchild_2.2.3-4+etch11-loc1_all.deb Size: 275554 MD5sum: 11a529befed3ffc9def89bb33ffc2e2b Section: web Priority: optional Description: Transitional package - please remove This is a transitional package to upgrade apache2-mpm-perchild to apache2-mpm-worker. Package: apache2-mpm-prefork Source: apache2 Version: 2.2.3-4+etch11-loc1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 720 Depends: libapr1, libaprutil1, libc6 (>= 2.3.5-1), libdb4.4, libexpat1 (>= 1.95.8), libldap2 (>= 2.1.17-1), libpcre3 (>= 4.5), libpq4 (>= 8.1.4), libsqlite3-0 (>= 3.3.8), libuuid1, apache2.2-common (= 2.2.3-4+etch11-loc1) Conflicts: apache2-mpm-worker, apache2-mpm-perchild, apache2-mpm-event, apache2-common Provides: apache2-modules, apache2, httpd, httpd-cgi Filename: ./apache2-mpm-prefork_2.2.3-4+etch11-loc1_amd64.deb Size: 433442 MD5sum: 22ac849122d93b0f43b4ce82aa9b1f6a Section: web Priority: optional Description: Traditional model for Apache HTTPD 2.1 This Multi-Processing Module (MPM) implements a non-threaded, pre-forking web server that handles requests in a manner similar to Apache 1.3. It is appropriate for sites that need to avoid threading for compatibility with non-thread-safe libraries. It is also the best MPM for isolating each request, so that a problem with a single request will not affect any other. . It is not as fast, but is considered to be more stable. Package: apache2-mpm-worker Source: apache2 Version: 2.2.3-4+etch11-loc1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 728 Depends: libapr1, libaprutil1, libc6 (>= 2.3.5-1), libdb4.4, libexpat1 (>= 1.95.8), libldap2 (>= 2.1.17-1), libpcre3 (>= 4.5), libpq4 (>= 8.1.4), libsqlite3-0 (>= 3.3.8), libuuid1, apache2.2-common (= 2.2.3-4+etch11-loc1) Conflicts: apache2-mpm-prefork, apache2-mpm-event, apache2-common Replaces: apache2-mpm-threadpool (<< 2.0.53), apache2-mpm-perchild (<< 2.2.0) Provides: apache2-modules, apache2, httpd, httpd-cgi Filename: ./apache2-mpm-worker_2.2.3-4+etch11-loc1_amd64.deb Size: 437644 MD5sum: e436cd915863585f5137dccf8d24a7ad Section: web Priority: optional Description: High speed threaded model for Apache HTTPD 2.1 The worker MPM provides a threaded implementation for Apache HTTPD 2.1. It is considerably faster than the traditional model, and is the recommended MPM. . Worker generally is a good choice for high-traffic servers because it has a smaller memory footprint than the prefork MPM. Package: apache2-prefork-dev Source: apache2 Version: 2.2.3-4+etch11-loc1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 976 Depends: apache2.2-common (= 2.2.3-4+etch11-loc1), openssl, libaprutil1-dev Conflicts: apache2-threaded-dev Filename: ./apache2-prefork-dev_2.2.3-4+etch11-loc1_amd64.deb Size: 408152 MD5sum: 06dc4f781764a94e68c6e083023f0bc6 Section: devel Priority: optional Description: development headers for apache2 This package provides the development headers and apxs2 binary for apache2-mpm-prefork; see the apache2 package description for more details. . This should only be used when you absolutely *have* to have a non-threaded environment, ie for PHP4. Package: apache2-src Source: apache2 Version: 2.2.3-4+etch11-loc1 Architecture: all Maintainer: Debian Apache Maintainers Installed-Size: 6616 Filename: ./apache2-src_2.2.3-4+etch11-loc1_all.deb Size: 6677486 MD5sum: 94d8d2704ea81f9f0d195ea1b5da97d2 Section: devel Priority: extra Description: Apache source code This package includes the complete and patched source code for the Apache HTTPD. It is useful for other packages to build-depend on in order to build custom MPMs. Package: apache2-threaded-dev Source: apache2 Version: 2.2.3-4+etch11-loc1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 984 Depends: apache2.2-common (= 2.2.3-4+etch11-loc1), openssl, libaprutil1-dev Conflicts: apache2-prefork-dev Provides: apache2-dev Filename: ./apache2-threaded-dev_2.2.3-4+etch11-loc1_amd64.deb Size: 408856 MD5sum: b2b9c38e96aaca900327bf59ac11b02e Section: devel Priority: optional Description: development headers for apache2 This package provides the development headers and apxs2 binary for threaded versions of apache2; see the apache2 package description for more details. Package: apache2-utils Source: apache2 Version: 2.2.3-4+etch11-loc1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 540 Depends: libapr1, libaprutil1, libc6 (>= 2.3.5-1), libdb4.4, libexpat1 (>= 1.95.8), libldap2 (>= 2.1.17-1), libpcre3 (>= 4.5), libpq4 (>= 8.1.4), libsqlite3-0 (>= 3.3.8), libssl0.9.8 (>= 0.9.8c-1), libuuid1 Conflicts: apache-common (<< 1.3.28.0.1-1) Replaces: apache2-common, apache-utils (<< 1.3.33-4) Filename: ./apache2-utils_2.2.3-4+etch11-loc1_amd64.deb Size: 342600 MD5sum: b08d7bf0af204c1064b47955c509d772 Section: web Priority: optional Description: utility programs for webservers Provides some add-on programs useful for any webserver. These include: - ab (Apache benchmark tool) - logresolve (Resolve IP addresses to hostname in logfiles) - htpasswd (Manipulate basic authentication files) - htdigest (Manipulate digest authentication files) - dbmmanage (Manipulate basic authentication files in DBM format, using perl) - htdbm (Manipulate basic authentication files in DBM format, using APR) - rotatelogs (Periodically stop writing to a logfile and open a new one) - split-logfile (Split a single log including multiple vhosts) - checkgid (Checks whether the caller can setgid to the specified group) - check_forensic (Extract mod_log_forensic output from apache log files) Package: apache2.2-common Source: apache2 Version: 2.2.3-4+etch11-loc1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 3648 Depends: apache2-utils, net-tools, libmagic1, mime-support, lsb-base, procps Conflicts: apache2-common, libapache2-mod-php5 (<= 5.1.6-3), libapache2-mod-php4 (<= 4:4.4.4-2), libapache2-mod-mime-xattr (<= 0.3-2), libapache2-mod-mono (<= 1.1.17-3), libapache2-mod-proxy-html (<= 2.4.3-2), libapache2-mod-scgi (<= 1.11-1), libapache2-mod-speedycgi (<= 2.22-3), libapache2-modxslt (<= 2005072700-1), libapache2-redirtoservername (<= 0.1-1), libapache2-webauth (<= 3.5.3-1), libapache2-webkdc (<= 3.5.3-1) Replaces: apache2-common Filename: ./apache2.2-common_2.2.3-4+etch11-loc1_amd64.deb Size: 989814 MD5sum: 309affb5619df53d9a4158a0f63d2e76 Section: web Priority: optional Description: Next generation, scalable, extendable web server Apache v2 is the next generation of the omnipresent Apache web server. This version - a total rewrite - introduces many new improvements, such as threading, a new API, IPv6 support, request/response filtering, and more. . It is also considerably faster, and can be easily extended to provide services other than http. . This package contains all the standard apache2 modules, including SSL support. However, it does *not* include the server itself; for this you need to install one of the apache2-mpm-* packages; such as worker or prefork. Package: finch Source: pidgin Version: 2.5.5-1-loc1 Architecture: i386 Maintainer: Ari Pollak Installed-Size: 732 Depends: pidgin-data (>= 2.5.5-1), pidgin-data (<< 2.5.5-1-z), libc6 (>= 2.3.6-6), libglib2.0-0 (>= 2.12.0), libgstreamer0.10-0 (>= 0.10.10), libncursesw5 (>= 5.4-5), libpurple0 (>= 2.5.0), libxml2 (>= 2.6.27), python2.4 (>= 2.3.90) Recommends: gstreamer0.10-plugins-base, gstreamer0.10-plugins-good Suggests: libx11-6 Conflicts: gaim (<< 1:2.0.0+beta6-3), pidgin (<< 2.1.1-2), pidgin-data (<< 2.4.0-1) Replaces: gaim (<< 1:2.0.0+beta6-3), pidgin (<< 2.1.1-2), pidgin-data (<< 2.4.0-1) Filename: ./finch_2.5.5-1-loc1_i386.deb Size: 343018 MD5sum: 8b253b098bdb24a54e51991c7ff406ee Section: net Priority: optional Description: text-based multi-protocol instant messaging client Finch is a text/console-based, modular instant messaging client capable of using AIM/ICQ, Yahoo!, MSN, IRC, Jabber, Napster, Zephyr, Gadu-Gadu, Bonjour, Groupwise, Sametime, SILC, and SIMPLE all at once. . Some extra packages are recommended to use the core functionality present in most finch installations: * gstreamer0.10-plugins-base, gstreamer0.10-plugins-good - Sound support. . More extra packages are suggested to use increased functionality: * libx11-6 - To use the Clipboard and/or Toaster plugins. Package: finch-dev Source: pidgin Version: 2.5.5-1-loc1 Architecture: all Maintainer: Ari Pollak Installed-Size: 472 Depends: finch (>= 2.5.5-1-loc1), pkg-config, libpurple-dev, libglib2.0-dev, libncursesw5-dev Conflicts: gaim (<< 1:2.0.0+beta6-3), pidgin-dev (<< 2.1.1-2) Replaces: gaim (<< 1:2.0.0+beta6-3), pidgin-dev (<< 2.1.1-2) Filename: ./finch-dev_2.5.5-1-loc1_all.deb Size: 166136 MD5sum: 86e4ba963a8a39eda2dba267d74dbcb1 Section: devel Priority: optional Description: text-based multi-protocol instant messaging client - development This package contains the headers and other development files not included in the main finch package. Install this if you wish to compile your own plugins, or would like to compile programs that use the libgnt library. Package: glpk Version: 4.24-1-loc1 Architecture: amd64 Maintainer: Debian Scientific Computation Team Installed-Size: 72 Depends: libglpk0 (= 4.24-1-loc1), glpk-doc (= 4.24-1-loc1), libglpk-dev (= 4.24-1-loc1), glpk-utils (= 4.24-1-loc1) Filename: ./glpk_4.24-1-loc1_amd64.deb Size: 34954 MD5sum: 56c0930b0686042e0532029152e73757 Section: math Priority: optional Description: linear programming kit - documentation files GLPK (GNU Linear Programming Kit) is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. . This package is empty and is intended to easy the upgrade from glpk << 4.15. . Homepage: http://www.gnu.org/software/glpk/glpk.html Package: glpk-doc Source: glpk Version: 4.24-1-loc1 Architecture: all Maintainer: Debian Scientific Computation Team Installed-Size: 476 Conflicts: glpk (<< 4.15) Filename: ./glpk-doc_4.24-1-loc1_all.deb Size: 411102 MD5sum: b7eafccc9cff237ca31ae4910dbafeb7 Section: doc Priority: optional Description: linear programming kit - documentation files GLPK (GNU Linear Programming Kit) is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. . This package contains the C API reference manual and the GNU MathProg modeling language manual. . Homepage: http://www.gnu.org/software/glpk/glpk.html Package: glpk-utils Source: glpk Version: 4.24-1 Architecture: amd64 Maintainer: Debian Scientific Computation Team Installed-Size: 288 Depends: libglpk0 (= 4.24-1), libc6 (>= 2.3.5-1), libglpk0 (>= 4.24), libgmp3c2 Conflicts: glpk (<< 4.15) Filename: ./glpk-utils_4.24-1_amd64.deb Size: 101224 MD5sum: 42548f4bc3d2d73def54542dac822a49 Section: math Priority: optional Description: linear programming kit - documentation files GLPK (GNU Linear Programming Kit) is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. . This package contains the following stand-alone tools: * glpsol: LP/MIP solver * tspsol: TSP solver . Homepage: http://www.gnu.org/software/glpk/glpk.html Package: lame Version: 3.97-8-loc1 Architecture: i386 Maintainer: Rogério Brito Installed-Size: 876 Depends: libc6 (>= 2.3.6-6), libncurses5 (>= 5.4-5) Filename: ./lame_3.97-8-loc1_i386.deb Size: 456952 MD5sum: 2fac3a19cac685d1f9b48757411b636e Section: sound Priority: optional Description: open source MP3 encoder Lame is a program which can be used to create compressed audio files. (Lame aint MP3 encoder). These audio files can be played back by popular mp3 players such as mpg123. To read from stdin, use "-" for . To write to stdout, use a "-" for . . This package contains the frontend encoder binary almost all options (such as frame analyzer and decoder) enabled. Package: libglpk-dev Source: glpk Version: 4.24-1-loc1 Architecture: amd64 Maintainer: Debian Scientific Computation Team Installed-Size: 1368 Depends: libglpk0 (= 4.24-1-loc1) Conflicts: glpk (<< 4.15) Filename: ./libglpk-dev_4.24-1-loc1_amd64.deb Size: 411534 MD5sum: d8bbc5cfac9153400490d97edc64791f Section: devel Priority: optional Description: linear programming kit - development files GLPK (GNU Linear Programming Kit) is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. . This package contains static library, headers, and the development manpage for libvc. . Homepage: http://www.gnu.org/software/glpk/glpk.html Package: libglpk0 Source: glpk Version: 4.24-1-loc1 Architecture: amd64 Maintainer: Debian Scientific Computation Team Installed-Size: 752 Depends: libc6 (>= 2.3.5-1), libgmp3c2 Filename: ./libglpk0_4.24-1-loc1_amd64.deb Size: 335856 MD5sum: dc27271420ba8c8cb6837bf94f87f974 Section: math Priority: optional Description: linear programming kit with integer (MIP) support GLPK (GNU Linear Programming Kit) is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. . GLPK supports the GNU MathProg language, which is a subset of the AMPL language. GLPK also supports the standard MPS and LP formats. . The GLPK package includes the following main components: * Revised simplex method. * Primal-dual interior point method. * Branch-and-bound method. * Translator for GNU MathProg modeling language. * Application program interface (API). . Homepage: http://www.gnu.org/software/glpk/glpk.html Package: libmp3lame0 Source: lame Version: 3.97-8-loc1 Architecture: i386 Maintainer: Rogério Brito Installed-Size: 644 Depends: libc6 (>= 2.3.6-6) Replaces: liblame0 Provides: liblame0 Filename: ./libmp3lame0_3.97-8-loc1_i386.deb Size: 376324 MD5sum: 0bc1075f0ae0e43c86cac30d68757ae8 Section: libs Priority: optional Description: shared libraries for MP3 encoding Lame is a program which can be used to create compressed audio files. (Lame aint MP3 encoder). These audio files can be played back by popular mp3 players such as mpg123. To read from stdin, use "-" for . To write to stdout, use a "-" for . . This package contains the dynamic library. Package: libmp3lame0-dev Source: lame Version: 3.97-8-loc1 Architecture: i386 Maintainer: Rogério Brito Installed-Size: 788 Depends: libmp3lame0 (= 3.97-8-loc1), libc6-dev Conflicts: libmp3lame-dev Provides: libmp3lame-dev Filename: ./libmp3lame0-dev_3.97-8-loc1_i386.deb Size: 419712 MD5sum: bc5ebbd80db75ae324d115d90e49f138 Section: libdevel Priority: optional Description: development files for lame Lame is a program which can be used to create compressed audio files. (Lame aint MP3 encoder). These audio files can be played back by popular mp3 players such as mpg123. To read from stdin, use "-" for . To write to stdout, use a "-" for . . This package contains the static library and header files for development with lame. Package: libpam-smbpass Source: samba Version: 3.0.26a-1-loc1 Architecture: amd64 Maintainer: Debian Samba Maintainers Installed-Size: 1176 Depends: libc6 (>= 2.3.5-1), libcomerr2 (>= 1.33-3), libkrb53 (>= 1.4.2), libldap2 (>= 2.1.17-1), libpam0g (>= 0.76), samba-common (= 3.0.26a-1-loc1) Suggests: samba Filename: ./libpam-smbpass_3.0.26a-1-loc1_amd64.deb Size: 488248 MD5sum: b1e8d5009d4eeb5be5c57f7549b87097 Section: admin Priority: extra Description: pluggable authentication module for SMB/CIFS password database This is a stackable PAM module that allows a system administrator to easily migrate to using encrypted passwords for Samba and to keep smb passwords in sync with unix passwords. Unlike other solutions, it does this without requiring users to change their existing passwords or login to Samba using cleartext passwords. Package: libpurple-bin Source: pidgin Version: 2.5.5-1-loc1 Architecture: all Maintainer: Ari Pollak Installed-Size: 220 Depends: libpurple0, python, python-dbus Conflicts: pidgin (<< 2.1.1-2), pidgin-data (<< 2.4.0-1) Replaces: pidgin (<< 2.1.1-2), pidgin-data (<< 2.4.0-1) Filename: ./libpurple-bin_2.5.5-1-loc1_all.deb Size: 141550 MD5sum: 6c1d94931fbb1b6c132c2c1430f03239 Section: net Priority: optional Description: multi-protocol instant messaging library - extra utilities This package contains the utilities not included in the main libpurple0 package. Currently included are: purple-remote, purple-send, purple-send-async, and purple-url-handler Package: libpurple-dev Source: pidgin Version: 2.5.5-1-loc1 Architecture: all Maintainer: Ari Pollak Installed-Size: 1096 Depends: libpurple0 (>= 2.5.5-1-loc1), pkg-config, libglib2.0-dev, libdbus-glib-1-dev Conflicts: pidgin-dev (<< 2.1.1-2) Replaces: pidgin-dev (<< 2.1.1-2) Filename: ./libpurple-dev_2.5.5-1-loc1_all.deb Size: 289970 MD5sum: b099568c1d1dfaf6361c92fbfc59ef46 Section: libdevel Priority: optional Description: multi-protocol instant messaging library - development files This package contains the headers and other development files not included in the main libpurple0 package. Install this if you wish to compile your own client-agnostic plugins, or would like to compile programs that use libpurple. Package: libpurple0 Source: pidgin Version: 2.5.5-1-loc1 Architecture: i386 Maintainer: Ari Pollak Installed-Size: 5812 Depends: pidgin-data (>= 2.5.5-1), pidgin-data (<< 2.5.5-1-z), libavahi-client3 (>= 0.6.13), libavahi-common3 (>= 0.6.10), libavahi-glib1 (>= 0.6.12), libc6 (>= 2.3.6-6), libdbus-1-3 (>= 0.94), libdbus-glib-1-2 (>= 0.71), libgadu3 (>= 1:1.7~rc2), libglib2.0-0 (>= 2.12.0), libmeanwhile1 (>= 1.0.2), libnspr4-0d (>= 1.8.0.10), libnss3-0d (>= 1.8.0.10), libperl5.8 (>= 5.8.8), libsasl2-2, libsilc-1.0-2, libxml2 (>= 2.6.27), libzephyr3, perlapi-5.8.8, perl (>= 5.8.8-7etch6), libsasl2-modules Recommends: ca-certificates, libpurple-bin Suggests: tcl8.4 (>= 8.4.5), tk8.4 (>= 8.4.5) Conflicts: pidgin (<< 2.1.1-2), pidgin-data (<< 2.4.0-1) Replaces: pidgin (<< 2.1.1-2), pidgin-data (<< 2.4.0-1) Filename: ./libpurple0_2.5.5-1-loc1_i386.deb Size: 2217918 MD5sum: 4fec851f83f649e7e4a619f349374b7f Section: net Priority: optional Description: multi-protocol instant messaging library libpurple is a library intended to be used by programmers seeking to write an IM client that connects to many IM networks. Currently supported are: AIM/ICQ, Yahoo!, MSN, IRC, Jabber, Napster, Zephyr, Gadu-Gadu, Bonjour, Groupwise, Sametime, SILC, and SIMPLE. . Some extra packages are suggested to use increased functionality: * tcl8.4, tk8.4: - Support for writing plugins with Tcl/Tk Package: libsmbclient Source: samba Version: 3.0.26a-1-loc1 Architecture: amd64 Maintainer: Debian Samba Maintainers Installed-Size: 2268 Depends: libc6 (>= 2.3.5-1), libcomerr2 (>= 1.33-3), libkrb53 (>= 1.4.2), libldap2 (>= 2.1.17-1) Filename: ./libsmbclient_3.0.26a-1-loc1_amd64.deb Size: 294912 MD5sum: 549a6e9998b0161fc12081d3e6eeca56 Section: libs Priority: optional Description: shared library that allows applications to talk to SMB/CIFS servers libsmbclient allows to write applications that use the SMB/CIFS protocol. This gives applications the ability to talk to Microsoft Windows servers and Unix servers running Samba. . This package contains the libsmbclient shared library. Package: libwine Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 48032 Depends: libc6 (>= 2.3.6-6), libfreetype6 (>= 2.2), libhal1 (>= 0.5), libice6 (>= 1:1.0.0), libjpeg62, libpng12-0 (>= 1.2.13-4), libsm6, libssl0.9.8 (>= 0.9.8c-1), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxi6, libxinerama1, libxml2 (>= 2.6.27), libxrandr2, libxrender1, zlib1g (>= 1:1.2.1) Suggests: wine-doc Replaces: wine (<< 0.9.11-1), libwine-twain (<< 0.9.13), libwine-gl (<< 0.9.53-1) Filename: ./libwine_1.1.24-1-loc1_i386.deb Size: 9814686 MD5sum: 953e92bfe20de837bdf2368c539de637 Section: libs Priority: optional Description: Windows API implementation - library Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package provides the library that implements the windows API. Package: libwine-alsa Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 248 Depends: libasound2 (>> 1.0.12), libc6 (>= 2.3.6-6), libwine (= 1.1.24-1-loc1) Filename: ./libwine-alsa_1.1.24-1-loc1_i386.deb Size: 59534 MD5sum: c79129876f08cff3f07cf2692e5a8be9 Section: libs Priority: optional Description: Windows API implementation - ALSA sound module Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package contains an ALSA sound driver. Package: libwine-capi Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 120 Depends: libc6 (>= 2.3.6-6), libcapi20-3, libwine (= 1.1.24-1-loc1) Filename: ./libwine-capi_1.1.24-1-loc1_i386.deb Size: 5134 MD5sum: a97f538f0098e159a8bcb5a3db235d4d Section: libs Priority: extra Description: Windows API implementation - ISDN module Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package contains a CAPI interface that allows Windows applications to communicate with ISDN cards supported by capi4linux. Package: libwine-cms Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 156 Depends: libc6 (>= 2.3.6-6), liblcms1 (>= 1.08-1), libwine (= 1.1.24-1-loc1) Replaces: libwine (<< 0.0.20050830) Filename: ./libwine-cms_1.1.24-1-loc1_i386.deb Size: 19838 MD5sum: 92c5af31a3ef67ab2b87ecc0624be4c2 Section: libs Priority: optional Description: Windows API implementation - color management module Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package contains a Color Management System implementation that lets Windows applications calibrate the colors used for display and print. Package: libwine-dbg Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 71124 Depends: libwine (= 1.1.24-1-loc1) Filename: ./libwine-dbg_1.1.24-1-loc1_i386.deb Size: 29201032 MD5sum: e2dc3c8821c612b81d944390223a2830 Section: debug Priority: extra Description: Windows API implementation - debugging symbols Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package provides debugging symbols. Package: libwine-dev Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 31564 Depends: libwine (= 1.1.24-1-loc1), libc6-dev Recommends: wine-utils Suggests: wine-doc Replaces: libwine (<< 0.0.20010216) Filename: ./libwine-dev_1.1.24-1-loc1_i386.deb Size: 4305422 MD5sum: 27481acb6b100479cc46d31c56653945 Section: libdevel Priority: optional Description: Windows API implementation - development files Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package provides the C header files. Package: libwine-esd Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 140 Depends: libaudiofile0 (>= 0.2.3-4), libc6 (>= 2.3.6-6), libesd0 (>= 0.2.35) | libesd-alsa0 (>= 0.2.35), libwine (= 1.1.24-1-loc1) Filename: ./libwine-esd_1.1.24-1-loc1_i386.deb Size: 15462 MD5sum: 46feabeccc3eefac8f6c19110c085bd8 Section: libs Priority: optional Description: Windows API implementation - EsounD sound module Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package contains an EsounD sound driver. Package: libwine-gl Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 3764 Depends: libc6 (>= 2.3.6-6), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libice6 (>= 1:1.0.0), libsm6, libwine (= 1.1.24-1-loc1), libx11-6, libxcomposite1 (>= 1:0.3-1), libxext6 Replaces: libwine (<< 0.9.56) Filename: ./libwine-gl_1.1.24-1-loc1_i386.deb Size: 456104 MD5sum: 29f77e80d5f2ba554ace3c27624bba49 Section: libs Priority: optional Description: Windows API implementation - OpenGL module Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package contains the OpenGL and Direct3D modules that allow Windows applications to use 3D acceleration. Package: libwine-gphoto2 Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 164 Depends: libc6 (>= 2.3.6-6), libgphoto2-2 (>= 2.2.1), libgphoto2-port0 (>= 2.2.1), libwine (= 1.1.24-1-loc1) Filename: ./libwine-gphoto2_1.1.24-1-loc1_i386.deb Size: 20170 MD5sum: 0f2d310f9930c6621a9c9ecb9ec2767e Section: libs Priority: optional Description: Windows API implementation - camera module Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package contains a TWAIN interface that allows Windows applications to communicate with cameras supported by gphoto2. Package: libwine-jack Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 144 Depends: libc6 (>= 2.3.6-6), libjack0.100.0-0 (>= 0.101.1), libwine (= 1.1.24-1-loc1) Filename: ./libwine-jack_1.1.24-1-loc1_i386.deb Size: 16508 MD5sum: 63adeb1520e52c4cd8f1cdcc1e771272 Section: libs Priority: optional Description: Windows API implementation - JACK sound module Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package contains a JACK sound driver. Package: libwine-ldap Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 352 Depends: libc6 (>= 2.3.6-6), libldap2 (>= 2.1.17-1), libwine (= 1.1.24-1-loc1) Filename: ./libwine-ldap_1.1.24-1-loc1_i386.deb Size: 69696 MD5sum: ac26aa97784411cb15003fabf7141b0b Section: libs Priority: optional Description: Windows API implementation - LDAP module Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package contains a module that allows Windows applications to access LDAP directory services. Package: libwine-nas Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 128 Depends: libaudio2, libc6 (>= 2.3.6-6), libwine (= 1.1.24-1-loc1), libx11-6, libxau6, libxext6, libxt6 Replaces: libwine (<< 0.0.20020710) Filename: ./libwine-nas_1.1.24-1-loc1_i386.deb Size: 11364 MD5sum: b496f718e8e2ada3d619f86d71ca4f0c Section: libs Priority: optional Description: Windows API implementation - NAS sound module Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package contains a Network Audio System sound driver. Package: libwine-oss Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 256 Depends: libc6 (>= 2.3.6-6), libwine (= 1.1.24-1-loc1), oss-compat Replaces: libwine (<< 0.9.35) Filename: ./libwine-oss_1.1.24-1-loc1_i386.deb Size: 63328 MD5sum: e7f29907d894530d6e8fbfac684cbde1 Section: libs Priority: optional Description: Windows API implementation - OSS sound module Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package contains an OSS sound driver. Package: libwine-print Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 580 Depends: libc6 (>= 2.3.6-6), libcupsys2 (>= 1.2.7), libfreetype6 (>= 2.2), libwine (= 1.1.24-1-loc1), cups-bsd | cupsys-bsd | lpr Replaces: libwine (<< 0.0.20020710) Filename: ./libwine-print_1.1.24-1-loc1_i386.deb Size: 115696 MD5sum: 6c8c5062f383129ee56df398ecaa8a56 Section: libs Priority: optional Description: Windows API implementation - printing module Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package contains a CUPS-enabled spooler and a PostScript driver, allowing Windows applications to print. Package: libwine-sane Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 160 Depends: libc6 (>= 2.3.6-6), libsane (>= 1.0.11-3), libwine (= 1.1.24-1-loc1) Replaces: libwine-twain (<< 0.9.13) Filename: ./libwine-sane_1.1.24-1-loc1_i386.deb Size: 24450 MD5sum: e7ef32c77a8232229cd9d2f0101f862c Section: libs Priority: optional Description: Windows API implementation - scanner module Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package contains a TWAIN interface that allows Windows applications to communicate with scanners supported by SANE. Package: libwine-twain Source: wine Version: 1.0.0-1.1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 68 Depends: libwine-sane Suggests: libwine-gphoto2 Filename: ./libwine-twain_1.0.0-1.1-loc1_i386.deb Size: 40744 MD5sum: ce4645bc106ea9d12dcaf366dcf07cc9 Section: libs Priority: optional Description: Windows API implementation - empty transitional package This is a transitional package to help migrate to the new libwine-sane and libwine-gphoto2 packages. It can safely be removed. Package: mozilla-mplayer Source: mplayerplug-in Version: 3.50-1-loc1 Architecture: i386 Maintainer: Ari Pollak Installed-Size: 1760 Depends: libc6 (>= 2.3.6-6), libgcc1 (>= 1:4.1.1-12), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.8.0), libstdc++6 (>= 4.1.1-12), libx11-6, libxext6, iceweasel | iceape-browser | galeon | epiphany-browser | konqueror, mplayer (>= 1.0~pre5) Conflicts: mplayerplug-in Replaces: mplayerplug-in Provides: mplayerplug-in Filename: ./mozilla-mplayer_3.50-1-loc1_i386.deb Size: 521366 MD5sum: 0be69919ad5d0bfb10bd57e69615a140 Section: graphics Priority: extra Description: MPlayer-Plugin for Mozilla mplayerplug-in is a Mozilla browser plugin to allow playing embedded movies on web pages using mplayer. Package: mplayer Version: 1.0svn Architecture: i386 Maintainer: Dariush Pietrzak Installed-Size: 28040 Depends: libartsc0 (>= 1.5.0-1), libasound2 (>> 1.0.12), libatk1.0-0 (>= 1.12.2), libaudio2, libaudiofile0 (>= 0.2.3-4), libc6 (>= 2.3.6-6), libcairo2 (>= 1.2.4), libdv4, libesd0 (>= 0.2.35) | libesd-alsa0 (>= 0.2.35), libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.2), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.8.0), libjack0.100.0-0 (>= 0.101.1), libjpeg62, liblzo1, libmad0 (>= 0.15.1b), libogg0 (>= 1.1.3), libpango1.0-0 (>= 1.14.8), libpng12-0 (>= 1.2.13-4), libsdl1.2debian (>= 1.2.10-1), libspeex1 (>= 1.1.8), libtheora0, libtwolame0, libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxfixes3 (>= 1:4.0.1), libxi6, libxinerama1, libxrandr2, libxrender1, libxt6, libxv1, libxxf86dga1, libxxf86vm1, zlib1g (>= 1:1.2.1), debconf, libconfhelper-perl Filename: ./mplayer_1.0svn_i386.deb Size: 10046276 MD5sum: c702f360ff825fed9240859abe6245ca Section: misc Priority: optional Description: The Ultimate Movie Player MPlayer is a movie player for LINUX (runs on many other Unices, and non-x86 CPUs, see the ports section). It plays most MPEG, VOB, AVI, OGG/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA files, supported by many native, XAnim, RealPlayer, and Win32 DLL codecs. You can watch VideoCD, SVCD, DVD, 3ivx, RealMedia, and DivX movies too (and you don't need the avifile library at all!). . Another big feature of MPlayer is the wide range of supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, DirectFB, but you can also use GGI and SDL (and this way all their drivers) and some lowlevel card-specific drivers (for Matrox, 3Dfx and Radeon, Mach64, Permedia3) too! Most of them supports software or hardware scaling, so you can enjoy movies in fullscreen. . MPlayer supports displaying through some hardware MPEG decoder boards, such as the DVB and DXR3/Hollywood+. . And what about the nice big antialiased shaded subtitles (10 supported types) with European/ISO 8859-1,2 (Hungarian, English, Czech, etc), Cyrillic, Korean fonts, and the onscreen display (OSD)? Package: nmap Version: 4.20-30loc1 Architecture: i386 Maintainer: LaMont Jones Installed-Size: 2632 Depends: libc6 (>= 2.3.6-6), libgcc1 (>= 1:4.1.1-12), libpcap0.8 (>= 0.9.3-1), libpcre3 (>= 4.5), libssl0.9.8 (>= 0.9.8c-1), libstdc++6 (>= 4.1.1-12) Filename: ./nmap_4.20-30loc1_i386.deb Size: 756164 MD5sum: c4e06cae01984abd4907d445d041b1fb Section: net Priority: extra Description: The Network Mapper Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS or device identification). Nmap also offers flexible target and port specification, decoy/stealth scanning, sunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and commandline modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ. Package: nmapfe Source: nmap Version: 4.20-30loc1 Architecture: i386 Maintainer: LaMont Jones Installed-Size: 240 Depends: libatk1.0-0 (>= 1.12.2), libc6 (>= 2.3.6-6), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.4.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.14.8), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxfixes3 (>= 1:4.0.1), libxi6, libxinerama1, libxrandr2, libxrender1, nmap Recommends: gksu Replaces: nmap (<< 4.03-2) Filename: ./nmapfe_4.20-30loc1_i386.deb Size: 109296 MD5sum: cb8dc6f1af23bda82ef3ec862c4b4bb0 Section: net Priority: extra Description: The Network Mapper Front End nmapfe provides an X Window System (GTK+) front end for nmap. Written by Zach Smith, nmapfe is now maintained by Fyodor. Package: pidgin Version: 2.5.5-1-loc1 Architecture: i386 Maintainer: Ari Pollak Installed-Size: 2592 Depends: pidgin-data (>= 2.5.5-1), pidgin-data (<< 2.5.5-1-z), libatk1.0-0 (>= 1.12.2), libc6 (>= 2.3.6-6), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 0.94), libdbus-glib-1-2 (>= 0.71), libfontconfig1 (>= 2.4.0), libglib2.0-0 (>= 2.12.0), libgstreamer0.10-0 (>= 0.10.10), libgtk2.0-0 (>= 2.8.0), libgtkspell0 (>= 2.0.2), libice6 (>= 1:1.0.0), libpango1.0-0 (>= 1.14.8), libpurple0 (>= 2.5.0), libsm6, libstartup-notification0 (>= 0.8-1), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxfixes3 (>= 1:4.0.1), libxi6, libxinerama1, libxrandr2, libxrender1, libxss1, gconf2 (>= 2.10.1-2), perlapi-5.8.8, perl (>= 5.8.8-7etch6) Recommends: gstreamer0.10-plugins-base, gstreamer0.10-plugins-good Suggests: gnome-panel (>= 2.1) | kdebase-workspace-bin | docker, evolution-data-server (>= 1.10.0), libsqlite3-0 (>= 3.3.8) Conflicts: gaim (<< 1:2.0.0+beta6-3), pidgin-data (<< 2.4.0-1) Replaces: gaim (<< 1:2.0.0+beta6-3), pidgin-data (<< 2.4.0-1) Filename: ./pidgin_2.5.5-1-loc1_i386.deb Size: 980260 MD5sum: ab83a915ab7a9c3a390be1577fbd3061 Section: net Priority: optional Description: graphical multi-protocol instant messaging client for X Pidgin is a graphical, modular Instant Messaging client capable of using AIM/ICQ, Yahoo!, MSN, IRC, Jabber, Napster, Zephyr, Gadu-Gadu, Bonjour, Groupwise, Sametime, SILC, and SIMPLE all at once. . Some extra packages are recommended to use the core functionality present in most pidgin installations: * gstreamer0.10-plugins-base, gstreamer0.10-plugins-good - Sound support. . More extra packages are suggested to use increased functionality: * gnome-panel | kdebase-workspace-bin | docker: - To use the system tray icon functionality (minimizing to an icon, having the icon blink when there are new messages, etc.) * evolution-data-server: - For interfacing with an Evolution address book * libsqlite3-0: - To use Contact Availability Prediction plugin Package: pidgin-data Source: pidgin Version: 2.5.5-1-loc1 Architecture: all Maintainer: Ari Pollak Installed-Size: 21916 Enhances: libpurple0, finch, pidgin Filename: ./pidgin-data_2.5.5-1-loc1_all.deb Size: 7238874 MD5sum: 7741db0fbce3b920b535e89389a02f86 Section: net Priority: optional Description: multi-protocol instant messaging client - data files This package contains architecture-independent supporting data files required for use with pidgin, such as documentation, icons, translations, and sounds. Package: pidgin-dbg Source: pidgin Version: 2.5.5-1-loc1 Architecture: i386 Maintainer: Ari Pollak Installed-Size: 12496 Depends: pidgin (= 2.5.5-1-loc1) | finch (= 2.5.5-1-loc1) | libpurple0 (= 2.5.5-1-loc1), pidgin-data (= 2.5.5-1-loc1) Conflicts: gaim-dbg (<< 1:2.0.0+beta6-3) Replaces: gaim-dbg (<< 1:2.0.0+beta6-3) Filename: ./pidgin-dbg_2.5.5-1-loc1_i386.deb Size: 5081868 MD5sum: f86bc36ccafa20b213f695ec32909104 Section: net Priority: extra Description: Debugging symbols for Pidgin This package includes the debugging symbols useful for debugging Pidgin and its plugins, contained in the pidgin package. The debugging symbols are used for execution tracing and core dump analysis. Package: pidgin-dev Source: pidgin Version: 2.5.5-1-loc1 Architecture: all Maintainer: Ari Pollak Installed-Size: 15668 Depends: pidgin (>= 2.5.5-1-loc1), pkg-config, libpurple-dev, libgtk2.0-dev Suggests: doc-base Conflicts: gaim-dev (<< 1:2.0.0+beta6-3) Replaces: gaim-dev (<< 1:2.0.0+beta6-3) Filename: ./pidgin-dev_2.5.5-1-loc1_all.deb Size: 3495456 MD5sum: ba7689a5f619687e6aa89de9d91956dd Section: devel Priority: optional Description: multi-protocol instant messaging client - development files This package contains the headers and other development files not included in the main pidgin package. Install this if you wish to compile your own plugins. . If you are creating a pidgin plugin package, please be sure to read /usr/share/doc/pidgin-dev/README.Debian.dev after installing pidgin-dev. Package: python-pygooglechart Source: pygooglechart Version: 0.1.2-1-loc1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 100 Depends: python-support (>= 0.7.1) Filename: ./python-pygooglechart_0.1.2-1-loc1_all.deb Size: 8722 MD5sum: 9c284466f0ac5f8ecc9bd236fa920b9f Section: python Priority: optional Description: Complete wrapper for the Google Chart API Google Chart API is an extremely simple tool that lets you easily create a chart from some data. You embed the data and formatting parameters in an HTTP request, and Google returns a PNG image of the chart. . This package contains a Python wrapper for those API. . For a complete API documentation please refer to Google page: http://code.google.com/apis/chart/ . Package: python-support Version: 0.7.7-loc1 Architecture: all Maintainer: Josselin Mouette Installed-Size: 216 Depends: python (>= 2.3) Conflicts: debhelper (<< 5.0.38) Filename: ./python-support_0.7.7-loc1_all.deb Size: 27010 MD5sum: 8b386870261c928b8e4a132f378c60d5 Section: python Priority: standard Description: automated rebuilding support for Python modules This package contains the 'update-python-modules' script, which takes care of byte-compilation of Python-only modules. . Private modules are automatically rebuilt upon major Python upgrades, avoiding the need for strong dependencies. . Public modules are automatically made available for all installed Python versions. Package: rdesktop Version: 1.6.0-2-loc1 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 460 Depends: libasound2 (>> 1.0.12), libc6 (>= 2.3.6-6), libssl0.9.8 (>= 0.9.8c-1), libx11-6 Filename: ./rdesktop_1.6.0-2-loc1_i386.deb Size: 135012 MD5sum: f4f522faf56307c5c42a1945ef1c77a7 Section: x11 Priority: optional Description: RDP client for Windows NT/2000 Terminal Server rdesktop is an open source client for Windows NT/2000 Terminal Server, capable of natively speaking its Remote Desktop Protocol (RDP) in order to present the user's NT/2000 desktop. Unlike Citrix ICA, no server extensions are required. Package: sim Version: 0.9.4.3-1 Architecture: i386 Maintainer: Ondrej Cecak Installed-Size: 9476 Depends: kdelibs4c2a (>= 4:3.5.5-1), libacl1 (>= 2.2.11-1), libart-2.0-2 (>= 2.3.16), libattr1 (>= 2.4.4-1), libaudio2, libc6 (>= 2.3.6-6), libfam0, libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.2), libgcc1 (>= 1:4.1.1-12), libice6 (>= 1:1.0.0), libidn11 (>= 0.5.18), libjpeg62, libpng12-0 (>= 1.2.13-4), libqt3-mt (>= 3:3.3.7), libsm6, libssl0.9.8 (>= 0.9.8c-1), libstdc++6 (>= 4.1.1-12), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxft2 (>> 2.1.1), libxi6, libxinerama1, libxml2 (>= 2.6.27), libxrandr2, libxrender1, libxslt1.1 (>= 1.1.18), libxss1, libxt6, zlib1g (>= 1:1.2.1) Filename: ./sim_0.9.4.3-1_i386.deb Size: 3555586 MD5sum: f065467e4a256ca86aef30fa5033ec86 Section: net Priority: extra Description: Simple Instant Messenger SIM is a open-source ICQ client, using QT with enhanced features. Special support for KDE3. . Some of the features: * Receiving and sending SMS * Server-side contact list * Receiving and the sending messages in RTF-format * Phone directory support * File transfers * Chat * Support Miranda icon themes * Spam filter * Secure direct connection with SIM and Licq * Message or chat mode for user window * On-Screen display notification about messages and user status * Sending of the messages to several users Package: sim-snd Version: 0.0.2-thermoman-1 Architecture: i386 Maintainer: Marcel Meckel Installed-Size: 12552 Depends: sim | sim-kde | sim-kde3 Filename: ./sim-snd_0.0.2-thermoman-1_i386.deb Size: 10391960 MD5sum: 06e2c244e4deeb878b93f4d8da30d85b Section: net Priority: optional Description: Additional high quality sounds for SIM (Simple Instant Messenger) SIM (Simple Instant Messenger) is an instant messenger client which supports many protocols, e.g. ICQ, MSN, AIM, Yahoo, Jabber, LiveJournal . This package contains additional sounds in much better quality than sim binary package contains. Package: vmadd-full Version: 2.0-2loc1 Architecture: i386 Maintainer: Ondrej Cecak Installed-Size: 2036 Depends: libc6 (>= 2.3.6-6), linux-headers Filename: ./vmadd-full_2.0-2loc1_i386.deb Size: 853098 MD5sum: cff68795c3fdc2e45f79c37805051d76 Section: alien Priority: extra Description: The Microsoft VM additions This package contains the Microsoft VM additions kernel module, accelerated SCSI driver, X11 graphics and mouse drivers, heartbeat daemon, guest shutdown daemon, time synchronization daemon. . (Converted from a rpm package using alien.) Package: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 52 Depends: wine-bin (= 1.1.24-1-loc1), wine-utils (= 1.1.24-1-loc1), libwine-alsa (= 1.1.24-1-loc1) | libwine-oss (= 1.1.24-1-loc1) | libwine-esd (= 1.1.24-1-loc1) | libwine-jack (= 1.1.24-1-loc1) | libwine-nas (= 1.1.24-1-loc1), libwine-gl (= 1.1.24-1-loc1), libwine-print (= 1.1.24-1-loc1), libwine-sane (= 1.1.24-1-loc1), libwine-cms (= 1.1.24-1-loc1), libwine-gphoto2 (= 1.1.24-1-loc1), libwine-ldap (= 1.1.24-1-loc1) Recommends: ttf-liberation Suggests: wine-doc, binfmt-support, ttf-mscorefonts-installer, winbind, avscan | klamav | clamav Filename: ./wine_1.1.24-1-loc1_i386.deb Size: 1358 MD5sum: 54a4a1dafe831d3bcd30a4d481b33cd3 Section: otherosfs Priority: optional Description: Windows API implementation - standard suite Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This is a dummy package that depends on the standard Wine components. Package: wine-bin Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 4912 Depends: libc6 (>= 2.3.6-6), libncurses5 (>= 5.4-5), libwine (= 1.1.24-1-loc1), x11-utils | xbase-clients (>= 4.0) | xcontrib Suggests: libwine-print, libwine-gl Conflicts: binfmt-support (<< 1.1.2) Replaces: libwine (<< 0.0.20010216), wine-utils (<< 1.0-rc4-1), wine (<< 0.9.35) Filename: ./wine-bin_1.1.24-1-loc1_i386.deb Size: 711550 MD5sum: ac418288ff365496c8fb3f608f66ae92 Section: otherosfs Priority: optional Description: Windows API implementation - binary loader Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package provides the binary loader program for running Windows executables. Package: wine-utils Source: wine Version: 1.1.24-1-loc1 Architecture: i386 Maintainer: Debian Wine Party Installed-Size: 2676 Depends: libc6 (>= 2.3.6-6), libwine (= 1.1.24-1-loc1), wine-bin (= 1.1.24-1-loc1) Replaces: libwine-dev (<< 0.0.20010216) Filename: ./wine-utils_1.1.24-1-loc1_i386.deb Size: 589930 MD5sum: 2d3098803a2226013e0f80173365d5e0 Section: otherosfs Priority: optional Description: Windows API implementation - utilities Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. . This package provides many of the Wine utilities, both for compiling source using winelib and for running Wine. This package is not strictly necessary. Package: wpagui Source: wpasupplicant Version: 0.6.0~cvs20070224-2-loc1 Architecture: i386 Maintainer: Debian/Ubuntu wpasupplicant Maintainers Installed-Size: 224 Depends: libc6 (>= 2.3.6-6), libgcc1 (>= 1:4.1.1-12), libqt4-core (>= 4.2.1), libqt4-gui (>= 4.2.1), libqt4-qt3support (>= 4.2.1), libstdc++6 (>= 4.1.1-12), wpasupplicant Filename: ./wpagui_0.6.0~cvs20070224-2-loc1_i386.deb Size: 104058 MD5sum: 0048f84d1040b956f7df4a87a4d11bec Section: net Priority: optional Description: GUI for wpa_supplicant wpagui provides a Qt interface for choosing which configured network to connect to. It also provides a method for browsing 802.11 SSID scan results, an event history log of messages generated by wpa_supplicant, and a method to add or edit wpa_supplicant networks. Package: wpasupplicant Version: 0.6.0~cvs20070224-2-loc1 Architecture: i386 Maintainer: Debian/Ubuntu wpasupplicant Maintainers Installed-Size: 660 Depends: libc6 (>= 2.3.6-6), libdbus-1-3 (>= 0.94), libncurses5 (>= 5.4-5), libreadline5 (>= 5.2), libssl0.9.8 (>= 0.9.8c-1), lsb-base (>= 3.0-6) Recommends: dhcp3-client Suggests: libengine-pkcs11-openssl, guessnet, iproute, wireless-tools Filename: ./wpasupplicant_0.6.0~cvs20070224-2-loc1_i386.deb Size: 262122 MD5sum: 13798d222de69304f9f58203237e0aaf Section: net Priority: optional Description: Client support for WPA and WPA2 (IEEE 802.11i) WPA and WPA2 are methods for securing wireless networks, the former using IEEE 802.1X, and the latter using IEEE 802.11i. This software provides key negotiation with the WPA Authenticator, and controls association with IEEE 802.11i networks. Package: zoneminder Version: 1.22.3-8 Architecture: i386 Maintainer: Peter Howard Installed-Size: 4600 Depends: libavcodec0d (>= 0.cvs20060823), libavformat0d (>= 0.cvs20060823), libc6 (>= 2.3.6-6), libgcc1 (>= 1:4.1.1-12), libjpeg62, libmysqlclient15off (>= 5.0.27-1), libpcre3 (>= 4.5), libssl0.9.8 (>= 0.9.8c-1), libstdc++6 (>= 4.1.1-12), zlib1g (>= 1:1.2.1), apache2-mpm-prefork, libapache2-mod-php5 | libapache2-mod-php4, ffmpeg, php5 | php4, php5-mysql | php4-mysql, libdate-manip-perl, libmime-perl, mysql-server, mysql-client, libwww-perl, libarchive-tar-perl, libarchive-zip-perl, libdevice-serialport-perl, libpcre3 Filename: ./zoneminder_1.22.3-8_i386.deb Size: 1378738 MD5sum: f56c4927a3583523e7f3df55e053a6da Section: net Priority: optional Description: Linux video camera security and surveillance solution ZoneMinder is intended for use in single or multi-camera video security applications, including commercial or home CCTV, theft prevention and child or family member or home monitoring and other care scenarios. It supports capture, analysis, recording, and monitoring of video data coming from one or more video or network cameras attached to a Linux system. ZoneMinder also support web and semi-automatic control of Pan/Tilt/Zoom cameras using a variety of protocols. It is suitable for use as a home video security system and for commercial or professional video security and surveillance. It can also be integrated into a home automation system via X.10 or other protocols.