Package: anacron Version: 2.3-13 Architecture: armel Maintainer: Pascal Hakim Installed-Size: 188 Depends: libc6 (>= 2.5.0-1), debianutils (>= 1.7), lsb-base (>= 3.0-10) Recommends: cron (>= 3.0pl1-43), exim4 | mail-transport-agent, sysklogd | system-log-daemon Suggests: powermgmt-base Replaces: pe Priority: optional Section: admin Filename: pool/main/a/anacron/anacron_2.3-13_armel.deb Size: 29292 SHA256: 7d0736e43fb1a6931414bb22751198dfb6c12f713d9e10b50730e396b0c8901b SHA1: e512617e486b828e5302ca56c7ae6bddd3237082 MD5sum: f75a888a671f343c8f3574b38242fe2d Description: cron-like program that doesn't go by time Anacron (like `anac(h)ronistic') is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously. It can therefore be used to control the execution of daily, weekly and monthly jobs (or anything with a period of n days), on systems that don't run 24 hours a day. When installed and configured properly, Anacron will make sure that the commands are run at the specified intervals as closely as machine-uptime permits. . This package is pre-configured to execute the daily jobs of the Debian system. You should install this program if your system isn't powered on 24 hours a day to make sure the maintenance jobs of other Debian packages are executed each day. Package: apache2 Version: 2.2.9-10+lenny8 Architecture: all Depends: apache2-mpm-worker (>= 2.2.9-10+lenny8) | apache2-mpm-prefork (>= 2.2.9-10+lenny8) | apache2-mpm-event (>= 2.2.9-10+lenny8) Installed-Size: 100 Maintainer: Debian Apache Maintainers Priority: optional Section: web Filename: pool/main/a/apache2/apache2_2.2.9-10+lenny8_all.deb Size: 45788 MD5sum: 42aa64b24aeb521e1aae5f3ac7ee04ac Description: Apache HTTP Server metapackage The Apache Software Foundation's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . It features support for HTTPS, virtual hosting, CGI, SSI, IPv6, easy scripting and database integration, request/response filtering, many flexible authentication schemes, and more. Package: apache2-dbg Version: 2.2.9-10+lenny8 Architecture: armel Depends: apache2.2-common (= 2.2.9-10+lenny8) Installed-Size: 5848 Maintainer: Debian Apache Maintainers Source: apache2 Priority: extra Section: libdevel Filename: pool/main/a/apache2/apache2-dbg_2.2.9-10+lenny8_armel.deb Size: 2327868 MD5sum: f4ad52e888094fcbb1bc8629940f5f4d Description: Apache debugging symbols This package includes the debugging symbols for Apache 2. Package: apache2-doc Version: 2.2.9-10+lenny8 Architecture: all Installed-Size: 10884 Maintainer: Debian Apache Maintainers Source: apache2 Priority: optional Section: doc Filename: pool/main/a/apache2/apache2-doc_2.2.9-10+lenny8_all.deb Size: 2063172 MD5sum: 949854893161d6aced9d29237510763c Description: Apache HTTP Server documentation This package provides the documentation for Apache 2. For more details see the apache2 package description. Package: apache2-mpm-event Version: 2.2.9-10+lenny8 Architecture: armel Depends: libapr1, libaprutil1, libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libpcre3 (>= 4.5), apache2.2-common (= 2.2.9-10+lenny8) Conflicts: apache2-mpm, apache2-common Provides: apache2-mpm, apache2, httpd, httpd-cgi Installed-Size: 480 Maintainer: Debian Apache Maintainers Source: apache2 Priority: optional Section: web Filename: pool/main/a/apache2/apache2-mpm-event_2.2.9-10+lenny8_armel.deb Size: 232670 MD5sum: 79457e615de90cf3b150790075008a9e Description: Apache HTTP Server - event driven model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The event 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. It is especially suitable for sites that see extensive KeepAlive traffic. . This MPM is experimental and less tested than the worker and prefork MPMs. Package: apache2-mpm-prefork Version: 2.2.9-10+lenny8 Architecture: armel Depends: libapr1, libaprutil1, libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libpcre3 (>= 4.5), apache2.2-common (= 2.2.9-10+lenny8) Conflicts: apache2-mpm, apache2-common Provides: apache2-mpm, apache2, httpd, httpd-cgi Installed-Size: 472 Maintainer: Debian Apache Maintainers Source: apache2 Priority: optional Section: web Filename: pool/main/a/apache2/apache2-mpm-prefork_2.2.9-10+lenny8_armel.deb Size: 228260 MD5sum: 36e9b9d7311f8500959bb310d2f5d185 Description: Apache HTTP Server - traditional non-threaded model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The prefork MPM provides a non-threaded, pre-forking implementation that handles requests in a manner similar to Apache 1.3. It is not as fast as threaded models, but is considered to be more stable. It is appropriate for sites that need to maintain compatibility with non-thread-safe libraries, and is the best MPM for isolating each request, so that a problem with a single request will not affect any other. Package: apache2-mpm-worker Version: 2.2.9-10+lenny8 Architecture: armel Depends: libapr1, libaprutil1, libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libpcre3 (>= 4.5), apache2.2-common (= 2.2.9-10+lenny8) Conflicts: apache2-mpm, apache2-common Replaces: apache2-mpm-threadpool (<< 2.0.53), apache2-mpm-perchild (<< 2.2.0) Provides: apache2-mpm, apache2, httpd, httpd-cgi Installed-Size: 480 Maintainer: Debian Apache Maintainers Source: apache2 Priority: optional Section: web Filename: pool/main/a/apache2/apache2-mpm-worker_2.2.9-10+lenny8_armel.deb Size: 232030 MD5sum: 608feb9d3a41bae30e2d7154e0b7bb9b Description: Apache HTTP Server - high speed threaded model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The worker MPM provides the default threaded implementation. It is recommended especially for high-traffic sites because it is faster and has a smaller memory footprint than the traditional prefork MPM. Package: apache2-prefork-dev Version: 2.2.9-10+lenny8 Architecture: armel Depends: apache2.2-common (= 2.2.9-10+lenny8), openssl, libaprutil1-dev Conflicts: apache2-threaded-dev Installed-Size: 772 Maintainer: Debian Apache Maintainers Source: apache2 Priority: extra Section: devel Filename: pool/main/a/apache2/apache2-prefork-dev_2.2.9-10+lenny8_armel.deb Size: 211620 MD5sum: 401f6ce644b650efb07d5a6b4f963f92 Description: Apache development headers - non-threaded MPM 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 *must* support a non-threaded environment (for PHP, for example). Package: apache2-src Version: 2.2.9-10+lenny8 Architecture: all Installed-Size: 6668 Maintainer: Debian Apache Maintainers Source: apache2 Priority: extra Section: devel Filename: pool/main/a/apache2/apache2-src_2.2.9-10+lenny8_all.deb Size: 6744080 MD5sum: d9b07ec3a1f3b95f478d480eab506aaf 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-suexec Version: 2.2.9-10+lenny8 Architecture: armel Depends: libc6 (>= 2.5.0-1), apache2.2-common Conflicts: apache2-suexec, apache-common Replaces: apache2-suexec, apache2.2-common (<< 2.2.8-5~ ) Installed-Size: 164 Maintainer: Debian Apache Maintainers Source: apache2 Priority: optional Section: web Filename: pool/main/a/apache2/apache2-suexec_2.2.9-10+lenny8_armel.deb Size: 82632 MD5sum: cd93c5034202b456b131f69cc612c1dd Description: Standard suexec program for Apache 2 mod_suexec Provides the standard suexec helper program for mod_suexec. This version is compiled with document root /var/www and userdir suffix public_html. If you need different settings, use the package apache2-suexec-custom. Package: apache2-suexec-custom Version: 2.2.9-10+lenny8 Architecture: armel Depends: libc6 (>= 2.5.0-1), apache2.2-common Conflicts: apache2-suexec, apache-common Replaces: apache2-suexec, apache2.2-common (<< 2.2.8-5~ ) Provides: apache2-suexec Installed-Size: 184 Maintainer: Debian Apache Maintainers Source: apache2 Priority: extra Section: web Filename: pool/main/a/apache2/apache2-suexec-custom_2.2.9-10+lenny8_armel.deb Size: 84364 MD5sum: 8f91c6ff7dd52668768118b9c81d69c5 Description: Configurable suexec program for Apache 2 mod_suexec Provides a customizable version of the suexec helper program for mod_suexec. This is not the version from upstream, but can be configured with a configuration file. . If you do not need non-standard document root or userdir settings, it is recommended that you use the standard suexec helper program from the apache2-suexec package instead. Package: apache2-threaded-dev Version: 2.2.9-10+lenny8 Architecture: armel Depends: apache2.2-common (= 2.2.9-10+lenny8), openssl, libaprutil1-dev Conflicts: apache2-prefork-dev Provides: apache2-dev Installed-Size: 780 Maintainer: Debian Apache Maintainers Source: apache2 Priority: extra Section: devel Filename: pool/main/a/apache2/apache2-threaded-dev_2.2.9-10+lenny8_armel.deb Size: 212782 MD5sum: 4317573a16ee9fdac0484a6489deecff Description: Apache development headers - threaded MPM 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 Version: 2.2.9-10+lenny8 Architecture: armel Depends: libapr1, libaprutil1, libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libssl0.9.8 (>= 0.9.8m-1) Conflicts: apache-common (<< 1.3.28.0.1-1) Replaces: apache2-common, apache-utils (<< 1.3.33-4) Installed-Size: 324 Maintainer: Debian Apache Maintainers Source: apache2 Priority: optional Section: web Filename: pool/main/a/apache2/apache2-utils_2.2.9-10+lenny8_armel.deb Size: 148326 MD5sum: 635db6629a523244314bc14ec8af6cc7 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 Version: 2.2.9-10+lenny8 Architecture: armel Depends: libapr1, libaprutil1, libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libssl0.9.8 (>= 0.9.8m-1), zlib1g (>= 1:1.2.1), apache2-utils, net-tools, libmagic1, mime-support, lsb-base, procps, perl, psmisc Recommends: ssl-cert Suggests: www-browser, apache2-doc, apache2-suexec | apache2-suexec-custom 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 Installed-Size: 3356 Maintainer: Debian Apache Maintainers Source: apache2 Priority: optional Section: web Filename: pool/main/a/apache2/apache2.2-common_2.2.9-10+lenny8_armel.deb Size: 785872 MD5sum: cd0584873e596bdadb42c67bcf307361 Description: Apache HTTP Server common files The Apache Software Foundation's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . 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: apt Version: 0.7.20.2+lenny2 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libstdc++6 (>= 4.2.1), debian-archive-keyring Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7) Provides: libapt-pkg-libc6.5-6-4.6 Installed-Size: 5180 Maintainer: APT Development Team Priority: important Section: admin Filename: pool/main/a/apt/apt_0.7.20.2+lenny2_armel.deb Size: 1669324 MD5sum: 87f540e531587118e23f5e8c565f3cdb Description: Advanced front-end for dpkg This is Debian's next generation front-end for the dpkg package manager. It provides the apt-get utility and APT dselect method that provides a simpler, safer way to install and upgrade packages. . APT features complete installation ordering, multiple source capability and several other unique features, see the Users Guide in apt-doc. Package: apt-doc Version: 0.7.20.2+lenny2 Architecture: all Replaces: apt (<< 0.5.4.9) Installed-Size: 272 Maintainer: APT Development Team Source: apt Priority: optional Section: doc Filename: pool/main/a/apt/apt-doc_0.7.20.2+lenny2_all.deb Size: 101586 MD5sum: 8eb8ee33444babec6cb161faaacbd029 Description: Documentation for APT This package contains the user guide and offline guide, for APT, an Advanced Package Tool. Package: apt-transport-https Version: 0.7.20.2+lenny2 Architecture: armel Depends: libapt-pkg-libc6.5-6-4.6, libc6 (>= 2.5.0-1), libcurl3-gnutls (>= 7.16.2-1), libgcc1 (>= 1:4.2.1), libstdc++6 (>= 4.2.1) Installed-Size: 108 Maintainer: APT Development Team Source: apt Priority: optional Section: admin Filename: pool/main/a/apt/apt-transport-https_0.7.20.2+lenny2_armel.deb Size: 57664 MD5sum: b4a5d1bf21dd92a85f25dbc4459d39a1 Description: APT https transport This package contains a APT https transport. It makes it possible to use 'deb https://foo distro main' lines in the sources.list. Package: apt-utils Version: 0.7.20.2+lenny2 Architecture: armel Depends: libapt-pkg-libc6.5-6-4.6, libc6 (>= 2.5.0-1), libdb4.2, libgcc1 (>= 1:4.2.1), libstdc++6 (>= 4.2.1) Replaces: apt (<< 0.5.9) Provides: libapt-inst-libc6.5-6-1.1 Installed-Size: 444 Maintainer: APT Development Team Source: apt Priority: important Section: admin Filename: pool/main/a/apt/apt-utils_0.7.20.2+lenny2_armel.deb Size: 194610 MD5sum: beafe8c781dcdd22928da3da16ebdb5e Description: APT utility programs This package contains some APT utility programs such as apt-ftparchive, apt-sortpkgs and apt-extracttemplates. . apt-extracttemplates is used by debconf to prompt for configuration questions before installation. apt-ftparchive is used to create Package and other index files. apt-sortpkgs is a Package/Source file normalizer. Package: aspell Version: 0.60.4-4 Architecture: armel Depends: libaspell15 (>= 0.60), libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libncursesw5 (>= 5.7-1), libstdc++6 (>= 4.2.1), libaspell15 (= 0.60.4-4), dictionaries-common (>> 0.40) Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary Suggests: aspell-doc, spellutils Conflicts: aspell-bin (<< 0.60.3-2) Replaces: aspell-bin (<< 0.60.3-2), aspell-hi (<= 0.01-1), aspell-mr (<= 0.10-1) Provides: aspell-bin Installed-Size: 1020 Maintainer: Brian Nelson Priority: optional Section: text Filename: pool/main/a/aspell/aspell_0.60.4-4_armel.deb Size: 257094 MD5sum: adc9b1e6285bc54d1f51f52e6e885f53 Description: GNU Aspell spell-checker GNU Aspell is a spell-checker which can be used either as a standalone application or embedded in other programs. Its main feature is that it does a much better job of suggesting possible spellings than just about any other spell-checker available for the English language, including Ispell and Microsoft Word. It also has many other technical enhancements over Ispell such as using shared memory for dictionaries and intelligently handling personal dictionaries when more than one Aspell process is open at once. . Aspell is designed to be a drop-in replacement for Ispell. . Homepage: http://aspell.net/ Package: aspell-doc Version: 0.60.4-4 Architecture: all Suggests: aspell (>> 0.60) Installed-Size: 184 Maintainer: Brian Nelson Source: aspell Priority: optional Section: doc Filename: pool/main/a/aspell/aspell-doc_0.60.4-4_all.deb Size: 140720 MD5sum: dfae4eda62054632a3908ab1272b63f8 Description: Documentation for GNU Aspell spell-checker This package contains the documentation for GNU Aspell in various formats. The aspell package comes with minimal man pages. Install this package if you need further information on the development process and workings of Aspell. Package: ca-certificates Version: 20080809 Architecture: all Depends: openssl, debconf (>= 0.5) | debconf-2.0 Enhances: libssl0.9.8, openssl Installed-Size: 748 Maintainer: Philipp Kern Priority: optional Section: misc Filename: pool/main/c/ca-certificates/ca-certificates_20080809_all.deb Size: 150724 MD5sum: 43a2b421206181bd7c04b5c6d58c9376 Description: Common CA certificates This package includes PEM files of CA certificates to allow SSL-based applications to check for the authenticity of SSL connections. . It includes, among others, certificate authorities used by the Debian infrastructure and those shipped with Mozilla's browsers. . Please note that certificate authorities whose certificates are included in this package are not in any way audited for trustworthiness and RFC 3647 compliance, and that full responsibility to assess them belongs to the local system administrator. Package: cgilib Version: 0.5-4.1 Architecture: armel Suggests: httpd Conflicts: libcgi-dev Installed-Size: 152 Maintainer: Martin Schulze Priority: optional Section: web Filename: pool/main/c/cgilib/cgilib_0.5-4.1_armel.deb Size: 28354 MD5sum: e474fb13ff5032562f75d4134d4d9b1e Description: Simple CGI Library This library provides a simple programming API to the Common Gateway Interface (CGI). It features HTTP Redirect, provides read access to FORM variables, sets HTTP Cookies and reads them. Package: curl Version: 7.18.2-8lenny4 Architecture: armel Depends: libc6 (>= 2.5.0-1), libcurl3 (>= 7.16.2-1), libidn11 (>= 0.5.18), libkrb53 (>= 1.6.dfsg.2), libldap-2.4-2 (>= 2.4.7), libssh2-1, libssl0.9.8 (>= 0.9.8m-1), zlib1g (>= 1:1.2.1) Replaces: curl-ssl Provides: curl-ssl Installed-Size: 304 Maintainer: Domenico Andreoli Priority: optional Section: web Filename: pool/main/c/curl/curl_7.18.2-8lenny4_armel.deb Size: 209830 MD5sum: 4da85964c3e5b1f64b4e4bff394b7293 Description: Get a file from an HTTP, HTTPS or FTP server curl is a client to get files from servers using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity. . curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, file transfer resume and more. Package: cvs Version: 1:1.12.13-12 Architecture: armel Depends: libc6 (>= 2.5.0-1), libpam0g (>= 0.99.10.0), zlib1g (>= 1:1.2.1), debconf (>= 0.5.00) | debconf-2.0, libpam-runtime (>= 0.76-14), update-inetd Recommends: netbase (>= 2.08-1), info | info-browser Conflicts: cvs-doc, cvs2cl (<< 2.55-1) Replaces: cvs-doc (<< 1.11-2) Provides: cvs-doc Installed-Size: 3476 Maintainer: Steve McIntyre <93sam@debian.org> Priority: optional Section: devel Filename: pool/main/c/cvs/cvs_1.12.13-12_armel.deb Size: 1681130 MD5sum: b280c5000c08c3a717273119604f9507 Description: Concurrent Versions System CVS is a version control system, which allows you to keep old versions of files (usually source code), keep a log of who, when, and why changes occurred, etc., like RCS or SCCS. Unlike the simpler systems, CVS does not just operate on one file at a time or one directory at a time, but operates on hierarchical collections of directories consisting of version controlled files. . CVS helps to manage releases and to control the concurrent editing of source files among multiple authors. CVS allows triggers to enable/log/control various operations and works well over a wide area network. Package: db4.4-doc Version: 4.4.20-8 Architecture: all Installed-Size: 20232 Maintainer: Debian Berkeley DB Maintainers Source: db4.4 Priority: optional Section: libs Filename: pool/main/d/db4.4/db4.4-doc_4.4.20-8_all.deb Size: 4952064 MD5sum: 754a49b67b8b8ef6c643e3649b917a9c Description: Berkeley v4.4 Database Documentation [html] Complete documentation for all of the API's and utilities provided by version 4.4 of Berkeley DB. Package: db4.4-util Version: 4.4.20-8 Architecture: armel Depends: libc6 (>= 2.5.0-1), libdb4.4 Installed-Size: 296 Maintainer: Debian Berkeley DB Maintainers Source: db4.4 Priority: optional Section: utils Filename: pool/main/d/db4.4/db4.4-util_4.4.20-8_armel.deb Size: 94360 MD5sum: 947166f7f69888386fb9457e29066d57 Description: Berkeley v4.4 Database Utilities This package provides different tools for manipulating databases in the Berkeley v4.4 database format, and includes: - db4.4_archive: write the pathnames of the log files no longer in use. - db4.4_checkpoint: daemon process to monitor the database log and checkpoint it periodically. - db4.4_deadlock: traverse the database environment lock region and abort lock requests when a deadlock is detected. - db4.4_load: loads (and creates) a database from standard input. - db4.4_dump: read a database file and write it in a format understood by - db4.4_printlog: dump log files in human readable format. - db4.4_stat: display statistics for Berkeley DB environments. - db4.4_upgrade: upgrades the version of files and the databases they contain. - db4.4_verify: check the structure of files and their databases. Package: db4.6-doc Version: 4.6.21-11 Architecture: all Installed-Size: 24352 Maintainer: Debian Berkeley DB Maintainers Source: db4.6 Priority: optional Section: libs Filename: pool/main/d/db4.6/db4.6-doc_4.6.21-11_all.deb Size: 6439172 MD5sum: bdc91adb5a2965335bae867d83604918 Description: Berkeley v4.6 Database Documentation [html] Complete documentation for all of the API's and utilities provided by version 4.6 of Berkeley DB. Package: db4.6-util Version: 4.6.21-11 Architecture: armel Depends: libc6 (>= 2.5.0-1), libdb4.6 Installed-Size: 332 Maintainer: Debian Berkeley DB Maintainers Source: db4.6 Priority: optional Section: utils Filename: pool/main/d/db4.6/db4.6-util_4.6.21-11_armel.deb Size: 105672 MD5sum: d76cd49ca8347d077ecfe665cff2cde4 Description: Berkeley v4.6 Database Utilities This package provides different tools for manipulating databases in the Berkeley v4.6 database format, and includes: - db4.6_archive: write the pathnames of the log files no longer in use. - db4.6_checkpoint: daemon process to monitor the database log and checkpoint it periodically. - db4.6_deadlock: traverse the database environment lock region and abort lock requests when a deadlock is detected. - db4.6_load: loads (and creates) a database from standard input. - db4.6_dump: read a database file and write it in a format understood by db4.{2..6}_load. - db4.6_printlog: dump log files in human readable format. - db4.6_stat: display statistics for Berkeley DB environments. - db4.6_upgrade: upgrades the version of files and the databases they contain. - db4.6_verify: check the structure of files and their databases. Package: dh-lisp Version: 0.6.2 Architecture: all Depends: debhelper (>= 4.0), perl Enhances: debhelper Installed-Size: 76 Maintainer: René van Bevern Priority: optional Section: devel Filename: pool/main/d/dh-lisp/dh-lisp_0.6.2_all.deb Size: 8726 MD5sum: 63ac681876365c00fbdea5610d6c22cc Description: Debhelper to support Common Lisp related packages This debhelper addon targets Debian package maintainers of packages related to Common Lisp. It automates the processes of making a package conform to the Common Lisp in Debian Manual: . It generates maintainer scripts and establishes symbolic links to register libraries at the Common Lisp Controller and the Another System Definition Facility (ASDF). . It adds dependencies to required Common Lisp implementations if precompiled object files for them are included in the package. . dh-lisp supports packages of Common Lisp implementations by generating maintainer scripts to register them at the Common Lisp Controller. . Homepage: http://cl-debian.alioth.debian.org Package: docbook-xsl Version: 1.73.2.dfsg.1-5 Architecture: all Depends: xml-core (>= 0.05) Recommends: docbook-xml (>= 4.1.2-4), docbook-xsl-doc-html (= 1.73.2.dfsg.1-5) | docbook-xsl-doc-pdf (= 1.73.2.dfsg.1-5) | docbook-xsl-doc-text (= 1.73.2.dfsg.1-5) | docbook-xsl-doc Suggests: xsltproc, xalan, fop, libsaxon-java, libxalan2-java Installed-Size: 10932 Maintainer: Daniel Leidert (dale) Priority: optional Section: text Filename: pool/main/d/docbook-xsl/docbook-xsl_1.73.2.dfsg.1-5_all.deb Size: 1347156 MD5sum: ea3b36021d279562b145bab32190b06f Description: stylesheets for processing DocBook XML files to various output formats These are modular XSL stylesheets for processing documents composed with the DocBook XML DTD and its derivatives ("Simplified" DocBook XML, JRefEntry DTD, etc.). . The stylesheets provide XSLT transformations for (X)HTML, WordML, HTML Help, JavaHelp, Man page (nroff), Website, Eclipse Platform Help file and Formatting Object (FO) output. The latter can be further processed to a number of print formats using FOP or TeX-based tools. . The stylesheets are modular in the sense that you can extend and, to some extent, customize them. The documentation is included in a separate package. Package: docbook-xsl-doc-html Version: 1.73.2.dfsg.1-5 Architecture: all Recommends: lynx | www-browser Enhances: docbook-xsl (= 1.73.2.dfsg.1-5) Conflicts: docbook-xsl (<< 1.70.0), docbook-xsl-doc (<< 1.72.0) Replaces: docbook-xsl (<< 1.70.0), docbook-xsl-doc (<< 1.72.0) Provides: docbook-xsl-doc Installed-Size: 5376 Maintainer: Daniel Leidert (dale) Source: docbook-xsl Priority: optional Section: doc Filename: pool/main/d/docbook-xsl/docbook-xsl-doc-html_1.73.2.dfsg.1-5_all.deb Size: 552010 MD5sum: d612695e2e445e2fbef0c50976b30fc7 Description: stylesheets for processing DocBook XML files (HTML documentation) The package contains the documentation for the DocBook XSL stylesheets and explanations for the parameters you can use in HTML format. Package: docbook-xsl-doc-pdf Version: 1.73.2.dfsg.1-5 Architecture: all Recommends: gv | xpdf-reader | pdf-viewer Enhances: docbook-xsl (= 1.73.2.dfsg.1-5) Provides: docbook-xsl-doc Installed-Size: 1284 Maintainer: Daniel Leidert (dale) Source: docbook-xsl Priority: optional Section: doc Filename: pool/main/d/docbook-xsl/docbook-xsl-doc-pdf_1.73.2.dfsg.1-5_all.deb Size: 1244298 MD5sum: 94f2925fab46bfc1ab48f67380a81acd Description: stylesheets for processing DocBook XML files (PDF documentation) The package contains the documentation for the DocBook XSL stylesheets and explanations for the parameters you can use in PDF format. Package: docbook-xsl-doc-text Version: 1.73.2.dfsg.1-5 Architecture: all Recommends: less Enhances: docbook-xsl (= 1.73.2.dfsg.1-5) Provides: docbook-xsl-doc Installed-Size: 248 Maintainer: Daniel Leidert (dale) Source: docbook-xsl Priority: optional Section: doc Filename: pool/main/d/docbook-xsl/docbook-xsl-doc-text_1.73.2.dfsg.1-5_all.deb Size: 192916 MD5sum: 8da40dd60ad88457b66f77dd8f05d56b Description: stylesheets for processing DocBook XML files (ASCII documentation) The package contains the documentation for the DocBook XSL stylesheets and explanations for the parameters you can use in simple ASCII text format. Package: fcron Version: 3.0.1-1 Architecture: armel Maintainer: Henrique de Moraes Holschuh Installed-Size: 968 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.5.0-1), libpam0g (>= 0.99.7.1), libselinux1 (>= 2.0.59), debconf, exim4 | mail-transport-agent, adduser (>= 3.25), dpkg (>> 1.8.3), libpam-runtime (>= 0.76-14) Recommends: sysklogd | system-log-daemon Conflicts: anacron, suidmanager (<< 0.50) Priority: extra Section: admin Filename: pool/main/f/fcron/fcron_3.0.1-1_armel.deb Size: 253122 SHA256: 3852eea8edd4ec8fc12f9651cfe7fb6b4176fd490f62777aeaf8eaa5c4a45435 SHA1: bfb6c75601584d66e25ed9a09fa540272d24312e MD5sum: 4f3652aa1e8a858be13d787b694bd57e Description: cron-like scheduler with extended capabilities Fcron is a scheduler. It implements most of Vixie Cron's functionalities. But contrary to Vixie Cron, fcron does not need your system to be up 7 days a week, 24 hours a day: it also works well with systems which are running neither all the time nor regularly. . Fcron also includes a useful system of options, such as: run jobs one by one, run jobs at fcron's startup if they should have been run during system down time, a better management of the mailing of outputs, set a nice value for a job... Package: ghostscript Version: 8.62.dfsg.1-3.2lenny5 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgs8, gs-common (>= 8.62.dfsg.1-3.2), gsfonts (>= 6.0-1), defoma, debconf | debconf-2.0, debianutils (>= 1.6), libgs8 (= 8.62.dfsg.1-3.2lenny5) Recommends: psfontmgr Suggests: ghostscript-x, hpijs Conflicts: gs (<< 8.62), gs-esp (<< 8.62), gs-gpl (<< 8.62), gs-afpl (<< 8.62), gs-aladdin (<< 8.62), gs-cjk-resource (<< 1.20010910-1), gs-pdfencrypt (<< 7.00), gs-common (<< 8.62) Replaces: gs (<< 8.62), gs-esp (<< 8.62), gs-gpl (<< 8.62), gs-afpl (<< 8.62), gs-aladdin (<< 8.62), gs-pdfencrypt (<< 7.00), gs-common (<< 8.62) Provides: gs-pdfencrypt, postscript-viewer Installed-Size: 3488 Maintainer: Masayuki Hatta (mhatta) Priority: optional Section: text Filename: pool/main/g/ghostscript/ghostscript_8.62.dfsg.1-3.2lenny5_armel.deb Size: 798320 MD5sum: 7fe02891da10925bb1dde289ad688a70 Description: The GPL Ghostscript PostScript/PDF interpreter Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . Furthermore, it can render PostScript and PDF files as graphics to be printed on non-PostScript printers. Supported printers include common dot-matrix, inkjet and laser models. . Package gsfonts contains a set of standard fonts for Ghostscript. . The Ghostscript home page is at http://www.ghostscript.com/ Package: ghostscript-doc Version: 8.62.dfsg.1-3.2lenny5 Architecture: all Depends: ghostscript (>= 8.62) Conflicts: ghostscript (<< 8.62) Installed-Size: 8756 Maintainer: Masayuki Hatta (mhatta) Source: ghostscript Priority: optional Section: doc Filename: pool/main/g/ghostscript/ghostscript-doc_8.62.dfsg.1-3.2lenny5_all.deb Size: 2790026 MD5sum: 045e38068beaa6d19a7292b10c3fd6fe Description: The GPL Ghostscript PostScript/PDF interpreter - Documentation Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . The Ghostscript home page is at http://www.ghostscript.com/ . This package contains the documentation of Ghostscript. As this documentation is only interesting for printer driver developers or advanced users, it is in this separate package which can be left out in space-restricted installations, like for example live CDs. Package: ghostscript-x Version: 8.62.dfsg.1-3.2lenny5 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libice6 (>= 1:1.0.0), libsm6, libx11-6, libxext6, libxt6, ghostscript (>= 8.62) Conflicts: ghostscript (<< 8.62) Provides: gs, gs-esp, gs-gpl, gs-afpl, gs-aladdin Installed-Size: 160 Maintainer: Masayuki Hatta (mhatta) Source: ghostscript Priority: optional Section: text Filename: pool/main/g/ghostscript/ghostscript-x_8.62.dfsg.1-3.2lenny5_armel.deb Size: 61350 MD5sum: 44c28ba698495095a223fffefd0c58b1 Description: The GPL Ghostscript PostScript/PDF interpreter - X Display support Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . The Ghostscript home page is at http://www.ghostscript.com/ . This package contains the Ghostscript output device for X11. It is in a separate package to allow the main package (ghostscript) to be installed on X-less servers. Package: gs Version: 8.62.dfsg.1-3.2lenny5 Architecture: all Depends: ghostscript, ghostscript-x Installed-Size: 72 Maintainer: Masayuki Hatta (mhatta) Source: ghostscript Priority: extra Section: text Filename: pool/main/g/ghostscript/gs_8.62.dfsg.1-3.2lenny5_all.deb Size: 28898 MD5sum: cabe8ed0200fc27a7ab3cb7679666c90 Description: Transitional package This dummy package is provided for a smooth transition from the previous gs package (the package name has been changed to ghostscript). It may safely be removed after installation. Package: gs-aladdin Version: 8.62.dfsg.1-3.2lenny5 Architecture: all Depends: ghostscript, ghostscript-x Installed-Size: 72 Maintainer: Masayuki Hatta (mhatta) Source: ghostscript Priority: extra Section: text Filename: pool/main/g/ghostscript/gs-aladdin_8.62.dfsg.1-3.2lenny5_all.deb Size: 28904 MD5sum: f20d2beea29418699c0b4d0a84ec0723 Description: Transitional package This dummy package is provided for a smooth transition from the previous gs-aladdin package (the package is replaced by ghostscript). It may safely be removed after installation. Package: gs-common Version: 8.62.dfsg.1-3.2lenny5 Architecture: all Depends: ghostscript Installed-Size: 76 Maintainer: Masayuki Hatta (mhatta) Source: ghostscript Priority: optional Section: text Filename: pool/main/g/ghostscript/gs-common_8.62.dfsg.1-3.2lenny5_all.deb Size: 29108 MD5sum: 8f79b21e313e2dfec64ef0eb2e721876 Description: Dummy package depending on ghostscript This dummy package is provided for a smooth transition from the previous gs-.../gs-common combo (the packages are replaced by ghostscript). Package: gs-esp Version: 8.62.dfsg.1-3.2lenny5 Architecture: all Depends: ghostscript, ghostscript-x Installed-Size: 72 Maintainer: Masayuki Hatta (mhatta) Source: ghostscript Priority: extra Section: text Filename: pool/main/g/ghostscript/gs-esp_8.62.dfsg.1-3.2lenny5_all.deb Size: 28894 MD5sum: b388968efe322243638890f7fe1293d5 Description: Transitional package This dummy package is provided for a smooth transition from the previous gs-esp package (the package is replaced by ghostscript). It may safely be removed after installation. Package: gs-gpl Version: 8.62.dfsg.1-3.2lenny5 Architecture: all Depends: ghostscript, ghostscript-x Installed-Size: 72 Maintainer: Masayuki Hatta (mhatta) Source: ghostscript Priority: extra Section: text Filename: pool/main/g/ghostscript/gs-gpl_8.62.dfsg.1-3.2lenny5_all.deb Size: 28898 MD5sum: 01c582d03152f84e81142553e7e7bd30 Description: Transitional package This dummy package is provided for a smooth transition from the previous gs-gpl package (the package is replaced by ghostscript). It may safely be removed after installation. Package: gsfonts Version: 1:8.11+urwcyr1.0.7~pre41-1 Architecture: all Depends: defoma Conflicts: gs (<< 5.50-5), gs-aladdin (<< 6.50-4), gsfonts-x11 (<< 0.13) Installed-Size: 6092 Maintainer: Masayuki Hatta (mhatta) Priority: optional Section: text Filename: pool/main/g/gsfonts/gsfonts_8.11+urwcyr1.0.7~pre41-1_all.deb Size: 4701058 MD5sum: 2be082924e29d4080398d882ee7f05c8 Description: Fonts for the Ghostscript interpreter(s) These are free look-alike fonts of the Adobe PostScript fonts. Recommended for all flavors of Ghostscript (gs-gpl, gs-afpl and gs-esp). Package: imagemagick Version: 7:6.2.4.5.dfsg1-0.15+etch1 Architecture: armel Depends: libbz2-1.0, libc6 (>= 2.5.0-1), libfreetype6 (>= 2.3.9), libice6 (>= 1:1.0.0), libjasper-1.701-1 (>= 1.701.0), libjpeg62, liblcms1 (>= 1.15-1), libmagick9, libpng12-0 (>= 1.2.13-4), libsm6, libtiff4, libx11-6, libxext6, libxml2 (>= 2.6.32), libxt6, zlib1g (>= 1:1.2.1) Suggests: gs, html2ps, lpr Conflicts: imagemagick-doc Replaces: imagemagick-doc, geomview (<= 1.8.0) Installed-Size: 3108 Maintainer: Ryuichi Arafune Priority: optional Section: graphics Filename: pool/main/i/imagemagick/imagemagick_6.2.4.5.dfsg1-0.15+etch1_armel.deb Size: 750288 MD5sum: 55ea29bfdc8d35f5618c8cab7a850de8 Description: Image manipulation programs Imagemagick is a set of programs to manipulate various image formats (JPEG, TIFF, PhotoCD, PBM, XPM, etc...). All manipulations can be achieved through shell commands as well as through an X11 graphical interface (display). . Possible effects: colormap manipulation, channel operations, thumbnail creation, image annotation, limited drawing, image distortion, etc... . This package suggests a postscript interpreter (gs) to read postscript files. It will however function happily without it (as long as you don't want to read postscript). Package: jetring Version: 0.14 Architecture: all Depends: gnupg Installed-Size: 452 Maintainer: Joey Hess Priority: optional Section: utils Filename: pool/main/j/jetring/jetring_0.14_all.deb Size: 187538 MD5sum: 746a4da0c2cd5fe37b01a4bb37f61d59 Description: gpg keyring mantainance using changesets jetring is a collection of tools that allow for gpg keyrings to be maintained using changesets. It was developed with the Debian keyring in mind, and aims to solve the problem that a gpg keyring is a binary blob that's hard for multiple people to collaboratively edit. . With jetring, changesets can be submitted, reviewed to see exactly what they will do, applied, and used to build a keyring. The origin of every change made to the keyring is available for auditing, and gpg signatures can be used to further secure things. Package: less Version: 418-1maemo2+0m5 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libncursesw5 (>= 5.7-1), ncurses-base Installed-Size: 280 Maintainer: Anibal Monsalve Salazar Priority: standard Section: text Filename: pool/main/l/less/less_418-1maemo2+0m5_armel.deb Size: 117964 MD5sum: 24f3cd9c62d638937a2c562dd087bad5 Description: Pager program similar to more Less is a program similar to more(1), but which allows backward movement in the file as well as forward movement. Also, less does not have to read the entire input file before starting, so with large input files it starts up faster than text editors like vi(1). Less uses termcap (or terminfo on some systems), so it can run on a variety of terminals. There is even limited support for hardcopy terminals. Package: libapr1 Version: 1.2.12-5+lenny2 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libuuid1 Conflicts: libapr1.0 Installed-Size: 228 Maintainer: Debian Apache Maintainers Source: apr Priority: optional Section: libs Filename: pool/main/a/apr/libapr1_1.2.12-5+lenny2_armel.deb Size: 108914 MD5sum: c0f18466f2836fffe0f4d6462fec32a7 Description: The Apache Portable Runtime Library APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. Package: libapr1-dbg Version: 1.2.12-5+lenny2 Architecture: armel Depends: libapr1 (= 1.2.12-5+lenny2) Installed-Size: 500 Maintainer: Debian Apache Maintainers Source: apr Priority: extra Section: libdevel Filename: pool/main/a/apr/libapr1-dbg_1.2.12-5+lenny2_armel.deb Size: 190744 MD5sum: 5e7ed647ef8db4f0ed8d75daffc6d49e Description: The Apache Portable Runtime Library - Development Headers APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . This package contains the debugging symbols for APR. Package: libapr1-dev Version: 1.2.12-5+lenny2 Architecture: armel Depends: libapr1 (= 1.2.12-5+lenny2), uuid-dev Suggests: python Conflicts: libapr1.0-dev, libapr0-dev Installed-Size: 5080 Maintainer: Debian Apache Maintainers Source: apr Priority: optional Section: libdevel Filename: pool/main/a/apr/libapr1-dev_1.2.12-5+lenny2_armel.deb Size: 821078 MD5sum: 908517c620fd2c02857f2c502d9c8a20 Description: The Apache Portable Runtime Library - Development Headers APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . This package contains development headers for APR. Package: libaprutil1 Version: 1.2.12+dfsg-8+lenny5 Architecture: armel Depends: libapr1, libc6 (>= 2.5.0-1), libdb4.6, libexpat1 (>= 1.95.8), libldap-2.4-2 (>= 2.4.7), libmysqlclient15off, libpq5 (>= 8.3~beta1), libsqlite3-0 (>= 3.6.14), libuuid1, libmysqlclient15off (>> 5.0.51a) Conflicts: libaprutil1.0, apache2.2-common (<< 2.2.8-1~), php5-mysql (<< 5.2.6-1~), php4-mysql (<< 6:4.4.4-10) Provides: libaprutil1-ldap, libaprutil1-dbd-mysql, libaprutil1-dbd-sqlite3, libaprutil1-dbd-pgsql Installed-Size: 176 Maintainer: Debian Apache Maintainers Source: apr-util Priority: optional Section: libs Filename: pool/main/a/apr-util/libaprutil1_1.2.12+dfsg-8+lenny5_armel.deb Size: 70462 MD5sum: cbb26c7e73e780b7b5cbb0a54bee1e00 Description: The Apache Portable Runtime Utility Library APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. Package: libaprutil1-dbg Version: 1.2.12+dfsg-8+lenny5 Architecture: armel Depends: libaprutil1 (= 1.2.12+dfsg-8+lenny5) Conflicts: libaprutil1.0-dev Installed-Size: 384 Maintainer: Debian Apache Maintainers Source: apr-util Priority: extra Section: libdevel Filename: pool/main/a/apr-util/libaprutil1-dbg_1.2.12+dfsg-8+lenny5_armel.deb Size: 138648 MD5sum: 10b74c00f0e700fb3653d7f5fdb7e82d Description: The Apache Portable Runtime Utility Library - Development Headers APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains the debugging symbols for APR util. Package: libaprutil1-dev Version: 1.2.12+dfsg-8+lenny5 Architecture: armel Depends: libaprutil1 (= 1.2.12+dfsg-8+lenny5), libldap2-dev, libexpat1-dev, libdb4.6-dev, libpcre3-dev, libapr1-dev (>= 1.2.2-1), libsqlite3-dev, libpq-dev, libmysqlclient15-dev Conflicts: libaprutil1.0-dev Installed-Size: 508 Maintainer: Debian Apache Maintainers Source: apr-util Priority: optional Section: libdevel Filename: pool/main/a/apr-util/libaprutil1-dev_1.2.12+dfsg-8+lenny5_armel.deb Size: 123804 MD5sum: 1008e9baaf2753bac43a12f2d88f7d93 Description: The Apache Portable Runtime Utility Library - Development Headers APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains development headers for APR util. Package: libapt-pkg-dev Version: 0.7.20.2+lenny2 Architecture: armel Depends: apt (= 0.7.20.2+lenny2), apt-utils (= 0.7.20.2+lenny2), libapt-pkg-libc6.5-6-4.6 Installed-Size: 428 Maintainer: APT Development Team Source: apt Priority: optional Section: libdevel Filename: pool/main/a/apt/libapt-pkg-dev_0.7.20.2+lenny2_armel.deb Size: 109658 MD5sum: 3b2ea8a1209143a684880c1e5d1b48c5 Description: Development files for APT's libapt-pkg and libapt-inst This package contains the header files and libraries for developing with APT's libapt-pkg Debian package manipulation library and the libapt-inst deb/tar/ar library. Package: libapt-pkg-doc Version: 0.7.20.2+lenny2 Architecture: all Installed-Size: 336 Maintainer: APT Development Team Source: apt Priority: optional Section: doc Filename: pool/main/a/apt/libapt-pkg-doc_0.7.20.2+lenny2_all.deb Size: 122408 MD5sum: b8998984e2af62feaf75a66705329510 Description: Documentation for APT development This package contains documentation for development of the APT Debian package manipulation program and its libraries. Package: libaspell-dev Version: 0.60.4-4 Architecture: armel Depends: libaspell15 (= 0.60.4-4) Suggests: aspell-doc Installed-Size: 108 Maintainer: Brian Nelson Source: aspell Priority: optional Section: libdevel Filename: pool/main/a/aspell/libaspell-dev_0.60.4-4_armel.deb Size: 40300 MD5sum: 963cff8c1249f556111a7b2806c703ee Description: Development files for applications with GNU Aspell support This package contains the headers and static libraries for developing applications with Aspell spell-checking support. . You need this package ONLY if you plan to build applications that link against the Aspell libraries. You do not have to install this package if all you want to do is use the Aspell program to spell-check documents. Package: libaspell15 Version: 0.60.4-4 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libstdc++6 (>= 4.2.1) Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary Suggests: aspell Conflicts: aspell6-dictionary, aspell-bin (<< 0.60.3-2) Installed-Size: 2380 Maintainer: Brian Nelson Source: aspell Priority: optional Section: libs Filename: pool/main/a/aspell/libaspell15_0.60.4-4_armel.deb Size: 599802 MD5sum: d7ff967cf2e9ad16db698d4a3594e434 Description: GNU Aspell spell-checker runtime library These are the runtime parts of the Aspell and pspell spell-checking toolkits, needed by applications that use the toolkits at runtime. . For a standalone spell-checker, install aspell as well. Package: libaspell15c2 Version: 0.60.4-4 Architecture: all Depends: libaspell15 (= 0.60.4-4) Installed-Size: 68 Maintainer: Brian Nelson Source: aspell Priority: optional Section: libs Filename: pool/main/a/aspell/libaspell15c2_0.60.4-4_all.deb Size: 34308 MD5sum: 1717f4e589f5b86621c1c95441d75308 Description: GNU Aspell spell-checker runtime library [dummy] This is a dummy package for reverting back the GCC 4.0 transition, which is not needed for Aspell. It may be safely removed if no packages depend upon it. Package: libb-keywords-perl Version: 1.08-2 Architecture: all Depends: perl Installed-Size: 64 Maintainer: Debian Perl Group Priority: optional Section: perl Filename: pool/main/libb/libb-keywords-perl/libb-keywords-perl_1.08-2_all.deb Size: 8974 MD5sum: e0adbeee207d4648771c50ef317604e4 Description: lists of internal perl keywords The B::Keywords perl module provides lists of internal keywords of the perl programming language. It can be used as an adjunct to the B perl module by programs that parse and analyze perl code. Package: libconfig-tiny-perl Version: 2.12-1 Architecture: all Depends: perl Installed-Size: 68 Maintainer: Dominic Hargreaves Priority: optional Section: perl Filename: pool/main/libc/libconfig-tiny-perl/libconfig-tiny-perl_2.12-1_all.deb Size: 13630 MD5sum: 19f5304defff9af093437978078441f8 Description: Read/Write .ini style files with as little code as possible Config::Tiny is a perl class to read and write .ini style configuration files with as little code as possible, reducing load time and memory overhead. Memory usage is normally scoffed at in Perl, but in my opinion should be at least kept in mind. . This module is primarily for reading human written files, and anything we write shouldn't need to have documentation/comments. If you need something with more power, move up to Config::Simple, Config::General or one of the many other Config:: modules. To rephrase, Config::Tiny does not preserve your comments, whitespace, or the order of your config file. Package: libcurl3 Version: 7.18.2-8lenny4 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libidn11 (>= 0.5.18), libkrb53 (>= 1.6.dfsg.2), libldap-2.4-2 (>= 2.4.7), libssh2-1, libssl0.9.8 (>= 0.9.8m-1), zlib1g (>= 1:1.2.1), ca-certificates Conflicts: libcurl4 Replaces: libcurl2 (<< 1:7.11.2-2), libcurl4 Installed-Size: 416 Maintainer: Domenico Andreoli Source: curl Priority: optional Section: libs Filename: pool/main/c/curl/libcurl3_7.18.2-8lenny4_armel.deb Size: 223452 MD5sum: 9fbacb0cd3995c07697f8c97eda0f757 Description: Multi-protocol file transfer library (OpenSSL) libcurl is designed to be a solid, usable, reliable and portable multi-protocol file transfer library. . SSL support is provided by OpenSSL. . This is the shared version of libcurl. Package: libcurl3-dbg Version: 7.18.2-8lenny4 Architecture: armel Depends: libcurl3 (= 7.18.2-8lenny4) | libcurl3-gnutls (= 7.18.2-8lenny4) Suggests: libc-dbg Conflicts: libcurl4-dbg Replaces: libcurl4-dbg Provides: libcurl4-dbg Installed-Size: 2552 Maintainer: Domenico Andreoli Source: curl Priority: extra Section: libdevel Filename: pool/main/c/curl/libcurl3-dbg_7.18.2-8lenny4_armel.deb Size: 1184620 MD5sum: 7e4b316222824cbbf7fb70b8069a83c4 Description: libcurl compiled with debug symbols This contains the debug symbols of both the OpenSSL and GnuTLS versions of libcurl3. It might be useful in debug sessions of software which uses libcurl. Package: libcurl3-gnutls Version: 7.18.2-8lenny4 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libgnutls26 (>= 2.4.0-0), libidn11 (>= 0.5.18), libkrb53 (>= 1.6.dfsg.2), libldap-2.4-2 (>= 2.4.7), zlib1g (>= 1:1.2.1), ca-certificates Conflicts: libcurl4-gnutls Replaces: libcurl4-gnutls Installed-Size: 388 Maintainer: Domenico Andreoli Source: curl Priority: optional Section: libs Filename: pool/main/c/curl/libcurl3-gnutls_7.18.2-8lenny4_armel.deb Size: 208570 MD5sum: 88cdad080a724ab3ec5d546418cfef72 Description: Multi-protocol file transfer library (GnuTLS) libcurl is designed to be a solid, usable, reliable and portable multi-protocol file transfer library. . SSL support is provided by GnuTLS. . This is the shared version of libcurl. Package: libcurl4-gnutls-dev Version: 7.18.2-8lenny4 Architecture: armel Depends: libcurl3-gnutls (= 7.18.2-8lenny4), libc6-dev | libc-dev, libgnutls-dev, zlib1g-dev, libidn11-dev, libkrb5-dev | hurd, libldap2-dev Suggests: libcurl3-dbg Conflicts: libcurl-dev Replaces: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev Installed-Size: 2164 Maintainer: Domenico Andreoli Source: curl Priority: optional Section: libdevel Filename: pool/main/c/curl/libcurl4-gnutls-dev_7.18.2-8lenny4_armel.deb Size: 907930 MD5sum: 2c49a7864bb8c9189ed526ffcb3896ba Description: Development files and documentation for libcurl (GnuTLS) These files (ie. includes, static library, manual pages) allow to build software which uses libcurl. . SSL support is provided by GnuTLS. . HTML and PDF versions of all the manual pages are also provided. Package: libcurl4-openssl-dev Version: 7.18.2-8lenny4 Architecture: armel Depends: libcurl3 (= 7.18.2-8lenny4), libc6-dev | libc-dev, libssl-dev, zlib1g-dev, libidn11-dev, libkrb5-dev | hurd, libssh2-1-dev, libldap2-dev Suggests: libcurl3-dbg Conflicts: libcurl-dev Replaces: libcurl-dev, libcurl-ssl-dev, libcurl3-openssl-dev, libcurl3-dev (<< 7.14.1-1) Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-openssl-dev, libcurl3-dev Installed-Size: 2208 Maintainer: Domenico Andreoli Source: curl Priority: optional Section: libdevel Filename: pool/main/c/curl/libcurl4-openssl-dev_7.18.2-8lenny4_armel.deb Size: 925012 MD5sum: e854fca4856dac360e47c1b21352c96e Description: Development files and documentation for libcurl (OpenSSL) These files (ie. includes, static library, manual pages) allow to build software which uses libcurl. . SSL support is provided by OpenSSL. . HTML and PDF versions of all the manual pages are also provided. Package: libdb4.4 Version: 4.4.20-8 Architecture: armel Depends: libc6 (>= 2.5.0-1) Conflicts: libdb2 (<< 2:2.7.7-3) Installed-Size: 976 Maintainer: Debian Berkeley DB Maintainers Source: db4.4 Priority: standard Section: libs Filename: pool/main/d/db4.4/libdb4.4_4.4.20-8_armel.deb Size: 451846 MD5sum: f28aae561a54f306cab81eeed45ee3f9 Description: Berkeley v4.4 Database Libraries [runtime] This is the runtime package for programs that use the v4.4 Berkeley database library. Package: libdb4.4++ Version: 4.4.20-8 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libstdc++6 (>= 4.2.1) Conflicts: libdb4.4++, libdb2++ (<< 2:2.7.7-3) Replaces: libdb4.4++ Installed-Size: 1068 Maintainer: Debian Berkeley DB Maintainers Source: db4.4 Priority: optional Section: libs Filename: pool/main/d/db4.4/libdb4.4++_4.4.20-8_armel.deb Size: 480464 MD5sum: c998dca2517c3380068481e19a1e0311 Description: Berkeley v4.4 Database Libraries for C++ [runtime] This is the runtime package for programs that use the Berkeley v4.4 database library. This is only for programs which use the C++ interface. Package: libdb4.4++-dev Version: 4.4.20-8 Architecture: armel Depends: libdb4.4++ (= 4.4.20-8), libdb4.4-dev (= 4.4.20-8) Conflicts: libdb2++-dev, libdb++-dev, libdb3++-dev Provides: libdb++-dev Installed-Size: 3084 Maintainer: Debian Berkeley DB Maintainers Source: db4.4 Priority: extra Section: libdevel Filename: pool/main/d/db4.4/libdb4.4++-dev_4.4.20-8_armel.deb Size: 1130146 MD5sum: 0610d013c701e5d4ce86f5ffb16e781f Description: Berkeley v4.4 Database Libraries for C++ [development] This is the development package which contains headers and static libraries for the Berkeley v4.4 database library. This is only for programs which will use the C++ interface. Package: libdb4.4-dev Version: 4.4.20-8 Architecture: armel Depends: libdb4.4 (= 4.4.20-8) Suggests: db4.4-doc Conflicts: libdb-dev, libdb1-dev, libdb2-dev, libdb3-dev Provides: libdb-dev Installed-Size: 1504 Maintainer: Debian Berkeley DB Maintainers Source: db4.4 Priority: extra Section: libdevel Filename: pool/main/d/db4.4/libdb4.4-dev_4.4.20-8_armel.deb Size: 553328 MD5sum: e72c2d45c7bd9a0b952102f509d0365a Description: Berkeley v4.4 Database Libraries [development] This is the development package which contains headers and static libraries for the Berkeley v4.4 database library. Package: libdb4.4-tcl Version: 4.4.20-8 Architecture: armel Depends: libc6 (>= 2.5.0-1) Conflicts: libdb3-tcl, libdb4.0-tcl, libdb4.1-tcl, libdb4.2-tcl, libdb4.3-tcl Installed-Size: 2656 Maintainer: Debian Berkeley DB Maintainers Source: db4.4 Priority: extra Section: interpreters Filename: pool/main/d/db4.4/libdb4.4-tcl_4.4.20-8_armel.deb Size: 1107018 MD5sum: 856e5a77004e2020c91422ea330950d3 Description: Berkeley v4.4 Database Libraries for TCL [module] This package provides a TCL module suitable for accessing Berkeley v4.4 databases from within TCL programs. Package: libdb4.6 Version: 4.6.21-11 Architecture: armel Depends: libc6 (>= 2.5.0-1) Conflicts: libdb2 (<< 2:2.7.7-3) Installed-Size: 1156 Maintainer: Debian Berkeley DB Maintainers Source: db4.6 Priority: standard Section: libs Filename: pool/main/d/db4.6/libdb4.6_4.6.21-11_armel.deb Size: 538182 MD5sum: 661a69409137c751d3d58f1a2586daf1 Description: Berkeley v4.6 Database Libraries [runtime] This is the runtime package for programs that use the v4.6 Berkeley database library. Package: libdb4.6++ Version: 4.6.21-11 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libstdc++6 (>= 4.2.1) Conflicts: libdb4.6++, libdb2++ (<< 2:2.7.7-3) Replaces: libdb4.6++ Installed-Size: 1260 Maintainer: Debian Berkeley DB Maintainers Source: db4.6 Priority: optional Section: libs Filename: pool/main/d/db4.6/libdb4.6++_4.6.21-11_armel.deb Size: 567618 MD5sum: b2cf531deab43ffafbe391f1ff5913d0 Description: Berkeley v4.6 Database Libraries for C++ [runtime] This is the runtime package for programs that use the Berkeley v4.6 database library. This is only for programs which use the C++ interface. Package: libdb4.6++-dev Version: 4.6.21-11 Architecture: armel Depends: libdb4.6++ (= 4.6.21-11), libdb4.6-dev (= 4.6.21-11) Conflicts: libdb2++-dev, libdb++-dev, libdb3++-dev Provides: libdb++-dev Installed-Size: 3588 Maintainer: Debian Berkeley DB Maintainers Source: db4.6 Priority: extra Section: libdevel Filename: pool/main/d/db4.6/libdb4.6++-dev_4.6.21-11_armel.deb Size: 1328156 MD5sum: 345dedb8cf3315e34be4d8f74cdc17c0 Description: Berkeley v4.6 Database Libraries for C++ [development] This is the development package which contains headers and static libraries for the Berkeley v4.6 database library. This is only for programs which will use the C++ interface. Package: libdb4.6-dbg Version: 4.6.21-11 Architecture: armel Depends: libdb4.6 (= 4.6.21-11) Installed-Size: 7572 Maintainer: Debian Berkeley DB Maintainers Source: db4.6 Priority: optional Section: libs Filename: pool/main/d/db4.6/libdb4.6-dbg_4.6.21-11_armel.deb Size: 2435308 MD5sum: 92205cc12447a2e5a352ab2424a11dc3 Description: Berkeley v4.6 Database Libraries [debug] This package provides the debug symbols for the Berkeley v4.6 database library. Package: libdb4.6-dev Version: 4.6.21-11 Architecture: armel Depends: libdb4.6 (= 4.6.21-11) Suggests: db4.6-doc Conflicts: libdb1-dev, libdb2-dev, libdb3-dev, libdb4.2-dev, libdb4.3-dev, libdb4.4-dev, libdb4.5-dev Installed-Size: 1760 Maintainer: Debian Berkeley DB Maintainers Source: db4.6 Priority: extra Section: libdevel Filename: pool/main/d/db4.6/libdb4.6-dev_4.6.21-11_armel.deb Size: 652654 MD5sum: bbd57568c7ec823432d16fae48403029 Description: Berkeley v4.6 Database Libraries [development] This is the development package which contains headers and static libraries for the Berkeley v4.6 database library. Package: libdb4.6-tcl Version: 4.6.21-11 Architecture: armel Depends: libc6 (>= 2.5.0-1) Conflicts: libdb3-tcl, libdb4.0-tcl, libdb4.1-tcl, libdb4.2-tcl, libdb4.3-tcl, libdb4.4-tcl, libdb4.5-tcl Installed-Size: 3100 Maintainer: Debian Berkeley DB Maintainers Source: db4.6 Priority: extra Section: interpreters Filename: pool/main/d/db4.6/libdb4.6-tcl_4.6.21-11_armel.deb Size: 1300872 MD5sum: b45291574a71c8291795d08c057c73db Description: Berkeley v4.6 Database Libraries for TCL [module] This package provides a TCL module suitable for accessing Berkeley v4.6 databases from within TCL programs. Package: libdbd-sqlite3-perl Version: 1.14-3 Architecture: armel Depends: perlapi-5.8.3, perl (>= 5.8.3-3osso13+0m5), libdbi-perl (>= 1.03), libc6 (>= 2.5.0-1), libsqlite3-0 (>= 3.6.14) Conflicts: libdbd-sqlite-perl Installed-Size: 164 Maintainer: Debian Perl Group Priority: optional Section: perl Filename: pool/main/libd/libdbd-sqlite3-perl/libdbd-sqlite3-perl_1.14-3_armel.deb Size: 50348 MD5sum: dcec393196b54319f26308d8dcaa81bf Description: Perl DBI driver with a self-contained RDBMS This module embeds a small fast embedded SQL database engine called SQLite into a DBI driver, if you want a relational database for your project, but don't want to install a large RDBMS system like MySQL or PostgreSQL, then DBD::SQLite may be just what you need. . SQLite supports the following features: . * Implements a large subset of SQL92 See http://www.hwaci.com/sw/sqlite/lang.html for details. * A complete DB in a single disk file Everything for your database is stored in a single disk file, making it easier to move things around than with DBD::CSV. * Atomic commit and rollback . The engine is very fast, but for updates/inserts/dml it does perform a global lock on the entire database. This, obviously, might not be good for multiple user systems. So beware. The database also appears to be significantly faster if your transactions are coarse. Package: libdbi-perl Version: 1.57-1 Architecture: armel Depends: perl (>= 5.8.3-3osso7), libc6 (>= 2.5.0-1) Installed-Size: 1976 Maintainer: Yani Ioannou Priority: optional Section: perl Filename: pool/main/libd/libdbi-perl/libdbi-perl_1.57-1_armel.deb Size: 764298 MD5sum: d33825f2b510b06b84b8253d749b1b60 Description: Planned Enhancements for the DBI Planned Enhancements for the DBI . This description was automagically extracted from the module by dh-make-perl. Package: libfile-slurp-perl Version: 9999.09-1 Architecture: all Maintainer: Alexander Zangerl Installed-Size: 80 Depends: perl Priority: optional Section: perl Filename: pool/main/libf/libfile-slurp-perl/libfile-slurp-perl_9999.09-1_all.deb Size: 14836 SHA256: a4d1adcb2152cb15a59dd84a2728528433baa44e52b119bd305e2b7d196fc679 SHA1: b91d6cdbe778835065b62e17732099cf54f59d40 MD5sum: 57fe8b7a583a9c80314242a814af4ae9 Description: single call read & write file routines This module consists of some quickie routines that read from, append to or overwrite a file with a single subroutine call. Their main intention is to save a couple of lines of code over and over again, but they do not do anything fancy. . Homepage: http://search.cpan.org/~uri/ Package: libgs-dev Version: 8.62.dfsg.1-3.2lenny5 Architecture: armel Depends: libgs8 (= 8.62.dfsg.1-3.2lenny5) Conflicts: libgs-esp-dev (<< 8.62) Replaces: libgs-esp-dev (<< 8.62) Provides: libgs-esp-dev Installed-Size: 112 Maintainer: Masayuki Hatta (mhatta) Source: ghostscript Priority: optional Section: libdevel Filename: pool/main/g/ghostscript/libgs-dev_8.62.dfsg.1-3.2lenny5_armel.deb Size: 36554 MD5sum: 6f423eb1d62210185c237c9fa6a9e2b3 Description: The Ghostscript PostScript Library - Development Files Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . The Ghostscript home page is at http://www.ghostscript.com/ . This package provides the development files for the Ghostscript library which makes the facilities of Ghostscript available to applications. Package: libgs8 Version: 8.62.dfsg.1-3.2lenny5 Architecture: armel Depends: libc6 (>= 2.5.0-1), libcomerr2 (>= 1.33-3), libcups2 (>= 1.3.8), libcupsimage2 (>= 1.3.8), libfontconfig1 (>= 2.6.0), libgcc1 (>= 1:4.2.1), libgnutls26 (>= 2.4.0-0), libjpeg62, libkrb53 (>= 1.6.dfsg.2), libpaper1, libpng12-0 (>= 1.2.13-4), libstdc++6 (>= 4.2.1), libtiff4, zlib1g (>= 1:1.2.1) Installed-Size: 6596 Maintainer: Masayuki Hatta (mhatta) Source: ghostscript Priority: optional Section: libs Filename: pool/main/g/ghostscript/libgs8_8.62.dfsg.1-3.2lenny5_armel.deb Size: 2174596 MD5sum: 5b0341feed2f948809cb2bf6edd7ee88 Description: The Ghostscript PostScript/PDF interpreter Library Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . The Ghostscript home page is at http://www.ghostscript.com/ . This package provides the Ghostscript library which makes the facilities of Ghostscript available to applications. Package: libhtml-template-perl Version: 2.8-1 Architecture: all Depends: perl (>= 5.6.0-16) Suggests: libipc-sharedcache-perl Installed-Size: 200 Maintainer: Florian Ernst Priority: optional Section: perl Filename: pool/main/libh/libhtml-template-perl/libhtml-template-perl_2.8-1_all.deb Size: 64218 MD5sum: 16bd5677a6b2302bd223c2937df0990e Description: HTML::Template : A module for using HTML Templates with Perl This module attempts make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - , , , and . The file written with HTML and these new tags is called a template. It is usually saved separate from your script - possibly even created by someone else! Using this module you fill in the values for the variables, loops and branches declared in the template. This allows you to separate design - the HTML - from the data, which you generate in the Perl script. . This module allows you to store its cache in shared memory using the IPC::SharedCache module, please install libipc-sharedcache-perl if you want to make use of this. . Homepage: http://search.cpan.org/~samtregar/HTML-Template-2.7/ Package: libi18n-charset-perl Version: 1.379-1 Architecture: all Depends: perl (>= 5.6.0-16), libio-string-perl Suggests: libunicode-map-perl, libunicode-map8-perl, libunicode-maputf8-perl Installed-Size: 164 Maintainer: Debian Perl Group Priority: optional Section: perl Filename: pool/main/libi/libi18n-charset-perl/libi18n-charset-perl_1.379-1_all.deb Size: 32844 MD5sum: cbb80a37d7ef58da7b1e36358ab7c443 Description: Perl module for mapping character set names to IANA names This module maps Character Set names to the names officially registered with IANA. For example, 'Shift_JIS' is the official name of 'x-sjis'. . It also maps character set names to Unicode::Map, Unicode::Map8, and Unicode::MapUTF8 conversion scheme names (if those modules are installed). For example, the Unicode::Map8 scheme name for 'windows-1251' is 'cp1251'. Package: libio-capture-perl Version: 0.05-1 Architecture: all Depends: perl (>= 5.6.0-16) Installed-Size: 136 Maintainer: Debian Perl Group Priority: optional Section: perl Filename: pool/main/libi/libio-capture-perl/libio-capture-perl_0.05-1_all.deb Size: 34142 MD5sum: 9ee6c20d2338127bfedf63e06954d7f3 Description: Abstract Base Class to build modules to capture output. The IO::Capture Module defines an abstract base class that can be used to build modules that capture output being sent on a filehandle such as STDOUT or STDERR. . Several modules that come with the distribution do just that. I.e., Capture STDOUT and STDERR. Also see James Keenan's IO::Capture::Stdout::Extended on CPAN. . See IO::Capture::Overview for a discussion of these modules and examples of how to build a module to sub-class from IO::Capture yourself. If after reading the overview, you would like to build a class from IO::Capture, look here for details on the internals. Package: libio-string-perl Version: 1.08-2 Architecture: all Depends: perl Installed-Size: 72 Maintainer: Debian Perl Group Priority: optional Section: perl Filename: pool/main/libi/libio-string-perl/libio-string-perl_1.08-2_all.deb Size: 12002 MD5sum: 05885b3a29ec8513f130738207af8599 Description: Emulate IO::File interface for in-core strings The IO::String module provide the IO::File interface for in-core strings. An IO::String object can be attached to a string, and will make it possible to use the normal file operations for reading or writing data, as well as seeking to various locations of the string. The main reason you might want to do this, is if you have some other library module that only provide an interface to file handles, and you want to keep all the stuff in memory. . The IO::String module provide an interface compatible with IO::File as distributed with IO-1.20, but the following methods are not available; new_from_fd, fdopen, format_write, format_page_number, format_lines_per_page, format_lines_left, format_name, format_top_name. Package: libjcode-pm-perl Version: 2.06-1 Architecture: armel Depends: perl (>= 5.6.0-16) Installed-Size: 120 Maintainer: Atsushi KAMOSHIDA Priority: optional Section: perl Filename: pool/main/libj/libjcode-pm-perl/libjcode-pm-perl_2.06-1_armel.deb Size: 31028 MD5sum: ca5e38ae77e00c74971aa3fd520759fb Description: Perl extension interface to convert Japanese text Jcode.pm is a Perl module that handles various Japanese charsets. It has all features available on jcode.pl PLUS - Object-oriented approach on Japanese text handling - mime header handling - Unicode feature (UCS2 and UTF8) Package: libjconv-bin Version: 2.8-4.0 Architecture: armel Depends: libc6 (>= 2.5.0-1) Conflicts: wdg-htmlvalidator (<< 1.5.5-2) Installed-Size: 48 Maintainer: Peter Novodvorsky Source: libjconv Priority: optional Section: misc Filename: pool/main/libj/libjconv/libjconv-bin_2.8-4.0_armel.deb Size: 7198 MD5sum: 0d9d5bbffed1725b6d8298203f72437c Description: charset conversion library - binaries This library provide Japanese Code Conversion capability based on iconv. It is based by application to enlarge number of supported encoding. It isn't only for japanese people, it is used as helper in sylpheed mailer. . This package contains the jconv program which does conversions between encodings using libjconv. Package: libjconv-dev Version: 2.8-4.0 Architecture: armel Depends: libjconv2 (= 2.8-4.0), libc6-dev Installed-Size: 60 Maintainer: Peter Novodvorsky Source: libjconv Priority: optional Section: devel Filename: pool/main/libj/libjconv/libjconv-dev_2.8-4.0_armel.deb Size: 7258 MD5sum: 331b78c094f314ca40c2779e8eeb4230 Description: charset conversion library - development This library provide Japanese Code Conversion capability based on iconv. It is based by application to enlarge number of supported encoding. It isn't only for japanese people, it is used as helper in sylpheed mailer. . This package contains development files. Package: libjconv2 Version: 2.8-4.0 Architecture: armel Depends: libc6 (>= 2.5.0-1) Installed-Size: 76 Maintainer: Peter Novodvorsky Source: libjconv Priority: optional Section: libs Filename: pool/main/libj/libjconv/libjconv2_2.8-4.0_armel.deb Size: 7882 MD5sum: 219ce63dfa7dcaa1842374bfac7fce3b Description: charset conversion library This library provide Japanese Code Conversion capability based on iconv. It is based by application to enlarge number of supported encoding. It isn't only for japanese people, it is used as helper in sylpheed mailer. Package: liblist-moreutils-perl Version: 0.22-1 Architecture: armel Depends: perl (>= 5.8.3-3osso13+0m5), perlapi-5.8.4, libc6 (>= 2.5.0-1) Installed-Size: 200 Maintainer: Debian Perl Group Priority: optional Section: perl Filename: pool/main/libl/liblist-moreutils-perl/liblist-moreutils-perl_0.22-1_armel.deb Size: 56550 MD5sum: fd2de96487b7000cc4854303017a97e2 Description: Addition list functions not found in List::Util List::MoreUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util. Package: libmagick++9-dev Version: 7:6.2.4.5.dfsg1-0.15+etch1 Architecture: armel Depends: libmagick++9c2a (= 7:6.2.4.5.dfsg1-0.15+etch1), libmagick9-dev (= 7:6.2.4.5.dfsg1-0.15+etch1) Conflicts: libmagick++0-dev, libmagick++5.5.1 (<= 4:5.5.1.4-1), libmagick++5, libmagick++-dev, imagemagick (<= 5:6.0.1.2-1), libmagick++6-dev Replaces: libmagick++0-dev, libmagick++5.5.1 (<= 4:5.5.1.4-1), libmagick++-dev, imagemagick (<= 5:6.0.1.2-1), libmagick++6-dev Provides: libmagick++-dev Installed-Size: 1384 Maintainer: Ryuichi Arafune Source: imagemagick Priority: optional Section: libdevel Filename: pool/main/i/imagemagick/libmagick++9-dev_6.2.4.5.dfsg1-0.15+etch1_armel.deb Size: 262274 MD5sum: 78256b98fae2d81a91339509d3382746 Description: The object-oriented C++ API to the ImageMagick library--development This are the include files and static libraries needed to compile programs using libMagick++. Package: libmagick++9c2a Version: 7:6.2.4.5.dfsg1-0.15+etch1 Architecture: armel Depends: imagemagick, libc6 (>= 2.5.0-1), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libstdc++6 (>= 4.2.1), zlib1g (>= 1:1.2.1) Conflicts: libmagick5g++, libmagick++0, libmagick++4 (>= 4:5.5.1), libmagick++5.5.3, libmagick++6.0.1, libmagick++6, libmagick++9 Replaces: libmagick5g++, libmagick++0, libmagick++5 (>= 4:5.5.1), libmagick++6.0.1, libmagick++6, libmagick++9 Installed-Size: 596 Maintainer: Ryuichi Arafune Source: imagemagick Priority: optional Section: libs Filename: pool/main/i/imagemagick/libmagick++9c2a_6.2.4.5.dfsg1-0.15+etch1_armel.deb Size: 158818 MD5sum: 9e0c0ac20e59670f21f64cb971344546 Description: The object-oriented C++ API to the ImageMagick library Magick++ supports an object model which is inspired by PerlMagick. Magick++ executes faster than PerlMagick since it is accessed from a compiled language rather than from a scripting language. This makes it more suitable for Web CGI programs which must start-up and execute quickly. Images support implicit reference counting so that copy constructors and assignment incur almost no cost. The cost of actually copying an image (if necessary) is done just before modification and this copy is managed automatically by Magick++. De-referenced copies are automatically deleted. The image objects support value (rather than pointer) semantics so it is trivial to support multiple generations of an image in memory at one time. . Magick++ provides integrated support for STL. This support allows Magick++ to be used with the Standard Template Library (STL) so that the powerful containers available (e.g. deque, vector, list, and map) can be used to write programs similar to those possible with PERL & PerlMagick. STL-compatible template versions of ImageMagick's list-style operations are provided so that operations may be performed on multiple images stored in STL containers. Package: libmagick9 Version: 7:6.2.4.5.dfsg1-0.15+etch1 Architecture: armel Depends: imagemagick, libbz2-1.0, libc6 (>= 2.5.0-1), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.2.1), libice6 (>= 1:1.0.0), libjasper-1.701-1 (>= 1.701.0), libjpeg62, liblcms1 (>= 1.15-1), libpng12-0 (>= 1.2.13-4), libsm6, libtiff4, libx11-6, libxext6, libxml2 (>= 2.6.32), libxt6, zlib1g (>= 1:1.2.1) Suggests: libwmf-bin Conflicts: libmagick, libmagick-lzw, libmagick5g, imagemagick (<= 5:6.0.1.2-1), libmagick5 (>= 4:5.5.1-1 ), libmagick6.0.1 Replaces: libmagick, libmagick-lzw, libmagick5g, imagemagick (<= 5:6.0.1.2-1), libmagick5 (>= 4:5.5.1) Installed-Size: 3988 Maintainer: Ryuichi Arafune Source: imagemagick Priority: optional Section: libs Filename: pool/main/i/imagemagick/libmagick9_6.2.4.5.dfsg1-0.15+etch1_armel.deb Size: 1387798 MD5sum: 5b15bb821bd903971d78f5df312c3006 Description: Image manipulation library LibMagick supports loading and saving a very large set of image formats. It allows a lot of image manipulation as well. Package: libmagick9-dev Version: 7:6.2.4.5.dfsg1-0.15+etch1 Architecture: armel Depends: libmagick9 (= 7:6.2.4.5.dfsg1-0.15+etch1), libjpeg62-dev, libbz2-dev, libtiff4-dev, libwmf-dev (>= 0.2.7-1), libz-dev, libpng12-dev, libx11-dev, libxt-dev, libxext-dev, libxml2-dev, libfreetype6-dev, liblcms1-dev, libexif-dev, libjasper-1.701-dev, libltdl3-dev Conflicts: imagemagick-dev, libmagick5.5.1 (<= 5:5.5.1.4-1), libmagick-dev, libmagick6-dev Replaces: imagemagick (<= 5:6.0.1.2-1), libmagick5.5.1 (<= 4:5.5.1.4-1), libmagick5, libmagick6-dev, libmagick-dev Provides: libmagick-dev Installed-Size: 5324 Maintainer: Ryuichi Arafune Source: imagemagick Priority: optional Section: libdevel Filename: pool/main/i/imagemagick/libmagick9-dev_6.2.4.5.dfsg1-0.15+etch1_armel.deb Size: 1615782 MD5sum: 56b3422571540d1671f7d90552eeabaf Description: Image manipulation library -- development This package includes header files and static libraries needed to compile programs using libMagick. Package: libmilter-dev Version: 8.13.8-3+etch1 Architecture: armel Depends: libmilter0 (= 8.13.8-3+etch1) Suggests: sendmail-doc Installed-Size: 552 Maintainer: Richard A Nelson (Rick) Source: sendmail Priority: extra Section: libdevel Filename: pool/main/s/sendmail/libmilter-dev_8.13.8-3+etch1_armel.deb Size: 291806 MD5sum: b5e4881a3313b161cf92fd8a8d2433c7 Description: Sendmail Mail Filter API (Milter) The Sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information (headers) and content. . The Debian Sendmail package is built to support libmilter. . This is the libmilter static library and include files for development. . The documentation on building a Milter is in the sendmail-doc package. . Homepage: http://www.sendmail.org Package: libmilter0 Version: 8.13.8-3+etch1 Architecture: armel Depends: libc6 (>= 2.5.0-1) Conflicts: libmilter-dev (<= 8.13.3-0) Installed-Size: 416 Maintainer: Richard A Nelson (Rick) Source: sendmail Priority: extra Section: libs Filename: pool/main/s/sendmail/libmilter0_8.13.8-3+etch1_armel.deb Size: 257500 MD5sum: bc67ee2816038b9475a5b9d86fa14311 Description: Sendmail Mail Filter API (Milter) The Sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information(headers) and content. . The Debian Sendmail package is built to support libmilter. . This package contains libmilter.so . Homepage: http://www.sendmail.org Package: libmilter0-dbg Version: 8.13.8-3+etch1 Architecture: armel Conflicts: libmilter-dev (<= 8.13.3-0) Installed-Size: 232 Maintainer: Richard A Nelson (Rick) Source: sendmail Priority: extra Section: libs Filename: pool/main/s/sendmail/libmilter0-dbg_8.13.8-3+etch1_armel.deb Size: 196412 MD5sum: c0d63ba73d1b6e5844619d9897bbe450 Description: Sendmail Mail Filter API (Milter) The Sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information(headers) and content. . The Debian Sendmail package is built to support libmilter. . This package contains debugging information for libmilter.so . Homepage: http://www.sendmail.org Package: libnet-daemon-perl Version: 0.38-1.1 Architecture: all Depends: perl (>= 5.6.0-16) Installed-Size: 156 Maintainer: Mike Mattice Priority: extra Section: interpreters Filename: pool/main/libn/libnet-daemon-perl/libnet-daemon-perl_0.38-1.1_all.deb Size: 45774 MD5sum: 4cfa732561b34877631c7b4e92be04b3 Description: Perl module for building portable Perl daemons easily. Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.005 and threads, but can work with fork() and Perl 5.004. Package: libosp-dev Version: 1.5.2-3osso1 Architecture: armel Depends: opensp (= 1.5.2-3osso1), libosp5 (= 1.5.2-3osso1) Recommends: c++-compiler Installed-Size: 5732 Maintainer: maemo integration Source: opensp Priority: optional Section: libdevel Filename: pool/main/o/opensp/libosp-dev_1.5.2-3osso1_armel.deb Size: 1384156 MD5sum: 8ed227b8483a9f27a77c3db822a603e4 Description: OpenJade group's SP suite, developer support This contains include files and the static library for libosp. This C++ library contains entity management functions, parsing functions, and other functions useful for SGML/XML/DSSSL development. Package: libosp5 Version: 1.5.2-3osso1 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libstdc++6 (>= 4.2.1) Installed-Size: 2196 Maintainer: maemo integration Source: opensp Priority: optional Section: libs Filename: pool/main/o/opensp/libosp5_1.5.2-3osso1_armel.deb Size: 833088 MD5sum: 41fd11effe74083b5fa41e200a97e6c8 Description: Runtime library for OpenJade group's SP suite This is the SP suite's shared library runtime support. This C++ library contains entity management functions, parsing functions, and other functions useful for SGML/XML/DSSSL development. . This shared library is used by the opensp and openjade packages. Package: libossp-uuid-dev Source: ossp-uuid Version: 1.5.1-1 Architecture: armel Maintainer: Piotr Roszatycki Installed-Size: 244 Depends: libossp-uuid15 (= 1.5.1-1) Priority: optional Section: libdevel Filename: pool/main/o/ossp-uuid/libossp-uuid-dev_1.5.1-1_armel.deb Size: 65320 SHA256: 4a5eb5f2eb17a6a9f6cdf9d4c53026ceb4b3c02c3755ba236800468386f5e864 SHA1: 2445feb15c6f84a6ee2814e18ed7754705657531 MD5sum: 9a20952081e22909a39bacc30a598868 Description: OSSP uuid ISO-C and C++ - headers and static libraries OSSP uuid is an ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based) and version 4 (random number based). . UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network. . This package contains the development environment for the ossp-uuid library. Package: libossp-uuid-perl Source: ossp-uuid Version: 1.5.1-1 Architecture: armel Maintainer: Piotr Roszatycki Installed-Size: 132 Depends: perl, perlapi-5.8.4, libc6 (>= 2.5.0-1), libossp-uuid15 Conflicts: libdata-uuid-perl Replaces: libdata-uuid-perl Provides: libdata-uuid-perl Priority: optional Section: perl Filename: pool/main/o/ossp-uuid/libossp-uuid-perl_1.5.1-1_armel.deb Size: 23726 SHA256: 2eac9aee474ea693eef1acbce1dadaa839859bf1bc104d3e67cb656452661b7b SHA1: 51d8ebbe5533c6cc23c4d7ecc48646eddd71ecce MD5sum: 880d59604a3856bb62984d5e8df637f2 Description: perl OSSP::UUID - OSSP uuid Perl Binding OSSP uuid is an ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based) and version 4 (random number based). . UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network. . OSSP::uuid provides two Perl APIs: . The OO-style API is a wrapper around the C-style API and intended for high-level and regular programming. . The C-style API is a direct mapping of the OSSP uuid ISO-C API to Perl and is intended for low-level programming. . The Debian package provides also Data::UUID interface so OSSP::uuid can be used as free replacement for non-DFSG Perl module. Package: libossp-uuid15 Source: ossp-uuid Version: 1.5.1-1 Architecture: armel Maintainer: Piotr Roszatycki Installed-Size: 140 Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) Suggests: uuid Priority: optional Section: libs Filename: pool/main/o/ossp-uuid/libossp-uuid15_1.5.1-1_armel.deb Size: 48624 SHA256: e566d71a3bc088f65732b8503d5abc3eb7f87e4c8f03eb14c31a6ab58de05880 SHA1: 8d6e397bcba468844397a8e9c5e889859eb8fa15 MD5sum: 10bf511ec05b7067a3571085e00c992b Description: OSSP uuid ISO-C and C++ - shared library OSSP uuid is an ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based) and version 4 (random number based). . UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network. . This package contains the shared library. Package: libplrpc-perl Version: 0.2017-1.1 Architecture: all Depends: perl (>= 5.6.0-16), libstorable-perl | perl-modules (>= 5.8.0-10), libnet-daemon-perl Suggests: libcompress-zlib-perl Installed-Size: 152 Maintainer: Mike Mattice Priority: extra Section: interpreters Filename: pool/main/libp/libplrpc-perl/libplrpc-perl_0.2017-1.1_all.deb Size: 34756 MD5sum: 59660c7861da1944ebc91fb34af84837 Description: Perl extensions for writing PlRPC servers and clients Perl RPC simplifies the writing of Perl based client/server applications. RPC::PlServer is the package used on the server side, and you guess what RPC::PlClient is for. plRPC works by defining a set of of functions that may be executed by the client. Package: libpspell-dev Version: 0.60.4-4 Architecture: armel Depends: libaspell15 (= 0.60.4-4), libaspell-dev Suggests: aspell-doc Replaces: aspell-bin (<< 0.50.3-3) Installed-Size: 112 Maintainer: Brian Nelson Source: aspell Priority: optional Section: libdevel Filename: pool/main/a/aspell/libpspell-dev_0.60.4-4_armel.deb Size: 37296 MD5sum: fbe6815a698cad4c5397f6cbecfcc204 Description: Development files for applications with pspell support This package contains the headers and static libraries for developing applications with portable spell-checking interface (pspell) support. . You need this package ONLY if you plan to build applications that link against the pspell static libraries. You do not have to install this package if all you want to do is use the Aspell program to spell-check. Package: librecode-dev Version: 3.6-12 Architecture: armel Depends: libc6 (>= 2.5.0-1), librecode0 (>= 3.6) Installed-Size: 1476 Maintainer: Santiago Vila Source: recode Priority: optional Section: libdevel Filename: pool/main/r/recode/librecode-dev_3.6-12_armel.deb Size: 747892 MD5sum: b2cc9f78b650da14a94897041bfa3a44 Description: Development package for librecode0 This package contains the header files and static librecode.a library needed to build applications based on librecode. Package: librecode0 Version: 3.6-12 Architecture: armel Depends: libc6 (>= 2.5.0-1) Installed-Size: 1328 Maintainer: Santiago Vila Source: recode Priority: optional Section: libs Filename: pool/main/r/recode/librecode0_3.6-12_armel.deb Size: 703976 MD5sum: a8a91ac546698ec7fe7bb14a8c272a57 Description: Shared library on which recode is based This recoding library converts files between various coded character sets and surface encodings. The library recognizes or produces more than 300 different character sets and is able to convert files between almost any pair. Most RFC 1345 character sets, and all `libiconv' character sets, are supported. Package: libssh2-1 Version: 0.18-1 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgcrypt11 (>= 1.4.2), libgpg-error0 (>= 1.8~svn234), zlib1g (>= 1:1.2.1) Installed-Size: 184 Maintainer: Mikhail Gusarov Source: libssh2 Priority: optional Section: libs Filename: pool/main/libs/libssh2/libssh2-1_0.18-1_armel.deb Size: 64260 MD5sum: a2890ea02a744d27f00120e54816ed9e Description: SSH2 client-side library libssh2 is the thin library implementing client side of SSH2 protocol as defined by Internet Drafts SECSH-TRANS, SECSH-USERAUTH, SECSH-CONNECTION, SECSH-ARCH, SECSH-FILEXFER, SECSH-DHGEX, SECSH-NUMBERS, and SECSH-PUBLICKEY . This boils down to the regular terminal, scp and SFTP sessions; port forwarding; password, key-based and keyboard-interactive authentication. . This package contains the library. Package: libssh2-1-dbg Version: 0.18-1 Architecture: armel Depends: libssh2-1 (= 0.18-1), libssh2-1-dev (= 0.18-1) Installed-Size: 388 Maintainer: Mikhail Gusarov Source: libssh2 Priority: extra Section: libdevel Filename: pool/main/libs/libssh2/libssh2-1-dbg_0.18-1_armel.deb Size: 114312 MD5sum: d1bd6f6b90d746ed40ed820bdd6bbdb1 Description: SSH2 client-side library (debug package) libssh2 is the thin library implementing client side of SSH2 protocol as defined by Internet Drafts SECSH-TRANS, SECSH-USERAUTH, SECSH-CONNECTION, SECSH-ARCH, SECSH-FILEXFER, SECSH-DHGEX, SECSH-NUMBERS, and SECSH-PUBLICKEY . This boils down to the regular terminal, scp and SFTP sessions; port forwarding; password, key-based and keyboard-interactive authentication. . This package contains the debugging symbols. Package: libssh2-1-dev Version: 0.18-1 Architecture: armel Depends: libssh2-1 (= 0.18-1) Conflicts: libssh2-0-dev Replaces: libssh2-0-dev Installed-Size: 572 Maintainer: Mikhail Gusarov Source: libssh2 Priority: optional Section: libdevel Filename: pool/main/libs/libssh2/libssh2-1-dev_0.18-1_armel.deb Size: 153796 MD5sum: 7225f790a4b4a62353b1317d268723f2 Description: SSH2 client-side library (development headers) libssh2 is the thin library implementing client side of SSH2 protocol as defined by Internet Drafts SECSH-TRANS, SECSH-USERAUTH, SECSH-CONNECTION, SECSH-ARCH, SECSH-FILEXFER, SECSH-DHGEX, SECSH-NUMBERS, and SECSH-PUBLICKEY . This boils down to the regular terminal, scp and SFTP sessions; port forwarding; password, key-based and keyboard-interactive authentication. . This package contains the development files. Package: libsub-uplevel-perl Version: 0.09-2.1 Architecture: all Depends: perl (>= 5.6.0-16) Installed-Size: 64 Maintainer: Jay Bonci Priority: optional Section: perl Filename: pool/main/libs/libsub-uplevel-perl/libsub-uplevel-perl_0.09-2.1_all.deb Size: 8578 MD5sum: 1b91870f16bcc73385c5f31a0e8a05ef Description: Sub::Uplevel - safe call stack spoofing for perl Sub::Uplevel from CPAN provides a safe implementation similar to Tcl's uplevel() function. It allows you to safely fool the caller() into thinking it's in a different part of the stack, without knowing that it is being wrapped. Package: libtagcoll2-dev Version: 2.0.4-1 Architecture: armel Depends: zlib1g-dev, libwibble-dev (>= 0.1.7), libwibble-dev (<< 0.2) Recommends: pkg-config Installed-Size: 712 Maintainer: Enrico Zini Source: tagcoll2 Priority: optional Section: libdevel Filename: pool/main/t/tagcoll2/libtagcoll2-dev_2.0.4-1_armel.deb Size: 144412 MD5sum: a778e7dd414bff9b8f2b5235f39a273e Description: Functions used to manipulate tagged collections (development version) Tagged collections are collections of items tagged with multiple categories. libtagcoll provides general infrastructure to handle tagged collection data, plus various kind of tagged collection manipulation functions: . * apply various kinds of transformations to the collection; * generate and apply tag patches; * discover and show implicit hierarchical relationships between tags; * organize the collection in an intuitively navigable hierarchy. * keep an on-disk index of the tag data . Warning: the API has not yet been stabilized and is subject to change in future versions. This is why the library is distributed in a -dev package only. . For more information, see the Debtags homepage at: http://debtags.alioth.debian.org Package: libtext-wikiformat-perl Version: 0.78-0.1 Architecture: all Depends: perl (>= 5.6.0-16), liburi-perl Installed-Size: 100 Maintainer: Sam Johnston Priority: optional Section: perl Filename: pool/main/libt/libtext-wikiformat-perl/libtext-wikiformat-perl_0.78-0.1_all.deb Size: 26642 MD5sum: b7c303def67144bdf58fb451713520b1 Description: translates Wiki formatted text into other formats The original Wiki web site was intended to have a very simple interface to edit and to add pages. Its formatting rules are simple and easy to use. They are also easily translated into other, more complicated markup languages with this module. It creates HTML by default, but can be extended to produce valid POD, DocBook, XML, or any other format imaginable. Package: libtie-ixhash-perl Version: 1.21-2 Architecture: all Depends: perl Installed-Size: 80 Maintainer: Ivan Kohler Priority: optional Section: interpreters Filename: pool/main/libt/libtie-ixhash-perl/libtie-ixhash-perl_1.21-2_all.deb Size: 16192 MD5sum: d0a779ca342bfc50893eed4fe1f05733 Description: ordered associative arrays for Perl This Perl module implements Perl hashes that preserve the order in which the hash elements were added. The order is not affected when values corresponding to existing keys in the IxHash are changed. The elements can also be set to any arbitrary supplied order. The familiar perl array operations can also be performed on the IxHash. Package: libtinymail-1.0-0 Version: 1.1.92+0m5+offline Architecture: armel Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0) Installed-Size: 212 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymail-1.0-0_1.1.92+0m5+offline_armel.deb Size: 111174 MD5sum: 81656d18a19d0c2c1cde491b5bf63bfa Description: memory-effective framework for accessing e-mail - library Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the C library. Package: libtinymail-1.0-0-dbg Version: 1.1.92+0m5+offline Architecture: armel Depends: libtinymail-1.0-0 (= 1.1.92+0m5+offline) Installed-Size: 544 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymail-1.0-0-dbg_1.1.92+0m5+offline_armel.deb Size: 219250 MD5sum: 3a3b9b0ba4c724494790b0fc85d1790b Description: memory-effective framework for accessing e-mail - debug symbol files Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the debug symbol files. Package: libtinymail-1.0-0-dev Version: 1.1.92+0m5+offline Architecture: armel Depends: libtinymail-1.0-0 Installed-Size: 324 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymail-1.0-0-dev_1.1.92+0m5+offline_armel.deb Size: 89826 MD5sum: dca65aa3085ce15d85c8ea1d8f744fa8 Description: memory-effective framework for accessing e-mail - development files Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the development files. Package: libtinymail-camel-1.0-0 Version: 1.1.92+0m5+offline Architecture: armel Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libsqlite3-0 (>= 3.6.14), libtinymail-1.0-0, zlib1g (>= 1:1.2.1) Installed-Size: 1208 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymail-camel-1.0-0_1.1.92+0m5+offline_armel.deb Size: 613636 MD5sum: 7aad299fcba99abf0cff6ba3b446472a Description: memory-effective framework for accessing e-mail - Camel library Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the camel-lite library, a modified version of Evolution's Camel library. The modifications make it less memory-hungry. Package: libtinymail-camel-1.0-0-dbg Version: 1.1.92+0m5+offline Architecture: armel Depends: libtinymail-camel-1.0-0 (= 1.1.92+0m5+offline) Installed-Size: 4000 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymail-camel-1.0-0-dbg_1.1.92+0m5+offline_armel.deb Size: 1662352 MD5sum: bb65718a6cb24a3e0acd9b829aa94084 Description: memory-effective framework for accessing e-mail - debug symbol files Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the debug symbol files for camel-lite. Package: libtinymail-camel-1.0-0-dev Version: 1.1.92+0m5+offline Architecture: armel Depends: libtinymail-camel-1.0-0 Installed-Size: 912 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymail-camel-1.0-0-dev_1.1.92+0m5+offline_armel.deb Size: 154578 MD5sum: 600a8bac412a23b138425afef6cfe429 Description: memory-effective framework for accessing e-mail - development files Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the development files for camel-lite. Package: libtinymail-gnomevfs-1.0-0 Version: 1.1.92+0m5+offline Architecture: armel Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libosso-gnomevfs2-0, libtinymail-1.0-0 Installed-Size: 124 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymail-gnomevfs-1.0-0_1.1.92+0m5+offline_armel.deb Size: 74822 MD5sum: a5d60e4106be4ad53ed0134744f7da87 Description: memory-effective framework for accessing e-mail - Camel library Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the library for GNOME VFS specific functionality. Package: libtinymail-gnomevfs-1.0-0-dbg Version: 1.1.92+0m5+offline Architecture: armel Depends: libtinymail-gnomevfs-1.0-0 (= 1.1.92+0m5+offline) Installed-Size: 140 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymail-gnomevfs-1.0-0-dbg_1.1.92+0m5+offline_armel.deb Size: 81342 MD5sum: d7b0e9fb5ba8894c58f08bd972b645d6 Description: memory-effective framework for accessing e-mail - debug symbol files Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the debug symbol files for libtinymail-gnomevfs. Package: libtinymail-gnomevfs-1.0-0-dev Version: 1.1.92+0m5+offline Architecture: armel Depends: libtinymail-gnomevfs-1.0-0 Installed-Size: 124 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymail-gnomevfs-1.0-0-dev_1.1.92+0m5+offline_armel.deb Size: 72636 MD5sum: d640f05e723a0a15d379afe1cb74ad88 Description: memory-effective framework for accessing e-mail - development files Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the development files for libtinymail-gnomevfs. Package: libtinymail-maemo-1.0-0 Version: 1.1.92+0m5+offline Architecture: armel Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0, libtinymail-1.0-0, libtinymail-camel-1.0-0, libtinymailui-1.0-0, libtinymailui-gtk-1.0-0 Installed-Size: 140 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymail-maemo-1.0-0_1.1.92+0m5+offline_armel.deb Size: 82136 MD5sum: db04ceec58e6dc3d9994f3b65e753d7a Description: memory-effective framework for accessing e-mail - Camel library Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains libraries for the maemo platform. Package: libtinymail-maemo-1.0-0-dbg Version: 1.1.92+0m5+offline Architecture: armel Depends: libtinymail-maemo-1.0-0 (= 1.1.92+0m5+offline) Installed-Size: 196 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymail-maemo-1.0-0-dbg_1.1.92+0m5+offline_armel.deb Size: 105334 MD5sum: e4889ddda594bd8be15a3d03abc2578d Description: memory-effective framework for accessing e-mail - debug symbol files Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the debug symbol files for libtinymail-maemo. Package: libtinymail-maemo-1.0-0-dev Version: 1.1.92+0m5+offline Architecture: armel Depends: libtinymail-maemo-1.0-0 Installed-Size: 140 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymail-maemo-1.0-0-dev_1.1.92+0m5+offline_armel.deb Size: 73998 MD5sum: 4fa7b9664688e9cab410fa66f95f2c45 Description: memory-effective framework for accessing e-mail - development files Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the development files for libtinymail-maemo. Package: libtinymailui-1.0-0 Version: 1.1.92+0m5+offline Architecture: armel Depends: libc6 (>= 2.5.0-1), libglib2.0-0 (>= 2.20.0), libtinymail-1.0-0 Installed-Size: 124 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymailui-1.0-0_1.1.92+0m5+offline_armel.deb Size: 74402 MD5sum: 696450a4a5873c40f3d8cf885f5676d3 Description: memory-effective framework for accessing e-mail - Camel library Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the user interface library. Package: libtinymailui-1.0-0-dbg Version: 1.1.92+0m5+offline Architecture: armel Depends: libtinymailui-1.0-0 (= 1.1.92+0m5+offline) Installed-Size: 160 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymailui-1.0-0-dbg_1.1.92+0m5+offline_armel.deb Size: 80528 MD5sum: 7fd111b85048fe9770f038febd699537 Description: memory-effective framework for accessing e-mail - debug symbol files Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the debug symbol files for libtinymailui. Package: libtinymailui-1.0-0-dev Version: 1.1.92+0m5+offline Architecture: armel Depends: libtinymailui-1.0-0 Installed-Size: 160 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymailui-1.0-0-dev_1.1.92+0m5+offline_armel.deb Size: 74562 MD5sum: 1a47cf9726fb927e61c7887c9e6a8d86 Description: memory-effective framework for accessing e-mail - development files Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the development files for libtinymailui. Package: libtinymailui-gtk-1.0-0 Version: 1.1.92+0m5+offline Architecture: armel Depends: libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libpango1.0-0, libtinymail-1.0-0, libtinymailui-1.0-0 Installed-Size: 192 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymailui-gtk-1.0-0_1.1.92+0m5+offline_armel.deb Size: 104776 MD5sum: 1e182d747d0f8280dca3729386e9344f Description: memory-effective framework for accessing e-mail - Camel library Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the library for GTK operations. Package: libtinymailui-gtk-1.0-0-dbg Version: 1.1.92+0m5+offline Architecture: armel Depends: libtinymailui-gtk-1.0-0 (= 1.1.92+0m5+offline) Installed-Size: 560 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymailui-gtk-1.0-0-dbg_1.1.92+0m5+offline_armel.deb Size: 239738 MD5sum: 36a6ac10a583156c93fdf21cd1646910 Description: memory-effective framework for accessing e-mail - debug symbol files Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the debug symbol files for libtinymailui-gtk. Package: libtinymailui-gtk-1.0-0-dev Version: 1.1.92+0m5+offline Architecture: armel Depends: libtinymailui-1.0-0 Installed-Size: 188 Maintainer: Oystein Gisnas Source: tinymail Priority: optional Section: libs Filename: pool/main/t/tinymail/libtinymailui-gtk-1.0-0-dev_1.1.92+0m5+offline_armel.deb Size: 77780 MD5sum: 76c19cca77fea394a711ee31dee7735e Description: memory-effective framework for accessing e-mail - development files Tinymail is a development framework for accessing E-mail services using devices with few memory resources. . It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange and NNTP. It can be used to send messages over SMTP and by using sendmail. . This package contains the development files for libtinymailui-gtk. Package: libtut-dev Version: 0.0.20060329-1 Architecture: all Suggests: pkg-config (>= 0.16.0-1) Installed-Size: 284 Maintainer: martin f. krafft Source: libtut Priority: optional Section: libdevel Filename: pool/main/libt/libtut/libtut-dev_0.0.20060329-1_all.deb Size: 41490 MD5sum: bb248a323f34bd457e935442f0ae18a9 Description: elegant C++ unit test framework TUT is a unit test framework for C++, written in pure C++. It makes use of C++ templates to reduce the responsibilities of the user and provide an intuitive and easy-to-use interface. Unlike other test unit frameworks for C++, TUT doesn't use macros, since their usage conceals actual implementation and (what's worse) can interfere with client application. . TUT completely fits into a single header file. No library compilation is required, thus a lot of portability problems are avoided and integration with client code is very simple. Package: libunicode-map-perl Version: 0.112-10 Architecture: armel Depends: libc6 (>= 2.5.0-1) Suggests: libwww-perl Installed-Size: 1112 Maintainer: Debian Perl Group Priority: optional Section: perl Filename: pool/main/libu/libunicode-map-perl/libunicode-map-perl_0.112-10_armel.deb Size: 450286 MD5sum: 1ba88e101e3ff9e4fc8eab5136936a4d Description: Perl module for mapping charsets from and to UTF16 Unicode This module converts strings from and to 2-byte Unicode UCS2 format. All mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8 encoding. To convert between UTF8 and UTF16 use Unicode::String. . For historical reasons this module coexists with Unicode::Map8. Please use Unicode::Map8 unless you need to care for >1 byte character sets, e.g. chinese GB2312. Anyway, if you stick to the basic functionality (see documentation) you can use both modules equivalently. . The 'libwww-perl' package is needed to run the example mirrorMappings. Package: libunicode-map8-perl Version: 0.12-3 Architecture: armel Depends: libunicode-string-perl, libc6 (>= 2.5.0-1), perl (>= 5.8.3-3osso13+0m5), perlapi-5.8.4 Installed-Size: 904 Maintainer: Debian Perl Group Source: libunicode-map8-perl-dfsg Priority: optional Section: perl Filename: pool/main/libu/libunicode-map8-perl-dfsg/libunicode-map8-perl_0.12-3_armel.deb Size: 78368 MD5sum: 51ab2ed90b839a313cdc573d0e9cc4ee Description: Perl module to map 8bit character sets to Unicode The Unicode::Map8 class implements efficient mapping tables between 8-bit character sets and 16 bit character sets like Unicode. About 170 different mapping tables between various known character sets and Unicode is distributed with this package. The source of these tables is the vendor mapping tables provided by Unicode, Inc. and the code tables in RFC 1345. New maps can easily be installed. Package: libunicode-maputf8-perl Version: 1.11-2 Architecture: all Depends: perl (>= 5.6.0-16), libjcode-pm-perl, libunicode-map8-perl, libunicode-map-perl, libunicode-string-perl Installed-Size: 92 Maintainer: Debian Perl Group Priority: optional Section: perl Filename: pool/main/libu/libunicode-maputf8-perl/libunicode-maputf8-perl_1.11-2_all.deb Size: 15876 MD5sum: 585541911bebbc5eb90e074cd9d220b4 Description: Perl module for conversing between any character sets and UTF8 This module provides an adapter layer between core routines for converting to and from UTF8 and other encodings. In essence, a way to give multiple existing Unicode modules a single common interface so you don't have to know the underlying implementations to do simple UTF8 to-from other character set encoding conversions. As such, it wraps the Unicode::String, Unicode::Map8, Unicode::Map and Jcode modules in a standardized and simple API. . This also provides general character set conversion operation based on UTF8 - it is possible to convert between any two compatible and supported character sets via a simple two step chaining of conversions. . As with most things Perlish - if you give it a few big chunks of text to chew on instead of lots of small ones it will handle many more characters per second. . By design, it can be easily extended to encompass any new charset encoding conversion modules that arrive on the scene. Package: libunicode-string-perl Version: 2.09-1 Architecture: armel Depends: libc6 (>= 2.5.0-1), libmime-base64-perl, perl (>= 5.8.3-3osso13+0m5), perlapi-5.8.3 Installed-Size: 668 Maintainer: "Debian Perl group" Priority: optional Section: perl Filename: pool/main/libu/libunicode-string-perl/libunicode-string-perl_2.09-1_armel.deb Size: 131956 MD5sum: f65d813f9450f319f2b6dbceddc14b6e Description: Perl modules for Unicode strings This package contains the Unicode::String and Unicode::CharName modules that enable the representation and manipulation of Unicode character strings in perl 5 Package: libutempter-dev Source: libutempter Version: 1.1.5-4build1 Architecture: armel Maintainer: Debian Krap Maintainers Installed-Size: 52 Depends: libutempter0 (= 1.1.5-4build1) Homepage: http://freshmeat.net/projects/libutempter Priority: optional Section: libdevel Filename: pool/main/libu/libutempter/libutempter-dev_1.1.5-4build1_armel.deb Size: 4754 SHA256: 124c825d4aa5ab95b6cc0393d8e728e33bb86166c89c4e0d71daa17f62a583c4 SHA1: 039b2779b61a09fdb524abe6536b266fab38389c MD5sum: 8c6f008079160ad0978586b9e4a93b48 Description: A privileged helper for utmp/wtmp updates (development) The libutempter library provides interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files. . This package contains development files required to build utempter-based software. Package: libutempter0 Source: libutempter Version: 1.1.5-4build1 Architecture: armel Maintainer: Debian Krap Maintainers Installed-Size: 84 Depends: libc6 (>= 2.5.0-1), adduser Homepage: http://freshmeat.net/projects/libutempter Priority: optional Section: libs Filename: pool/main/libu/libutempter/libutempter0_1.1.5-4build1_armel.deb Size: 7558 SHA256: b7d9de99914a77ebf8f26943a241ba851d6690f65d3cf20e100d577d8dd4e8fa SHA1: 33363fab104e9471d93b9d460a327187c208c16d MD5sum: b55bf0334fefb10a1d824c7e1a21d825 Description: A privileged helper for utmp/wtmp updates (runtime) The libutempter library provides interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files. . The utempter is a privileged helper used by libutempter library to manipulate utmp and wtmp files. Package: libwibble-dev Version: 0.1.9 Architecture: armel Depends: libboost-dev Recommends: pkg-config Installed-Size: 760 Maintainer: libapt-front developers Source: libwibble Priority: optional Section: libdevel Filename: pool/main/libw/libwibble/libwibble-dev_0.1.9_armel.deb Size: 182312 MD5sum: d23d2d68dae8e94fddaf42fa0a5db074 Description: Library of various useful C++ code libwibble collects the foundation code that has been used over time in various C++ projects by Peter Rockai and Enrico Zini, so that it can be maintained properly and in a single place. . The library contains: * an exception hierarchy; * various useful mixin classes; * shortcuts for set operations; * a commandline parser that supports cvs-style subcommands; * improved macros for tut unit testing; * a non-intrusive polimorphic envelope. Package: libxapian-dev Version: 0.9.9-1 Architecture: armel Depends: libxapian13 (= 0.9.9-1), libc6-dev | libc-dev Recommends: xapian-doc (= 0.9.9-1), xapian-examples (= 0.9.9-1) Installed-Size: 3760 Maintainer: Olly Betts Source: xapian-core Priority: optional Section: libdevel Filename: pool/main/x/xapian-core/libxapian-dev_0.9.9-1_armel.deb Size: 1111038 MD5sum: 6dd8c84dc666dbd701f0dcc2dbdf9275 Description: Development files for Xapian search engine library This package contains development libraries and headers for the core Xapian library. . The Xapian search engine library is a highly adaptable toolkit to allow developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . Homepage: http://www.xapian.org/ Package: libxapian13 Version: 0.9.9-1 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libstdc++6 (>= 4.2.1) Suggests: xapian-tools Conflicts: libxapian2 Installed-Size: 1464 Maintainer: Olly Betts Source: xapian-core Priority: optional Section: libs Filename: pool/main/x/xapian-core/libxapian13_0.9.9-1_armel.deb Size: 633504 MD5sum: 9c224230aa8115caa6dd723097808991 Description: Search engine library This package contains the core Xapian runtime library. . The Xapian search engine library is a highly adaptable toolkit to allow developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . Homepage: http://www.xapian.org/ Package: libxml-libxml-common-perl Version: 0.13-6 Architecture: armel Depends: perlapi-5.8.3, perl (>= 5.8.3-3osso13+0m5), libc6 (>= 2.5.0-1), libxml2 (>= 2.6.32) Installed-Size: 104 Maintainer: Debian Perl Group Priority: optional Section: perl Filename: pool/main/libx/libxml-libxml-common-perl/libxml-libxml-common-perl_0.13-6_armel.deb Size: 13598 MD5sum: e735eafefbd3a43d7ea45c53cb7e0440 Description: Perl module for common routines & constants for XML::LibXML et al This module contains several constants and functions that are shared by XML::LibXML, XML::GDOME and XML::LibXSLT (not all done yet, though). Package: libxml-namespacesupport-perl Version: 1.09-3 Architecture: all Depends: perl (>= 5.6.0-16) Installed-Size: 88 Maintainer: Debian Perl Group Priority: optional Section: perl Filename: pool/main/libx/libxml-namespacesupport-perl/libxml-namespacesupport-perl_1.09-3_all.deb Size: 15312 MD5sum: 4d9a06b831edea798aed29d67e7931b0 Description: Perl module for supporting simple generic namespaces XML::NamespaceSupport offers a simple way to process namespace-based XML names. It also helps maintain a prefix-to-namespace URI map, and provides a number of basic checks. . The model for this module is SAX2's NamespaceSupport class. It adds a few Perl-specific changes where thought to be appropriate. Package: libxml-sax-expat-perl Version: 0.37-3 Architecture: all Depends: perl (>= 5.6.0-16), libxml-namespacesupport-perl (>= 0.03), libxml-parser-perl (>= 2.27), libxml-sax-perl (>= 0.03) Installed-Size: 88 Maintainer: Jay Bonci Priority: optional Section: perl Filename: pool/main/libx/libxml-sax-expat-perl/libxml-sax-expat-perl_0.37-3_all.deb Size: 10734 MD5sum: b021fc897cd366ccaa7ae69a42dcef60 Description: Perl module for a SAX2 driver for Expat (XML::Parser) This module is an implementation of a SAX2 driver sitting on top of Expat (XML::Parser). It is still incomplete, though most of the basic SAX2 events should be available. Package: libxml-sax-perl Version: 0.16+dfsg-3 Architecture: all Depends: perl (>= 5.6.0-16), libxml-namespacesupport-perl, ucf (>= 0.28) Recommends: libxml-sax-expat-perl Installed-Size: 444 Maintainer: Debian Perl Group Priority: optional Section: perl Filename: pool/main/libx/libxml-sax-perl/libxml-sax-perl_0.16+dfsg-3_all.deb Size: 83788 MD5sum: be5bec561cb761515abffec8597b4f3d Description: Perl module for using and building Perl SAX2 XML processors This module consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers. It is designed around the need to be able to "plug in" different SAX parsers to an application without requiring programmer intervention. Those of you familiar with the DBI will be right at home. Some of the designs come from the Java JAXP specification (SAX part), only without the javaness. . The package also contains a SAX parser, XML::SAX::PurePerl, but it is considered too slow for serious use and is only provided as a fallback parser. We recommend using XML::SAX::Expat (provided in libxml-sax-expat-perl) instead. . The framework includes a Debian-specific script (called update-perl-sax-parsers) to manage the ParserDetails.ini file. This script is intended to be used in postinst and prerm package scripts to (de)register parsers. See README.Debian for more info. Package: libxml-simple-perl Version: 2.18-1 Architecture: all Depends: perl (>= 5.8), libxml-namespacesupport-perl (>= 1.04), libxml-sax-perl, libxml-libxml-perl | libxml-sax-expat-perl Installed-Size: 204 Maintainer: Bart Martens Priority: optional Section: perl Filename: pool/main/libx/libxml-simple-perl/libxml-simple-perl_2.18-1_all.deb Size: 71690 MD5sum: 264c907db0812204d8cff77acef260d4 Description: Perl module for reading and writing XML This module provides a simple API layer on top of an underlying XML parsing module to maintain XML files (especially configuration files). Two functions are exported: XMLin() and XMLout(). . The simplest approach is to call these two functions directly, but an optional object oriented interface allows them to be called as methods of an XML::Simple object. The object interface can also be used at either end of a SAX pipeline. . Homepage: http://search.cpan.org/~grantm/XML-Simple/ Package: logrotate Version: 3.7.1-3 Architecture: armel Maintainer: Paul Martin Installed-Size: 160 Depends: libc6 (>= 2.5.0-1), libpopt0 (>= 1.10), libselinux1 (>= 2.0.59), cron | anacron | fcron, base-passwd (>= 2.0.3.4) Recommends: mailx Priority: important Section: admin Filename: pool/main/l/logrotate/logrotate_3.7.1-3_armel.deb Size: 36118 SHA256: e482628240690b056c2ce370c87c8761851ac26324995b6873d87aa92cccd984 SHA1: 32011580cb59685418471a9bb0e0f5200c467b1e MD5sum: 1b054e746b82a698db109f8dcff94ed7 Description: Log rotation utility The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files. Logrotate allows for the automatic rotation compression, removal and mailing of log files. Logrotate can be set to handle a log file daily, weekly, monthly or when the log file gets to a certain size. Normally, logrotate runs as a daily cron job. Package: markdown Version: 1.0.1-3 Architecture: all Depends: perl (>= 5.6.0-0.1) Installed-Size: 92 Maintainer: Matt Kraai Priority: optional Section: web Filename: pool/main/m/markdown/markdown_1.0.1-3_all.deb Size: 18616 MD5sum: 871f26a3a719b3008ebd7c3851edf580 Description: Text-to-HTML conversion tool Markdown is a text-to-HTML conversion tool for web writers. It allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). Package: modest Version: 3.4.8+0m5+offline Architecture: armel Depends: calendar-ui-widgets-0, gtkhtml3.14, libalarm2, libatk1.0-0 (>= 1.24.0), libc6 (>= 2.5.0-1), libcairo2, libcanberra0 (>= 0.10), libconic0, libdbus-1-3 (>= 1.1.4), libdbus-glib-1-2 (>= 0.76), libebook (>= 1.4.2.1), libedataserver (>= 1.4.2.1), libfontconfig1 (>= 2.6.0), libfreetype6 (>= 2.3.9), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2:2.12.9-0osso1), libhildon1 (>= 2.2.22), libhildonfm2 (>= 1:2.28+0m5), libhildonmime0 (>= 2.1.5), libhildonnotify0 (>= 0.0.2-1-recomp1), libiphb0, libmcclient6, libnotify1, libosso-abook, libosso-gnomevfs2-0, libosso1 (>= 2.23), libpango1.0-0, libpixman-1-0 (>= 0.15.16), libpng12-0 (>= 1.2.13-4), libprofile0, libtelepathy-glib0 (>= 0.7.37), libtime0, libtinymail-1.0-0, libtinymail-camel-1.0-0, libtinymail-gnomevfs-1.0-0, libtinymail-maemo-1.0-0, libtinymailui-1.0-0, libtinymailui-gtk-1.0-0, libx11-6, libxml2 (>= 2.6.32), libxrender1, wpeditor0, zlib1g (>= 1:1.2.1), maemo-launcher, libmodest-dbus-client, modest-providers-data, modest-l10n-mr | modest-l10n-mr0, libtinymail-camel-1.0-0 (= 1.1.92+0m5+offline), osso-icons-theme, operator-wizard-settings, osso-countries-l10n-mr | osso-countries-l10n-mr0, microb-engine Installed-Size: 916 Maintainer: Moises Martinez Priority: optional Section: mail Filename: pool/main/m/modest/modest_3.4.8+0m5+offline_armel.deb Size: 412950 MD5sum: ec2d6d63964ac97472c9657496846f2e Description: an e-mail client for platforms with modest resources e-mail client for osso Package: modest-dbg Version: 3.4.8+0m5+offline Architecture: armel Depends: modest (= 3.4.8+0m5+offline) Installed-Size: 3312 Maintainer: Moises Martinez Source: modest Priority: optional Section: devel Filename: pool/main/m/modest/modest-dbg_3.4.8+0m5+offline_armel.deb Size: 1398610 MD5sum: b6eaccc9ab5053c58b78070661d6fe39 Description: debug package for modest Contains the debug symbols for modest app Package: modest-plugin-dev Version: 3.4.8+0m5+offline Architecture: armel Depends: modest Installed-Size: 460 Maintainer: Moises Martinez Source: modest Priority: optional Section: mail Filename: pool/main/m/modest/modest-plugin-dev_3.4.8+0m5+offline_armel.deb Size: 94482 MD5sum: af358092421bb638ae5ff721f196af12 Description: Plugin development packages for modest mail client. Plugin development packages for modest, the e-mail client for osso. Package: netbase Version: 1:4.24.osso9+updateinetd Architecture: all Depends: ifupdown, debconf (>= 0.2.0) | debconf-2.0, lsb-base (>= 3.0-6) Conflicts: xinetd (<= 2.2.1-8), netstd (<< 3.00), nfs-common (<< 1:0.3.2-1), nfs-user-server (<< 2.2beta47-9), nis (<= 3.6-2), rstatd (<= 3.03-3), rwalld (<= 0.16-1), rusersd (<= 0.17-1), ugidd (<< 2.2beta47-9) Provides: update-inetd Installed-Size: 220 Maintainer: Yauheni Kaliuta Priority: important Section: admin Filename: pool/main/n/netbase/netbase_4.24.osso9+updateinetd_all.deb Size: 43240 MD5sum: 01c7b84555ee52d090b44f920f37596f Description: Basic TCP/IP networking system This package provides the necessary infrastructure for basic TCP/IP based networking. Package: opensp Version: 1.5.2-3osso1 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libosp5, libstdc++6 (>= 4.2.1), sgml-base Suggests: doc-base, sgml-data Installed-Size: 432 Maintainer: maemo integration Priority: optional Section: text Filename: pool/main/o/opensp/opensp_1.5.2-3osso1_armel.deb Size: 160268 MD5sum: f7e85a97096b32ed9b114a7a1b8f79e0 Description: OpenJade group's SGML parsing tools This package is a collection of SGML/XML tools called OpenSP. It is a fork from James Clark's SP suite. . These tools are used to parse, validate, and normalize SGML and XML files. The central programs included in this package are 'onsgmls', which replaces sgmls, 'ospam', 'ospent', 'osgmlnorm', and 'osx'. Package: perlmagick Version: 7:6.2.4.5.dfsg1-0.15+etch1 Architecture: armel Depends: perlapi-5.8.3, perl (>= 5.8.3-3osso13+0m5), imagemagick, libbz2-1.0, libc6 (>= 2.5.0-1), libfreetype6 (>= 2.3.9), libice6 (>= 1:1.0.0), libjpeg62, liblcms1 (>= 1.15-1), libpng12-0 (>= 1.2.13-4), libsm6, libtiff4, libx11-6, libxext6, libxml2 (>= 2.6.32), zlib1g (>= 1:1.2.1) Provides: libimage-magick-perl Installed-Size: 516 Maintainer: Ryuichi Arafune Source: imagemagick Priority: optional Section: perl Filename: pool/main/i/imagemagick/perlmagick_6.2.4.5.dfsg1-0.15+etch1_armel.deb Size: 180350 MD5sum: 74ee3a7dd6181ccd92154b7c51bead67 Description: A perl interface to the libMagick graphics routines PerlMagick is a perl module which gives you all the functionality you can enjoy in the imagemagick package binaries, from perl. . One can load several images with perlmagick, apply numerous transformations and operations on the images and write them back, possibly in a different format. Package: rcs Version: 5.7-18 Architecture: armel Depends: libc6 (>= 2.5.0-1) Installed-Size: 628 Maintainer: Romain Francoise Priority: optional Section: devel Filename: pool/main/r/rcs/rcs_5.7-18_armel.deb Size: 322092 MD5sum: 0bbe0b646b7a979d8e4efdb603016281 Description: The GNU Revision Control System The Revision Control System (RCS) manages multiple revisions of files. RCS automates the storing, retrieval, logging, identification, and merging of revisions. RCS is useful for text that is revised frequently, for example programs, documentation, graphics, papers, and form letters. Package: recode Version: 3.6-12 Architecture: armel Depends: libc6 (>= 2.5.0-1), librecode0 (>= 3.6) Installed-Size: 644 Maintainer: Santiago Vila Priority: optional Section: text Filename: pool/main/r/recode/recode_3.6-12_armel.deb Size: 180030 MD5sum: cb09cd5249d956b95e419f8804fd1750 Description: Character set conversion utility Free `recode' converts files between character sets and usages. When exact transliterations are not possible, it may get rid of the offending characters or fall back on approximations. This program recognizes or produces nearly 300 different character sets and is able to transliterate files between almost any pair. Most RFC 1345 character sets, and all `libiconv' character sets, are supported. Package: recode-doc Version: 3.6-12 Architecture: all Installed-Size: 900 Maintainer: Santiago Vila Source: recode Priority: optional Section: doc Filename: pool/main/r/recode/recode-doc_3.6-12_all.deb Size: 128934 MD5sum: b32ccf9ea5629b51ce05fe1eac35a0c5 Description: Documentation for Free recode This package contains the HTML documentation for Free recode. Package: rmail Version: 8.13.8-3+etch1 Architecture: armel Depends: sendmail-bin | mail-transport-agent, libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libldap-2.4-2 (>= 2.4.7) Conflicts: sendmail (<< 8.13.1-7), postfix, exim, exim-tls, exim4-daemon-custom, exim4-daemon-heavy, exim4-daemon-light, courier-mta, smail, zmailer Installed-Size: 340 Maintainer: Richard A Nelson (Rick) Source: sendmail Priority: extra Section: mail Filename: pool/main/s/sendmail/rmail_8.13.8-3+etch1_armel.deb Size: 231076 MD5sum: 0285c1b7a87c4a3424b99f82a8af491d Description: MTA->UUCP remote mail handler Rmail handles mail received via uucp and passes it to the local sendmail (or workalike). . This version comes from the sendmail source package and the only change is the call to sendmail (from -obq to -obi). . Homepage: http://www.sendmail.org Package: sdf Version: 2.001-9 Architecture: all Depends: perl (>= 5.6.0-16) Suggests: sdf-doc, perl-doc, htmldoc, tetex-bin, gs, sgmltools-lite Installed-Size: 1916 Maintainer: Colin Watson Priority: extra Section: text Filename: pool/main/s/sdf/sdf_2.001-9_all.deb Size: 382850 MD5sum: 47b1dd03353cb9465caabff2d54cc66e Description: Simple Document Parser SDF (Simple Document Format) is a freely available document development system which generates high quality outputs in a variety of formats from a single source. The output formats supported include PostScript(tm), PDF, HTML, plain text, POD, man pages, LaTeX, MIF, SGML, Windows(tm) help, RTF, MIMS F6 help and MIMS HTX help. If the idea of specifying documents in a logical manner via a simple markup language sounds appealing, SDF may be useful to you. Package: sdf-doc Version: 2.001-9 Architecture: all Installed-Size: 2736 Maintainer: Colin Watson Source: sdf Priority: extra Section: doc Filename: pool/main/s/sdf/sdf-doc_2.001-9_all.deb Size: 500142 MD5sum: 2554bccaab9359651750f89d6606fe36 Description: Documentation and examples for the Simple Document Parser SDF (Simple Document Format) is a freely available document development system which generates high quality outputs in a variety of formats from a single source. The output formats supported include PostScript(tm), PDF, HTML, plain text, POD, man pages, LaTeX, MIF, SGML, Windows(tm) help, RTF, MIMS F6 help and MIMS HTX help. If the idea of specifying documents in a logical manner via a simple markup language sounds appealing, SDF may be useful to you. Package: sendmail Version: 8.13.8-3+etch1 Architecture: all Depends: sendmail-base (= 8.13.8-3+etch1), sendmail-bin (= 8.13.8-3+etch1), sendmail-cf (= 8.13.8-3+etch1), sensible-mda (= 8.13.8-3+etch1), rmail (= 8.13.8-3+etch1) Suggests: sendmail-doc Replaces: sendmail-tls Installed-Size: 244 Maintainer: Richard A Nelson (Rick) Priority: extra Section: mail Filename: pool/main/s/sendmail/sendmail_8.13.8-3+etch1_all.deb Size: 196878 MD5sum: f581aed3e6d491933391e8784bcb1d42 Description: powerful, efficient, and scalable Mail Transport Agent Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . Fortunately, simple thing can be done easily, and complex things are possible, even if not easily understood ;) Sendmail is the *ONLY* MTA with a Turing complete language to control *ALL* aspects of delivery! . Sendmail provides Security and SPAM/UCE/UBE protection via several means. . Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). . This package is to make installation/upgrading easier (Do NOT delete it) . Homepage: http://www.sendmail.org Package: sendmail-base Version: 8.13.8-3+etch1 Architecture: all Depends: m4, make, adduser, netbase (>= 4.08), perl Recommends: resolvconf Suggests: sendmail-doc, ca-certificates, logcheck, logrotate Conflicts: sendmail (<= 8.13.1-7) Installed-Size: 1208 Maintainer: Richard A Nelson (Rick) Source: sendmail Priority: extra Section: mail Filename: pool/main/s/sendmail/sendmail-base_8.13.8-3+etch1_all.deb Size: 344122 MD5sum: cc155129107f40af938baf5c4e1afd6c Description: powerful, efficient, and scalable Mail Transport Agent Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . This package contains the base, architecture independent, portions of the sendmail packages. . Homepage: http://www.sendmail.org Package: sendmail-bin Version: 8.13.8-3+etch1 Architecture: armel Depends: sendmail-base, sendmail-cf, libc6 (>= 2.5.0-1), libdb4.2, libgcc1 (>= 1:4.2.1), libldap-2.4-2 (>= 2.4.7), liblockfile1 (>= 1.0), libsasl2-2, libssl0.9.8 (>= 0.9.8m-1), libwrap0 Suggests: sendmail-doc, sasl2-bin, libsasl2-modules | libsasl2-modules-plain | libsasl2-digestmd5-plain | libsasl2-digestmd5-des, openssl, cyrus-common Conflicts: mail-transport-agent, sendmail (<< 8.13.1-7) Replaces: mail-transport-agent Provides: mail-transport-agent Installed-Size: 1676 Maintainer: Richard A Nelson (Rick) Source: sendmail Priority: extra Section: mail Filename: pool/main/s/sendmail/sendmail-bin_8.13.8-3+etch1_armel.deb Size: 870382 MD5sum: 02952d6c6746bf740b90ca72c55fd8f8 Description: powerful, efficient, and scalable Mail Transport Agent Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . Fortunately, simple thing can be done easily, and complex things are possible, even if not easily understood ;) Sendmail is the *ONLY* MTA with a Turing complete language to control *ALL* aspects of delivery! . Sendmail provides Security and SPAM/UCE/UBE protection via several means. . Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). . Homepage: http://www.sendmail.org Package: sendmail-cf Version: 8.13.8-3+etch1 Architecture: all Suggests: sendmail-doc, m4 Conflicts: sendmail (<< 8.13.1-7) Installed-Size: 1204 Maintainer: Richard A Nelson (Rick) Source: sendmail Priority: extra Section: mail Filename: pool/main/s/sendmail/sendmail-cf_8.13.8-3+etch1_all.deb Size: 282560 MD5sum: 1066ec8894a9103fb9e500a3c8d8fa51 Description: powerful, efficient, and scalable Mail Transport Agent Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . This package contains the .m4 (configuration files) for the sendmail packages. . Homepage: http://www.sendmail.org Package: sendmail-doc Version: 8.13.8-3+etch1 Architecture: all Installed-Size: 1088 Maintainer: Richard A Nelson (Rick) Source: sendmail Priority: extra Section: doc Filename: pool/main/s/sendmail/sendmail-doc_8.13.8-3+etch1_all.deb Size: 822500 MD5sum: fbb6eeb91b5d0f2c7b8d8238d18943fe Description: powerful, efficient, and scalable Mail Transport Agent Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . Don't try anything fancy in sendmail without using this for guidance. . Because of the complexity, you may find yourself wanting to peruse the documentation files included herein. The main files are: cf.README.gz -- A reference for all things in sendmail.{mc,cf} op.{ps,txt}.gz -- The care and feeding of Sendmail. faq.txt.gz -- Sendmail FAQ, current as of the package date. . Other files include the references for smrsh and libmilter. . Homepage: http://www.sendmail.org Package: sensible-mda Version: 8.13.8-3+etch1 Architecture: armel Depends: sendmail-bin | mail-transport-agent, procmail | maildrop | deliver, libc6 (>= 2.5.0-1) Conflicts: sendmail (<< 8.13.1-7) Installed-Size: 284 Maintainer: Richard A Nelson (Rick) Source: sendmail Priority: extra Section: mail Filename: pool/main/s/sendmail/sensible-mda_8.13.8-3+etch1_armel.deb Size: 202200 MD5sum: fa65a0060df8e9ef98008b486cdfffe2 Description: Mail Delivery Agent wrapper Sensible-mda is a Debian addition in the sendmail package and has been split out in hopes that it might be useful for other MTA packages. . Sensible-mda is called by the MTA, and will in turn call whichever of the following MDAs that it finds (in this order): procmail, maildrop, deliver, mail.local Package: sox Version: 12.17.9-1 Architecture: armel Maintainer: Guenter Geiger (Debian/GNU) Installed-Size: 668 Depends: libasound2 (>> 1.0.18), libc6 (>= 2.5.0-1), libmad0 (>= 0.15.1b), libogg0 (>= 1:1.1.3), libvorbis0a (>= 1.2.3.tk1), libvorbisenc2 (>= 1.2.3.tk1), libvorbisfile3 (>= 1.2.3.tk1) Priority: optional Section: sound Filename: pool/main/s/sox/sox_12.17.9-1_armel.deb Size: 316534 SHA256: e6989c2ee93e2b517a4c4cc379715c45540f5e1c73cb6140321407e4aba6408c SHA1: 0a31796a47e0ece99a69dc4119e80059c3063c98 MD5sum: 11ec2b7ecc9af69fca91f01072564efb Description: A universal sound sample translator SOX (SOund eXchange) is a generic utility for translating sound files from one format to another, possibly performing a sound effect at the same time. Sox is able to handle formats like .ogg (vorbis), mp3, wav, aiff, voc, snd, au, gsm and several more. . Homepage: http://sox.sourceforge.net Package: sox-dev Source: sox Version: 12.17.9-1 Architecture: armel Maintainer: Guenter Geiger (Debian/GNU) Installed-Size: 548 Depends: sox Conflicts: libst-dev Replaces: sox Priority: optional Section: devel Filename: pool/main/s/sox/sox-dev_12.17.9-1_armel.deb Size: 198678 SHA256: 91f091cd6b58fc7ff45e3d3694f76ca228781b0e6d86652fc34e1222faaec117 SHA1: e15c1975c3d579d65d70b49e004b8d936a0a028a MD5sum: 94053a9c92f40d2f79caff1f1cf82189 Description: Soundfile library from sox This is the soundfile reading/writing library used by the sox soundfile converter program. Package: stunnel Version: 3:4.22-2 Architecture: all Depends: stunnel4 (>= 3:4.20-3) Installed-Size: 40 Maintainer: Luis Rodrigo Gallardo Cruz Source: stunnel4 Priority: optional Section: net Filename: pool/main/s/stunnel4/stunnel_4.22-2_all.deb Size: 10230 MD5sum: 44e6d2c8ab7b5754b49ecf533f4e00b9 Description: dummy upgrade package stunnel version 3 has been removed from Debian. This is a dummy package to ease upgrading to stunnel4. . You may safely remove this package after the upgrade. Package: stunnel4 Version: 3:4.22-2 Architecture: armel Pre-Depends: adduser Depends: libc6 (>= 2.5.0-1), libssl0.9.8 (>= 0.9.8m-1), libwrap0, openssl, netbase, perl-modules Suggests: logcheck-database Conflicts: stunnel (<< 3:4.20-3) Replaces: stunnel Provides: stunnel Installed-Size: 476 Maintainer: Luis Rodrigo Gallardo Cruz Priority: optional Section: net Filename: pool/main/s/stunnel4/stunnel4_4.22-2_armel.deb Size: 146710 MD5sum: 95e1dc1964c74a92d5e06b0cc3d7b282 Description: Universal SSL tunnel for network daemons The stunnel program is designed to work as SSL encryption wrapper between remote client and local (inetd-startable) or remote server. The concept is that having non-SSL aware daemons running on your system you can easily setup them to communicate with clients over secure SSL channel. . stunnel can be used to add SSL functionality to commonly used inetd daemons like POP-2, POP-3 and IMAP servers without any changes in the programs' code. . This package contains a wrapper script for compatibility with stunnel 3.x Package: tagcoll Version: 2.0.4-1 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libstdc++6 (>= 4.2.1) Installed-Size: 364 Maintainer: Enrico Zini Source: tagcoll2 Priority: optional Section: misc Filename: pool/main/t/tagcoll2/tagcoll_2.0.4-1_armel.deb Size: 140512 MD5sum: 57c47ea898f2bcd9b09407fc735e7cc4 Description: Commandline tool to perform operations on tagged collections tagcoll takes a collection of items categorized with multiple tags and performs various kinds of operations on them: . * organize the collection in an intuitively navigable hierarchy; * discover and show implicit hierarchical relationships between tags; * apply various transformations to the collection * produce a special patch file with the differencies between two collections. Such patch files are specific to tagged collections, and can be applied and merged more freely than normal diff output; * apply a previously generated patch file to a collection. . tagcoll has been written with the purpose of studying tagged collections and experiment with tagged collection algorithms. . For more information, see the Debtags homepage at: http://debtags.alioth.debian.org Package: tcl8.4 Version: 8.4.19-2 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1) Suggests: tclreadline Conflicts: tcl74 (<= 7.4p3-2) Provides: tclsh Installed-Size: 3120 Maintainer: Tcl/Tk Debian Packagers Priority: optional Section: interpreters Filename: pool/main/t/tcl8.4/tcl8.4_8.4.19-2_armel.deb Size: 1168562 MD5sum: db5f5d4afb163c6c7ad34b852cb89e40 Description: Tcl (the Tool Command Language) v8.4 - run-time files Tcl is a powerful, easy to use, embeddable, cross-platform interpreted scripting language. This package contains everything you need to run Tcl scripts and Tcl-enabled apps. This version includes thread support. Package: tcl8.4-dev Version: 8.4.19-2 Architecture: armel Depends: tcl8.4 (= 8.4.19-2) Suggests: tcl8.4-doc Installed-Size: 2232 Maintainer: Tcl/Tk Debian Packagers Source: tcl8.4 Priority: optional Section: devel Filename: pool/main/t/tcl8.4/tcl8.4-dev_8.4.19-2_armel.deb Size: 775578 MD5sum: a83529cb033d5b64e5df2f962054aaa2 Description: Tcl (the Tool Command Language) v8.4 - development files Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted scripting language. This package contains the headers and libraries needed to embed or extend Tcl. Package: tcl8.4-doc Version: 8.4.19-2 Architecture: all Suggests: tcl8.4 Conflicts: tcldoc, tcl8.3-doc, tcl8.5-doc Provides: tcldoc Installed-Size: 1304 Maintainer: Tcl/Tk Debian Packagers Source: tcl8.4 Priority: optional Section: doc Filename: pool/main/t/tcl8.4/tcl8.4-doc_8.4.19-2_all.deb Size: 983234 MD5sum: 903291de432361cd6ba7ab4b5f8e5cff Description: Tcl (the Tool Command Language) v8.4 - manual pages Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted scripting language. This package contains the man pages for Tcl commands. Package: tinyproxy Version: 1.6.3-2 Architecture: armel Maintainer: Ed Boraas Installed-Size: 228 Depends: libc6 (>= 2.5.0-1), logrotate Priority: optional Section: net Filename: pool/main/t/tinyproxy/tinyproxy_1.6.3-2_armel.deb Size: 66488 SHA256: 966584568d466e6f62926382b72be24ad11708631ea3e2fded1137c08c6dcea3 SHA1: 68e6bad2535090d833ddfa17bf6acee631b082be MD5sum: d873728dadee8f9a82cb4a85d1373f7a Description: A lightweight, non-caching, optionally anonymizing http proxy An anonymizing http proxy which is very light on system resources, ideal for smaller networks and similar situations where other proxies (such as Squid) may be overkill and/or a security risk. Tinyproxy can also be configured to anonymize http requests (allowing for exceptions on a per-header basis). Package: unzip Version: 5.52-12 Architecture: armel Depends: libc6 (>= 2.5.0-1) Suggests: zip Conflicts: unzip-crypt (<< 5.41) Replaces: unzip-crypt (<< 5.41) Installed-Size: 320 Maintainer: Santiago Vila Priority: optional Section: utils Filename: pool/main/u/unzip/unzip_5.52-12_armel.deb Size: 160178 MD5sum: c3a81991f507d46cc2e5590b87465ae1 Description: De-archiver for .zip files InfoZIP's unzip program. With the exception of multi-volume archives (ie, .ZIP files that are split across several disks using PKZIP's /& option), this can handle any file produced either by PKZIP, or the corresponding InfoZIP zip program. . This version supports encryption. Package: uuid Source: ossp-uuid Version: 1.5.1-1 Architecture: armel Maintainer: Piotr Roszatycki Installed-Size: 68 Depends: libc6 (>= 2.5.0-1), libossp-uuid15 Conflicts: libossp-uuid11 Priority: optional Section: utils Filename: pool/main/o/ossp-uuid/uuid_1.5.1-1_armel.deb Size: 12294 SHA256: b93f891de409df913016f187a5e62b52f8be2178ae3efa92c5c3d58333e9920b SHA1: 71e52c0b09fc0640fc5daeae61dd5e113340a22f MD5sum: d4f83a28a2436447adaa9e0fb8c63c93 Description: OSSP uuid OSSP uuid is an ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based) and version 4 (random number based). . UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network. . This package contains the Universally Unique Identifier Command-Line Tool. Package: w3c-dtd-xhtml Version: 1.1-5 Architecture: all Depends: xml-core (>= 0.05), sgml-base (>= 1.17), sgml-data (>= 1.9.1) Installed-Size: 704 Maintainer: Frederic Schutz Priority: optional Section: text Filename: pool/main/w/w3c-dtd-xhtml/w3c-dtd-xhtml_1.1-5_all.deb Size: 96514 MD5sum: df80cb5d6d408378fa040c515262df96 Description: W3C eXtensible HyperText Markup Language (XHTML) DTD XHTML is a family of XML based document types that reproduce, subset and extend HTML4. This package includes Document Type Definitions for the eXtensible HyperText Markup Language (XHTML) versions Basic, 1.0 and 1.1. . Author: W3C HTML Working Group Homepage: http://www.w3.org/TR/xhtml11/ Package: wdg-html-validator Version: 1.6.2-6 Architecture: all Depends: sgml-data, opensp (>= 1.5release-1.1), libwww-perl, libhtml-parser-perl, libunicode-string-perl, libunicode-map8-perl, libi18n-charset-perl (>= 1.12-1), w3c-dtd-xhtml, libjconv-bin, perl Recommends: apache | httpd Suggests: wdg-html-reference Conflicts: wdg-html-reference (<< 4.0) Installed-Size: 1180 Maintainer: Debian QA Group Priority: optional Section: web Filename: pool/main/w/wdg-html-validator/wdg-html-validator_1.6.2-6_all.deb Size: 480638 MD5sum: e7e001037bc41a6b1a7b9e2376288169 Description: WDG HTML Validator This is a CGI script which lets you enter the URL of a web page which will be then checked against a validating SGML parser for conformance to official HTML standards. Pages can also be uploaded and HTML can be directly entered. . A command-line version is also included in the package. . Homepage: http://www.htmlhelp.com/tools/validator/ Author: Liam Quinn Package: xapian-doc Version: 0.9.9-1 Architecture: all Recommends: libxapian-dev (= 0.9.9-1) Installed-Size: 4024 Maintainer: Olly Betts Source: xapian-core Priority: optional Section: doc Filename: pool/main/x/xapian-core/xapian-doc_0.9.9-1_all.deb Size: 1174892 MD5sum: 7b41ff7a619be05dc0e4315b4c880cff Description: Core Xapian documentation This package contains general documentation about Xapian, and more detailed API documentation. . The Xapian search engine library is a highly adaptable toolkit to allow developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . Homepage: http://www.xapian.org/ Package: xapian-examples Version: 0.9.9-1 Architecture: armel Depends: libxapian-dev (= 0.9.9-1) Installed-Size: 240 Maintainer: Olly Betts Source: xapian-core Priority: optional Section: doc Filename: pool/main/x/xapian-core/xapian-examples_0.9.9-1_armel.deb Size: 149494 MD5sum: 52ba84a541f2c39a03d862d274789f7d Description: Xapian simple example programs This package contains source code for some example programs which use the Xapian library. The three "simple" examples are also included in binary form; binaries for the other examples can be found in the xapian-tools package (since they're useful tools in their own right). . The Xapian search engine library is a highly adaptable toolkit to allow developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . Homepage: http://www.xapian.org/ Package: xapian-tools Version: 0.9.9-1 Architecture: armel Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libstdc++6 (>= 4.2.1), libxapian13 Installed-Size: 416 Maintainer: Olly Betts Source: xapian-core Priority: optional Section: utils Filename: pool/main/x/xapian-core/xapian-tools_0.9.9-1_armel.deb Size: 221706 MD5sum: 5f7e1991dc8f2678085cbdc7e56aeef9 Description: Basic tools for Xapian search engine library This package contains several tools related to Xapian. - copydatabase: Copy one or more Xapian databases. - delve: Inspect the contents of a Xapian database. - quartzcheck: Check the validity of a Xapian database. - quartzcompact: Compact a quartz database, or merge and compact several. - quartzdump: Dump (part of) a Xapian database. - quest: Command line search of a Xapian database. - xapian-compact: Compact a quartz database, or merge and compact several. - xapian-tcpsrv: A simple TCP based server, used for searching across remote databases. . The Xapian search engine library is a highly adaptable toolkit to allow developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . Homepage: http://www.xapian.org/ Package: xaw3dg Version: 1.5+E-17 Architecture: armel Depends: libc6 (>= 2.5.0-1), libice6 (>= 1:1.0.0), libsm6, libx11-6, libxext6, libxmu6, libxpm4, libxt6 Conflicts: axe (<< 6.1.2-2), xaw3d (<= 1.3-6), xfig (<< 1:3.2.4-rel-9), gv (<< 1:3.5.8-30.1) Installed-Size: 452 Maintainer: Francesco Paolo Lovergine Source: xaw3d Priority: optional Section: x11 Filename: pool/main/x/xaw3d/xaw3dg_1.5+E-17_armel.deb Size: 153412 MD5sum: 732491ab62b23f37fe9a1f97a6f8117e Description: Xaw3d widget set Xaw3d is a set of 3-D widgets based on the Athena Widget set, which adds a three dimensional appearance on some of the widgets of X11 applications linked with this library. . Please note that this package no longer adds a three dimensional appearance on applications dynamically linked against libXaw. Package: xaw3dg-dev Version: 1.5+E-17 Architecture: armel Depends: xaw3dg (= 1.5+E-17), xutils-dev, libx11-dev, libxmu-dev, libxpm-dev, libxt-dev, x11proto-core-dev, x11proto-xext-dev Conflicts: xaw3d-dev Replaces: xaw3dg (<< 1.5+E-16) Installed-Size: 908 Maintainer: Francesco Paolo Lovergine Source: xaw3d Priority: optional Section: devel Filename: pool/main/x/xaw3d/xaw3dg-dev_1.5+E-17_armel.deb Size: 221354 MD5sum: b5413abf6244861ca77b542b6834336d Description: Xaw3d widget set development package Xaw3d is a set of 3-D widgets based on the R6.1 Athena Widget set, which adds a three dimensional appearance on some of the widgets of X11 applications linked with this library. . This is the development package (i.e. include files and static library) of the xaw3dg library. Package: yada Version: 0.54 Architecture: all Depends: dpkg-dev, file, patch, perl Recommends: yada-doc Suggests: bzip2 Conflicts: yada-doc (<< 0.26.0.1) Replaces: yada-doc (<< 0.26.0.1) Installed-Size: 248 Maintainer: Piotr Roszatycki Priority: optional Section: devel Filename: pool/main/y/yada/yada_0.54_all.deb Size: 48892 MD5sum: 23e6cd2988587bf6d41e974a25365e1a Description: Yet Another Debianisation Aid YADA is a Debian packaging helper. It parses a special file, debian/packages, in a source package, and generates an appropriate debian/rules to control building of the package. . This package provides YADA script. . The /usr/bin/yada script can be also copied as source package's debian/yada file if this package won't be available on system for package building. Package: yada-doc Version: 0.54 Architecture: all Suggests: yada Conflicts: yada (<< 0.16) Installed-Size: 548 Maintainer: Piotr Roszatycki Source: yada Priority: optional Section: devel Filename: pool/main/y/yada/yada-doc_0.54_all.deb Size: 278046 MD5sum: 640c8cd52179088dd913c44810070a23 Description: Yet Another Debianisation Aid - documentation and examples YADA is a Debian packaging helper. It parses a special file, debian/packages, in a source package, and generates an appropriate debian/rules to control building of the package. . This package provides documentation for YADA and some examples of debian/packages files.