Package: apache2 Version: 2.2.34-1deb7u13rusoft10.2~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 1 Depends: apache2-mpm-prefork (= 2.2.34-1deb7u13rusoft10.2~precise1) | apache2-mpm-itk (= 2.2.34-1deb7u13rusoft10.2~precise1) | apache2-mpm-event (= 2.2.34-1deb7u13rusoft10.2~precise1) | apache2-mpm-worker (= 2.2.34-1deb7u13rusoft10.2~precise1), apache2.2-common (= 2.2.34-1deb7u13rusoft10.2~precise1) Filename: pool/ubuntu-precise/i386/apache2/apache2_2.2.34-1deb7u13rusoft10.2~precise1_i386.deb Size: 1492 MD5sum: 12f5cfc7b864810f4abd5196e0ef2253 SHA1: bb79a57e62799dbbfbfbd55389639d5c0e232c57 SHA256: d8b6006aa19b956059ea00367e14507f9f93c9a428bc0da8415a713c945a9c79 Section: httpd Priority: optional Homepage: http://httpd.apache.org/ 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. Original-Maintainer: Debian Apache Maintainers Original-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2 Original-Vcs-Svn: svn://svn.debian.org/pkg-apache/trunk/apache2 Package: apache2-mpm-event Source: apache2 Version: 2.2.34-1deb7u13rusoft10.2~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 4 Depends: apache2.2-common (= 2.2.34-1deb7u13rusoft10.2~precise1), apache2.2-bin (= 2.2.34-1deb7u13rusoft10.2~precise1) Conflicts: apache2-common, apache2-mpm Provides: apache2, apache2-mpm, httpd, httpd-cgi Filename: pool/ubuntu-precise/i386/apache2/apache2-mpm-event_2.2.34-1deb7u13rusoft10.2~precise1_i386.deb Size: 2360 MD5sum: d54dcbce6cc79e9c7d83198b201589bb SHA1: 6bec23b25a60298fdd9a9fe6e45bb5d0946330dd SHA256: 264659fbab0b0ece54c203dfa9ee976433417d761eaf86a9168b7a4d3e71c86c Section: httpd Priority: optional Homepage: http://httpd.apache.org/ 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. Original-Maintainer: Debian Apache Maintainers Original-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2 Original-Vcs-Svn: svn://svn.debian.org/pkg-apache/trunk/apache2 Package: apache2-mpm-itk Source: apache2 Version: 2.2.34-1deb7u13rusoft10.2~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 4 Depends: apache2.2-common (= 2.2.34-1deb7u13rusoft10.2~precise1), apache2.2-bin (= 2.2.34-1deb7u13rusoft10.2~precise1) Conflicts: apache2-common, apache2-mpm Provides: apache2, apache2-mpm, httpd, httpd-cgi Filename: pool/ubuntu-precise/i386/apache2/apache2-mpm-itk_2.2.34-1deb7u13rusoft10.2~precise1_i386.deb Size: 2386 MD5sum: 7f0dd36cb47e62b482ab4733a26f3c3b SHA1: 780354d01c78d2356c8c7e6463891af74a8ef4be SHA256: 8ffd2290f742bf0f3bebf0d97585772ea31c205d9adeeca2a51e00903b9c94b7 Section: httpd Priority: extra Homepage: http://httpd.apache.org/ Description: multiuser MPM for Apache 2.2 The ITK Multi-Processing Module (MPM) works in about the same way as the classical "prefork" module (that is, without threads), except that it allows you to constrain each individual vhost to a particular system user. This allows you to run several different web sites on a single server without worrying that they will be able to read each others' files. This is a third-party MPM that is not included in the normal Apache httpd. . Please note that this MPM is somewhat less tested than the MPMs that come with Apache itself. Original-Maintainer: Debian Apache Maintainers Original-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2 Original-Vcs-Svn: svn://svn.debian.org/pkg-apache/trunk/apache2 Package: apache2-mpm-prefork Source: apache2 Version: 2.2.34-1deb7u13rusoft10.2~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 4 Depends: apache2.2-common (= 2.2.34-1deb7u13rusoft10.2~precise1), apache2.2-bin (= 2.2.34-1deb7u13rusoft10.2~precise1) Suggests: libapache2-mod-ruid2 Conflicts: apache2-common, apache2-mpm Provides: apache2, apache2-mpm, httpd, httpd-cgi Filename: pool/ubuntu-precise/i386/apache2/apache2-mpm-prefork_2.2.34-1deb7u13rusoft10.2~precise1_i386.deb Size: 2424 MD5sum: 4a67d63b2f3da58dfc81949a7b6716c5 SHA1: fc0b1a5875df9f149e92a2d8bdd640ffe923e645 SHA256: 5997dd964ba84b8994ed1b266fb82c55b9dc1806322eb353c3e1b0749be493b0 Section: httpd Priority: optional Homepage: http://httpd.apache.org/ 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 implementation using a variable number of processes where each process handles only one connection at the same time. 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. Original-Maintainer: Debian Apache Maintainers Original-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2 Original-Vcs-Svn: svn://svn.debian.org/pkg-apache/trunk/apache2 Package: apache2-mpm-worker Source: apache2 Version: 2.2.34-1deb7u13rusoft10.2~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 4 Depends: apache2.2-common (= 2.2.34-1deb7u13rusoft10.2~precise1), apache2.2-bin (= 2.2.34-1deb7u13rusoft10.2~precise1) Conflicts: apache2-common, apache2-mpm Provides: apache2, apache2-mpm, httpd, httpd-cgi Filename: pool/ubuntu-precise/i386/apache2/apache2-mpm-worker_2.2.34-1deb7u13rusoft10.2~precise1_i386.deb Size: 2296 MD5sum: c215b9525361ff2b44e2892f1974a60e SHA1: b70ac13ba24e1d832e4be114a95906b395f9408b SHA256: 829d25ba4f9abcb4516b1243f2ff60b63f380fb0a01046719e87ea99deb18580 Section: httpd Priority: optional Homepage: http://httpd.apache.org/ 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. Original-Maintainer: Debian Apache Maintainers Original-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2 Original-Vcs-Svn: svn://svn.debian.org/pkg-apache/trunk/apache2 Package: apache2-prefork-dev Source: apache2 Version: 2.2.34-1deb7u13rusoft10.2~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 540 Depends: apache2.2-common (= 2.2.34-1deb7u13rusoft10.2~precise1), openssl, libaprutil1-dev Conflicts: apache2-threaded-dev Filename: pool/ubuntu-precise/i386/apache2/apache2-prefork-dev_2.2.34-1deb7u13rusoft10.2~precise1_i386.deb Size: 140128 MD5sum: 3a61aa6ee39aee1b24a19ac3eb2c83e8 SHA1: f7fc349e1631406de59cdfc4b3aa2d3755829683 SHA256: f94f0749da31ea5a02d969b1acd49caaca106fc2b18394b862026f7a258682f8 Section: httpd Priority: extra Homepage: http://httpd.apache.org/ 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). Original-Maintainer: Debian Apache Maintainers Original-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2 Original-Vcs-Svn: svn://svn.debian.org/pkg-apache/trunk/apache2 Package: apache2-suexec Source: apache2 Version: 2.2.34-1deb7u13rusoft10.2~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 86 Depends: libc6 (>= 2.3.6-6~), apache2.2-common Conflicts: apache-common, apache2-suexec Replaces: apache2-suexec Filename: pool/ubuntu-precise/i386/apache2/apache2-suexec_2.2.34-1deb7u13rusoft10.2~precise1_i386.deb Size: 64208 MD5sum: 3ab593150796d403e5e419aac851043e SHA1: 6d1776a24eaf5ff66e310c1c4c28cf9da3ba11ff SHA256: 2c4b14252cb71bacb847a9ab46ce7f60cdec543ab62ba19192cf900c796dc8b2 Section: httpd Priority: optional Homepage: http://httpd.apache.org/ 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. Original-Maintainer: Debian Apache Maintainers Original-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2 Original-Vcs-Svn: svn://svn.debian.org/pkg-apache/trunk/apache2 Package: apache2-suexec-custom Source: apache2 Version: 2.2.34-1deb7u13rusoft10.2~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 87 Depends: libc6 (>= 2.3.6-6~), apache2.2-common Conflicts: apache-common, apache2-suexec Replaces: apache2-suexec Provides: apache2-suexec Filename: pool/ubuntu-precise/i386/apache2/apache2-suexec-custom_2.2.34-1deb7u13rusoft10.2~precise1_i386.deb Size: 66050 MD5sum: f8e50eaa0bd0c9c53ec349313e96be04 SHA1: 0cd545fe749db57422953bfd7ddb2e9b0ba01858 SHA256: b75d42c4c0ee1fd87310c96d9ce8769e980a5a3d0a8d673bb19ddb28e275eac5 Section: httpd Priority: extra Homepage: http://httpd.apache.org/ 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. Original-Maintainer: Debian Apache Maintainers Original-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2 Original-Vcs-Svn: svn://svn.debian.org/pkg-apache/trunk/apache2 Package: apache2-threaded-dev Source: apache2 Version: 2.2.34-1deb7u13rusoft10.2~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 542 Depends: apache2.2-common (= 2.2.34-1deb7u13rusoft10.2~precise1), openssl, libaprutil1-dev Conflicts: apache2-prefork-dev Provides: apache2-dev Filename: pool/ubuntu-precise/i386/apache2/apache2-threaded-dev_2.2.34-1deb7u13rusoft10.2~precise1_i386.deb Size: 140484 MD5sum: b5caf48acccc4b7cd4c161275951edfd SHA1: 184e37d5c818e1d1d5cf011017f7b084781d92f1 SHA256: 043450dad1fdbecfda71ee876ea917fc4e6108072f33edbc9051482a11bc0726 Section: httpd Priority: extra Homepage: http://httpd.apache.org/ 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. Original-Maintainer: Debian Apache Maintainers Original-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2 Original-Vcs-Svn: svn://svn.debian.org/pkg-apache/trunk/apache2 Package: apache2-utils Source: apache2 Version: 2.2.34-1deb7u13rusoft10.2~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 281 Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.4), libssl1.0.0 (>= 1.0.1) Conflicts: apache-common (<< 1.3.28.0.1-1) Replaces: apache-utils (<< 1.3.33-4), apache2-common Filename: pool/ubuntu-precise/i386/apache2/apache2-utils_2.2.34-1deb7u13rusoft10.2~precise1_i386.deb Size: 180312 MD5sum: 2e6a9352f6d36a3628e4d4036b2d079c SHA1: f5bdb91720bdefc819a7b112c8b69259b551c58f SHA256: 4684b8f558b13c4be71beb892dea98c024b708712a5a9509d46c8d7a1a0106eb Section: httpd Priority: optional Homepage: http://httpd.apache.org/ 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) Original-Maintainer: Debian Apache Maintainers Original-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2 Original-Vcs-Svn: svn://svn.debian.org/pkg-apache/trunk/apache2 Package: apache2.2-bin Source: apache2 Version: 2.2.34-1deb7u13rusoft10.2~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 6490 Depends: libapr1 (>= 1.4.2), libaprutil1 (>= 1.3.2+dfsg), libaprutil1-dbd-sqlite3 | libaprutil1-dbd-mysql | libaprutil1-dbd-odbc | libaprutil1-dbd-pgsql | libaprutil1-dbd-freetds, libaprutil1-ldap, libc6 (>= 2.4), libcap2 (>= 2.10), libldap-2.4-2 (>= 2.4.7), libpcre3, libssl1.0.0 (>= 1.0.1), zlib1g (>= 1:1.1.4) Conflicts: apache2.2-common (<< 2.2.11-5~) Replaces: apache2.2-common (<< 2.2.14-2~) Filename: pool/ubuntu-precise/i386/apache2/apache2.2-bin_2.2.34-1deb7u13rusoft10.2~precise1_i386.deb Size: 2801148 MD5sum: f6aef0f328ac488d7fb845d2317545ec SHA1: 87ea0f2d13d34fc1e9d2f8f646d878ff697162f2 SHA256: c80bbe4b9b0f7f9bab64287cbf1e1b07e50e69c3fa52d2e0918435a7a4ab94b7 Section: httpd Priority: optional Homepage: http://httpd.apache.org/ Description: Apache HTTP Server common binary 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 binaries but no configuration or support scripts. To get a stand-alone server, you need to install one of the apache2-mpm-* packages, such as worker or prefork. Other packages like gnome-user-share may bring their own Apache configuration, though. Original-Maintainer: Debian Apache Maintainers Original-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2 Original-Vcs-Svn: svn://svn.debian.org/pkg-apache/trunk/apache2 Package: apache2.2-common Source: apache2 Version: 2.2.34-1deb7u13rusoft10.2~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 637 Depends: upstart-job, apache2.2-bin (= 2.2.34-1deb7u13rusoft10.2~precise1), apache2-utils, mime-support, lsb-base, procps, perl, coreutils Recommends: ssl-cert Suggests: www-browser, apache2-doc, apache2-suexec | apache2-suexec-custom, ufw Conflicts: apache, apache2-common Replaces: apache2-common Filename: pool/ubuntu-precise/i386/apache2/apache2.2-common_2.2.34-1deb7u13rusoft10.2~precise1_i386.deb Size: 328188 MD5sum: af2d6351944bba462250f8b722778143 SHA1: 8e49a31ef0d98cd050bd7393c6b6203f60d9fcf1 SHA256: 67ed61737e7cce566478c5d688cdcedad26c759886251dcd8e2d69a02fa84543 Section: httpd Priority: optional Homepage: http://httpd.apache.org/ 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 the configuration and support scripts. 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. Original-Maintainer: Debian Apache Maintainers Original-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2 Original-Vcs-Svn: svn://svn.debian.org/pkg-apache/trunk/apache2 Package: apcupsd Version: 3.14.14-2rusoft1~precise1 Architecture: i386 Maintainer: Thorsten Alteholz Installed-Size: 765 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libusb-0.1-4 (>= 2:0.1.12), libwrap0 (>= 7.6-4~), lsb-base Recommends: apcupsd-doc, s-nail | mailx Suggests: apcupsd-cgi, udev Conflicts: ups-monitor Provides: ups-monitor Filename: pool/ubuntu-precise/i386/apcupsd/apcupsd_3.14.14-2rusoft1~precise1_i386.deb Size: 376360 MD5sum: ff42a340c88185369bc21d446d430c71 SHA1: 95781ea5c327a770e0c1a2bab92b894f3fe1140c SHA256: 57cdb0040490b29225862c77200f6d68fc2afa17c316986ec6ad08edafdbb68b Section: admin Priority: optional Homepage: http://www.apcupsd.org/ Description: APC UPS Power Management (daemon) apcupsd provides UPS power management for APC products, including most BackUPS series models (including USB), SmartUPS V/S, SmartUPS (NET/RM), and Matrix series. . It controls and monitors the status of UPS and allows your computer to run for a specified length of time on UPS power, and then executes a controlled shutdown in the case of an extended power failure. Package: apcupsd-cgi Source: apcupsd Version: 3.14.14-2rusoft1~precise1 Architecture: i386 Maintainer: Thorsten Alteholz Installed-Size: 175 Depends: apcupsd (= 3.14.14-2rusoft1~precise1), libc6 (>= 2.15), libgd3 (>= 2.1.0~alpha~) Suggests: apache2 | httpd Filename: pool/ubuntu-precise/i386/apcupsd/apcupsd-cgi_3.14.14-2rusoft1~precise1_i386.deb Size: 97656 MD5sum: 2df814190c0124871a47b8df02fd5ab6 SHA1: 717e072c85ee098fa68595e409be926cc7bf9340 SHA256: 36455bce4619db4a7f45dff511a047720407c5a8b524cf7b966a9b7ba0682091 Section: web Priority: optional Homepage: http://www.apcupsd.org/ Description: APC UPS Power Management (web interface) apcupsd provides UPS power management for APC products, including most BackUPS series models (including USB), SmartUPS V/S, SmartUPS (NET/RM), and Matrix series. . This package contains the web interface. Package: awffull Version: 3.10.2-5rusoft1~precise1 Architecture: i386 Maintainer: Debian QA Group Installed-Size: 774 Pre-Depends: debconf (>= 1.4.58) | debconf-2.0 Depends: libc6 (>= 2.7), libgd3 (>= 2.1.0~alpha~), libgeoip1 (>= 1.4.8+dfsg), libpcre3, zlib1g (>= 1:1.2.3.3.dfsg) Suggests: httpd, dnshistory, ttf-dejavu Filename: pool/ubuntu-precise/i386/awffull/awffull_3.10.2-5rusoft1~precise1_i386.deb Size: 313910 MD5sum: 1c5ee17965530397c90813e5e436cd79 SHA1: 366aeef0746d36ba054b2569458d2ab5bd89d726 SHA256: 7fc5c2924bf5ab6aac6eadf8a65637bdbd3a9579d4a29ecd27061cfe8c448179 Section: web Priority: optional Homepage: http://www.stedee.id.au/awffull/ Description: web server log analysis program AWFFull is a Web server log analysis program, forked from Webalizer. It adds a number of new features and improvements, such as extended frontpage history, resizable graphs, and a few more pie charts. . Webalizer is a great weblog analysis program but hasn't been going anywhere in recent years. AWFFull takes that base and starts to fix the niggles and annoyances and hopefully become a useful enhancement. . As a base, weblizer has a stated goal of producing web server analysis. AWFFull on the other hand, will gradually focus more on the business intelligence contained within those logs - and not specifically limited just to web server logs. . Major Enhancements vs. Webalizer . The frontpage history can now cover more than 12 months. StyleSheets (CSS) are supported. Customise to your hearts content! The log type can be auto-detected Can process: CLF, Combined, Squid, FTP XFER and Domino v6 Logs All graphs are now resizable, rather than being a fixed size Config File simplification to reduce duplication of common config pairings Bookmarking numbers are tracked. Be aware that these are estimates! Backend changes: Use of PCRE lib and standard library calls to ease coding pain Pattern Matching improvements can increase the speed of a run by 50%. YMMV! 404 Errors are tracked and displayed with both the target and referrering URL Can specify what is a page or what is not. Package: brotli Version: 1.0.9-2rusoft1~12.04.1 Architecture: i386 Maintainer: Tomasz Buchert Installed-Size: 783 Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/brotli/brotli_1.0.9-2rusoft1~12.04.1_i386.deb Size: 351976 MD5sum: 736176cc07b433ffb3c2483f9cdee143 SHA1: b17ae619bdc3c1dd4bc9c4464f13d1972fdaf87f SHA256: 513435fd674b14aab48e7bc2c29b4db1cbb42294863fd96fd0fd56ab3a248d99 Section: utils Priority: optional Homepage: https://github.com/google/brotli Description: lossless compression algorithm and format (command line utility) Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. . This package installs a command line utility. Package: bzip2 Version: 1.0.6-8build1rusoft1~precise1 Architecture: i386 Maintainer: Anibal Monsalve Salazar Installed-Size: 108 Depends: libbz2-1.0 (= 1.0.6-8build1rusoft1~precise1), libc6 (>= 2.4) Suggests: bzip2-doc Replaces: libbz2 (<< 0.9.5d-3) Filename: pool/ubuntu-precise/i386/bzip2/bzip2_1.0.6-8build1rusoft1~precise1_i386.deb Size: 43200 MD5sum: 8cc35bdbee546a4a99c66facfac01b33 SHA1: 4284e80bc86626ee884f15dd3e5fd15b1ce77826 SHA256: b5704439034e1bf302d69649d671807a7312a332be12c374bec098cf9928c049 Section: utils Priority: standard Multi-Arch: foreign Homepage: http://www.bzip.org/ Description: high-quality block-sorting file compressor - utilities bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Package: cmake Version: 2.8.12.2-0ubuntu6rusoft1~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 12905 Depends: libarchive12, libc6 (>= 2.15), libcurl3 (>= 7.16.2-1), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), zlib1g (>= 1:1.2.3.3.dfsg), cmake-data (>= 2.8.12.2), procps Recommends: make, gcc Suggests: codeblocks, eclipse Filename: pool/ubuntu-precise/i386/cmake/cmake_2.8.12.2-0ubuntu6rusoft1~precise1_i386.deb Size: 5441054 MD5sum: b64436c883161377d314ad341978bb64 SHA1: 851282277351fb6d6fc259e241b606dbc0062206 SHA256: 86cad0773aabb7a99c62b68ad9fe1feb2b124bc4b98fadba1722e5894017b572 Section: devel Priority: optional Multi-Arch: foreign Homepage: http://cmake.org/ Description: cross-platform, open-source make system CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. . CMake was developed by Kitware as part of the NLM Insight Segmentation and Registration Toolkit project. The ASCI VIEWS project also provided support in the context of their parallel computation environment. Other sponsors include the Insight, VTK, and VXL open source software communities. Original-Maintainer: Modestas Vainius Package: cmake-curses-gui Source: cmake Version: 2.8.12.2-0ubuntu6rusoft1~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 3875 Depends: libarchive12, libc6 (>= 2.15), libcurl3 (>= 7.16.2-1), libgcc1 (>= 1:4.1.1), libncurses5 (>= 5.5-5~), libstdc++6 (>= 4.6), libtinfo5, zlib1g (>= 1:1.2.3.3.dfsg), cmake-data, cmake (= 2.8.12.2-0ubuntu6rusoft1~precise1) Breaks: cmake (<= 2.6.2-1) Replaces: cmake (<= 2.6.2-1) Filename: pool/ubuntu-precise/i386/cmake/cmake-curses-gui_2.8.12.2-0ubuntu6rusoft1~precise1_i386.deb Size: 1613824 MD5sum: 76ade204a5a2ec9af2bebba1426c4f11 SHA1: 7ea4849f3dee0e169511aba056d956e760d39bb3 SHA256: eec83eacaa5c708c93f19ede9bdfdf26bb48dc08a6da1cfd6c086a24ed0433d1 Section: devel Priority: optional Homepage: http://cmake.org/ Description: curses based user interface for CMake (ccmake) CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. . This package provides the CMake curses interface. Project configuration settings may be specified interactively through this GUI. Brief instructions are provided at the bottom of the terminal when the program is running. The main executable file for this GUI is "ccmake". Original-Maintainer: Modestas Vainius Package: cmake-dbg Source: cmake Version: 2.8.12.2-0ubuntu6rusoft1~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 75609 Depends: cmake-data, cmake (= 2.8.12.2-0ubuntu6rusoft1~precise1) Filename: pool/ubuntu-precise/i386/cmake/cmake-dbg_2.8.12.2-0ubuntu6rusoft1~precise1_i386.deb Size: 74928094 MD5sum: 3a21517724115d3268012d3157726d9f SHA1: 91736e3fa24f8cf0fcc1f65884c3de14cb933b45 SHA256: 88fab7fba40d8371b5896bbbe9e2ebf81bc0040ccc500691745de0f130bcb021 Section: debug Priority: extra Homepage: http://cmake.org/ Description: debugging symbols for CMake CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. . This package provides CMake debugging symbols. Original-Maintainer: Modestas Vainius Package: cmake-qt-gui Source: cmake Version: 2.8.12.2-0ubuntu6rusoft1~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 4096 Depends: libarchive12, libc6 (>= 2.15), libcurl3 (>= 7.16.2-1), libgcc1 (>= 1:4.1.1), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.6), zlib1g (>= 1:1.2.3.3.dfsg), cmake-data, cmake (= 2.8.12.2-0ubuntu6rusoft1~precise1) Provides: cmake-gui Filename: pool/ubuntu-precise/i386/cmake/cmake-qt-gui_2.8.12.2-0ubuntu6rusoft1~precise1_i386.deb Size: 1680476 MD5sum: bb0d871cefc76370b88186702246a7c3 SHA1: b1efc84cc5cc4825a72201bb3d86b61797b61e58 SHA256: 6efc1b936700439160c902d3a9044bd90d7a31d3dceb7ec42a12a92bf0e9599f Section: devel Priority: optional Homepage: http://cmake.org/ Description: Qt4 based user interface for CMake (cmake-gui) CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. . This package provides the CMake Qt4 based GUI. Project configuration settings may be specified interactively. Brief instructions are provided at the bottom of the window when the program is running. The main executable file for this GUI is "cmake-gui". Original-Maintainer: Modestas Vainius Package: coturn Version: 4.5.1.1-1.1rusoft1~precise1 Architecture: i386 Maintainer: Debian VoIP Team Installed-Size: 1235 Depends: adduser, sqlite3, lsb-base (>= 3.0-6), telnet | telnet-client, libc6 (>= 2.15), libevent-core-2.0-5 (>= 2.0.16-stable), libevent-extra-2.0-5 (>= 2.0.16-stable), libevent-openssl-2.0-5 (>= 2.0.16-stable), libevent-pthreads-2.0-5 (>= 2.0.16-stable), libhiredis0.10 (>= 0.10.1), libmysqlclient18 (>= 5.5.13-1), libpq5 (>= 8.4~), libsqlite3-0 (>= 3.6.0), libssl1.0.0 (>= 1.0.1) Suggests: sip-router, xmpp-server Conflicts: rfc5766-turn-server, turnserver Provides: stun-server, turn-server Filename: pool/ubuntu-precise/i386/coturn/coturn_4.5.1.1-1.1rusoft1~precise1_i386.deb Size: 536030 MD5sum: e96d5c479c7041494752793b8e8898e3 SHA1: 46a1f8083b8de3fed085dad5cad40d4284c780ba SHA256: 15eb616d1db9cae7c51c64e2a56c94534d6b102ac293a69432f6297f90d0af56 Section: net Priority: optional Homepage: https://github.com/coturn/coturn/ Description: TURN and STUN server for VoIP STUN (Session Traversal Utilities for NAT) and TURN (Traversal Using Relays around NAT) are protocols that can be used to provide NAT traversal for VoIP and WebRTC. This package provides a VoIP media traffic NAT traversal server and gateway. . Supported RFCs: TURN specs: * RFC 5766 - base TURN specs; * RFC 6062 - TCP relaying TURN extension; * RFC 6156 - IPv6 extension for TURN; * RFC 7635 - OAuth third-party TURN/STUN authorization; * DTLS support as client protocol http://tools.ietf.org/html/draft-petithuguenin-tram-turn-dtls-00 * Mobile ICE (MICE) support http://tools.ietf.org/html/draft-wing-tram-turn-mobility-03 * TURN ORIGIN specs for multi-tenant servers http://tools.ietf.org/html/draft-johnston-tram-stun-origin-02 * TURN Bandwidth draft specs http://tools.ietf.org/html/draft-thomson-tram-turn-bandwidth-00 * SSODA (dual allocation) draft specs http://tools.ietf.org/html/draft-martinsen-tram-ssoda-00 . STUN specs: * RFC 3489 - obsolete "classic" STUN specs; * RFC 5389 - base "new" STUN specs; * RFC 5769 - test vectors for STUN protocol testing; * RFC 5780 - NAT behavior discovery support. . The implementation fully supports UDP, TCP, TLS, and DTLS as protocols between the TURN client and the TURN server. Both UDP and TCP relaying are supported. . SQLite, MySQL, PostgreSQL and Redis are supported for the user repository (if authentication is required). The long-term credentials mechanism is supported. For WebRTC applications, the TURN server REST API for time-limited secret-based authentication is implemented. The third-party authentication specs (OAuth-based) are supported, too. . Load balancing can be implemented either by DNS round-robin mechanism, or with the external networking tools, or by the built-in ALTERNATE-SERVER mechanism. . The implementation is intended to be simple to install and configure. The project focuses on performance, scalability, and simplicity. The aim is to provide an enterprise-grade TURN solution. Package: exim4-base Source: exim4 Version: 4.86.2-2ubuntu2.6rusoft1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 1454 Depends: libc6 (>= 2.4), libdb5.1, debconf (>= 0.5) | debconf-2.0, cron | cron-daemon | anacron, exim4-config (>= 4.82) | exim4-config-2, adduser, netbase, lsb-base (>= 3.0-6) Recommends: psmisc, mailx, perl-modules Suggests: mail-reader, eximon4, exim4-doc-html | exim4-doc-info, gnutls-bin | openssl, file, spf-tools-perl, swaks Conflicts: exim, exim-tls Breaks: exim4-daemon-custom (<< 4.86.2), exim4-daemon-heavy (<< 4.86.2), exim4-daemon-light (<< 4.86.2) Replaces: exim, exim-tls, exim4-daemon-custom, exim4-daemon-heavy, exim4-daemon-light Filename: pool/ubuntu-precise/i386/exim4/exim4-base_4.86.2-2ubuntu2.6rusoft1~12.04.1_i386.deb Size: 1084032 MD5sum: 8fddf39f2c24cb7a7c35d18db122d8eb SHA1: 1357bb41e2ed505b88ddbdfa4a7bcd88257a5198 SHA256: 4e6c93bcc63f390aece090ef9dd6701386400386dd7ab162b73aa458f2fea1e4 Section: mail Priority: standard Homepage: http://www.exim.org/ Description: support files for all Exim MTA (v4) packages Exim (v4) is a mail transport agent. exim4-base provides the support files needed by all exim4 daemon packages. You need an additional package containing the main executable. The available packages are: . exim4-daemon-light exim4-daemon-heavy . If you build exim4 from the source package locally, you can also build an exim4-daemon-custom package tailored to your own feature set. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Original-Maintainer: Exim4 Maintainers Package: exim4-daemon-heavy Source: exim4 Version: 4.86.2-2ubuntu2.6rusoft1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 1151 Depends: exim4-base (>= 4.86.2), libc6 (>= 2.15), libdb5.1, libgnutls26 (>= 2.12.6.1-0), libldap-2.4-2 (>= 2.4.7), libmysqlclient18 (>= 5.5.13-1), libpam0g (>= 0.99.7.1), libpcre3, libperl5.14 (>= 5.14.2), libpq5, libsasl2-2 (>= 2.1.24), libsqlite3-0 (>= 3.5.9), debconf (>= 0.5) | debconf-2.0 Conflicts: mail-transport-agent Breaks: clamav-daemon (<< 0.95) Replaces: exim4-base (<= 4.61-1), mail-transport-agent Provides: exim4-localscanapi-2.0, mail-transport-agent Filename: pool/ubuntu-precise/i386/exim4/exim4-daemon-heavy_4.86.2-2ubuntu2.6rusoft1~12.04.1_i386.deb Size: 606546 MD5sum: 6bfda566451997554fb03e65144b4c09 SHA1: 6e9ea56e46fad0722dc71039b48daf3bd15f1fcc SHA256: 162e6a2977e070a33e8758d4e345c362512bc6cfbad5851510fa16ca17d6074c Section: mail Priority: optional Homepage: http://www.exim.org/ Description: Exim MTA (v4) daemon with extended features, including exiscan-acl Exim (v4) is a mail transport agent. This package contains the exim4 daemon with extended features. In addition to the features already supported by exim4-daemon-light, exim4-daemon-heavy includes LDAP, sqlite, PostgreSQL and MySQL data lookups, SASL and SPA SMTP authentication, embedded Perl interpreter, and the content scanning extension (formerly known as "exiscan-acl") for integration of virus scanners and spamassassin. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Original-Maintainer: Exim4 Maintainers Package: exim4-daemon-heavy-dbg Source: exim4 Version: 4.86.2-2ubuntu2.6rusoft1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 1084 Depends: exim4-daemon-heavy Filename: pool/ubuntu-precise/i386/exim4/exim4-daemon-heavy-dbg_4.86.2-2ubuntu2.6rusoft1~12.04.1_i386.deb Size: 1031758 MD5sum: 43205847ccd605bd173bf312971f0fbd SHA1: 81b5ad165d504e5cf2de148e4e355d10525c4df0 SHA256: 72d064beefb0933e61f34246334808d617271b3ca589902ddbac1bcd87037684 Section: debug Priority: extra Homepage: http://www.exim.org/ Description: debugging symbols for the Exim MTA "heavy" daemon Exim (v4) is a mail transport agent. This package contains debugging symbols for the binaries contained in the exim4-daemon-heavy package. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Original-Maintainer: Exim4 Maintainers Package: exim4-daemon-light Source: exim4 Version: 4.86.2-2ubuntu2.6rusoft1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 1028 Depends: exim4-base (>= 4.86.2), libc6 (>= 2.15), libdb5.1, libgnutls26 (>= 2.12.6.1-0), libpcre3, debconf (>= 0.5) | debconf-2.0 Conflicts: mail-transport-agent Replaces: exim4-base (<= 4.61-1), mail-transport-agent Provides: exim4-localscanapi-2.0, mail-transport-agent Filename: pool/ubuntu-precise/i386/exim4/exim4-daemon-light_4.86.2-2ubuntu2.6rusoft1~12.04.1_i386.deb Size: 549748 MD5sum: 6be70e36b6f6cac8e83f5d2dcd126dc5 SHA1: 0dabfb7af618a96ac8ab24a03b3f98412ee28110 SHA256: ebe6c22ea883d95bee8f02d1187ee8ded623e23141821180fe4fb18b6956702e Section: mail Priority: standard Homepage: http://www.exim.org/ Description: lightweight Exim MTA (v4) daemon Exim (v4) is a mail transport agent. This package contains the exim4 daemon with only basic features enabled. It works well with the standard setups that are provided by Debian and includes support for TLS encryption and the dlopen patch to allow dynamic loading of a local_scan function. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Original-Maintainer: Exim4 Maintainers Package: exim4-daemon-light-dbg Source: exim4 Version: 4.86.2-2ubuntu2.6rusoft1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 965 Depends: exim4-daemon-light Filename: pool/ubuntu-precise/i386/exim4/exim4-daemon-light-dbg_4.86.2-2ubuntu2.6rusoft1~12.04.1_i386.deb Size: 919722 MD5sum: 803674cd1e4f084d9d9d45a9a6b54cb4 SHA1: 2516bc101f5e3de95cbcd5b7cd3bf310d4c17897 SHA256: 777fc3b450f7b0557c6edf76e3c60db173ad2d911c0a029acf4eda4e1e49e8bb Section: debug Priority: extra Homepage: http://www.exim.org/ Description: debugging symbols for the Exim MTA "light" daemon Exim (v4) is a mail transport agent. This package contains debugging symbols for the binaries contained in the exim4-daemon-light package. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Original-Maintainer: Exim4 Maintainers Package: exim4-dbg Source: exim4 Version: 4.86.2-2ubuntu2.6rusoft1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 346 Depends: exim4-base, exim4-config Recommends: eximon4 Filename: pool/ubuntu-precise/i386/exim4/exim4-dbg_4.86.2-2ubuntu2.6rusoft1~12.04.1_i386.deb Size: 313872 MD5sum: 5faeec926c6cb68e91d82a6bff3732af SHA1: d8f528591cc4e29b28decccefa0540f2c4ec3d2a SHA256: b19af559237d5af456dd200082636b8167eaa07a6e4cded01fe93e1a6fad3d31 Section: debug Priority: extra Homepage: http://www.exim.org/ Description: debugging symbols for the Exim MTA (utilities) Exim (v4) is a mail transport agent. This package contains debugging symbols for the binaries contained in the exim4 packages. The daemon packages have their own debug package. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Original-Maintainer: Exim4 Maintainers Package: exim4-dev Source: exim4 Version: 4.86.2-2ubuntu2.6rusoft1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 107 Filename: pool/ubuntu-precise/i386/exim4/exim4-dev_4.86.2-2ubuntu2.6rusoft1~12.04.1_i386.deb Size: 90586 MD5sum: 7d3428de367ebfed390c3a8f35ea870c SHA1: 4f74ebe28df25665461686e4f3a1d5cf73fddec7 SHA256: c25d6203f755ea14581f3901a91434df0b99c3184d099e63c53a80e433cbae13 Section: mail Priority: extra Homepage: http://www.exim.org/ Description: header files for the Exim MTA (v4) packages Exim (v4) is a mail transport agent. This package contains header files that can be used to compile code that is then dynamically linked to exim's local_scan interface. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Original-Maintainer: Exim4 Maintainers Package: eximon4 Source: exim4 Version: 4.86.2-2ubuntu2.6rusoft1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 167 Depends: libc6 (>= 2.7), libpcre3, libx11-6, libxaw7, libxmu6, libxt6, exim4-base (>= 4.10) Conflicts: eximon Replaces: eximon Filename: pool/ubuntu-precise/i386/exim4/eximon4_4.86.2-2ubuntu2.6rusoft1~12.04.1_i386.deb Size: 121476 MD5sum: 3939ccecec0f9b14272bce9c053b8077 SHA1: 0fd29dbf10a58e6671938917606e5e72d630a9f0 SHA256: 5b336c569674e43369845b0534864621df48114c06d7d59e91cf2b17ee8fda39 Section: mail Priority: optional Homepage: http://www.exim.org/ Description: monitor application for the Exim MTA (v4) (X11 interface) Eximon is a helper program for the Exim MTA (v4). It allows administrators to view the mail queue and logs, and perform a variety of actions on queued messages, such as freezing, bouncing and thawing messages. Original-Maintainer: Exim4 Maintainers Package: file Version: 1:5.25-2ubuntu1.4rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 62 Depends: libc6 (>= 2.4), libmagic1 (= 1:5.25-2ubuntu1.4rusoft2.1~12.04.1) Filename: pool/ubuntu-precise/i386/file/file_5.25-2ubuntu1.4rusoft2.1~12.04.1_i386.deb Size: 46768 MD5sum: 3c7dbe1496802391d8e6dbbcd358b02c SHA1: 32f467fea757a7656e7873b8b8bdaf3290882177 SHA256: 5d0c6c1c957be6f53b4b71bedcb56134fbc8fd54fac3cec08bd3650da37d9d0e Section: utils Priority: standard Multi-Arch: foreign Homepage: http://www.darwinsys.com/file/ Description: Determines file type using "magic" numbers File tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic number tests, and language tests. The first test that succeeds causes the file type to be printed. Original-Maintainer: Christoph Biedl Package: file-dbg Source: file Version: 1:5.25-2ubuntu1.4rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 32 Depends: libmagic1 (= 1:5.25-2ubuntu1.4rusoft2.1~12.04.1) Filename: pool/ubuntu-precise/i386/file/file-dbg_5.25-2ubuntu1.4rusoft2.1~12.04.1_i386.deb Size: 28750 MD5sum: 2dc6d51447a49a03f18f2315b6cce84a SHA1: 666854f1410dfa4c73608c91f3a7fa4e9614ee33 SHA256: b106c7b728d475839fafdb03b1a257322e3361370ea34a86c7f79e172d3ef723 Section: debug Priority: extra Multi-Arch: foreign Homepage: http://www.darwinsys.com/file/ Description: Determines file type using "magic" numbers (debug) File tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic number tests, and language tests. The first test that succeeds causes the file type to be printed. . This package contains the debugging symbols. Original-Maintainer: Christoph Biedl Package: fio Version: 3.16-1rusoft1~precise1 Architecture: i386 Maintainer: Martin Steigerwald Installed-Size: 1599 Depends: libaio1 (>= 0.3.93), libc6 (>= 2.15), libnuma1 (>= 2.0.8~rc3), zlib1g (>= 1:1.1.4), python2.7 Suggests: gnuplot, gfio, python-scipy Filename: pool/ubuntu-precise/i386/fio/fio_3.16-1rusoft1~precise1_i386.deb Size: 589776 MD5sum: e0a9260e4ee7dabd3b85b26223be5461 SHA1: e415b0a5db70c30d485810210f045d8204af683d SHA256: 1804eb34ed40f80559867087a1489fab2e55747d638b640f27ec6ee052c17563 Section: utils Priority: optional Homepage: https://github.com/axboe/fio Description: flexible I/O tester fio is a tool that will spawn a number of threads or processes doing a particular type of I/O action as specified by the user. fio takes a number of global parameters, each inherited by the thread unless otherwise parameters given to them overriding that setting is given. The typical use of fio is to write a job file matching the I/O load one wants to simulate. . This package contains the command line version of fio and all additional command line tools. The package gfio contains the GTK+ based gui frontend for fio. Package: galera-3 Version: 25.3.31-2rusoft1~12.04.1 Architecture: i386 Maintainer: Debian MySQL Maintainers Installed-Size: 2307 Depends: libc6 (>= 2.9), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.1), libstdc++6 (>= 4.6) Conflicts: garbd-2, garbd2, percona-galera-3, percona-xtradb-cluster-galera, percona-xtradb-cluster-galera-2.x, percona-xtradb-cluster-galera-3.x, percona-xtradb-cluster-garbd-2.x, percona-xtradb-cluster-garbd-3.x Breaks: galera Replaces: galera Provides: galera, galera3, percona-xtradb-cluster-galera-25, wsrep Filename: pool/ubuntu-precise/i386/galera-3/galera-3_25.3.31-2rusoft1~12.04.1_i386.deb Size: 1041604 MD5sum: cffd3928af134b5bbd469bcf61c58760 SHA1: db663d846753e2f8adfe3cfdaf7a2c86812dadb1 SHA256: cd49b0d9ff113ed5d83eb1cf76477014fafcdadb10a6b77400254e6c7078d2f5 Section: libs Priority: optional Homepage: http://www.galeracluster.com/ Description: Replication framework for transactional applications Galera is a fast synchronous multimaster wsrep provider (replication engine) for transactional databases and similar applications. For more information about wsrep API see https://launchpad.net/wsrep. For a description of Galera replication engine see http://galeracluster.com. . This package contains the Galera library/plugin. Package: galera-arbitrator-3 Source: galera-3 Version: 25.3.31-2rusoft1~12.04.1 Architecture: i386 Maintainer: Debian MySQL Maintainers Installed-Size: 1833 Depends: lsb-base (>= 3.0-6), libc6 (>= 2.9), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.1), libstdc++6 (>= 4.6) Conflicts: garbd-2, garbd2, percona-xtradb-cluster-garbd-2.x Breaks: percona-xtradb-cluster-galera-2.x Replaces: percona-xtradb-cluster-galera-2.x Filename: pool/ubuntu-precise/i386/galera-3/galera-arbitrator-3_25.3.31-2rusoft1~12.04.1_i386.deb Size: 806256 MD5sum: d5f17da4b2a553443ac27c6181e4c21a SHA1: 94167caa3ffc07d10f61e62029005205171c289f SHA256: 5f92cd53060b7c32d32a02efbaf95da3ffb4934a17c953ca61ab4f44203dac60 Section: database Priority: optional Homepage: http://www.galeracluster.com/ Description: Galera arbitrator daemon Galera is a fast synchronous multimaster wsrep provider (replication engine) for transactional databases and similar applications. For more information about wsrep API see http://launchpad.net/wsrep. For a description of Galera replication engine see http://galeracluster.com. . This package contains the Galera arbitrator daemon (garbd). Package: gddrescue Version: 1.23-2rusoft1~precise1 Architecture: i386 Maintainer: Michael Prokop Installed-Size: 359 Depends: libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Suggests: ddrescueview Filename: pool/ubuntu-precise/i386/gddrescue/gddrescue_1.23-2rusoft1~precise1_i386.deb Size: 173252 MD5sum: fba21e5a3f6471db335d9f0c86746d23 SHA1: 4e626e551d3e4cfee8ac1a428af3dec9211c460c SHA256: e71be75861d7a7986261e6cc91f50cff34c4214eb79c12f15957b2fd0518b78d Section: utils Priority: optional Homepage: https://www.gnu.org/software/ddrescue/ddrescue.html Description: GNU data recovery tool The gddrescue tool copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors. . gddrescue does not truncate the output file if not asked to. So, every time you run it on the same output file, it tries to fill in the gaps. . The basic operation of gddrescue is fully automatic. That is, you don't have to wait for an error, stop the program, read the log, run it in reverse mode, etc. If you use the logfile feature of gddrescue, the data is rescued very efficiently (only the needed blocks are read). Also you can interrupt the rescue at any time and resume it later at the same point. . Automatic merging of backups: If you have two or more damaged copies of a file, cdrom, etc, and run gddrescue on all of them, one at a time, with the same output file, you will probably obtain a complete and error-free file. This is so because the probability of having damaged areas at the same places on different input files is very low. Using the logfile, only the needed blocks are read from the second and successive copies. . The logfile is periodically saved to disc. So in case of a crash you can resume the rescue with little recopying. Also, the same logfile can be used for multiple commands that copy different areas of the file, and for multiple recovery attempts over different subsets. . gddrescue aligns its I/O buffer to the sector size so that it can be used to read from raw devices. For efficiency reasons, also aligns it to the memory page size if page size is a multiple of sector size. . Please note that this is the GNU ddrescue version providing the ddrescue executable. The package is named gddrescue because the ddrescue version of Kurt Garloff used to have the ddrescue package name already. Package: gifsicle Version: 1.93-2rusoft1~12.04.1 Architecture: i386 Maintainer: Herbert Parentes Fortes Neto Installed-Size: 333 Depends: libc6 (>= 2.15), libx11-6 Filename: pool/ubuntu-precise/i386/gifsicle/gifsicle_1.93-2rusoft1~12.04.1_i386.deb Size: 194358 MD5sum: 73acbb81515ac39afccf036bf7ab90c6 SHA1: edf81c5c4ef285283231c116447f981ba9b61a00 SHA256: 0c621d64993adcd22687bf727173a98914239e67bcd067f33d60ae80ca01e6e7 Section: graphics Priority: optional Homepage: http://www.lcdf.org/gifsicle/ Description: Tool for manipulating GIF images This is a tool for manipulating GIF image files. It has good support for transparency and colormap manipulation, simple image transformations (cropping, flipping), and creating, deconstructing, and editing GIF animations, which it can also optimize for space. Package: gifsicle Version: 1.94-2rusoft2~12.04.1 Architecture: i386 Maintainer: Gürkan Myczko Installed-Size: 368 Depends: libc6 (>= 2.15), libx11-6 Filename: pool/ubuntu-precise/i386/gifsicle/gifsicle_1.94-2rusoft2~12.04.1_i386.deb Size: 195034 MD5sum: 9f38ffe52ab7e4e0ca05154dbfaa5e51 SHA1: 7e26d4e5276fe1bf475a11217c330f64dc6e51de SHA256: d75dbb4ca4cd74aae789e7f077dd94155f29d7e7b0cd7d70586949bb338f353f Section: graphics Priority: optional Homepage: http://www.lcdf.org/gifsicle/ Description: Tool for manipulating GIF images This is a tool for manipulating GIF image files. It has good support for transparency and colormap manipulation, simple image transformations (cropping, flipping), and creating, deconstructing, and editing GIF animations, which it can also optimize for space. Package: git Version: 1:2.30.2-1rusoft3.1~12.04.1 Architecture: i386 Maintainer: Gerrit Pape Installed-Size: 32787 Pre-Depends: dpkg (>= 1.15.7.2) Depends: libc6 (>= 2.7), libcurl3-gnutls (>= 7.16.2-1), libexpat1 (>= 1.95.8), libpcre2-8-0 (>= 10.22), zlib1g (>= 1:1.2.0), perl, liberror-perl, git-man (>> 1:2.30.2), git-man (<< 1:2.30.2-.) Recommends: ca-certificates, patch, less, ssh-client Suggests: gettext-base, git-daemon-run | git-daemon-sysvinit, git-doc, git-el, git-email, git-gui, gitk, gitweb, git-cvs, git-mediawiki, git-svn Breaks: bash-completion (<< 1:1.3-1), cogito (<= 0.18.2+), dgit (<< 5.1~), git-buildpackage (<< 0.6.5), git-core (<< 1:1.7.0.4-1.), gitosis (<< 0.2+20090917-7), gitpkg (<< 0.15), gitweb (<< 1:1.7.4~rc1), guilt (<< 0.33), openssh-client (<< 1:5.9), stgit (<< 0.15), stgit-contrib (<< 0.15) Replaces: git-core (<< 1:1.7.0.4-1.), gitweb (<< 1:1.7.4~rc1) Provides: git-completion, git-core Filename: pool/ubuntu-precise/i386/git/git_2.30.2-1rusoft3.1~12.04.1_i386.deb Size: 5063620 MD5sum: 811ed054d59e759d07771c5a58a86281 SHA1: 40fc8b6c9bd8267abe99159deeb2af81d5dfe4ac SHA256: 5ab10e671875ff4896581bf5a3dbbe2a6e8fc5263ce01a3e85174c37418deae2 Section: vcs Priority: optional Multi-Arch: foreign Homepage: https://git-scm.com/ Description: fast, scalable, distributed revision control system Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git main components with minimal dependencies. Additional functionality, e.g. a graphical user interface and revision tree visualizer, tools for interoperating with other VCS's, or a web interface, is provided as separate git* packages. Package: groff Version: 1.22.3-9rusoft1~precise1 Architecture: i386 Maintainer: Colin Watson Installed-Size: 9822 Depends: groff-base (= 1.22.3-9rusoft1~precise1), libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libx11-6, libxaw7, libxmu6, libxt6, dpkg (>= 1.15.4) | install-info Recommends: ghostscript, imagemagick, libpaper1, netpbm, perl, psutils Breaks: groff-x11 (<< 1.18-1), jgroff (<< 1.17-1) Replaces: groff-base (<< 1.17.2-9), groff-x11 (<< 1.18-1), jgroff (<< 1.17-1) Provides: groff-x11, jgroff Filename: pool/ubuntu-precise/i386/groff/groff_1.22.3-9rusoft1~precise1_i386.deb Size: 3286876 MD5sum: 7f8352ea69cf4f8cfc076e6204dfa77c SHA1: b27e854c4dc2416a791fedb6efcaa8e6c2576ba8 SHA256: 17dee015d4683674e96a6c0b58c7bcf17057d5843252ee7b3ca13fc429232c5a Section: text Priority: optional Multi-Arch: foreign Homepage: https://www.gnu.org/software/groff/ Description: GNU troff text-formatting system This package contains optional components of the GNU troff text-formatting system. The core package, groff-base, contains the traditional tools like troff, nroff, tbl, eqn, and pic. This package contains additional devices and drivers for output to DVI, HTML (when recommended packages are installed - see below), PDF, HP LaserJet printers, and Canon CAPSL LBP-4 and LBP-8 printers. . The X75, X75-12, X100, and X100-12 devices, which allow groff output to be conveniently viewed on an X display using the standard X11 fonts, are now included here. They were previously in a separate package, groff-x11. . Besides these, the groff package contains man pages describing the language and its macro sets, info documentation, and a number of supplementary programs: . - gxditview, which is used to display the output of the X* devices, and can also be used to view PostScript output from groff; - grn, a preprocessor for pictures in the 'gremlin' format; - tfmtodit, which creates font files for use with 'groff -Tdvi'; - hpftodit, which creates font files for use with 'groff -Tlj4'; - afmtodit, which creates font files for use with 'groff -Tps'; - refer, which preprocesses bibliographic references for use with groff; - indxbib, which creates inverted indices for bibliographic databases used by 'refer'; - lkbib and lookbib, which search bibliographic databases; - addftinfo, which adds metric information to troff font files for use with groff; - pfbtops, which translates a PostScript font in .pfb format to ASCII for use with groff; - mmroff, a simple groff preprocessor which expands references in mm; - pic2graph, which converts PIC diagrams into cropped image files; - eqn2graph, which converts EQN equations into cropped image files; - pdfmom, which runs 'groff -mom' to produce PDFs. . All the standard macro packages are supported. . Some facilities only work if certain recommended packages are installed: . - ghostscript, netpbm, psutils: required for HTML output; - imagemagick: required for the pic2graph and eqn2graph programs; - libpaper1: paper size detection in dvi, lbp, lj4, and ps devices (falls back to a4 if not installed); - perl: required for PDF output and for the chem preprocessor. Package: groff-base Source: groff Version: 1.22.3-9rusoft1~precise1 Architecture: i386 Maintainer: Colin Watson Installed-Size: 2681 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Suggests: groff Breaks: groff (<< 1.17-1), jgroff (<< 1.17-1), pmake (<< 1.45-7), troffcvt (<< 1.04-14) Replaces: groff (<< 1.20.1-6), jgroff (<< 1.17-1) Filename: pool/ubuntu-precise/i386/groff/groff-base_1.22.3-9rusoft1~precise1_i386.deb Size: 1024700 MD5sum: 0e4a0ce81ed0b6ef1b97bf303eafa91e SHA1: 9816d1b09bf3fe56e97462e8357be0f2476be8ad SHA256: cfb2089928237174e0b87783b9c28071bb12633f7f115b4ed71c78ff1f343f82 Section: text Priority: important Multi-Arch: foreign Homepage: https://www.gnu.org/software/groff/ Description: GNU troff text-formatting system (base system components) This package contains the traditional UN*X text formatting tools troff, nroff, tbl, eqn, and pic. These utilities, together with the man-db package, are essential for displaying the on-line manual pages. . groff-base is a stripped-down package containing the necessary components to read manual pages in ASCII, Latin-1, and UTF-8, plus the PostScript device (groff's default). Users who want a full groff installation, with the standard set of devices, fonts, macros, and documentation, should install the groff package. Package: gzip Version: 1.6-5ubuntu1rusoft1~precise1 Architecture: i386 Essential: yes Maintainer: Ubuntu Developers Installed-Size: 184 Pre-Depends: libc6 (>= 2.6) Depends: dpkg (>= 1.15.4) | install-info Suggests: less Filename: pool/ubuntu-precise/i386/gzip/gzip_1.6-5ubuntu1rusoft1~precise1_i386.deb Size: 108514 MD5sum: e2a31dc4b4ceb43f9069dd8e8bfe6aff SHA1: 6198b257d4cd927de5c7e541699bbd9b51980e47 SHA256: ca8834164377513f70cd879caec6c8d4971b9ab26efed79f1210131ceb2f68fb Section: utils Priority: required Description: GNU compression utilities This package provides the standard GNU file compression utilities, which are also the default compression tools for Debian. They typically operate on files with names ending in '.gz', but can also decompress files ending in '.Z' created with 'compress'. Original-Maintainer: Bdale Garbee Package: hdparm Version: 9.53+ds-1rusoft1~precise1 Architecture: i386 Maintainer: Alexandre Mestiashvili Installed-Size: 189 Depends: libc6 (>= 2.7), lsb-base Recommends: powermgmt-base Suggests: apmd Filename: pool/ubuntu-precise/i386/hdparm/hdparm_9.53+ds-1rusoft1~precise1_i386.deb Size: 111926 MD5sum: 085c9aa9905bc6999fd01401b2aada87 SHA1: fd64cf85f63a220a537a1765889458c25cf37b91 SHA256: a727ffd3601ca0d14dc1341c016fd1b787e0cc4cf6cee62cc9c332b351c89737 Section: admin Priority: optional Homepage: http://sourceforge.net/projects/hdparm/ Description: tune hard disk parameters for high performance Get/set device parameters for Linux SATA/IDE drives. Provides a command line interface to various kernel interfaces supported by the Linux SATA/PATA/SAS "libata" subsystem and the older IDE driver subsystem. Many newer (2008 and later) USB drive enclosures now also support "SAT" (SCSI-ATA Command Translation) and therefore may also work with hdparm. Package: htop Version: 3.2.1-1rusoft1.3~12.04.1 Architecture: i386 Maintainer: Daniel Lange Installed-Size: 358 Depends: libc6 (>= 2.15), libncursesw5 (>= 5.6+20080119), libnl-3-200 (>= 3.2.3), libnl-genl-3-200 (>= 3.2.3), libtinfo5 Suggests: lsof, strace Filename: pool/ubuntu-precise/i386/htop/htop_3.2.1-1rusoft1.3~12.04.1_i386.deb Size: 150296 MD5sum: 613e8df610dac95014adb95622ff1fe4 SHA1: 27d7e290729cb1dc209df72bd0b2ef0d436b978e SHA256: 82fb304fde556db902ac4f8bca427996f2d69416a1a0141449656ef8249f00ad Section: utils Priority: optional Homepage: https://htop.dev/ Description: interactive processes viewer Htop is an ncursed-based process viewer similar to top, but it allows one to scroll the list vertically and horizontally to see all processes and their full command lines. . Tasks related to processes (killing, renicing) can be done without entering their PIDs. Package: htop2 Version: 2.2.0-1rusoft3~12.04.1 Architecture: i386 Maintainer: Daniel Lange Installed-Size: 173 Depends: libc6 (>= 2.15), libncursesw5 (>= 5.6+20080119), libtinfo5 Suggests: lsof, strace Conflicts: htop Filename: pool/ubuntu-precise/i386/htop2/htop2_2.2.0-1rusoft3~12.04.1_i386.deb Size: 90924 MD5sum: f791d106565fa9c78b9a40f64c77caca SHA1: 75b1afa6a7420151399ac1440cd2cfe05743fec8 SHA256: a8e0b8bedb8205f3942611ae9824a1e46a7b6262f2b5dd9feea0e5d55f4afaf7 Section: utils Priority: optional Homepage: https://hisham.hm/htop/ Description: interactive processes viewer (old stable version) Htop is an ncursed-based process viewer similar to top, but it allows one to scroll the list vertically and horizontally to see all processes and their full command lines. . Tasks related to processes (killing, renicing) can be done without entering their PIDs. . This version works fine with LXCfs. Package: iotop Version: 0.6-2rusoft1~precise1 Architecture: i386 Maintainer: Paul Wise Installed-Size: 66 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/ubuntu-precise/i386/iotop/iotop_0.6-2rusoft1~precise1_i386.deb Size: 24680 MD5sum: 9a5203bdecccf8642cf3bfac6d51824a SHA1: f7c840469f085505a672dff8a1905c107ded4ee2 SHA256: d9d1de509c463c43a75329533106da44f672d189a770b61b9098c91b2e93b266 Section: admin Priority: optional Homepage: http://guichaz.free.fr/iotop/ Description: simple top-like I/O monitor iotop does for I/O usage what top(1) does for CPU usage. It watches I/O usage information output by the Linux kernel and displays a table of current I/O usage by processes on the system. It is handy for answering the question "Why is the disk churning so much?". . iotop can only run under a Linux 2.6.20 or later kernel built with the CONFIG_TASKSTATS, CONFIG_TASK_DELAY_ACCT, CONFIG_TASK_IO_ACCOUNTING and CONFIG_VM_EVENT_COUNTERS build config options on. Package: iproute2 Version: 3.12.0-2ubuntu1rusoft1~precise1 Architecture: i386 Maintainer: Debian iproute2 Maintainers Installed-Size: 1091 Depends: libc6 (>= 2.14), libdb5.1 Recommends: iptables, libatm1 (>= 2.4.1-17~) Suggests: iproute2-doc Conflicts: arpd, iproute (<< 20130000-1) Replaces: iproute Provides: arpd Filename: pool/ubuntu-precise/i386/iproute2/iproute2_3.12.0-2ubuntu1rusoft1~precise1_i386.deb Size: 551056 MD5sum: 34e42a2a17c49c62caa7ff923b2b02f1 SHA1: 462eec6bfcfd48ae8fd3f77c6aac4b87fe8b5e0a SHA256: f84326e8f4302aa649414572feb733942fcb9013d5628288ee11496eb53a836c Section: net Priority: important Multi-Arch: foreign Homepage: http://www.linux-foundation.org/en/Net:Iproute2 Description: networking and traffic control tools The iproute2 suite is a collection of utilities for networking and traffic control. . These tools communicate with the Linux kernel via the (rt)netlink interface, providing advanced features not available through the legacy net-tools commands 'ifconfig' and 'route'. Package: jpegoptim Version: 1.4.6-1rusoft1~precise1 Architecture: i386 Maintainer: Mathieu Malaterre Installed-Size: 36 Depends: libc6 (>= 2.11), libjpeg8 (>= 8c) Filename: pool/ubuntu-precise/i386/jpegoptim/jpegoptim_1.4.6-1rusoft1~precise1_i386.deb Size: 20620 MD5sum: 1e893b98d4ea6f07ad168edb8596f1e5 SHA1: 524a49809bc111042e4131bf9297d3cafa4c7eb4 SHA256: 88ed4b41613a5e82f62846b65c57ca285821ac23473dc0db19f533e548584950 Section: graphics Priority: optional Homepage: http://www.kokkonen.net/tjko/projects.html Description: utility to optimize jpeg files Jpegoptim can optimize/compress jpeg files. Program support lossless optimization, which is based on optimizing the Huffman tables. So called, "lossy" optimization (compression) is done by re-encoding the image using user specified image quality factor. Package: lemon Source: sqlite3 Version: 3.34.1-2rusoft8.2~12.04.1 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 149 Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/sqlite3/lemon_3.34.1-2rusoft8.2~12.04.1_i386.deb Size: 52234 MD5sum: 4630613a8af2c8ab96421fa8f514a64c SHA1: b1a6cc92c24b7da04621bad404b3fb68ebb22d6e SHA256: f6e4c83b6a9141c9695b6f518beca59bad99eba5db1106987820cfebf443f72e Section: devel Priority: optional Multi-Arch: foreign Homepage: https://www.sqlite.org/ Description: LALR(1) Parser Generator for C or C++ Lemon is an LALR(1) parser generator for C or C++. It does the same job as bison and yacc. But lemon is not another bison or yacc clone. It uses a different grammar syntax which is designed to reduce the number of coding errors. Lemon also uses a more sophisticated parsing engine that is faster than yacc and bison and which is both reentrant and thread-safe. Furthermore, Lemon implements features that can be used to eliminate resource leaks, making is suitable for use in long-running programs such as graphical user interfaces or embedded controllers. Package: libapache2-mod-rpaf Version: 0.8.5-0rusoft2~precise2 Architecture: i386 Maintainer: Sergey B Kirpichev Installed-Size: 24 Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/libapache2-mod-rpaf/libapache2-mod-rpaf_0.8.5-0rusoft2~precise2_i386.deb Size: 12642 MD5sum: 7ecb5e887d767cb6a05c58beb63f7aeb SHA1: 09e1e3f686ca32bd79954105de7b5326ce210641 SHA256: 4a59fdc37897390e289d584ad643fb53a8237364a453416f3ee8af13575b5187 Section: httpd Priority: extra Homepage: http://stderr.net/apache/rpaf/ Description: module for Apache2 which takes the last IP from the 'X-Forwarded-For' header rpaf is short for reverse proxy add forward. . rpaf is for backend Apache servers what mod_proxy_add_forward is for frontend Apache servers. It does exactly the opposite of mod_proxy_add_forward written by Ask Bjorn Hansen. . It changes the remote address of the client visible to other Apache modules when two conditions are satisfied. First condition is that the remote client is actually a proxy that is defined in httpd.conf. Secondly if there is an incoming X-Forwarded-For header and the proxy is in its list of known proxies it takes the last IP from the incoming X-Forwarded-For header and changes the remote address of the client in the request structure. Package: libapache2-mod-ruid2 Version: 0.9.8+git20130826-1rusoft3~precise1 Architecture: i386 Maintainer: Sergey Dryabzhinsky Installed-Size: 30 Depends: libc6 (>= 2.1.3), libcap2 (>= 2.10) Filename: pool/ubuntu-precise/i386/libapache2-mod-ruid2/libapache2-mod-ruid2_0.9.8+git20130826-1rusoft3~precise1_i386.deb Size: 14150 MD5sum: f34ef0273ebe65684f3c1e63d8cc5152 SHA1: a8d819e280ca26cc019735705d14c20dd85d212c SHA256: dd73260bb7af67ef533bf22da48de204178c0dbbee82359a5e31f4bc530e63a8 Section: httpd Priority: extra Homepage: https://github.com/mind04/mod-ruid2 Description: mod_ruid2 is a suexec module for apache which takes advantage of POSIX.1e capabilities to increase performance. mod_ruid2 is a suexec module for apache 2.0, 2.2 and 2.4, based on mod_ruid and mod_suid2 . -it runs only on Linux because only the Linux kernel has implemented the required process capabilities. -it has better performance than mod_suid2 because it doesn`t need to kill httpd children after one request. it makes use of kernel capabilites and after receiving a new request suids again. -there are some security issues, for instance if attacker successfully exploits the httpd process, he can set effective capabilities and setuid to root. i recommend to use some security patch in kernel (grsec), or something. Package: libbrotli-dev Source: brotli Version: 1.0.9-2rusoft1~12.04.1 Architecture: i386 Maintainer: Tomasz Buchert Installed-Size: 881 Depends: libbrotli1 (= 1.0.9-2rusoft1~12.04.1) Filename: pool/ubuntu-precise/i386/brotli/libbrotli-dev_1.0.9-2rusoft1~12.04.1_i386.deb Size: 373918 MD5sum: be0972cab63afd67f5a1a0dc2690a3f8 SHA1: 3eefd9bc1497b8e09ecffdb811579350bb56a4bf SHA256: 9a4be6f8a6840d38c71bdf09718d7259701f2fe72e8364d2f1f0439849239f45 Section: libdevel Priority: optional Homepage: https://github.com/google/brotli Description: library implementing brotli encoder and decoder (development files) Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. . This package installs development files. Package: libbrotli1 Source: brotli Version: 1.0.9-2rusoft1~12.04.1 Architecture: i386 Maintainer: Tomasz Buchert Installed-Size: 778 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/brotli/libbrotli1_1.0.9-2rusoft1~12.04.1_i386.deb Size: 347640 MD5sum: 4c5e314b487dde1950e6551eaf813dcf SHA1: 6dc59f597ef1b4d7a11aa008c9848b2db5fe8416 SHA256: d459d1821bca20e746aaed87030d982c7677c34a84ffee71b95a5c98ac2aefc3 Section: libs Priority: optional Multi-Arch: same Homepage: https://github.com/google/brotli Description: library implementing brotli encoder and decoder (shared libraries) Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. . This package installs shared libraries. Package: libbz2-1.0 Source: bzip2 Version: 1.0.6-8build1rusoft1~precise1 Architecture: i386 Maintainer: Anibal Monsalve Salazar Installed-Size: 108 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/bzip2/libbz2-1.0_1.0.6-8build1rusoft1~precise1_i386.deb Size: 40936 MD5sum: fa6e1ee4c1401e090a80f852ec1d41d1 SHA1: f5a86ca6153125783b4d467a775f304800a5887d SHA256: 495e9797a25f919fca0ff33cc0f325c86562493ebce46275dafaeaf6a5749a77 Section: libs Priority: important Multi-Arch: same Homepage: http://www.bzip.org/ Description: high-quality block-sorting file compressor library - runtime This package contains libbzip2 which is used by the bzip2 compressor. . bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Package: libbz2-dev Source: bzip2 Version: 1.0.6-8build1rusoft1~precise1 Architecture: i386 Maintainer: Anibal Monsalve Salazar Installed-Size: 105 Depends: libbz2-1.0 (= 1.0.6-8build1rusoft1~precise1), libc6-dev | libc-dev Recommends: bzip2-doc Replaces: bzip2 (<< 0.9.5d-3) Filename: pool/ubuntu-precise/i386/bzip2/libbz2-dev_1.0.6-8build1rusoft1~precise1_i386.deb Size: 31428 MD5sum: 56f37ea46426bd4e433794f16be1d17c SHA1: 14e4a1339d86f454563310aff7b66482ba2e2918 SHA256: 6cc74b3436d1c6bcc0cdb643a35a8ccf8f6cabc8977d7b58eba55e044a47b982 Section: libdevel Priority: optional Multi-Arch: same Homepage: http://www.bzip.org/ Description: high-quality block-sorting file compressor library - development Static libraries and include files for the bzip2 compressor library. . bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Package: libgd-dev Source: libgd2 Version: 2.2.5-4rusoft1.1~precise1 Architecture: i386 Maintainer: GD team Installed-Size: 692 Depends: libgd3 (= 2.2.5-4rusoft1.1~precise1), libpng-dev | libpng12-dev, libz-dev, libjpeg-dev | libjpeg8-dev | libjpeg62-dev, libfreetype6-dev, libxpm-dev, libx11-dev, libxt-dev, libfontconfig-dev, libwebp-dev, libtiff-dev Filename: pool/ubuntu-precise/i386/libgd2/libgd-dev_2.2.5-4rusoft1.1~precise1_i386.deb Size: 299560 MD5sum: 7f63bcd2c2409b5f20cf95d9403ca0a5 SHA1: cb48d3ccd510e8520fed9be3fa492109bc88b53d SHA256: e7b8c95f07276674aa27ea1094e6e19f361ae854669ee8e4cdd3df7e958ef2d3 Section: libdevel Priority: optional Multi-Arch: same Homepage: http://www.libgd.org/ Description: GD Graphics Library (development version) GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the full development version of the library. Package: libgd-tools Source: libgd2 Version: 2.2.5-4rusoft1.1~precise1 Architecture: i386 Maintainer: GD team Installed-Size: 99 Depends: libc6 (>= 2.7), libgd3 (>= 2.1.0~alpha~), perl Suggests: libgd-dev Filename: pool/ubuntu-precise/i386/libgd2/libgd-tools_2.2.5-4rusoft1.1~precise1_i386.deb Size: 37532 MD5sum: e0021392afdb28461c2c1cc86f1fed16 SHA1: ac62d45126974f913b4ce0394b938e7b4b85e486 SHA256: 5d4287788c273434abf06aaf48e5ecca469e9993d03887d5b2837ed81287de33 Section: graphics Priority: optional Homepage: http://www.libgd.org/ Description: GD command line tools and example code GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is some simple command line tools and example code that use the GD graphics library. Package: libgd3 Source: libgd2 Version: 2.2.5-4rusoft1.1~precise1 Architecture: i386 Maintainer: GD team Installed-Size: 407 Pre-Depends: multiarch-support Depends: libc6 (>= 2.11), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libtiff4, libwebp6 (>= 0.5.1), libxpm4, zlib1g (>= 1:1.1.4) Suggests: libgd-tools Filename: pool/ubuntu-precise/i386/libgd2/libgd3_2.2.5-4rusoft1.1~precise1_i386.deb Size: 152152 MD5sum: a24a443e1346a6b9eba94cb92b2b25ce SHA1: a9172e8eabd1d3dcba6c9c1ac2b65f8456097028 SHA256: 9f6494ad660a2d8066405d962abc6b9d08e25bdc35027812449043a0b327ed63 Section: libs Priority: optional Multi-Arch: same Homepage: http://www.libgd.org/ Description: GD Graphics Library GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the runtime package of the library. Package: libhashkit-dev Source: libmemcached Version: 1.0.8-1ubuntu2rusoft1~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 113 Depends: libhashkit2 (= 1.0.8-1ubuntu2rusoft1~precise1) Breaks: libmemcached-dev (<< 1.0.3-1) Replaces: libmemcached-dev (<< 1.0.3-1) Filename: pool/ubuntu-precise/i386/libmemcached/libhashkit-dev_1.0.8-1ubuntu2rusoft1~precise1_i386.deb Size: 56006 MD5sum: 32d9349b801186d5fc9f292a52f4140d SHA1: c1c16737bd76037ecb4a64f29f4b399a2aec04ca SHA256: 537f429a5d65b2ce667c6fad6610e93c7b25b556619d6cc430ce8be35606c7be Section: libdevel Priority: optional Homepage: http://libmemcached.org/libMemcached.html Description: libmemcached hashing functions and algorithms (development files) libhashkit is a small and thread-safe client library that provides a collection of useful hashing algorithm. libhashkit is distributed with libmemcached. . This package provides the development files. Original-Maintainer: Michael Fladischer Package: libhashkit2 Source: libmemcached Version: 1.0.8-1ubuntu2rusoft1~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 57 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Conflicts: libhashkit1 Filename: pool/ubuntu-precise/i386/libmemcached/libhashkit2_1.0.8-1ubuntu2rusoft1~precise1_i386.deb Size: 36316 MD5sum: ea718261b75f8bb5cffbc6bab326db76 SHA1: d02e0d740a9246b1591efe8cd01a8d80ba5e62ce SHA256: b0f927d7118429c4e91f898bb383ab9276634e9df82bca26ce1f9a59cd3deced Section: libs Priority: optional Multi-Arch: same Homepage: http://libmemcached.org/libMemcached.html Description: libmemcached hashing functions and algorithms libhashkit is a small and thread-safe client library that provides a collection of useful hashing algorithm. libhashkit is distributed with libmemcached. . This package provides the libhashkit shared library. Original-Maintainer: Michael Fladischer Package: libjemalloc-dev Source: jemalloc Version: 3.6.0-9ubuntu1rusoft1.1~precise1 Architecture: i386 Maintainer: Stig Sandbeck Mathisen Installed-Size: 725 Depends: libjemalloc1 (= 3.6.0-9ubuntu1rusoft1.1~precise1) Filename: pool/ubuntu-precise/i386/jemalloc/libjemalloc-dev_3.6.0-9ubuntu1rusoft1.1~precise1_i386.deb Size: 262274 MD5sum: 3a149b92db51461726d730139b745400 SHA1: 3e8d4277f53ffef433c7b74d8b8a585553b82a05 SHA256: da41047a8943fdaea591926e3f4c4c4bbdb729d1bd765e8c803fe59deea25935 Section: libdevel Priority: extra Homepage: http://www.canonware.com/jemalloc/ Description: development files and documentation for jemalloc Files used for development with jemalloc. This package contains headers and documentation. . Jemalloc is a library providing a malloc(3) implementation for multi-threaded processes on multi-processor systems. Package: libjemalloc1 Source: jemalloc Version: 3.6.0-9ubuntu1rusoft1.1~precise1 Architecture: i386 Maintainer: Stig Sandbeck Mathisen Installed-Size: 209 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/jemalloc/libjemalloc1_3.6.0-9ubuntu1rusoft1.1~precise1_i386.deb Size: 92548 MD5sum: 081624e13f5532a28e44614f428c0a03 SHA1: 979a10a59ab6f05fbbd6335b119d93c857b8e984 SHA256: 039d5d4ff355ed7f7ffce917a646b3fff1b291a168ea0c8696b821655370f2f6 Section: libs Priority: extra Homepage: http://www.canonware.com/jemalloc/ Description: general-purpose scalable concurrent malloc(3) implementation A library providing a malloc(3) implementation for multi-threaded processes on multi-processor systems. . Notable features are reduced lock contention, predictable low fragmentation, and introspection with heap profiling. Package: libjemalloc1-dbg Source: jemalloc Version: 3.6.0-9ubuntu1rusoft1.1~precise1 Architecture: i386 Maintainer: Stig Sandbeck Mathisen Installed-Size: 282 Depends: libjemalloc1 (= 3.6.0-9ubuntu1rusoft1.1~precise1) Filename: pool/ubuntu-precise/i386/jemalloc/libjemalloc1-dbg_3.6.0-9ubuntu1rusoft1.1~precise1_i386.deb Size: 261834 MD5sum: 059e8140d3548a5be9256d796b6fa74a SHA1: f6d321ca614aaaa288e2625544d37a2334209aa1 SHA256: 7de799a5088d76e6086f5ce689c423bdd09e8c6ba3b4c859f2538b638c975e10 Section: debug Priority: extra Homepage: http://www.canonware.com/jemalloc/ Description: debug symbols for jemalloc Debug symbols for the jemalloc library. This may be used for debugging and profiling. . Jemalloc is a library providing a malloc(3) implementation for multi-threaded processes on multi-processor systems. Package: libluajit-5.1-2 Source: luajit Version: 2.0.2+dfsg-1rusoft1~precise1 Architecture: i386 Maintainer: Enrico Tassi Installed-Size: 436 Pre-Depends: multiarch-support Depends: libc6 (>= 2.2), libgcc1 (>= 1:4.1.1), libluajit-5.1-common (= 2.0.2+dfsg-1rusoft1~precise1) Filename: pool/ubuntu-precise/i386/luajit/libluajit-5.1-2_2.0.2+dfsg-1rusoft1~precise1_i386.deb Size: 239234 MD5sum: cd233ffdc19ac49fa380a1724c2f33a7 SHA1: aeb70c2b0cf62f8b7b4340392edee894b22fb1cf SHA256: bee37bd60e8b6bd08598cda125c8a9795b914312bf080a1be9a78e2cd1e58e35 Section: interpreters Priority: optional Multi-Arch: same Homepage: http://luajit.org Description: Just in time compiler for Lua - library version LuaJIT implements the full set of language features defined by Lua 5.1. The virtual machine (VM) is API- and ABI-compatible to the standard Lua interpreter and can be deployed as a drop-in replacement. . This package contains an embeddable version of LuaJIT that can be used as a replacement of the standard liblua-5.1 shared library. Package: libluajit-5.1-dev Source: luajit Version: 2.0.2+dfsg-1rusoft1~precise1 Architecture: i386 Maintainer: Enrico Tassi Installed-Size: 509 Pre-Depends: multiarch-support Depends: libluajit-5.1-2 (= 2.0.2+dfsg-1rusoft1~precise1) Filename: pool/ubuntu-precise/i386/luajit/libluajit-5.1-dev_2.0.2+dfsg-1rusoft1~precise1_i386.deb Size: 253686 MD5sum: 14110abb821ee31e4ead98b5d28067a2 SHA1: 5a070ff33832e37faf3c9d97d65c143522ce0692 SHA256: 6682a8d3d0b1a4b49849c6e3fcd2aab610476bc023b6ec2cb1de9b0ead7d3c9d Section: libdevel Priority: optional Multi-Arch: same Homepage: http://luajit.org Description: Just in time compiler for Lua - development files This package contains header files and a statically linkable library for LuaJIT. Package: liblz4-1 Source: lz4 Version: 0.0~r131-1rusoft1~precise1 Architecture: i386 Maintainer: Nobuhiro Iwamatsu Installed-Size: 59 Pre-Depends: multiarch-support Depends: libc6 (>= 2.1.3) Filename: pool/ubuntu-precise/i386/lz4/liblz4-1_0.0~r131-1rusoft1~precise1_i386.deb Size: 28708 MD5sum: 3c547118d27e68041bff08488dc2f43f SHA1: 002baaf3824bb3af9db19951f79be5b2d98ee9f6 SHA256: 9a880344373efa8184a9aebe92c089a104962a1ccb6f14df75b8b8ac7606572f Section: libs Priority: extra Multi-Arch: same Homepage: http://code.google.com/p/lz4/ Description: Fast LZ compression algorithm library - runtime LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. . This package includes the shared library. Package: liblz4-1-dbg Source: lz4 Version: 0.0~r131-1rusoft1~precise1 Architecture: i386 Maintainer: Nobuhiro Iwamatsu Installed-Size: 391 Pre-Depends: multiarch-support Depends: liblz4-1 (= 0.0~r131-1rusoft1~precise1) Conflicts: liblz4-0.0-dbg (<= 0.0~r113-1) Replaces: liblz4-0.0-dbg (<= 0.0~r113-1) Filename: pool/ubuntu-precise/i386/lz4/liblz4-1-dbg_0.0~r131-1rusoft1~precise1_i386.deb Size: 175922 MD5sum: e55c5bb0598cd369239d3c52bf7f1349 SHA1: 8c1c713600133335c24571ad14bd6e9294394035 SHA256: 52f49d6b708be4425ad32358cd68a014b2df78228b458aa137ed2976eddf7b16 Section: debug Priority: extra Homepage: http://code.google.com/p/lz4/ Description: Fast LZ compression algorithm library - Debugging Symbols LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. . This package contains the debugging symbols. Package: liblz4-dev Source: lz4 Version: 0.0~r131-1rusoft1~precise1 Architecture: i386 Maintainer: Nobuhiro Iwamatsu Installed-Size: 97 Depends: liblz4-1 (= 0.0~r131-1rusoft1~precise1) Filename: pool/ubuntu-precise/i386/lz4/liblz4-dev_0.0~r131-1rusoft1~precise1_i386.deb Size: 37828 MD5sum: 42c1c49487457c8730e60d09babbf6f9 SHA1: 3c71caba3cc32da3984c57dc3ebae343f9299810 SHA256: cbdb276e0c270581aa0c6487ce9794eb8267999ff5dd04bb836151205e964bb2 Section: libdevel Priority: extra Multi-Arch: same Homepage: http://code.google.com/p/lz4/ Description: Fast LZ compression algorithm library - development files LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. . This package contains files that are needed to build applications. Package: liblz4-tool Source: lz4 Version: 0.0~r131-1rusoft1~precise1 Architecture: i386 Maintainer: Nobuhiro Iwamatsu Installed-Size: 157 Depends: libc6 (>= 2.7), liblz4-1 (= 0.0~r131-1rusoft1~precise1) Filename: pool/ubuntu-precise/i386/lz4/liblz4-tool_0.0~r131-1rusoft1~precise1_i386.deb Size: 75456 MD5sum: 54ba36f8e25deb99d21fe7655d9f0dcb SHA1: d5ab0a07ff8c4823f22e85944d427afbeb6e26d2 SHA256: 99507a458bbe66968556d114953c3512b7ab9e5cdf362cf80d6e26083eae6235 Section: utils Priority: extra Multi-Arch: foreign Homepage: http://code.google.com/p/lz4/ Description: Fast LZ compression algorithm library - tool LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. . This package contains files that is tool using liblz4. Package: liblzo2-2 Source: lzo2 Version: 2.10-2rusoft1~12.04.1 Architecture: i386 Maintainer: Stephen Kitt Installed-Size: 157 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/lzo2/liblzo2-2_2.10-2rusoft1~12.04.1_i386.deb Size: 67882 MD5sum: 164a27d50b2853118d15d8b2a43374d7 SHA1: 7e9f7adf3c3f50bcce167b015937ee40a074e261 SHA256: 9b0fb2817912674ecf0fa58231f9048fe1b62774010bb10707cb8bfe751e99a7 Section: libs Priority: optional Multi-Arch: same Homepage: https://www.oberhumer.com/opensource/lzo/ Description: data compression library LZO is a portable, lossless data compression library. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. Package: liblzo2-dev Source: lzo2 Version: 2.10-2rusoft1~12.04.1 Architecture: i386 Maintainer: Stephen Kitt Installed-Size: 776 Depends: liblzo2-2 (= 2.10-2rusoft1~12.04.1) Replaces: liblzo-dev Filename: pool/ubuntu-precise/i386/lzo2/liblzo2-dev_2.10-2rusoft1~12.04.1_i386.deb Size: 176936 MD5sum: dfd113f2c625bdff78dd2934c42beda1 SHA1: 4437a2e4ec4949c69acb5553530ccc1f5f6ade81 SHA256: 06a0f1f991ea8fe1f01086d3eb801988f79f2f3573a960648b7e3216fad988b5 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://www.oberhumer.com/opensource/lzo/ Description: data compression library (development files) LZO is a portable, lossless data compression library. This package contains the header files and static libraries for the LZO data compression library. Package: libmagic-dev Source: file Version: 1:5.25-2ubuntu1.4rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 226 Depends: libmagic1 (= 1:5.25-2ubuntu1.4rusoft2.1~12.04.1) Suggests: file Filename: pool/ubuntu-precise/i386/file/libmagic-dev_5.25-2ubuntu1.4rusoft2.1~12.04.1_i386.deb Size: 95818 MD5sum: 819292a759d3455a376cc0d6ff26de90 SHA1: b6bde8cadf663231bf4b63f3eeb9ba25470124cd SHA256: 01c6f69d3a131c5096c6ddf7da46fc1056508ae01f37f6ff8a3d6f19ecd2ee68 Section: libdevel Priority: optional Multi-Arch: same Homepage: http://www.darwinsys.com/file/ Description: File type determination library using "magic" numbers (development) This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. . This package contains the development files. Original-Maintainer: Christoph Biedl Package: libmagic1 Source: file Version: 1:5.25-2ubuntu1.4rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 3961 Pre-Depends: multiarch-support Depends: libc6 (>= 2.15), zlib1g (>= 1:1.1.4) Suggests: file Filename: pool/ubuntu-precise/i386/file/libmagic1_5.25-2ubuntu1.4rusoft2.1~12.04.1_i386.deb Size: 242036 MD5sum: 8a008ab7bc919c2e924d53898c2e3ad0 SHA1: 8834ac7706ff6fe6260a1bb6e3951761abc5e9e4 SHA256: b8c05ba2778f75a0d6e721fb34dd1639aad5c4fe19a5d93f5afde8f17bfb1f01 Section: libs Priority: standard Multi-Arch: same Homepage: http://www.darwinsys.com/file/ Description: File type determination library using "magic" numbers This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. Original-Maintainer: Christoph Biedl Package: libmemcached-dbg Source: libmemcached Version: 1.0.8-1ubuntu2rusoft1~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 799 Depends: libhashkit2 (= 1.0.8-1ubuntu2rusoft1~precise1), libmemcached10 (= 1.0.8-1ubuntu2rusoft1~precise1), libmemcachedprotocol0 (= 1.0.8-1ubuntu2rusoft1~precise1), libmemcachedutil2 (= 1.0.8-1ubuntu2rusoft1~precise1) Filename: pool/ubuntu-precise/i386/libmemcached/libmemcached-dbg_1.0.8-1ubuntu2rusoft1~precise1_i386.deb Size: 676062 MD5sum: 10747702f133d55fcdc21c2253744a3f SHA1: 2e8f3380a1d004d1f8cf9ea0eeaa2c73b392168a SHA256: 948f2add35986f07d74c4a7c884298c3a0352763e23512f51d84dbb116f26a90 Section: debug Priority: extra Homepage: http://libmemcached.org/libMemcached.html Description: Debug Symbols for libmemcached libmemcached is a C and C++ client library to the memcached server (http://memcached.org/). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. . A few notes on its design: . * Synchronous and Asynchronous support. * Access to large object support. * Local replication. * TCP and Unix Socket protocols. * A half dozen or so different tuneable hash algorithms. * Implementations of the new cas, replace, and append operators. * Man pages written up on entire API. * Implements both modulo and consistent hashing solutions. * Tools to Manage your Memcached networks. . This package provides debug symbols. Original-Maintainer: Michael Fladischer Package: libmemcached-dev Source: libmemcached Version: 1.0.8-1ubuntu2rusoft1~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 792 Depends: libhashkit-dev (= 1.0.8-1ubuntu2rusoft1~precise1), libmemcached10 (= 1.0.8-1ubuntu2rusoft1~precise1), libmemcachedprotocol0 (= 1.0.8-1ubuntu2rusoft1~precise1), libmemcachedutil2 (= 1.0.8-1ubuntu2rusoft1~precise1), libsasl2-dev Filename: pool/ubuntu-precise/i386/libmemcached/libmemcached-dev_1.0.8-1ubuntu2rusoft1~precise1_i386.deb Size: 318164 MD5sum: 53827c4f6ae93cc9fb5d0164ddc6014c SHA1: 3680122f575f4076072cfbf2829053c4a324fafb SHA256: fb22f9b0942761d6960a9dbc602561372bfcf5eb315023e2907ea9335d0dc52c Section: libdevel Priority: optional Homepage: http://libmemcached.org/libMemcached.html Description: C and C++ client library to the memcached server (development files) libmemcached is a C and C++ client library to the memcached server (http://memcached.org/). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. . A few notes on its design: . * Synchronous and Asynchronous support. * Access to large object support. * Local replication. * TCP and Unix Socket protocols. * A half dozen or so different tuneable hash algorithms. * Implementations of the new cas, replace, and append operators. * Man pages written up on entire API. * Implements both modulo and consistent hashing solutions. * Tools to Manage your Memcached networks. . This package provides the development files. Original-Maintainer: Michael Fladischer Package: libmemcached-tools Source: libmemcached Version: 1.0.8-1ubuntu2rusoft1~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 260 Depends: libc6 (>= 2.4), libmemcached10, libmemcachedutil2, libstdc++6 (>= 4.4.0) Filename: pool/ubuntu-precise/i386/libmemcached/libmemcached-tools_1.0.8-1ubuntu2rusoft1~precise1_i386.deb Size: 96680 MD5sum: 581a4b79757c1fc9937015c011044bc4 SHA1: 928fddeaecb36458f3578fec43858f022e625068 SHA256: 913f31b41ec80786eb921a21003d8af35b25fb3d0793e2ec066b0e8e6ecce326 Section: utils Priority: optional Homepage: http://libmemcached.org/libMemcached.html Description: Commandline tools for talking to memcached via libmemcached libmemcached is a C and C++ client library to the memcached server (http://memcached.org/). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. . This package provides several command line tools: . * memccat - Copy the value of a key to standard output * memcflush - Flush the contents of your servers. * memcrm - Remove a key(s) from the serrver. * memccp - Copy files to a memached server. * memcstat - Dump the stats of your servers to standard output * memcslap - Generate testing loads on a memcached cluster Original-Maintainer: Michael Fladischer Package: libmemcached10 Source: libmemcached Version: 1.0.8-1ubuntu2rusoft1~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 229 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Conflicts: libmemcached2, libmemcached3, libmemcached6, libmemcached9 Filename: pool/ubuntu-precise/i386/libmemcached/libmemcached10_1.0.8-1ubuntu2rusoft1~precise1_i386.deb Size: 115258 MD5sum: 3c08f3a1ec09cac8b9dc4f95b0d58f37 SHA1: 384b741b0168f744cb3f1f2f88ebdc4ea19d8b3c SHA256: aa6577a8006c0bf5c7bac5fa338b6ec16ff12ffb70711e5417184f873ee5a98c Section: libs Priority: optional Multi-Arch: same Homepage: http://libmemcached.org/libMemcached.html Description: C and C++ client library to the memcached server libmemcached is a C and C++ client library to the memcached server (http://memcached.org/). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. . A few notes on its design: . * Synchronous and Asynchronous support. * Access to large object support. * Local replication. * TCP and Unix Socket protocols. * A half dozen or so different tuneable hash algorithms. * Implementations of the new cas, replace, and append operators. * Man pages written up on entire API. * Implements both modulo and consistent hashing solutions. * Tools to Manage your Memcached networks. . This package provides the libmemcached shared library itself. Original-Maintainer: Michael Fladischer Package: libmemcachedprotocol0 Source: libmemcached Version: 1.0.8-1ubuntu2rusoft1~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 54 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/libmemcached/libmemcachedprotocol0_1.0.8-1ubuntu2rusoft1~precise1_i386.deb Size: 29946 MD5sum: 6441ab2edba3488c0ddabc085684e169 SHA1: d310f1b93651df78d0b486b3384f1276aa8052f7 SHA256: b64e96596c4ba6f08e356a9e9f780a2bd388073054fd1544f381b1acf31d443c Section: libs Priority: optional Multi-Arch: same Homepage: http://libmemcached.org/libMemcached.html Description: library implementing the memcached protocol libmemcached is a C and C++ client library to the memcached server (http://memcached.org/). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. . A few notes on its design: . * Synchronous and Asynchronous support. * Access to large object support. * Local replication. * TCP and Unix Socket protocols. * A half dozen or so different tuneable hash algorithms. * Implementations of the new cas, replace, and append operators. * Man pages written up on entire API. * Implements both modulo and consistent hashing solutions. * Tools to Manage your Memcached networks. . This package provides the libmemcachedprotocol shared library. Original-Maintainer: Michael Fladischer Package: libmemcachedutil2 Source: libmemcached Version: 1.0.8-1ubuntu2rusoft1~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 33 Pre-Depends: multiarch-support Depends: libc6 (>= 2.3.4), libmemcached10, libstdc++6 (>= 4.1.1) Filename: pool/ubuntu-precise/i386/libmemcached/libmemcachedutil2_1.0.8-1ubuntu2rusoft1~precise1_i386.deb Size: 22500 MD5sum: 38f21c190d5044805496fa5051fe1563 SHA1: ee29b9c63ea6f3c0499344e6ed20bab91cd38642 SHA256: f82378377039227386fa2f12af933e9f92268655e54d43408d34c8e2c2f59eea Section: libs Priority: optional Multi-Arch: same Homepage: http://libmemcached.org/libMemcached.html Description: library implementing connection pooling for libmemcached libmemcached is a C and C++ client library to the memcached server (http://memcached.org/). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. . A few notes on its design: . * Synchronous and Asynchronous support. * Access to large object support. * Local replication. * TCP and Unix Socket protocols. * A half dozen or so different tuneable hash algorithms. * Implementations of the new cas, replace, and append operators. * Man pages written up on entire API. * Implements both modulo and consistent hashing solutions. * Tools to Manage your Memcached networks. . This package provides the libmemcachedutil library. Original-Maintainer: Michael Fladischer Package: libpcre16-3 Source: pcre3 Version: 2:8.45-5rusoft8~12.04.1 Architecture: i386 Maintainer: Matthew Vernon Installed-Size: 550 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/pcre3/libpcre16-3_8.45-5rusoft8~12.04.1_i386.deb Size: 256154 MD5sum: 24811bebff07e0147c9ce5fa3c4cea45 SHA1: 46e2bfecefb5317770028f4ca408a458c4960675 SHA256: 43a497c2e87f197930c42d025d78ca715315b75b76eb3ef7fe099fc107d9f072 Section: libs Priority: optional Multi-Arch: same Description: Old Perl 5 Compatible Regular Expression Library - 16 bit runtime files This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . This package contains the 16 bit runtime library. Package: libpcre2-16-0 Source: pcre2 Version: 10.39-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 539 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/pcre2/libpcre2-16-0_10.39-2rusoft2.1~12.04.1_i386.deb Size: 200576 MD5sum: c4e99906966109869bd985a2ac3556cc SHA1: d2092efdd65cab6edbdb2da25c58fbeaa45f9d89 SHA256: f9593e0a603ad82ed6c47ea4641c08542f9fa6235d3b518158c3a2c736fe4a76 Section: libs Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - 16 bit runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the 16 bit runtime library. Original-Maintainer: Matthew Vernon Package: libpcre2-16-0 Source: pcre2 Version: 10.40-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 590 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/pcre2/libpcre2-16-0_10.40-2rusoft2.1~12.04.1_i386.deb Size: 208592 MD5sum: b8e9e6897b3a3759c2588dfb4c0406e4 SHA1: d44d99d83febc250b59a2be0e90141b2596ac1e5 SHA256: 2771776b1c8a3bff1e50405d15cef3a832f2d40b93acf30fb5eed75d7f27d206 Section: libs Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - 16 bit runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the 16 bit runtime library. Original-Maintainer: Matthew Vernon Package: libpcre2-16-0 Source: pcre2 Version: 10.42-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 590 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/pcre2/libpcre2-16-0_10.42-2rusoft2.1~12.04.1_i386.deb Size: 208298 MD5sum: f8fb6fb6be49be70379b6bad4a50a96b SHA1: 0ecbae99a5dd240489ad8f98c297b759cc368b93 SHA256: 85fafdf7b4cd5cb416498569e813f1f1a393fda8024580763e5d042b0f89ceb5 Section: libs Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - 16 bit runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the 16 bit runtime library. Original-Maintainer: Matthew Vernon Package: libpcre2-32-0 Source: pcre2 Version: 10.39-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 515 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/pcre2/libpcre2-32-0_10.39-2rusoft2.1~12.04.1_i386.deb Size: 189696 MD5sum: 9c22e1398de2b86c99d5b3e2edad50aa SHA1: cc7115743e0e7c624042d81cb3c4f97c7df90b2b SHA256: ef12372815a766567639c9c9e1543e54beca81cd37450e568f3b98f5547cbb9f Section: libs Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - 32 bit runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the 32 bit runtime library. Original-Maintainer: Matthew Vernon Package: libpcre2-32-0 Source: pcre2 Version: 10.40-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 562 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/pcre2/libpcre2-32-0_10.40-2rusoft2.1~12.04.1_i386.deb Size: 197472 MD5sum: 16cbbb121de9241f42ee6bcd12fcff7b SHA1: 5c0c1bf4695ea7cfc68d738421ac624e5cbbcf29 SHA256: c8c0a31c4dff758fc62ff3f0f7a4358231df443046736cc1759a8002cfc3ac24 Section: libs Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - 32 bit runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the 32 bit runtime library. Original-Maintainer: Matthew Vernon Package: libpcre2-32-0 Source: pcre2 Version: 10.42-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 562 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/pcre2/libpcre2-32-0_10.42-2rusoft2.1~12.04.1_i386.deb Size: 197050 MD5sum: a7403fea0720d0ce9f525552e5526279 SHA1: cc35f737b93aa04ef6b06cbe179096ebc3857559 SHA256: b153ff0b9b9a61524bfb8102a009fef9499143aa5925eeb05b6d2c5a3307ab46 Section: libs Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - 32 bit runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the 32 bit runtime library. Original-Maintainer: Matthew Vernon Package: libpcre2-8-0 Source: pcre2 Version: 10.39-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 587 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/pcre2/libpcre2-8-0_10.39-2rusoft2.1~12.04.1_i386.deb Size: 215264 MD5sum: fc424397ffb64d5ba44fd57e7ed266a8 SHA1: e7e7b0ce9302e5b08e225f798e103c1d670e666f SHA256: 1a5b3298671cef5d0b85f666920e730196322098b0b83dec5ed4436285516f2a Section: libs Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library- 8 bit runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the 8 bit runtime library. Original-Maintainer: Matthew Vernon Package: libpcre2-8-0 Source: pcre2 Version: 10.40-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 639 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/pcre2/libpcre2-8-0_10.40-2rusoft2.1~12.04.1_i386.deb Size: 223534 MD5sum: 609e6f13855e5b75c229a54ef8e66e92 SHA1: a6010a478f180c3b34b38165112e20452e96ffe4 SHA256: fe154c65c23baaadf194c5ddc78cdbe067ce62740e9a3d243a63a8af72e296ff Section: libs Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library- 8 bit runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the 8 bit runtime library. Original-Maintainer: Matthew Vernon Package: libpcre2-8-0 Source: pcre2 Version: 10.42-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 639 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/pcre2/libpcre2-8-0_10.42-2rusoft2.1~12.04.1_i386.deb Size: 223716 MD5sum: 79004d2a689e2e550e8946a828a4da34 SHA1: 9e614278ce66c04c9b3cfc3b23953c8ae7a7c049 SHA256: 02309182db05d5b723d52f8acdc8817cc8331062179428a2be8d15823b343e94 Section: libs Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library- 8 bit runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the 8 bit runtime library. Original-Maintainer: Matthew Vernon Package: libpcre2-dev Source: pcre2 Version: 10.39-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 2082 Depends: libc6-dev, libpcre2-8-0 (= 10.39-2rusoft2.1~12.04.1), libpcre2-16-0 (= 10.39-2rusoft2.1~12.04.1), libpcre2-32-0 (= 10.39-2rusoft2.1~12.04.1), libpcre2-posix3 (= 10.39-2rusoft2.1~12.04.1) Conflicts: libpcre3-dev (<< 2:8.35-8) Filename: pool/ubuntu-precise/i386/pcre2/libpcre2-dev_10.39-2rusoft2.1~12.04.1_i386.deb Size: 889632 MD5sum: f4d50ca91c39f5acfc42bebc77c8a0ef SHA1: c7f9c4f102018f610dbdf0ca3fb94c0cc39f772f SHA256: 68bb769a420aa3dcf9ef0fe20e83f9424af65c586297475273bf3bc06813c086 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - development files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the development files, including headers, static libraries, and documentation. Original-Maintainer: Matthew Vernon Package: libpcre2-dev Source: pcre2 Version: 10.40-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 2199 Depends: libc6-dev, libpcre2-8-0 (= 10.40-2rusoft2.1~12.04.1), libpcre2-16-0 (= 10.40-2rusoft2.1~12.04.1), libpcre2-32-0 (= 10.40-2rusoft2.1~12.04.1), libpcre2-posix3 (= 10.40-2rusoft2.1~12.04.1) Conflicts: libpcre3-dev (<< 2:8.35-8) Filename: pool/ubuntu-precise/i386/pcre2/libpcre2-dev_10.40-2rusoft2.1~12.04.1_i386.deb Size: 917068 MD5sum: 6d5794d036371c79dc66f5127661800b SHA1: b534676e78adeab5dd4ed5e0412e13fa9f9fc8b7 SHA256: f65ebf7e9688139785766e40504bbd2b17b6c0cea16e467d545088e044cbef0d Section: libdevel Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - development files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the development files, including headers, static libraries, and documentation. Original-Maintainer: Matthew Vernon Package: libpcre2-dev Source: pcre2 Version: 10.42-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 2201 Depends: libc6-dev, libpcre2-8-0 (= 10.42-2rusoft2.1~12.04.1), libpcre2-16-0 (= 10.42-2rusoft2.1~12.04.1), libpcre2-32-0 (= 10.42-2rusoft2.1~12.04.1), libpcre2-posix3 (= 10.42-2rusoft2.1~12.04.1) Conflicts: libpcre3-dev (<< 2:8.35-8) Filename: pool/ubuntu-precise/i386/pcre2/libpcre2-dev_10.42-2rusoft2.1~12.04.1_i386.deb Size: 918836 MD5sum: ce52cb2bf2fe13ed2221edf54044abac SHA1: 9c6a7bb950e12079f7c1ef628f5b52c7a0e95f33 SHA256: 83b726a10d5bab691dea9eb45da1dafd545ca4a9b5ecebb7566872196d91af03 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - development files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the development files, including headers, static libraries, and documentation. Original-Maintainer: Matthew Vernon Package: libpcre2-posix3 Source: pcre2 Version: 10.39-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 16 Pre-Depends: multiarch-support Depends: libc6 (>= 2.3.6-6~), libpcre2-8-0 (>= 10.22) Conflicts: libpcre2-posix0 Replaces: libpcre2-posix0 Filename: pool/ubuntu-precise/i386/pcre2/libpcre2-posix3_10.39-2rusoft2.1~12.04.1_i386.deb Size: 8416 MD5sum: 83791708ccd3e8a3bcdee41676563087 SHA1: 812e017a330bab007b4247e23d702b48fad7b859 SHA256: 639e17e227353ae91e55917961e2f89614e11c3417ccb231ab56bda0feadca3f Section: libs Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - posix-compatible runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the runtime library for the posix-compatible API. Original-Maintainer: Matthew Vernon Package: libpcre2-posix3 Source: pcre2 Version: 10.40-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 47 Pre-Depends: multiarch-support Depends: libc6 (>= 2.3.6-6~), libpcre2-8-0 (>= 10.22) Conflicts: libpcre2-posix0 Replaces: libpcre2-posix0 Filename: pool/ubuntu-precise/i386/pcre2/libpcre2-posix3_10.40-2rusoft2.1~12.04.1_i386.deb Size: 8492 MD5sum: 9fefd700d79cb9b0f551938fd1bec798 SHA1: 2fb28d7ad3403cbbe4eaa30053d3d7726a50512a SHA256: 886c6d861fe7a8a7479b8eba16da63cbcf88c4ade949974952c113921d6d305e Section: libs Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - posix-compatible runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the runtime library for the posix-compatible API. Original-Maintainer: Matthew Vernon Package: libpcre2-posix3 Source: pcre2 Version: 10.42-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 47 Pre-Depends: multiarch-support Depends: libc6 (>= 2.3.6-6~), libpcre2-8-0 (>= 10.22) Conflicts: libpcre2-posix0 Replaces: libpcre2-posix0 Filename: pool/ubuntu-precise/i386/pcre2/libpcre2-posix3_10.42-2rusoft2.1~12.04.1_i386.deb Size: 8520 MD5sum: 7234f3ba18786ed5a5bcf6f090784485 SHA1: 2250630ac95ab7824312e169d9a4c2ecc454f5e7 SHA256: 9a9c324752f46825db9fce8a57ebffe9343c3c4254a1a4607aed209151088213 Section: libs Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - posix-compatible runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the runtime library for the posix-compatible API. Original-Maintainer: Matthew Vernon Package: libpcre3 Source: pcre3 Version: 2:8.45-5rusoft8~12.04.1 Architecture: i386 Maintainer: Matthew Vernon Installed-Size: 633 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Conflicts: libpcre3-dev (<= 4.3-3) Breaks: approx (<< 4.4-1~), cduce (<< 0.5.3-2~), cmigrep (<< 1.5-7~), galax (<< 1.1-7~), libpcre-ocaml (<< 6.0.1~), liquidsoap (<< 0.9.2-3~), ocsigen (<< 1.3.3-1~) Filename: pool/ubuntu-precise/i386/pcre3/libpcre3_8.45-5rusoft8~12.04.1_i386.deb Size: 308030 MD5sum: 0314d9ec7d00ce7ae8f50d8396019c63 SHA1: 84d4b8b9921ccddda77264f9e650a6519be0fe9a SHA256: 1c5404686b48ac64982b9ec1524bedb4e0fa28209236bc9d0ab90c03e5fd79a7 Section: libs Priority: important Multi-Arch: same Description: Old Perl 5 Compatible Regular Expression Library - runtime files This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . New packages should use the newer pcre2 packages, and existing packages should migrate to pcre2. . This package contains the runtime libraries. Package: libpcre3-dev Source: pcre3 Version: 2:8.45-5rusoft8~12.04.1 Architecture: i386 Maintainer: Matthew Vernon Installed-Size: 1850 Depends: libc6-dev, libpcre3 (= 2:8.45-5rusoft8~12.04.1), libpcre16-3 (= 2:8.45-5rusoft8~12.04.1), libpcre32-3 (= 2:8.45-5rusoft8~12.04.1), libpcrecpp0v5 (= 2:8.45-5rusoft8~12.04.1) Filename: pool/ubuntu-precise/i386/pcre3/libpcre3-dev_8.45-5rusoft8~12.04.1_i386.deb Size: 616886 MD5sum: adf00c517e9d43cd7c0c014face7afca SHA1: 84e7f5931e1d9cfa9a1000f8ae791e7f033bddf0 SHA256: ffee49c76cb8c70e1e0058a3aa396a60e1c848d03b1637a31e0c4cade08e4616 Section: libdevel Priority: optional Multi-Arch: same Description: Old Perl 5 Compatible Regular Expression Library - development files This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . New packages should use the newer pcre2 packages, and existing packages should migrate to pcre2. . This package contains the development files, including headers, static libraries, and documentation. Package: libpcre32-3 Source: pcre3 Version: 2:8.45-5rusoft8~12.04.1 Architecture: i386 Maintainer: Matthew Vernon Installed-Size: 530 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/pcre3/libpcre32-3_8.45-5rusoft8~12.04.1_i386.deb Size: 247606 MD5sum: cefc2ca9ae9698fc1254dcab97077bf9 SHA1: 6fa1442b5e8e9a5d204c4b53bfe414975a04508c SHA256: cd39515e9e80351c7988bb66942e5861623ae890590d980ca4a8473ff39966f0 Section: libs Priority: optional Multi-Arch: same Description: Old Perl 5 Compatible Regular Expression Library - 32 bit runtime files This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . This package contains the 32 bit runtime library. Package: libpcrecpp0v5 Source: pcre3 Version: 2:8.45-5rusoft8~12.04.1 Architecture: i386 Maintainer: Matthew Vernon Installed-Size: 174 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libpcre3, libstdc++6 (>= 4.2.1) Conflicts: libpcre3 (<< 6.4-1.1), libpcrecpp0 Replaces: libpcre3 (<< 6.4-1.1), libpcrecpp0 Filename: pool/ubuntu-precise/i386/pcre3/libpcrecpp0v5_8.45-5rusoft8~12.04.1_i386.deb Size: 155054 MD5sum: d76dc7a0ae7c63a0fb9970e44b6bc074 SHA1: 57e798225bc1e2420eca9ba2f3ec7ed89b57a06d SHA256: 4fa1153fe3845cdee77fbd14efc89cd1009d0bcb59beb8931a8009437d94bd3b Section: libs Priority: optional Multi-Arch: same Description: Old Perl 5 Compatible Regular Expression Library - C++ runtime files This is a C++ library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . This package contains the C++ runtime library. Package: libpkcs11-helper1 Source: pkcs11-helper Version: 1.11-1rusoft1~precise1 Architecture: i386 Maintainer: Eric Dorland Installed-Size: 118 Pre-Depends: multiarch-support Depends: libc6 (>= 2.7), libssl1.0.0 (>= 1.0.0) Filename: pool/ubuntu-precise/i386/pkcs11-helper/libpkcs11-helper1_1.11-1rusoft1~precise1_i386.deb Size: 49152 MD5sum: ac203a1873eeb3350909ed3dc3fde269 SHA1: 3055d4e3a4ed35cfe3dc3063bd2520255beefe05 SHA256: 36abbb67e4daf8bf727dfb992b22696a08b7303bda5bbb62d4a95ac71035be45 Section: libs Priority: optional Multi-Arch: same Description: library that simplifies the interaction with PKCS#11 libpkcs11-helper is a library that simplifies the interaction with PKCS#11 providers for end-user applications. . libpkcs11-helper allows using multiple PKCS#11 providers at the same time, enumerating available token certificates, or selecting a certificate directly by serialized id, handling card removal and card insert events, handling card re-insert to a different slot, supporting session expiration and much more all using a simple API. . libpkcs11-helper is not designed to manage card content, since object attributes are usually vendor specific, and 99% of application need to access existing objects in order to perform signature and decryption. Package: libpkcs11-helper1-dbg Source: pkcs11-helper Version: 1.11-1rusoft1~precise1 Architecture: i386 Maintainer: Eric Dorland Installed-Size: 93 Depends: libpkcs11-helper1 (= 1.11-1rusoft1~precise1) Filename: pool/ubuntu-precise/i386/pkcs11-helper/libpkcs11-helper1-dbg_1.11-1rusoft1~precise1_i386.deb Size: 79474 MD5sum: f797a67522a8dfaacd7d8352cd7e6fc3 SHA1: 97d0ba37bb5493231d61250e851fc8c3dda85176 SHA256: 463d67ac6ef08d741481041ce868e5751ece61907d0fbab68ebfac0916342f05 Section: debug Priority: extra Multi-Arch: same Description: debugging symbols for libpkcs11-helper libpkcs11-helper is a library that simplifies the interaction with PKCS#11 providers for end-user applications. . libpkcs11-helper allows using multiple PKCS#11 providers at the same time, enumerating available token certificates, or selecting a certificate directly by serialized id, handling card removal and card insert events, handling card re-insert to a different slot, supporting session expiration and much more all using a simple API. . libpkcs11-helper is not designed to manage card content, since object attributes are usually vendor specific, and 99% of application need to access existing objects in order to perform signature and decryption. Package: libpkcs11-helper1-dev Source: pkcs11-helper Version: 1.11-1rusoft1~precise1 Architecture: i386 Maintainer: Eric Dorland Installed-Size: 1128 Depends: libpkcs11-helper1 (= 1.11-1rusoft1~precise1), libssl-dev Conflicts: libpkcs11-helper-dev Provides: libpkcs11-helper-dev Filename: pool/ubuntu-precise/i386/pkcs11-helper/libpkcs11-helper1-dev_1.11-1rusoft1~precise1_i386.deb Size: 181918 MD5sum: db2815210f50fc9d3ba65cd9b9fac8e2 SHA1: 23c08d19cf0c7955b174bc0d4a5f2c2778bd1058 SHA256: f907ab7627db51698b3f68664c47c2141292aa798fed19ff678b1bb52d285b15 Section: libdevel Priority: optional Description: library that simplifies the interaction with PKCS#11 libpkcs11-helper is a library that simplifies the interaction with PKCS#11 providers for end-user applications. . libpkcs11-helper allows using multiple PKCS#11 providers at the same time, enumerating available token certificates, or selecting a certificate directly by serialized id, handling card removal and card insert events, handling card re-insert to a different slot, supporting session expiration and much more all using a simple API. . libpkcs11-helper is not designed to manage card content, since object attributes are usually vendor specific, and 99% of application need to access existing objects in order to perform signature and decryption. Package: libsodium-dev Source: libsodium Version: 1.0.18-1rusoft2~precise1 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 770 Depends: libsodium23 (= 1.0.18-1rusoft2~precise1) Filename: pool/ubuntu-precise/i386/libsodium/libsodium-dev_1.0.18-1rusoft2~precise1_i386.deb Size: 173156 MD5sum: a8ab6e147859bc92fd630f8db5679d7e SHA1: 961a6d759c406de9f81b2c0ef8892e4d68b4a593 SHA256: a989a7fe1a1a46ef74cc1f8e875ed0fef2701e4bf061a9fa50dd47389de8cc8b Section: libdevel Priority: optional Multi-Arch: same Homepage: https://www.libsodium.org/ Description: Network communication, cryptography and signaturing library - headers NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. . NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. . Sodium is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API. . This package provides development headers needed for applications that use libsodium. Package: libsodium23 Source: libsodium Version: 1.0.18-1rusoft2~precise1 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 463 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/libsodium/libsodium23_1.0.18-1rusoft2~precise1_i386.deb Size: 153422 MD5sum: ee5186669f540c3e48cb91835da169e6 SHA1: 45650c875548c2df8c97cc26634b04223888ee75 SHA256: 92cf5d5d29b03259acb509ce4dd7a695d06af8b6e8d46f49bd61d25b74e3ad19 Section: libs Priority: optional Multi-Arch: same Homepage: https://www.libsodium.org/ Description: Network communication, cryptography and signaturing library NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. . NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. . Sodium is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API. Package: libsqlite3-0 Source: sqlite3 Version: 3.34.1-2rusoft8.2~12.04.1 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1146 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Recommends: libsqlite3-0-plugins Breaks: python-migrate (<< 0.11.0-4~), python3-migrate (<< 0.11.0-4~) Filename: pool/ubuntu-precise/i386/sqlite3/libsqlite3-0_3.34.1-2rusoft8.2~12.04.1_i386.deb Size: 589664 MD5sum: a887b4babcd62823d2c5c04b610d4395 SHA1: ad4452fd2bc03ce197a32f5e6f7227771c557415 SHA256: 57c98523fe1ffb814dcbdaa04cfd94785ed09005dfd787329cb23eb36d35a2f1 Section: libs Priority: optional Multi-Arch: same Homepage: https://www.sqlite.org/ Description: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite3-0-plugins Source: sqlite3 Version: 3.34.1-2rusoft8.2~12.04.1 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 90 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/sqlite3/libsqlite3-0-plugins_3.34.1-2rusoft8.2~12.04.1_i386.deb Size: 29614 MD5sum: f195f99bbe2089d759de31af54fa9cdb SHA1: 7b31013ed94c3b9bd650641792885e871a99a5cf SHA256: ef3928a7e034b2bc40f7fed3cdc9180092596f709927c70cc10c93eeb95b3f12 Section: libs Priority: optional Multi-Arch: same Homepage: https://www.sqlite.org/ Description: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite3-dev Source: sqlite3 Version: 3.34.1-2rusoft8.2~12.04.1 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1708 Depends: libsqlite3-0 (= 3.34.1-2rusoft8.2~12.04.1), libc6-dev Suggests: sqlite3-doc Filename: pool/ubuntu-precise/i386/sqlite3/libsqlite3-dev_3.34.1-2rusoft8.2~12.04.1_i386.deb Size: 609152 MD5sum: da767849e347bb09ba311e0911a8aa9e SHA1: 0d2097a0b5e8695790a7e792a90e9def51420959 SHA256: bb391cae16b6e727e492965fcb85f794ca2949f13eea608c35c28bfbd310e110 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://www.sqlite.org/ Description: SQLite 3 development files SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the development files (headers, static libraries) Package: libsqlite3-tcl Source: sqlite3 Version: 3.34.1-2rusoft8.2~12.04.1 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 57 Depends: libc6 (>= 2.4), libsqlite3-0 (>= 3.20.0) Suggests: sqlite3-doc Filename: pool/ubuntu-precise/i386/sqlite3/libsqlite3-tcl_3.34.1-2rusoft8.2~12.04.1_i386.deb Size: 20970 MD5sum: 23e8ca9df082db0588745cf079a0e369 SHA1: 7002ab578ddc23fbe939dd6a4d38074dcf8c6f2a SHA256: b5023d6947bc129e1b3b04b420d14a684ee77d5c54cc3d88627da9e5f4d43cb0 Section: interpreters Priority: optional Homepage: https://www.sqlite.org/ Description: SQLite 3 Tcl bindings SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the Tcl bindings. Package: libucl-dev Source: ucl Version: 1.03+repack-6rusoft1.2~12.04.1 Architecture: i386 Maintainer: Robert Luberda Installed-Size: 221 Depends: libc6-dev | libc-dev, libucl1 (= 1.03+repack-6rusoft1.2~12.04.1) Filename: pool/ubuntu-precise/i386/ucl/libucl-dev_1.03+repack-6rusoft1.2~12.04.1_i386.deb Size: 45492 MD5sum: f35b16eede66e3dce1e81630fff465e6 SHA1: 6c6883f30b331b3e2a408585f8380c2600d0ebef SHA256: b5d51f0fc321f9d07f7d8fa85aed1ffabfe612cc375cf78eadf1fa4bf9f8321d Section: libdevel Priority: optional Multi-Arch: same Homepage: https://www.oberhumer.com/opensource/ucl/ Description: Portable compression library - development UCL is a portable lossless data compression library written in ANSI C, implementing a number of compression algorithms that achieve an excellent compression ratio while allowing *very* fast decompression. . This package contains the development support files. Package: libucl1 Source: ucl Version: 1.03+repack-6rusoft1.2~12.04.1 Architecture: i386 Maintainer: Robert Luberda Installed-Size: 121 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/ucl/libucl1_1.03+repack-6rusoft1.2~12.04.1_i386.deb Size: 33068 MD5sum: 49de4c45d44272dfe7def277a57d88f2 SHA1: 42b4e793d3b6838caa8df59ce98728d7c74742cc SHA256: f914a4b4da38381792d2bd3c9ef5b873e77bd4f4c1d2d79c3f53e5233121ad3d Section: libs Priority: optional Multi-Arch: same Homepage: https://www.oberhumer.com/opensource/ucl/ Description: Portable compression library - runtime UCL is a portable lossless data compression library written in ANSI C, implementing a number of compression algorithms that achieve an excellent compression ratio while allowing *very* fast decompression. Decompression requires no additional memory. Package: libunrar-dev Source: unrar-nonfree Version: 1:6.0.3-1rusoft2~12.04.1 Architecture: i386 Maintainer: UnRar maintainer team Installed-Size: 426 Depends: libunrar5 (= 1:6.0.3-1rusoft2~12.04.1), libunrar-headers (= 1:6.0.3-1rusoft2~12.04.1) Filename: pool/ubuntu-precise/i386/unrar-nonfree/libunrar-dev_6.0.3-1rusoft2~12.04.1_i386.deb Size: 175928 MD5sum: d608c39f6516124608500b8fc53ff638 SHA1: 422ce99467c17d5ea37ea1001c7441bd4da484ea SHA256: f5c8cfeaf1240c9d7d7f07a86ad7384d056a627bec4666f09b7c3a4c5506995f Section: non-free/libdevel Priority: optional Multi-Arch: same Homepage: https://www.rarlab.com/ Description: Unarchiver for .rar files (non-free version) - development files This package contains the static library for the libunrar library. Package: libunrar5 Source: unrar-nonfree Version: 1:6.0.3-1rusoft2~12.04.1 Architecture: i386 Maintainer: UnRar maintainer team Installed-Size: 262 Filename: pool/ubuntu-precise/i386/unrar-nonfree/libunrar5_6.0.3-1rusoft2~12.04.1_i386.deb Size: 138312 MD5sum: d4c001efe0e885dec7db6ae59faa117c SHA1: a4b0d1737e64c46c93b2059a9489487b21038047 SHA256: 49d03982b052a953f8e7aff153ed0146a84a8cf83285de93b34adc514fd550fa Section: non-free/libs Priority: optional Multi-Arch: same Homepage: https://www.rarlab.com/ Description: Unarchiver for .rar files (non-free version) - shared library library for unarchiving .rar files Package: libvpx3 Source: libvpx Version: 1.5.0-2rusoft2.1~precise1 Architecture: i386 Maintainer: Sebastian Dröge Installed-Size: 2008 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1) Filename: pool/ubuntu-precise/i386/libvpx/libvpx3_1.5.0-2rusoft2.1~precise1_i386.deb Size: 801992 MD5sum: 137d5a1ff6f7fb9b8feb533a639d5761 SHA1: aca45f1e6443ae0d01cb9abc3ef1aca54efbfbee SHA256: faf2e89b378113497567321d32d420145e395b0e5ed554f102f4579b9331d63b Section: libs Priority: optional Multi-Arch: same Homepage: http://www.webmproject.org Description: VP8 and VP9 video codec (shared library) VP8 and VP9 are open video codecs, originally developed by On2 and released as open source by Google Inc. They are the successor of the VP3 codec, on which the Theora codec was based. . This package contains the shared libraries. Package: libvpx3-dbg Source: libvpx Version: 1.5.0-2rusoft2.1~precise1 Architecture: i386 Maintainer: Sebastian Dröge Installed-Size: 5430 Depends: libvpx3 (= 1.5.0-2rusoft2.1~precise1) Filename: pool/ubuntu-precise/i386/libvpx/libvpx3-dbg_1.5.0-2rusoft2.1~precise1_i386.deb Size: 2187030 MD5sum: 66a08558170ba0a78cedeb4c7a04510b SHA1: 92cc39e5c325ba8435635164934d3875011ca05e SHA256: 4929eec00077da3b2ab6d77de758185562474a10ba05cdc3f5b459cefcf41a14 Section: debug Priority: extra Homepage: http://www.webmproject.org Description: VP8 and VP9 video codec (debugging symbols) VP8 and VP9 are open video codecs, originally developed by On2 and released as open source by Google Inc. They are the successor of the VP3 codec, on which the Theora codec was based. . Debugging symbols for the VPX library. This is needed to debug programs linked against libvpx3. Package: libvpx3-dev Source: libvpx Version: 1.5.0-2rusoft2.1~precise1 Architecture: i386 Maintainer: Sebastian Dröge Installed-Size: 2740 Depends: libvpx3 (= 1.5.0-2rusoft2.1~precise1) Conflicts: libvpx-dev Filename: pool/ubuntu-precise/i386/libvpx/libvpx3-dev_1.5.0-2rusoft2.1~precise1_i386.deb Size: 976528 MD5sum: c1888a0764c1b97a629820a16cce80cb SHA1: bf155622b2b4860ee0a2246a8829244e0e367736 SHA256: eb3feceec1b6e816324097b2627ca0e7468765ce4514cce4189822932cf4358a Section: libdevel Priority: optional Multi-Arch: same Homepage: http://www.webmproject.org Description: VP8 and VP9 video codec (development files) VP8 and VP9 are open video codecs, originally developed by On2 and released as open source by Google Inc. They are the successor of the VP3 codec, on which the Theora codec was based. . This package contains the development libraries, header files needed by programs that want to compile with libvpx. Package: libwebp-dev Source: libwebp Version: 0.6.1-2rusoft3~precise1 Architecture: i386 Maintainer: Jeff Breidenbach Installed-Size: 828 Depends: libwebp6 (= 0.6.1-2rusoft3~precise1), libwebpmux3 (= 0.6.1-2rusoft3~precise1), libwebpdemux2 (= 0.6.1-2rusoft3~precise1) Filename: pool/ubuntu-precise/i386/libwebp/libwebp-dev_0.6.1-2rusoft3~precise1_i386.deb Size: 336330 MD5sum: 38fafbbb32b198d3cd8db7b38dc77b03 SHA1: 2a525145aaec0e694a9d601ff46827894c81377d SHA256: 683e5851a62ac79a9c3dc316af9d29e8af0346afaae3fd7f378769e6db8bb34a Section: libdevel Priority: optional Multi-Arch: same Homepage: http://webp.googlecode.com Description: Lossy compression of digital photographic images. Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Package: libwebp6 Source: libwebp Version: 0.6.1-2rusoft3~precise1 Architecture: i386 Maintainer: Jeff Breidenbach Installed-Size: 446 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/libwebp/libwebp6_0.6.1-2rusoft3~precise1_i386.deb Size: 220178 MD5sum: c860fdc71835491b9dbc4c84d8464f05 SHA1: 259aab806fea7c88b8b9e37a35be33e7a0c86b68 SHA256: 708064074963b0861e38902154ffed63278a2d9375fe6d09a6683beb94fef07f Section: libs Priority: optional Multi-Arch: same Homepage: http://webp.googlecode.com Description: Lossy compression of digital photographic images. Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Package: libwebpdemux2 Source: libwebp Version: 0.6.1-2rusoft3~precise1 Architecture: i386 Maintainer: Jeff Breidenbach Installed-Size: 24 Pre-Depends: multiarch-support Depends: libc6 (>= 2.3.6-6~), libwebp6 (>= 0.5.1) Filename: pool/ubuntu-precise/i386/libwebp/libwebpdemux2_0.6.1-2rusoft3~precise1_i386.deb Size: 13494 MD5sum: 17a8c6463a02d3cb40395cc6e0aba21a SHA1: c9506c8e3e2e231666faf5e95371221bc2a2ebb6 SHA256: 3e946b9dee693418290c5a36b1b1d2ef519722e9b95a8b9354bcf9742c58f2fb Section: libs Priority: optional Multi-Arch: same Homepage: http://webp.googlecode.com Description: Lossy compression of digital photographic images. Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Package: libwebpmux3 Source: libwebp Version: 0.6.1-2rusoft3~precise1 Architecture: i386 Maintainer: Jeff Breidenbach Installed-Size: 44 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4), libwebp6 (>= 0.5.1) Filename: pool/ubuntu-precise/i386/libwebp/libwebpmux3_0.6.1-2rusoft3~precise1_i386.deb Size: 25402 MD5sum: 934aa96bbaac5c4e952976fe6dd77c0d SHA1: 22d60d8571045aaf57d10cdd45bab8eae4851352 SHA256: 60989fcd84bb97e472f8a2388f3a757a42a7b190bffff0ea000810dd358c7738 Section: libs Priority: optional Multi-Arch: same Homepage: http://webp.googlecode.com Description: Lossy compression of digital photographic images. Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Package: libxxhash-dev Source: xxhash Version: 0.8.0-1rusoft1~12.04.1 Architecture: i386 Maintainer: Norbert Preining Installed-Size: 240 Depends: libxxhash0 (= 0.8.0-1rusoft1~12.04.1) Filename: pool/ubuntu-precise/i386/xxhash/libxxhash-dev_0.8.0-1rusoft1~12.04.1_i386.deb Size: 74694 MD5sum: adf84a62f5ca0c59645e2fa903b4fd3f SHA1: 9104f5dfa367a9a62a474c28498b36be20f968c6 SHA256: 8cc60fb4427016c27f2a3b22e36edda11709f382f19804b103b5d7030abcf0d1 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://cyan4973.github.io/xxHash Description: header files and a static library for libxxhash xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It successfully completes the SMHasher test suite which evaluates collision, dispersion and randomness qualities of hash functions. Code is highly portable, and hashes are identical on all platforms (little / big endian). . This package contains xxHash static library and header files. Package: libxxhash0 Source: xxhash Version: 0.8.0-1rusoft1~12.04.1 Architecture: i386 Maintainer: Norbert Preining Installed-Size: 59 Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/xxhash/libxxhash0_0.8.0-1rusoft1~12.04.1_i386.deb Size: 25708 MD5sum: 12fe5f155dd442a76483309bbd17f228 SHA1: 4a643e51a6caed33bfecfd893523a7f6b2885935 SHA256: 4a72de6c9a7f7605946541d0ba8b15df2bbde119da2bc7bec0d9107f00b8c39c Section: libs Priority: optional Multi-Arch: same Homepage: https://cyan4973.github.io/xxHash Description: shared library for xxhash xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It successfully completes the SMHasher test suite which evaluates collision, dispersion and randomness qualities of hash functions. Code is highly portable, and hashes are identical on all platforms (little / big endian). . This package contains the shared library. Package: libzstd-dev Source: libzstd Version: 1.4.8+dfsg-2rusoft7.1~12.04.1 Architecture: i386 Maintainer: Debian Med Packaging Installed-Size: 979 Depends: libzstd1 (= 1.4.8+dfsg-2rusoft7.1~12.04.1) Conflicts: libzstd-dev (<= 0.8.0) Provides: libzstd1-dev Filename: pool/ubuntu-precise/i386/libzstd/libzstd-dev_1.4.8+dfsg-2rusoft7.1~12.04.1_i386.deb Size: 303472 MD5sum: eed97a1a6e0e3c80283cb051b4e7696f SHA1: bdb74f9ddf6d6f3bd7ccb67da9f2de8fe4330e5f SHA256: 2f0d7617fb1a8104014383cc761712e893df2e22fcf5600048a8a4d355b51851 Section: libdevel Priority: optional Homepage: https://github.com/facebook/zstd Description: fast lossless compression algorithm -- development files Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level compression ratio. . This package contains the headers and static library. Package: libzstd1 Source: libzstd Version: 1.4.8+dfsg-2rusoft7.1~12.04.1 Architecture: i386 Maintainer: Debian Med Packaging Installed-Size: 735 Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/libzstd/libzstd1_1.4.8+dfsg-2rusoft7.1~12.04.1_i386.deb Size: 255008 MD5sum: 168eb4beb16e1bea46f09e13b04db20e SHA1: 2b246b3226622f42890bd8de5ae42b058a3abe2c SHA256: 54233d4795e8bca56baa4c5d85ed154d88e9d1cb518d5a6da3f2272d79531eb5 Section: libs Priority: optional Homepage: https://github.com/facebook/zstd Description: fast lossless compression algorithm Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level compression ratio. . This package contains the shared library. Package: logrotate Version: 3.8.7-1u1.2rusoft1.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 87 Depends: libacl1 (>= 2.2.51-5), libc6 (>= 2.8), libpopt0 (>= 1.14), libselinux1 (>= 1.32), cron | anacron | cron-daemon, base-passwd (>= 2.0.3.4) Suggests: mailx Breaks: postgresql-common (<= 126) Filename: pool/ubuntu-precise/i386/logrotate/logrotate_3.8.7-1u1.2rusoft1.1~12.04.1_i386.deb Size: 53208 MD5sum: 0ff00ac7ee1a744c672ee630d7e1ef5a SHA1: 6773930de6db4074edd5c35cddc8107a6d6e946c SHA256: 3dc67ac101c48169d81402a289dd5d5eecb861cf5556961a44c924bc7a784153 Section: admin Priority: important Homepage: https://fedorahosted.org/logrotate/ 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. Original-Maintainer: Paul Martin Package: lshw Version: 02.18.85-0.7rusoft1~12.04.1 Architecture: i386 Maintainer: Ghe Rivero Installed-Size: 852 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Recommends: pci.ids, usb.ids Filename: pool/ubuntu-precise/i386/lshw/lshw_02.18.85-0.7rusoft1~12.04.1_i386.deb Size: 291628 MD5sum: 535d9704c53154dd4446129704e7f461 SHA1: e090b4989a9b12f6623bf51d3f0e60839a58be3b SHA256: 57d2fde300984ecf10a9c056133b196dd4c0d2559822fc6528e1532ebc9905e9 Section: utils Priority: optional Homepage: https://github.com/lyonel/lshw Description: information about hardware configuration A small tool to provide detailed information on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc. on DMI-capable x86 systems, on some PowerPC machines (PowerMac G4 is known to work) and AMD64. . Information can be output in plain text, HTML or XML. Package: lshw-gtk Source: lshw Version: 02.18.85-0.7rusoft1~12.04.1 Architecture: i386 Maintainer: Ghe Rivero Installed-Size: 1656 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.12.0), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Recommends: menu, pciutils, usbutils Filename: pool/ubuntu-precise/i386/lshw/lshw-gtk_02.18.85-0.7rusoft1~12.04.1_i386.deb Size: 367732 MD5sum: 17b943477ef42f76abc4dcb337d05896 SHA1: dcaa50bdd474232e44bbecc5e978c655b089e346 SHA256: f8bb39dfb1e286bbed5fd13a648bfce8e69ed594cae77abae899d2f5c00bbf9b Section: utils Priority: optional Homepage: https://github.com/lyonel/lshw Description: graphical information about hardware configuration A small tool to provide detailed information on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc. on DMI-capable x86 systems, on some PowerPC machines (PowerMac G4 is known to work) and AMD64. . This package provides lshw-gtk (the GTK+ version) Package: lsof Version: 4.89+dfsg-0.1rusoft1~precise1 Architecture: i386 Maintainer: Norbert Tretkowski Installed-Size: 428 Depends: libc6 (>= 2.11), libselinux1 (>= 1.32) Suggests: perl Filename: pool/ubuntu-precise/i386/lsof/lsof_4.89+dfsg-0.1rusoft1~precise1_i386.deb Size: 317100 MD5sum: 987d633921581cf9462667065e56016e SHA1: 9561e2cabed4b0419d949618ea0cf08085db5acd SHA256: 6687005c805fab324f6892086be2f3ec0fb328409cbe685a15f3eb645e6db230 Section: utils Priority: standard Homepage: http://people.freebsd.org/~abe/ Description: Utility to list open files Lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open Files, and it does just that. It lists information about any files that are open, by processes currently running on the system. Package: luajit Version: 2.0.2+dfsg-1rusoft1~precise1 Architecture: i386 Maintainer: Enrico Tassi Installed-Size: 421 Pre-Depends: multiarch-support Depends: libc6 (>= 2.2), libgcc1 (>= 1:4.1.1), libluajit-5.1-common (= 2.0.2+dfsg-1rusoft1~precise1) Filename: pool/ubuntu-precise/i386/luajit/luajit_2.0.2+dfsg-1rusoft1~precise1_i386.deb Size: 234232 MD5sum: 6cecc8762984d1b117ba50345b7e408d SHA1: a9d696ba84b30a32c5ac543befc49dd2a1cf8290 SHA256: 6b06bb6b345b7f82add6ce5f6bd3b437eb74c55827b0bc387bb202a626a9cab8 Section: interpreters Priority: optional Multi-Arch: foreign Homepage: http://luajit.org Description: Just in time compiler for Lua programming language version 5.1 LuaJIT implements the full set of language features defined by Lua 5.1. The virtual machine (VM) is API- and ABI-compatible to the standard Lua interpreter and can be deployed as a drop-in replacement. . This package contains the standalone interpreter/jitter that can be used as a replacement for the standard lua5.1 interpreter. Package: mc Version: 3:4.8.26-1rusoft3~12.04.1 Architecture: i386 Maintainer: Dmitry Smirnov Installed-Size: 1445 Depends: e2fslibs (>= 1.41.99), libc6 (>= 2.15), libglib2.0-0 (>= 2.31.8), libgpm2 (>= 1.20.4), libslang2 (>= 2.0.7-1), libssh2-1 (>= 1.2.8), mc-data (= 3:4.8.26-1rusoft3~12.04.1) Recommends: mime-support, perl, unzip, zstd Suggests: arj, bzip2, catdvi | texlive-binaries, dbview, djvulibre-bin, epub-utils, file, genisoimage, gv, imagemagick, libaspell-dev, links | w3m | lynx, odt2txt, poppler-utils, python, python-boto, python-tz, xpdf | pdf-viewer, zip Provides: mcedit Filename: pool/ubuntu-precise/i386/mc/mc_4.8.26-1rusoft3~12.04.1_i386.deb Size: 537696 MD5sum: b1f413ad92533e69f4ee4cb7bdffae00 SHA1: 2d3111e81d83860bacb4370d53da8855c4ef269f SHA256: ec0fd3a7eb75fddc64e6618138625bf9faaff99d735a088b736d2334caa536ab Section: utils Priority: optional Homepage: https://www.midnight-commander.org Description: Midnight Commander - a powerful file manager GNU Midnight Commander is a text-mode full-screen file manager. It uses a two panel interface and a subshell for command execution. It includes an internal editor with syntax highlighting and an internal viewer with support for binary files. Also included is Virtual Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH servers) and files inside archives to be manipulated like real files. Package: memcached Version: 1.6.17-2rusoft13.4~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 327 Depends: libc6 (>= 2.10), libevent-2.0-5 (>= 2.0.16-stable), memcached-common, upstart-job, lsb-base (>= 3.2-13), adduser, logrotate Suggests: libcache-memcached-perl, libmemcached, libanyevent-perl, libyaml-perl, libterm-readkey-perl Breaks: memcached-tiny Filename: pool/ubuntu-precise/i386/memcached/memcached_1.6.17-2rusoft13.4~12.04.1_i386.deb Size: 106366 MD5sum: bfac38c8b93e48da010e806dff999b45 SHA1: 035377e84121132ee8b2af929a8b533d5020c092 SHA256: 962e19b609c7a9ac75846d1eadcaa3d8d7285fde3e4c40c02dfb3b64a8686cd8 Section: web Priority: optional Homepage: http://www.memcached.org/ Description: high-performance memory object caching system Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss. . memcached optimizes specific high-load serving applications that are designed to take advantage of its versatile no-locking memory access system. Clients are available in several different programming languages, to suit the needs of the specific application. Traditionally this has been used in mod_perl apps to avoid storing large chunks of data in Apache memory, and to share this burden across several machines. Original-Maintainer: David Martínez Moreno Package: memcached-tiny Source: memcached Version: 1.6.17-2rusoft13.4~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 252 Depends: libc6 (>= 2.10), libevent-2.0-5 (>= 2.0.16-stable), memcached-common, upstart-job, lsb-base (>= 3.2-13), adduser, logrotate Suggests: libcache-memcached-perl, libmemcached, libanyevent-perl, libyaml-perl, libterm-readkey-perl Breaks: memcached Provides: memcached Filename: pool/ubuntu-precise/i386/memcached/memcached-tiny_1.6.17-2rusoft13.4~12.04.1_i386.deb Size: 80584 MD5sum: 9f95b823f446fec42720fbba9e414c9f SHA1: 6242170eb7dfc360592c35c2000ea464ade16e38 SHA256: e642030a7396e8035f777a600ec75b0f0fbfd7058c1169933c784b07f6f05333 Section: web Priority: optional Homepage: http://www.memcached.org/ Description: high-performance memory object caching system - tiny build Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss. . memcached optimizes specific high-load serving applications that are designed to take advantage of its versatile no-locking memory access system. Clients are available in several different programming languages, to suit the needs of the specific application. Traditionally this has been used in mod_perl apps to avoid storing large chunks of data in Apache memory, and to share this burden across several machines. . Tiny build w/o external store and some other features. Builded with Size over Speed compiler flags. Original-Maintainer: David Martínez Moreno Package: memtest86+ Version: 5.01-3ubuntu2rusoft1.2~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 2418 Depends: debconf (>= 0.5) | debconf-2.0 Suggests: hwtools, memtester, kernel-patch-badram, memtest86, grub-pc | grub-legacy, mtools Filename: pool/ubuntu-precise/i386/memtest86+/memtest86+_5.01-3ubuntu2rusoft1.2~precise1_i386.deb Size: 280692 MD5sum: 75242d2f3cbe01c66dd237c761562e9e SHA1: 63a5ce4d422b5ce513d93401bb45a9e26a2f466d SHA256: ee5427eae8c483e19f6c63ba76b4f6d78e4d5904dece9e85e669ded6da30f90f Section: misc Priority: optional Homepage: http://www.memtest.org/ Description: thorough real-mode memory tester Memtest86+ scans your RAM for errors. . This tester runs independently of any OS - it is run at computer boot-up, so that it can test *all* of your memory. You may want to look at `memtester', which allows to test your memory within Linux, but this one won't be able to test your whole RAM. . It can output a list of bad RAM regions usable by the BadRAM kernel patch, so that you can still use your old RAM with one or two bad bits. . Memtest86+ is based on memtest86 3.0, and adds support for recent hardware, as well as a number of general-purpose improvements, including many patches to memtest86 available from various sources. . Both memtest86 and memtest86+ are being worked on in parallel. Original-Maintainer: Yann Dirson Package: nano Version: 6.4-2rusoft2.8~12.04.1 Architecture: i386 Maintainer: Jordi Mallach Installed-Size: 404 Depends: libc6 (>= 2.11), libmagic1 (>= 5.12), libncursesw5 (>= 5.6+20080119), libtinfo5 Suggests: hunspell, nano-l10n, nano-syntax Conflicts: pico Breaks: nano-tiny Replaces: nano-tiny, pico Filename: pool/ubuntu-precise/i386/nano/nano_6.4-2rusoft2.8~12.04.1_i386.deb Size: 202600 MD5sum: bd688704fe179a638b9b917cf14a48fe SHA1: 7b21064fea688037ffdc91b48f9dad884a66a9e7 SHA256: 15dddf75603fb342b81eb2715cb48daaf121075d070b85953576af555b05a47e Section: editors Priority: important Homepage: https://www.nano-editor.org/ Description: small, friendly text editor inspired by Pico GNU nano is an easy-to-use text editor originally designed as a replacement for Pico, the ncurses-based editor from the non-free mailer package Pine (itself now available under the Apache License as Alpine). . However, GNU nano also implements many features missing in Pico, including: - undo/redo - line numbering - syntax coloring - soft-wrapping of overlong lines - selecting text by holding Shift - interactive search and replace (with regular expression support) - a go-to line (and column) command - support for multiple file buffers - auto-indentation - tab completion of filenames and search terms - toggling features while running - and full internationalization support Package: nano-tiny Source: nano Version: 6.4-2rusoft2.8~12.04.1 Architecture: i386 Maintainer: Jordi Mallach Installed-Size: 113 Depends: libc6 (>= 2.11), libncursesw5 (>= 5.6+20080119), libtinfo5 Provides: nano Filename: pool/ubuntu-precise/i386/nano/nano-tiny_6.4-2rusoft2.8~12.04.1_i386.deb Size: 39368 MD5sum: a5793876e3234a6312307dd510d7e53b SHA1: e5e2ef1a6716cb86b77590aea6a6515b2313a2ed SHA256: ecb6bc1acaf664eabb2a640fb1a06a7d6072662b1c6b63947c51588e8fee9b5f Section: editors Priority: optional Homepage: https://www.nano-editor.org/ Description: small, friendly text editor inspired by Pico - tiny build GNU nano is an easy-to-use text editor originally designed as a replacement for Pico, the ncurses-based editor from the non-free mailer package Pine (itself now available under the Apache License as Alpine). . This package contains a build of GNU nano with many features disabled, for environments such as rescue disks where resources are limited. Package: nasm Version: 2.13.03-2rusoft2~precise1 Architecture: i386 Maintainer: Anibal Monsalve Salazar Installed-Size: 1758 Depends: dpkg (>= 1.15.4) | install-info, libc6 (>= 2.7) Filename: pool/ubuntu-precise/i386/nasm/nasm_2.13.03-2rusoft2~precise1_i386.deb Size: 423306 MD5sum: 9b82b7de9c4c1abb2ffdb8a1999b5a97 SHA1: 176e968dbe35921e0afa35a7781660a80b37ec0c SHA256: f0cc665e706b527d915779f0d36646b265fd32817c433747832c72f8ff7af960 Section: devel Priority: optional Homepage: http://www.nasm.us/ Description: General-purpose x86 assembler Netwide Assembler. NASM will currently output flat-form binary files, a.out, COFF and ELF Unix object files, and Microsoft 16-bit DOS and Win32 object files. . Also included is NDISASM, a prototype x86 binary-file disassembler which uses the same instruction table as NASM. . NASM is released under the GNU Lesser General Public License (LGPL). Package: openvpn Version: 2.5.7-2rusoft8.4~12.04.1 Architecture: i386 Maintainer: Alberto Gonzalez Iniesta Installed-Size: 1232 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.15), liblz4-1 (>= 0.0~r130), liblzo2-2 (>= 2.02), libpam0g (>= 0.99.7.1), libpkcs11-helper1 (>= 1.11), libssl111r (>= 1.1.1), upstart-job, iproute2, lsb-base (>= 3.0-6), logrotate Recommends: easy-rsa Suggests: openssl, resolvconf Filename: pool/ubuntu-precise/i386/openvpn/openvpn_2.5.7-2rusoft8.4~12.04.1_i386.deb Size: 578130 MD5sum: fa91bf9c8251d16870595a53d4eae6d4 SHA1: 898fda4434f55dc31985d6a67de785d20c5bff75 SHA256: 720ef4ff8c8611304b132aa85aa40a3f29357ac91a856f52905850a6f2517988 Section: net Priority: optional Homepage: http://www.openvpn.net/ Description: virtual private network daemon OpenVPN is an application to securely tunnel IP networks over a single UDP or TCP port. It can be used to access remote sites, make secure point-to-point connections, enhance wireless security, etc. . OpenVPN uses all of the encryption, authentication, and certification features provided by the OpenSSL library (any cipher, key size, or HMAC digest). . OpenVPN may use static, pre-shared keys or TLS-based dynamic key exchange. It also supports VPNs with dynamic endpoints (DHCP or dial-up clients), tunnels over NAT or connection-oriented stateful firewalls (such as Linux's iptables). Package: optipng Version: 0.7.7-1rusoft1~precise1 Architecture: i386 Maintainer: Debian PhotoTools Maintainers Installed-Size: 164 Depends: libc6 (>= 2.11), libpng12-0 (>= 1.2.13-4), zlib1g (>= 1:1.1.4) Filename: pool/ubuntu-precise/i386/optipng/optipng_0.7.7-1rusoft1~precise1_i386.deb Size: 91522 MD5sum: f14a557a09683f07df903982d8585bf1 SHA1: f25c70c56eff7c074991f9648440f94a1b1c9e24 SHA256: 887eaff33e32c3c521e737f5517fe9ced86b99e7e21cd1ee30f80ca828d6f771 Section: graphics Priority: optional Homepage: http://optipng.sourceforge.net/ Description: advanced PNG (Portable Network Graphics) optimizer OptiPNG is a PNG optimizer that recompresses the image files to a smaller size. It losslessly reduces the bit depth, the color type and the color palette of the image, runs a suite of compression methods and strategies, and selects the compression parameters that yield the smallest output file. It also recognizes several external file formats like BMP, GIF, TIFF and PNM (PBM, PGM, PPM). Package: p7zip Version: 16.02+dfsg-7rusoft1~precise1 Architecture: i386 Maintainer: Robert Luberda Installed-Size: 866 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Suggests: p7zip-full Filename: pool/ubuntu-precise/i386/p7zip/p7zip_16.02+dfsg-7rusoft1~precise1_i386.deb Size: 420862 MD5sum: 3842e9b396ef2fbd1fd57caaa69275d9 SHA1: 4d6b0f06f467b10e215cc7dda8298188f7cab751 SHA256: 738fa0ff48149be1d3287c58ae7fcf0c83dd59cee06892a28ca7a24938ee2a29 Section: utils Priority: optional Homepage: http://p7zip.sourceforge.net/ Description: 7zr file archiver with high compression ratio p7zip is the Unix command-line port of 7-Zip, a file archiver that handles the 7z format which features very high compression ratios. . p7zip provides: - /usr/bin/7zr a standalone minimal version of the 7-zip tool that only handles 7z, LZMA and XZ archives. 7z compression is 30-50% better than ZIP compression. - /usr/bin/p7zip a gzip-like wrapper around 7zr. . p7zip can be used with popular compression interfaces (such as File Roller or Nautilus). . Another package, p7zip-full, provides 7z and 7za which support more compression formats. Package: p7zip-full Source: p7zip Version: 16.02+dfsg-7rusoft1~precise1 Architecture: i386 Maintainer: Robert Luberda Installed-Size: 4214 Depends: p7zip (= 16.02+dfsg-7rusoft1~precise1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Suggests: p7zip-rar Breaks: p7zip (<< 15.09+dfsg-3~) Replaces: p7zip (<< 15.09+dfsg-3~) Filename: pool/ubuntu-precise/i386/p7zip/p7zip-full_16.02+dfsg-7rusoft1~precise1_i386.deb Size: 1994950 MD5sum: f2aa9de45caaf0344ed8197e8a723bc1 SHA1: 233183b2b7542352f34d376ed6d51af5bf95f45b SHA256: 92f0071c0bfb0275e059574143f1d6e113afb29ff2828ece85c9dc9498895d0b Section: utils Priority: optional Homepage: http://p7zip.sourceforge.net/ Description: 7z and 7za file archivers with high compression ratio p7zip is the Unix command-line port of 7-Zip, a file archiver that handles the 7z format which features very high compression ratios. . p7zip-full provides utilities to pack and unpack 7z archives within a shell or using a GUI (such as Ark, File Roller or Nautilus). . Installing p7zip-full allows File Roller to use the very efficient 7z compression format for packing and unpacking files and directories. Additionally, it provides the 7z and 7za commands. . List of supported formats: - Packing / unpacking: 7z, ZIP, GZIP, BZIP2, XZ and TAR - Unpacking only: APM, ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG, FAT, HFS, ISO, LZH, LZMA, LZMA2, MBR, MSI, MSLZ, NSIS, NTFS, RAR (only if non-free p7zip-rar package is installed), RPM, SquashFS, UDF, VHD, WIM, XAR and Z. . The dependent package, p7zip, provides 7zr, a light version of 7za, and p7zip, a gzip-like wrapper around 7zr. Package: p7zip-rar Version: 16.02-3rusoft1~precise1 Architecture: i386 Maintainer: Robert Luberda Installed-Size: 100 Depends: p7zip-full (>= 16.02~), p7zip-full (<< 16.02.~), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/ubuntu-precise/i386/p7zip-rar/p7zip-rar_16.02-3rusoft1~precise1_i386.deb Size: 52372 MD5sum: 434bbe8828c661b802546f4ed15b2032 SHA1: 2c3ff386dcafdd788f999696f85d4a7d51599b0d SHA256: 7bb148382fcb92834fd351d2bff81365143970cdb4a9fce668e268a6d977753a Section: non-free/utils Priority: optional Homepage: http://p7zip.sourceforge.net/ Description: non-free rar module for p7zip p7zip is the Unix port of 7-Zip, a file archiver that archives with very high compression ratios. . p7zip-rar provides a module for p7zip-full to make 7z able to extract RAR files. Package: pbzip2 Version: 1.1.9-1rusoft1~precise1 Architecture: i386 Maintainer: Anibal Monsalve Salazar Installed-Size: 117 Depends: libbz2-1.0, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/ubuntu-precise/i386/pbzip2/pbzip2_1.1.9-1rusoft1~precise1_i386.deb Size: 44488 MD5sum: 5ee3dbe49f9c273cc5ca53626658ba9e SHA1: 27482bdf46666761054945fd2c396fd47f45edb9 SHA256: 404bb0c97b1b12de7b9fc5ca3e0c9706225ad8d068681d99edbf7bc1f1bc98bf Section: utils Priority: optional Homepage: http://compression.ca/pbzip2/ Description: parallel bzip2 implementation pbzip2 is a parallel implementation of the bzip2 block-sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines. The output of this version is fully compatible with bzip2 v1.0.2 (ie: anything compressed with pbzip2 can be decompressed with bzip2). Package: pcre2-utils Source: pcre2 Version: 10.39-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 206 Depends: libc6 (>= 2.4), libpcre2-16-0 (>= 10.34), libpcre2-32-0 (>= 10.34), libpcre2-8-0 (>= 10.34), libpcre2-posix3 (>= 10.34) Filename: pool/ubuntu-precise/i386/pcre2/pcre2-utils_10.39-2rusoft2.1~12.04.1_i386.deb Size: 118432 MD5sum: 7c68d9bba127c6c47a064b0f3089db98 SHA1: 0c9c21ee21425727ee8c241060b1250d0029d932 SHA256: bfa12f033aceb46d75b959b29593e89c7298e86c98f8a78bb12bc039680421dc Section: utils Priority: optional Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - utilities This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the utilities pcre2grep (like grep with PCRE) and pcre2test (a test program for the library, but also useful for experimenting with regular expressions). Both programs are also useful examples of programming with libpcre2. Original-Maintainer: Matthew Vernon Package: pcre2-utils Source: pcre2 Version: 10.40-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 246 Depends: libc6 (>= 2.4), libpcre2-16-0 (>= 10.34), libpcre2-32-0 (>= 10.34), libpcre2-8-0 (>= 10.34), libpcre2-posix3 (>= 10.34) Filename: pool/ubuntu-precise/i386/pcre2/pcre2-utils_10.40-2rusoft2.1~12.04.1_i386.deb Size: 121804 MD5sum: 783903d008775bc2a2a9a510605e88b0 SHA1: 2aea2b54c4ac432b9d768d139cdd704d36826bf8 SHA256: 8795a742c305c202215a053e9bb459460f2c4cc1400c70ec560fe09defa2166c Section: utils Priority: optional Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - utilities This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the utilities pcre2grep (like grep with PCRE) and pcre2test (a test program for the library, but also useful for experimenting with regular expressions). Both programs are also useful examples of programming with libpcre2. Original-Maintainer: Matthew Vernon Package: pcre2-utils Source: pcre2 Version: 10.42-2rusoft2.1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 250 Depends: libc6 (>= 2.4), libpcre2-16-0 (>= 10.34), libpcre2-32-0 (>= 10.34), libpcre2-8-0 (>= 10.34), libpcre2-posix3 (>= 10.34) Filename: pool/ubuntu-precise/i386/pcre2/pcre2-utils_10.42-2rusoft2.1~12.04.1_i386.deb Size: 122370 MD5sum: 9b39fe15ce2bbd90e4bde16674e8bcfd SHA1: 7633866625457f5562012776ab0f3bd1df0bddfd SHA256: b9c125ae676d50580575cc8d019774ab8146c6c73836bf708293480853b78231 Section: utils Priority: optional Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - utilities This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the utilities pcre2grep (like grep with PCRE) and pcre2test (a test program for the library, but also useful for experimenting with regular expressions). Both programs are also useful examples of programming with libpcre2. Original-Maintainer: Matthew Vernon Package: pcregrep Source: pcre3 Version: 2:8.45-5rusoft8~12.04.1 Architecture: i386 Maintainer: Matthew Vernon Installed-Size: 42 Depends: libc6 (>= 2.4), libpcre3 Replaces: pgrep (<< 4.5) Filename: pool/ubuntu-precise/i386/pcre3/pcregrep_8.45-5rusoft8~12.04.1_i386.deb Size: 25750 MD5sum: 61d09d949b8410c253f85e29276834c6 SHA1: 8bf5ecb945ba76183807d0b51319c7d758189ad5 SHA256: a68a0541ac1785eef1d1f7334c98a376572e5b4aaa96805bd7fd3ea4e6c9d9b4 Section: utils Priority: optional Description: grep utility that uses perl 5 compatible regexes. Perl-style regexps have many useful features that the standard POSIX ones don't; this is basically the same as grep but with the different regexp syntax. . The other reason for the existence of pcregrep is that its source code is an example of programming with libpcre. Package: pigz Version: 2.6-1rusoft2~12.04.1 Architecture: i386 Maintainer: Eduard Bloch Installed-Size: 124 Pre-Depends: dpkg (>= 1.15.6) Depends: libc6 (>= 2.11), zlib1g (>= 1:1.2.0) Filename: pool/ubuntu-precise/i386/pigz/pigz_2.6-1rusoft2~12.04.1_i386.deb Size: 61856 MD5sum: 4c160759a96b4238c9d4aa73380aaa2d SHA1: da009f5933d90a6a5485127c131ab71e6d2ac7a0 SHA256: 5fc1937b335e910dd10b397c392ddf92988fd3aab720ca8cb70f3d050e4dd708 Section: utils Priority: optional Homepage: http://zlib.net/pigz/ Description: Parallel Implementation of GZip pigz, which stands for Parallel Implementation of GZip, is a fully functional replacement for gzip that takes advantage of multiple processors and multiple cores when compressing data. Package: ppp Version: 2.4.7-1+2ubuntu1rusoft1~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 775 Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), libpcap0.8 (>= 0.9.8), libssl1.0.0 (>= 1.0.0), libpam-modules, libpam-runtime, procps Breaks: network-manager (<< 0.9.8.8-7~), network-manager-pptp (<< 0.9.8.4-3~), pppdcapiplugin (<< 1:3.25+dfsg1-3.4~) Filename: pool/ubuntu-precise/i386/ppp/ppp_2.4.7-1+2ubuntu1rusoft1~precise1_i386.deb Size: 397362 MD5sum: 03dc185c4e42dce8d4e594880a3cbe1c SHA1: 9b1dea8a8026e73ef30eaeb1752f093993dcefe8 SHA256: 27d86e17579e4979521a349a94953f1adee8d8d78e14a2e1b5c33b6910f81bc9 Section: admin Priority: optional Homepage: http://ppp.samba.org/ Description: Point-to-Point Protocol (PPP) - daemon The Point-to-Point Protocol provides a standard way to transmit datagrams over a serial link, as well as a standard way for the machines at either end of the link to negotiate various optional characteristics of the link. . This package is most commonly used to manage a modem for dial-up or certain kinds of broadband connections. Original-Maintainer: Chris Boot Package: pptp-linux Version: 1.9.0+ds-2rusoft1~precise1 Architecture: i386 Maintainer: Christoph Biedl Installed-Size: 85 Depends: libc6 (>= 2.15), ppp Filename: pool/ubuntu-precise/i386/pptp-linux/pptp-linux_1.9.0+ds-2rusoft1~precise1_i386.deb Size: 46902 MD5sum: 0835860bc5bfcd0c0210ae7c3fabe532 SHA1: e1976d18cd9598922b9be3b0059e95a22dd90710 SHA256: 1cff48dd4ec230e07065998546fe1700502e77a829d1dbb11850191b9dff6fd2 Section: net Priority: optional Homepage: http://pptpclient.sourceforge.net/ Description: Point-to-Point Tunneling Protocol (PPTP) Client Client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP. Allows connection to a PPTP based VPN as used by employers and some cable and ADSL service providers. Package: pv Version: 1.6.6-1rusoft1~precise1 Architecture: i386 Maintainer: Antoine Beaupré Installed-Size: 95 Depends: libc6 (>= 2.15) Suggests: doc-base Filename: pool/ubuntu-precise/i386/pv/pv_1.6.6-1rusoft1~precise1_i386.deb Size: 54904 MD5sum: 576d4abfbd6e934a415259488bf7a633 SHA1: dca234658123659df4fdecd6fdd913c41053eacf SHA256: 05571f2c12cc4e4522b3db5be427ab6fb2ff17b9a8ebdd42773723d73055b67a Section: utils Priority: optional Homepage: https://www.ivarch.com/programs/pv.shtml Description: Shell pipeline element to meter data passing through pv (Pipe Viewer) can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion. . To use it, insert it in a pipeline between two processes, with the appropriate options. Its standard input will be passed through to its standard output and progress will be shown on standard error. Package: python-brotli Source: brotli Version: 1.0.9-2rusoft1~12.04.1 Architecture: i386 Maintainer: Tomasz Buchert Installed-Size: 772 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/ubuntu-precise/i386/brotli/python-brotli_1.0.9-2rusoft1~12.04.1_i386.deb Size: 346142 MD5sum: 79150e37e4658e9c8069bb28156335a8 SHA1: 61d835853832e183a7d9c4ce7e983c2514687e35 SHA256: 81b81a87a94e02031c81d7d20363102e7914d7e26773150c9c5ffc0786495af5 Section: python Priority: optional Homepage: https://github.com/google/brotli Description: lossless compression algorithm and format (Python 2 version) Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. . This package installs a Python 2 module. Package: python3-brotli Source: brotli Version: 1.0.9-2rusoft1~12.04.1 Architecture: i386 Maintainer: Tomasz Buchert Installed-Size: 776 Depends: python3 (>= 3.2), python3 (<< 3.3), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/ubuntu-precise/i386/brotli/python3-brotli_1.0.9-2rusoft1~12.04.1_i386.deb Size: 346178 MD5sum: c2d43554faff3fea374806977aa4ed87 SHA1: a98274e6a53425cffe6b88de9f93284533237b1c SHA256: 926e56f865bd833bf6427d8d5cdab61f0a10fb5ea8dd287a00f3dca093003fd9 Section: python Priority: optional Homepage: https://github.com/google/brotli Description: lossless compression algorithm and format (Python 3 version) Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. . This package installs a Python 3 module. Package: rar Version: 2:5.5.0-1rusoft1~precise1 Architecture: i386 Maintainer: Martin Meredith Installed-Size: 791 Depends: libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Suggests: unrar Filename: pool/ubuntu-precise/i386/rar/rar_5.5.0-1rusoft1~precise1_i386.deb Size: 407836 MD5sum: 2937fb4b967f4915b21ba24412dab7ca SHA1: 74810fbe8b25382846e23e93d8e4c737937a2782 SHA256: b7751d8c2168455671890087cb9035a91033c12e4f8c1a0d30d9793840b3c39a Section: non-free/utils Priority: optional Homepage: http://www.rarlabs.com/ Description: Archiver for .rar files This is the RAR archiver from Eugene Roshal. It supports multiple volume archives and damage protection. It can also create SFX-archives. There are versions which run on DOS, Windows (3.1x,95,NT), FreeBSD, BSDI. . This program is shareware and you must register it after 40 days of use. Package: rsync Version: 3.1.3-8rusoft1.2~precise1 Architecture: i386 Maintainer: Paul Slootman Installed-Size: 578 Depends: lsb-base, libacl1 (>= 2.2.51-5), libattr1 (>= 1:2.4.46-5), libc6 (>= 2.15), libpopt0 (>= 1.14) Suggests: openssh-client, openssh-server Filename: pool/ubuntu-precise/i386/rsync/rsync_3.1.3-8rusoft1.2~precise1_i386.deb Size: 338994 MD5sum: aa6d3aa1ec1c5b2a88a7970b59fdc351 SHA1: 68f48d71c58fc4eb5edc5636353d2b835e98cb52 SHA256: dcdbedb856fe2fd70e71674d6f442a7ec276fed7a68b23160120601ffdc36f61 Section: net Priority: optional Multi-Arch: foreign Homepage: https://rsync.samba.org/ Description: fast, versatile, remote (and local) file-copying tool rsync is a fast and versatile file-copying tool which can copy locally and to/from a remote host. It offers many options to control its behavior, and its remote-update protocol can minimize network traffic to make transferring updates between machines fast and efficient. . It is widely used for backups and mirroring and as an improved copy command for everyday use. . This package provides both the rsync command line tool and optional daemon functionality. Package: rsync30 Version: 3.0.9-4+deb7u2rusoft1.3~precise1 Architecture: i386 Maintainer: Paul Slootman Installed-Size: 546 Depends: libacl1 (>= 2.2.51-5), libc6 (>= 2.15), libpopt0 (>= 1.14), lsb-base (>= 3.2-14), base-files (>= 4.0.1) Suggests: openssh-client, openssh-server Breaks: duplicity (<< 0.6.11) Filename: pool/ubuntu-precise/i386/rsync30/rsync30_3.0.9-4+deb7u2rusoft1.3~precise1_i386.deb Size: 356492 MD5sum: 24a507117b26795ab752e768bb87c65f SHA1: 90451ff1b7cafd6696e29759131fa53e1b11b036 SHA256: 0508e5964a6818296863fe6008766bb69d6eb220e42c7421009a0e2523ef9e50 Section: net Priority: optional Multi-Arch: foreign Homepage: http://rsync.samba.org/ Description: fast, versatile, remote (and local) file-copying tool rsync is a fast and versatile file-copying tool which can copy locally and to/from a remote host. It offers many options to control its behavior, and its remote-update protocol can minimize network traffic to make transferring updates between machines fast and efficient. . It is widely used for backups and mirroring and as an improved copy command for everyday use. . This package provides both the rsync command line tool and optional daemon functionality. Package: rsync32 Version: 3.2.3-8rusoft2.4~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 631 Depends: lsb-base, libacl1 (>= 2.2.51-5), libattr1 (>= 1:2.4.46-5), libc6 (>= 2.15), liblz4-1 (>= 0.0~r130), libpopt0 (>= 1.14), libssl111r (>= 1.1.0), libxxhash0 (>= 0.7.1), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4) Suggests: openssh-client, openssh-server, python3 Provides: rsync Filename: pool/ubuntu-precise/i386/rsync32/rsync32_3.2.3-8rusoft2.4~12.04.1_i386.deb Size: 384354 MD5sum: 239ee7169b974780483082663b231d07 SHA1: 596c9039cfaf6b5e224593dc59943c0edcb1bd5c SHA256: a1d3616841ab765822d175c17a599db3b8082b69f60a0a43390b9b1dfe810981 Section: net Priority: optional Multi-Arch: foreign Homepage: https://rsync.samba.org/ Description: fast, versatile, remote (and local) file-copying tool rsync is a fast and versatile file-copying tool which can copy locally and to/from a remote host. It offers many options to control its behavior, and its remote-update protocol can minimize network traffic to make transferring updates between machines fast and efficient. . It is widely used for backups and mirroring and as an improved copy command for everyday use. . This package provides both the rsync command line tool and optional daemon functionality. Original-Maintainer: Paul Slootman Package: siege Version: 3.0.5-1rusoft1~precise1 Architecture: i386 Maintainer: Josue Abarca Installed-Size: 186 Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.0) Conflicts: siege-ssl Replaces: siege-ssl Filename: pool/ubuntu-precise/i386/siege/siege_3.0.5-1rusoft1~precise1_i386.deb Size: 91316 MD5sum: a1165271511475c158758a3816bb0e8c SHA1: 61e96aba915aadb712efef07dcc79bd1df520166 SHA256: 19479e093b69c0713cfe10f0af3494fe3107c54dfbf9485034d3aad348bde445 Section: web Priority: optional Homepage: http://www.joedog.org/JoeDog/Siege Description: HTTP regression testing and benchmarking utility Siege is an regression test and benchmark utility. It can stress test a single URL with a user defined number of simulated users, or it can read many URLs into memory and stress them simultaneously. The program reports the total number of hits recorded, bytes transferred, response time, concurrency, and return status. Siege supports HTTP/1.0 and 1.1 protocols, the GET and POST directives, cookies, transaction logging, and basic authentication. Its features are configurable on a per user basis. . Note: this package contains siege with HTTPS support turned on, thus it obsoletes siege-ssl package now. Package: smartmontools Version: 7.3~git20210124-1rusoft3.6~12.04.1 Architecture: i386 Maintainer: Giuseppe Iuculano Installed-Size: 1620 Depends: debianutils (>= 2.2), lsb-base (>= 3.2-14), libc6 (>= 2.7), libcap-ng0, libgcc1 (>= 1:4.1.1), libselinux1 (>= 1.32), libstdc++6 (>= 4.1.1) Recommends: mailx | mailutils Suggests: gsmartcontrol, smart-notifier Conflicts: smartsuite, ucsc-smartsuite Filename: pool/ubuntu-precise/i386/smartmontools/smartmontools_7.3~git20210124-1rusoft3.6~12.04.1_i386.deb Size: 715846 MD5sum: a7706ba130df5f9e7534907ff6ac76c9 SHA1: 9e55b155e0dda45fb972744ce86ec706d8fc41f9 SHA256: 7a309222813503417b60a731ddc1deb190d41aaf0eedbd541779c9ff21f31d29 Section: utils Priority: optional Homepage: http://smartmontools.sourceforge.net/ Description: control and monitor storage systems using S.M.A.R.T. The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI hard disks. It is derived from the smartsuite package, and includes support for ATA/ATAPI-5 disks. It should run on any modern Linux system. Package: sqlite3 Version: 3.34.1-2rusoft8.2~12.04.1 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 2310 Depends: libc6 (>= 2.7), libreadline6 (>= 6.0), zlib1g (>= 1:1.2.0), libsqlite3-0 (= 3.34.1-2rusoft8.2~12.04.1) Recommends: libsqlite3-0-plugins Suggests: sqlite3-doc Filename: pool/ubuntu-precise/i386/sqlite3/sqlite3_3.34.1-2rusoft8.2~12.04.1_i386.deb Size: 1034590 MD5sum: 566c076cd32f7f527bad8b87f225e04a SHA1: e08e9567abc97fba25fce2e3176607b766ba9885 SHA256: 8c375706343c43ed020867979b8a8bc815c4ac40fe6653c47e7e02d384527fa0 Section: database Priority: optional Multi-Arch: foreign Homepage: https://www.sqlite.org/ Description: Command line interface for SQLite 3 SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: squashfs-tools Version: 1:4.3-4ubuntu1rusoft1.1~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 284 Depends: libc6 (>= 2.8), liblz4-1 (>= 0.0~r113), liblzma5 (>= 5.1.1alpha+20110809), liblzo2-2, libzstd1, zlib1g (>= 1:1.1.4) Filename: pool/ubuntu-precise/i386/squashfs-tools/squashfs-tools_4.3-4ubuntu1rusoft1.1~precise1_i386.deb Size: 107324 MD5sum: 3ba29b377f3ba8cf34d472f94a0c6ebc SHA1: 8ccb84e31bb46e9d8e6bda8dcade10350a42b845 SHA256: cfeedfea902027326cd5cd47a4324be223035bd5d472c067aafcc9327ff1a78e Section: kernel Priority: optional Homepage: http://squashfs.sourceforge.net/ Description: Tool to create and append to squashfs filesystems Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimise data overhead. Block sizes greater than 4K are supported up to a maximum of 64K. . Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. Original-Maintainer: Laszlo Boszormenyi (GCS) Package: squashfs-tools-dbg Source: squashfs-tools Version: 1:4.3-4ubuntu1rusoft1.1~precise1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 253 Depends: squashfs-tools (= 1:4.3-4ubuntu1rusoft1.1~precise1) Filename: pool/ubuntu-precise/i386/squashfs-tools/squashfs-tools-dbg_4.3-4ubuntu1rusoft1.1~precise1_i386.deb Size: 225352 MD5sum: e83a7df3dea1f357a124bb4c332397fe SHA1: 88c99b4b40aaea0d33513776557e17e122b2eba1 SHA256: c215aec31b66f9c9215959363922792421479ae736918913fd219727b5f67598 Section: debug Priority: extra Homepage: http://squashfs.sourceforge.net/ Description: Tool to create and append to squashfs filesystems (debug) Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimise data overhead. Block sizes greater than 4K are supported up to a maximum of 64K. . This package contains the debugging symbols. Original-Maintainer: Laszlo Boszormenyi (GCS) Package: sudo Version: 1.8.16-0ubuntu1.10rusoft1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 2717 Depends: libaudit0 (>= 1.7.13), libc6 (>= 2.11), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libpam-modules Conflicts: sudo-ldap Replaces: sudo-ldap Filename: pool/ubuntu-precise/i386/sudo/sudo_1.8.16-0ubuntu1.10rusoft1~12.04.1_i386.deb Size: 1351302 MD5sum: 647637fc01a533317e474d567b4319a6 SHA1: ab052c84bffc6c4c52b699abdc62d16274f98ed4 SHA256: 515e4249a2cce9b403d8f26ea6359c723e38742c533e72246fa1e420ba5ff7c2 Section: admin Priority: optional Homepage: http://www.sudo.ws/ Description: Provide limited super user privileges to specific users Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. . This version is built with minimal shared library dependencies, use the sudo-ldap package instead if you need LDAP support for sudoers. Original-Maintainer: Bdale Garbee Package: sudo-ldap Source: sudo Version: 1.8.16-0ubuntu1.10rusoft1~12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 2766 Depends: libaudit0 (>= 1.7.13), libc6 (>= 2.11), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libpam-modules Conflicts: sudo Replaces: sudo Provides: sudo Filename: pool/ubuntu-precise/i386/sudo/sudo-ldap_1.8.16-0ubuntu1.10rusoft1~12.04.1_i386.deb Size: 1383990 MD5sum: 8f2761b7a53f730663a2d20f2c2a2b91 SHA1: 513aaa79f20d9d51e581b2bdfc87f64469d64225 SHA256: 48c80ef908668ba15cc1fc3be0c9c3559a1957210f4ad142aff8080ac6c07252 Section: admin Priority: optional Homepage: http://www.sudo.ws/ Description: Provide limited super user privileges to specific users Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. . This version is built with LDAP support, which allows an equivalent of the sudoers database to be distributed via LDAP. Authentication is still performed via pam. Original-Maintainer: Bdale Garbee Package: unrar Source: unrar-nonfree Version: 1:6.0.3-1rusoft2~12.04.1 Architecture: i386 Maintainer: UnRar maintainer team Installed-Size: 312 Depends: libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Breaks: rar (<= 2.60-1) Filename: pool/ubuntu-precise/i386/unrar-nonfree/unrar_6.0.3-1rusoft2~12.04.1_i386.deb Size: 154734 MD5sum: c6ce32160020aae7007b5e7a34258291 SHA1: 2872e466ced287df884840037e3f4e674820e63d SHA256: ab3d6f809673a0ddfc672eb75059b483f2c2f60dce53f4083c341d5bbbf520c4 Section: non-free/utils Priority: optional Homepage: https://www.rarlab.com/ Description: Unarchiver for .rar files (non-free version) Unrar can extract files from .rar archives. If you want to create .rar archives, install package rar. Package: upx-ucl Version: 3.95-2rusoft1~precise1 Architecture: i386 Maintainer: Robert Luberda Installed-Size: 1991 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libucl1 (>= 1.03), zlib1g (>= 1:1.1.4) Provides: upx Filename: pool/ubuntu-precise/i386/upx-ucl/upx-ucl_3.95-2rusoft1~precise1_i386.deb Size: 623022 MD5sum: b2402c8bdfc49369b40b11e1afb9fbdd SHA1: c67f646c8cae9252478a82d1d9a4f29d7563263f SHA256: b3e874faa1d9f342fca8fb6f77a8a0ab8fa2a024adae8c2db463cd02354331eb Section: utils Priority: optional Homepage: https://upx.github.io/ Description: efficient live-compressor for executables UPX is an advanced executable file compressor. UPX will typically reduce the file size of programs and DLLs by around 50%-70%, thus reducing disk space, network load times, download times etc. The current version can compress executables for DOS, Linux/ELF (i386, amd64, ppc32) and some other files for different OS. . NOTE: This package is based on the UCL library, which is licensed under GPL. Package: upx-ucl Version: 3.96-3rusoft1.1~12.04.1 Architecture: i386 Maintainer: Robert Luberda Installed-Size: 1850 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libucl1 (>= 1.03), zlib1g (>= 1:1.1.4) Provides: upx Filename: pool/ubuntu-precise/i386/upx-ucl/upx-ucl_3.96-3rusoft1.1~12.04.1_i386.deb Size: 573424 MD5sum: 812fe681293aafd016c2b0a330e375ae SHA1: 7dee4b5ad79aa258dc57f6fda5ac30dcc6c9fac2 SHA256: dd6f3aa7515bc2c0a7821e975084c320cdfce5b5b1aa223923dbe0f23e999968 Section: utils Priority: optional Homepage: https://upx.github.io/ Description: efficient live-compressor for executables UPX is an advanced executable file compressor. UPX will typically reduce the file size of programs and DLLs by around 50%-70%, thus reducing disk space, network load times, download times etc. The current version can compress executables for DOS, Linux/ELF (i386, amd64, ppc32) and some other files for different OS. . NOTE: This package is based on the UCL library, which is licensed under GPL. Package: vpx3-tools Source: libvpx Version: 1.5.0-2rusoft2.1~precise1 Architecture: i386 Maintainer: Sebastian Dröge Installed-Size: 469 Depends: libvpx3 (= 1.5.0-2rusoft2.1~precise1), libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Conflicts: vpx-tools Filename: pool/ubuntu-precise/i386/libvpx/vpx3-tools_1.5.0-2rusoft2.1~precise1_i386.deb Size: 213208 MD5sum: c78cafc56a3296770c6a85abf7f0c838 SHA1: 797d9bde81d3e310c40da9046754a33b3b57d198 SHA256: e80dd71637caa1cda08d45f92770d4a4ac598ef1de209f1c4f040fdc157eb391 Section: utils Priority: optional Multi-Arch: foreign Homepage: http://www.webmproject.org Description: VP8 and VP9 video codec encoding/decoding tools VP8 and VP9 are open video codecs, originally developed by On2 and released as open source by Google Inc. They are the successor of the VP3 codec, on which the Theora codec was based. . This package contains the commandline tools vpxdec and vpxenc. Package: webalizer Version: 2.23.08-3.3rusoft1.1~12.04.1 Architecture: i386 Maintainer: Julien Viard de Galbert Installed-Size: 1479 Pre-Depends: debconf (>= 1.4.58) | debconf-2.0 Depends: libc6 (>= 2.15), libdb5.1, libgd3 (>= 2.1.0~alpha~), libgeoip1 (>= 1.4.8+dfsg), zlib1g (>= 1:1.2.3.3.dfsg) Recommends: geoip-database Suggests: httpd, fonts-dejavu-core | fonts-freefont-ttf Filename: pool/ubuntu-precise/i386/webalizer/webalizer_2.23.08-3.3rusoft1.1~12.04.1_i386.deb Size: 369890 MD5sum: 79272904e79f408de46615b24f446358 SHA1: c19b5c568984b918bd71b3d2d048b13efe4fae93 SHA256: 67a75278ebf3514a033f9030a4da1bc16abebdc400169fa4aa059e8a8b9f3d7a Section: web Priority: optional Homepage: http://www.mrunix.net/webalizer/ Description: web server log analysis program The Webalizer was designed to scan web server log files in various formats and produce usage statistics in HTML format for viewing through a browser. The Webalizer produces yearly, monthly, daily and hourly statistics. In the monthly reports, various statistics may be produced to show overall usage, usage by day and hour, usage by visiting sites, URLs, user agents (browsers), referrers and country. The Webalizer is highly configurable by use of either command line options or a configuration file, allowing the program to be tailored to individual needs easily. Package: webp Source: libwebp Version: 0.6.1-2rusoft3~precise1 Architecture: i386 Maintainer: Jeff Breidenbach Installed-Size: 206 Depends: libc6 (>= 2.11), libgif4 (>= 4.1.4), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libtiff4, libwebp6 (>= 0.5.1), libwebpmux3 (>= 0.6.0-1) Filename: pool/ubuntu-precise/i386/libwebp/webp_0.6.1-2rusoft3~precise1_i386.deb Size: 98676 MD5sum: 5378537abf11f229803c521027cf4d61 SHA1: 260a6dcb15d3ba37e48088470711dd8cf8ce9f04 SHA256: 1e256a39bc0abdb55743d5bfbf8a2d85d64c7ea65dd4ada077c3632070c5a7c5 Section: graphics Priority: optional Homepage: http://webp.googlecode.com Description: Lossy compression of digital photographic images. Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Package: xxhash Version: 0.8.0-1rusoft1~12.04.1 Architecture: i386 Maintainer: Norbert Preining Installed-Size: 84 Depends: libxxhash0 (>= 0.8.0-1rusoft1~12.04.1), libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/xxhash/xxhash_0.8.0-1rusoft1~12.04.1_i386.deb Size: 40246 MD5sum: d6a5a7da8a492ea633a170acfb7c94fe SHA1: f7677b519c71ce30a52bd8fc65f75041f8b842ff SHA256: 0e6ee465042c4473f9895c24fba0e3e5a52af6866ce52f7ca9190bc97279d258 Section: utils Priority: optional Homepage: https://cyan4973.github.io/xxHash Description: Extremely fast hash algorithm xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It successfully completes the SMHasher test suite which evaluates collision, dispersion and randomness qualities of hash functions. Code is highly portable, and hashes are identical on all platforms (little / big endian). Package: yasm Version: 1.3.0-2rusoft1~precise1 Architecture: i386 Maintainer: Sam Hocevar Installed-Size: 1511 Depends: libc6 (>= 2.7) Filename: pool/ubuntu-precise/i386/yasm/yasm_1.3.0-2rusoft1~precise1_i386.deb Size: 617002 MD5sum: 9733b0b144ab63a001dce0a86ec08d1c SHA1: 77c96792cffdd041146ed835843737deea46bfa9 SHA256: 12eb5b0e4ab2856d9f49685e245041462775783ebcb17b50612895611f91876a Section: devel Priority: optional Homepage: http://www.tortall.net/projects/yasm/ Description: modular assembler with multiple syntaxes support Yasm is a complete rewrite of the NASM assembler. It supports multiple assembler syntaxes (eg, NASM, GAS, TASM, etc.) in addition to multiple output object formats (binary objects, COFF, Win32, ELF32, ELF64) and even multiple instruction sets (including AMD64). It also has an optimiser module. Package: zstd Source: libzstd Version: 1.4.8+dfsg-2rusoft7.1~12.04.1 Architecture: i386 Maintainer: Debian Med Packaging Installed-Size: 807 Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/i386/libzstd/zstd_1.4.8+dfsg-2rusoft7.1~12.04.1_i386.deb Size: 310290 MD5sum: bd0c3a9466464698479d30a662ba1f22 SHA1: cf89c795080552eb9a170322f85ec24979285e3f SHA256: e22f6fb1f7d9c4856360914d49b3fe7590e792e61c03a70c79e7c2110aa49849 Section: utils Priority: optional Homepage: https://github.com/facebook/zstd Description: fast lossless compression algorithm -- CLI tool Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level compression ratio. . This package contains the CLI program implementing zstd. Package: apache2-doc Source: apache2 Version: 2.2.34-1deb7u13rusoft10.2~precise1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 13784 Filename: pool/ubuntu-precise/all/apache2/apache2-doc_2.2.34-1deb7u13rusoft10.2~precise1_all.deb Size: 2966266 MD5sum: 24ac0303f71c8f0d12e70b5d82af47db SHA1: 122ef0f7c3090a0067735e029f623d844bd8dfef SHA256: b195ac8e2ad4a68ae737ad7a90d5859963113e6a1242598cd938e39550d9392b Section: doc Priority: optional Homepage: http://httpd.apache.org/ Description: Apache HTTP Server documentation This package provides the documentation for Apache 2. For more details see the apache2 package description. Original-Maintainer: Debian Apache Maintainers Original-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2 Original-Vcs-Svn: svn://svn.debian.org/pkg-apache/trunk/apache2 Package: bzip2-doc Source: bzip2 Version: 1.0.6-8build1rusoft1~precise1 Architecture: all Maintainer: Anibal Monsalve Salazar Installed-Size: 428 Depends: dpkg (>= 1.15.4) | install-info Replaces: bzip2 (<< 1.0.4-0ubuntu2) Filename: pool/ubuntu-precise/all/bzip2/bzip2-doc_1.0.6-8build1rusoft1~precise1_all.deb Size: 307596 MD5sum: c9a305e7ae7ba547bb4c6875d69549ea SHA1: a19252a35c379546d0df8198dde11ee475dead4a SHA256: 7645914aab453d4e34ef60207f35b52a3a9c853217802ab5b66a6f8b8deaaf1c Section: doc Priority: optional Homepage: http://www.bzip.org/ Description: high-quality block-sorting file compressor - documentation bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . This package contains the bzip2 user manual. Package: cmake-data Source: cmake Version: 2.8.12.2-0ubuntu6rusoft1~precise1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 2685 Conflicts: emacsen-common (<< 2.0.0) Breaks: cmake (<= 2.6.2-1) Replaces: cmake (<= 2.6.2-1) Filename: pool/ubuntu-precise/all/cmake/cmake-data_2.8.12.2-0ubuntu6rusoft1~precise1_all.deb Size: 816904 MD5sum: 3bb1b52bd0fbe318bc5b7514cfbe9429 SHA1: 0a0a2e1ef7398d9c4c25b03a4f57206b5d022a36 SHA256: b9e22b1671349d6a963a8016b35626f1e0ff110d169e1f74cb662dbe501c77f4 Section: devel Priority: optional Homepage: http://cmake.org/ Description: CMake data files (modules, templates and documentation) This package provides CMake architecture independent data files (modules, templates, documentation etc.). Unless you have cmake installed, you probably do not need this package. Original-Maintainer: Modestas Vainius Package: cmake-doc Source: cmake Version: 2.8.12.2-0ubuntu6rusoft1~precise1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 5044 Depends: cmake-data Recommends: doc-base Suggests: cmake Breaks: cmake (<= 2.8.2-1), cmake-curses-gui (<= 2.8.2-1), cmake-data (<= 2.8.2-1), cmake-qt-gui (<= 2.8.2-1) Replaces: cmake (<= 2.8.2-1), cmake-curses-gui (<= 2.8.2-1), cmake-data (<= 2.8.2-1), cmake-qt-gui (<= 2.8.2-1) Filename: pool/ubuntu-precise/all/cmake/cmake-doc_2.8.12.2-0ubuntu6rusoft1~precise1_all.deb Size: 2082090 MD5sum: 695febea2e717cac9643ee80651c58ec SHA1: 21bdf6542de3e0d98c5117d48cf21bb5f899f533 SHA256: f59940488aeae774c5bfe39397bc421657ecdb9b396d4eb2644ba4881d6072c5 Section: doc Priority: optional Homepage: http://cmake.org/ Description: extended documentation in various formats for CMake CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. . This package provides additional documentation in various formats like HTML or plain text. Original-Maintainer: Modestas Vainius Package: debootstrap Version: 1.0.92-1rusoft1.2~precise1 Architecture: all Maintainer: Debian Install System Team Installed-Size: 201 Depends: wget Recommends: gnupg, ubuntu-keyring Filename: pool/ubuntu-precise/all/debootstrap/debootstrap_1.0.92-1rusoft1.2~precise1_all.deb Size: 68758 MD5sum: a8ddc0439cb8894b93de3487b2c251a1 SHA1: 7349661fec1436ed4291580770cd721ca41a5fe8 SHA256: b036825f876d4509fb28b4b4f04ce41c204490b06dd085e354be90bf3daed5ca Section: admin Priority: optional Description: Bootstrap a basic Debian system debootstrap is used to create a Debian base system from scratch, without requiring the availability of dpkg or apt. It does this by downloading .deb files from a mirror site, and carefully unpacking them into a directory which can eventually be chrooted into. Package: dehydrated Version: 0.7.0-3rusoft1.2~12.04.1 Architecture: all Maintainer: Debian Let's Encrypt Team Installed-Size: 94 Depends: bash (>= 4.2), ca-certificates, curl, openssl (>= 1.1.1) | openssl111r Filename: pool/ubuntu-precise/all/dehydrated/dehydrated_0.7.0-3rusoft1.2~12.04.1_all.deb Size: 32468 MD5sum: 7685d3b31ed894048de8909bba106abf SHA1: d423b5905aabbb0fe69602fac92982b1e342944f SHA256: bc1261ab1d7b912abb67e446168617858cb2eddd88234086aac8ef98d90ee307 Section: misc Priority: optional Multi-Arch: foreign Homepage: https://dehydrated.io Description: ACME client implemented in Bash The dehydrated ACME client allows signing certificates with an ACME server, like the one provided by the Let’s Encrypt certificate authority (letsencrypt.org). It is implemented as a relatively simple Bash script, which uses curl to communicate with the ACME server and OpenSSL to deal with keys, sign requests and certificates. . The ACME (Automated Certificate Management Environment) protocol makes it possible to automatically obtain browser-trusted certificate. Package: dehydrated-apache2 Source: dehydrated Version: 0.7.0-3rusoft1.2~12.04.1 Architecture: all Maintainer: Debian Let's Encrypt Team Installed-Size: 7 Recommends: dehydrated Filename: pool/ubuntu-precise/all/dehydrated/dehydrated-apache2_0.7.0-3rusoft1.2~12.04.1_all.deb Size: 6090 MD5sum: 117767eac7133048ed5ef29a987f554e SHA1: 8e7ae699b9f566c9c1848cbc6ff4dacade596274 SHA256: 37b89043bfe8de82a7a267ecdd624a417153de496066ecc09fbe1134e546ff4f Section: misc Priority: optional Homepage: https://dehydrated.io Description: dehydrated challenge response support for Apache2 This package provides an Apache2 config snippet to serve the http-01 challenge responses for dehydrated. . Installing this package together with dehydrated is enough to have a fully functional ACME client, including replying to the HTTP challenge. Package: dehydrated-docs Source: dehydrated Version: 0.7.0-3rusoft1.2~12.04.1 Architecture: all Maintainer: Debian Let's Encrypt Team Installed-Size: 87 Recommends: dehydrated Filename: pool/ubuntu-precise/all/dehydrated/dehydrated-docs_0.7.0-3rusoft1.2~12.04.1_all.deb Size: 68656 MD5sum: 008339d32a232d17c08f02750844d296 SHA1: 5ff6f3780331c3aa794789c3243200c28fa31961 SHA256: 58ceda9cfafac5c1830b970e19adc287bde76d9ab4fe1a67654aef46ad551f90 Section: misc Priority: optional Homepage: https://dehydrated.io Description: dehydrated documentation This package provides some documentation and examples for dehydrated. Package: dehydrated-nginx Source: dehydrated Version: 0.7.0-3rusoft1.2~12.04.1 Architecture: all Maintainer: Debian Let's Encrypt Team Installed-Size: 6 Recommends: dehydrated Filename: pool/ubuntu-precise/all/dehydrated/dehydrated-nginx_0.7.0-3rusoft1.2~12.04.1_all.deb Size: 5832 MD5sum: 8f39db44c52c060d625438b0204f730b SHA1: a90b7452af1b1104e6fb674b9a0dce3bc37d3e58 SHA256: 0171ea05b507d33f31cade834299ab77068f601a63570d7c91fad004f6a6a0e7 Section: misc Priority: optional Homepage: https://dehydrated.io Description: dehydrated challenge response support for nginx This package provides an nginx location config snippet to serve the http-01 challenge responses for dehydrated. . Installing this package together with dehydrated is enough to have a fully functional ACME client, including replying to the HTTP challenge. Package: exim4 Version: 4.86.2-2ubuntu2.6rusoft1~12.04.1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 17 Depends: debconf (>= 0.5) | debconf-2.0, debconf (>= 1.4.69) | cdebconf (>= 0.39), exim4-base (>= 4.86.2-2ubuntu2.6rusoft1~12.04.1), exim4-base (<< 4.86.2-2ubuntu2.6rusoft1~12.04.1.1), exim4-daemon-light | exim4-daemon-heavy | exim4-daemon-custom Filename: pool/ubuntu-precise/all/exim4/exim4_4.86.2-2ubuntu2.6rusoft1~12.04.1_all.deb Size: 7862 MD5sum: fe794e832a7cb6258ac7a3aa25b24d0d SHA1: c6cc8b29c9c51277d43d1bded006cff1f0d31827 SHA256: e1d9dd9ac57159f927a882a093ce92a4414181b5b3182b2a4a842316f71139ee Section: mail Priority: standard Homepage: http://www.exim.org/ Description: metapackage to ease Exim MTA (v4) installation Exim (v4) is a mail transport agent. exim4 is the metapackage depending on the essential components for a basic exim4 installation. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Original-Maintainer: Exim4 Maintainers Package: exim4-config Source: exim4 Version: 4.86.2-2ubuntu2.6rusoft1~12.04.1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 894 Depends: debconf (>= 0.5) | debconf-2.0, adduser Conflicts: courier-mta, esmtp-run, exim, exim-tls, exim4-config, exim4-config-2, hula-mta, masqmail, mta-dummy, nullmailer, postfix, sendmail-bin, smail, ssmtp, xmail, zmailer Breaks: exim4-daemon-heavy (<< 4.86.2), exim4-daemon-light (<< 4.86.2) Provides: exim4-config-2 Filename: pool/ubuntu-precise/all/exim4/exim4-config_4.86.2-2ubuntu2.6rusoft1~12.04.1_all.deb Size: 395422 MD5sum: ccb350d06bc6cdef70e83636a0990525 SHA1: a9b2415626c2acc135aed62303b3a1f640d15308 SHA256: 5e2bf3f58133d5ddec4008a9c54071a2c49a4ed6a8dab7d775cd0a544c7cc1f0 Section: mail Priority: standard Homepage: http://www.exim.org/ Description: configuration for the Exim MTA (v4) Exim (v4) is a mail transport agent. exim4-config provides the configuration for the exim4 daemon packages. The configuration framework has been split off the main package to allow sites to replace the configuration scheme with their own without having to change the actual exim4 packages. . Sites with special configuration needs (having a lot of identically configured machines for example) can use this to distribute their own custom configuration via the packaging system, using the magic available with dpkg's conffile handling, without having to do local changes on all of these machines. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Original-Maintainer: Exim4 Maintainers Package: fonts-liberation Version: 1.07.3-3rusoft1~precise1 Architecture: all Maintainer: Debian Fonts Task Force Installed-Size: 2076 Breaks: ttf-liberation (<< 1.07.0-2) Replaces: ttf-liberation (<< 1.07.0-2) Filename: pool/ubuntu-precise/all/fonts-liberation/fonts-liberation_1.07.3-3rusoft1~precise1_all.deb Size: 1321540 MD5sum: 6062ae4393ca6565d186036e3d3e43fc SHA1: 3b1d084d06936a5e3312c49bc29ff71060a5ec0d SHA256: b1f73afd20065e9a8c0d42d2119dcb009751a21973a64b0d25c61dc635fb1480 Section: fonts Priority: optional Multi-Arch: foreign Homepage: https://fedorahosted.org/liberation-fonts/ Description: Fonts with the same metrics as Times, Arial and Courier A set of serif, sans-serif and monospaced fonts from Red Hat with exactly the same metrics as the (non-free) Microsoft Times, Arial and Courier fonts, which implies those fonts can serve as a drop-in replacement. The font family is named Liberation. Package: geoip-database Version: 20221007-1rusoft7~12.04.1 Architecture: all Maintainer: Sergey Dryabzhinsky Installed-Size: 2351 Pre-Depends: dpkg (>= 1.15.6~) Recommends: libgeoip1, geoip-bin Suggests: geoip-database-city, geoip-database-hoster, geoip-database-ipv6, geoip-database-ipv6-city, geoip-database-ipv6-hoster Conflicts: geoip-database-extra Breaks: libgeoip1 (<< 1.4.5.dfsg) Filename: pool/ubuntu-precise/all/geoip-database/geoip-database_20221007-1rusoft7~12.04.1_all.deb Size: 1225988 MD5sum: 2d6f3f47dbc06cf9eccceeac3a1cee19 SHA1: 11c49dfd14aa81b841346f1daf438406452ef12f SHA256: da190ab302ff1970a86f3a8895bd36a403ad0850892822ae9a9ac6bef5c6939b Section: net Priority: optional Homepage: http://www.maxmind.com/ Description: IP lookup GeoIP databases (IPv4 only) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLite Country databases. For IPv4 only. Package: geoip-database Version: 20230726-1rusoft7~12.04.1 Architecture: all Maintainer: Sergey Dryabzhinsky Installed-Size: 2623 Pre-Depends: dpkg (>= 1.15.6~) Recommends: libgeoip1, geoip-bin Suggests: geoip-database-city, geoip-database-hoster, geoip-database-ipv6, geoip-database-ipv6-city, geoip-database-ipv6-hoster Conflicts: geoip-database-extra Breaks: libgeoip1 (<< 1.4.5.dfsg) Filename: pool/ubuntu-precise/all/geoip-database/geoip-database_20230726-1rusoft7~12.04.1_all.deb Size: 1365068 MD5sum: adbbfc63e55c2de9d91b1432276015a6 SHA1: ebdf57562a416f9dfeffbea15f7b56ca1325079d SHA256: 55aa75001669080127b70ad12258bbd7a8f99c5e04b55e607ca880c111e75b53 Section: net Priority: optional Homepage: http://www.maxmind.com/ Description: IP lookup GeoIP databases (IPv4 only) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLite Country databases. For IPv4 only. Package: geoip-database-city Source: geoip-database Version: 20221007-1rusoft7~12.04.1 Architecture: all Maintainer: Sergey Dryabzhinsky Installed-Size: 24782 Pre-Depends: dpkg (>= 1.15.6~) Recommends: libgeoip1, geoip-bin Suggests: geoip-database-ipv6-city Conflicts: geoip-database-extra Breaks: libgeoip1 (<< 1.4.5.dfsg) Filename: pool/ubuntu-precise/all/geoip-database/geoip-database-city_20221007-1rusoft7~12.04.1_all.deb Size: 15811250 MD5sum: 6b34a083a3de145bd5ecaa979b9e0d73 SHA1: 59fe2780e8b459f2b01b8195736267c17f0c43fd SHA256: 2665597936a9a1852eabfe4ba35ce6a3c377cf8d07d957cd08ab384b9454702e Section: net Priority: optional Homepage: http://www.maxmind.com/ Description: IP lookup GeoIP databases (IPv4 only) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLite City databases. For IPv4 only. Package: geoip-database-city Source: geoip-database Version: 20230726-1rusoft7~12.04.1 Architecture: all Maintainer: Sergey Dryabzhinsky Installed-Size: 26359 Pre-Depends: dpkg (>= 1.15.6~) Recommends: libgeoip1, geoip-bin Suggests: geoip-database-ipv6-city Conflicts: geoip-database-extra Breaks: libgeoip1 (<< 1.4.5.dfsg) Filename: pool/ubuntu-precise/all/geoip-database/geoip-database-city_20230726-1rusoft7~12.04.1_all.deb Size: 16689792 MD5sum: a9562594a2ba3c0a3a5af27b22895e77 SHA1: 5183ec37b730016b38192f69c8db4beabb76cd71 SHA256: d6c1f68cc6dd8391ab96c9ff587d319993b6affe2acc5b7015ef292a02a8c388 Section: net Priority: optional Homepage: http://www.maxmind.com/ Description: IP lookup GeoIP databases (IPv4 only) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLite City databases. For IPv4 only. Package: geoip-database-hoster Source: geoip-database Version: 20221007-1rusoft7~12.04.1 Architecture: all Maintainer: Sergey Dryabzhinsky Installed-Size: 5834 Pre-Depends: dpkg (>= 1.15.6~) Recommends: libgeoip1, geoip-bin Suggests: geoip-database-ipv6-hoster Conflicts: geoip-database-extra Breaks: libgeoip1 (<< 1.4.5.dfsg) Filename: pool/ubuntu-precise/all/geoip-database/geoip-database-hoster_20221007-1rusoft7~12.04.1_all.deb Size: 3145162 MD5sum: 1995988fbe23bd1019841a5407288230 SHA1: 1e4c91e716ee2f6bf62250af68f506f150339a5f SHA256: 2b41716ea2079955bb00a621ff766375f45812ad52f00010df2fcd58c06f2572 Section: net Priority: optional Homepage: http://www.maxmind.com/ Description: IP lookup GeoIP databases (IPv4 only) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLite Hoster databases. For IPv4 only. Package: geoip-database-hoster Source: geoip-database Version: 20230726-1rusoft7~12.04.1 Architecture: all Maintainer: Sergey Dryabzhinsky Installed-Size: 5966 Pre-Depends: dpkg (>= 1.15.6~) Recommends: libgeoip1, geoip-bin Suggests: geoip-database-ipv6-hoster Conflicts: geoip-database-extra Breaks: libgeoip1 (<< 1.4.5.dfsg) Filename: pool/ubuntu-precise/all/geoip-database/geoip-database-hoster_20230726-1rusoft7~12.04.1_all.deb Size: 3218562 MD5sum: 34b923f929ce059662a52493601cc951 SHA1: 42338f7e2842c60cbdddfdd696ebf0bbb0a72349 SHA256: 399fa64c04d3f51d57b96526b8226d22da78fde3ceaa684ba014dd3d5ef5cc91 Section: net Priority: optional Homepage: http://www.maxmind.com/ Description: IP lookup GeoIP databases (IPv4 only) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLite Hoster databases. For IPv4 only. Package: geoip-database-ipv6 Source: geoip-database Version: 20221007-1rusoft7~12.04.1 Architecture: all Maintainer: Sergey Dryabzhinsky Installed-Size: 3169 Pre-Depends: dpkg (>= 1.15.6~) Recommends: libgeoip1, geoip-bin Conflicts: geoip-database-extra Breaks: libgeoip1 (<< 1.4.5.dfsg) Filename: pool/ubuntu-precise/all/geoip-database/geoip-database-ipv6_20221007-1rusoft7~12.04.1_all.deb Size: 1275638 MD5sum: 88d72fa993c1d6bce02eb8fba242e495 SHA1: a3d3860a5c68cee7acf5efe3693f2748ce426d17 SHA256: f0d988aef524caab43d2202546a3ffb9d2dbb138eb00a67dbe7323bc4892679f Section: net Priority: optional Homepage: http://www.maxmind.com/ Description: IP lookup GeoIP databases (IPv6 only) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLite Country database. For IPv6 only. Package: geoip-database-ipv6 Source: geoip-database Version: 20230726-1rusoft7~12.04.1 Architecture: all Maintainer: Sergey Dryabzhinsky Installed-Size: 3211 Pre-Depends: dpkg (>= 1.15.6~) Recommends: libgeoip1, geoip-bin Conflicts: geoip-database-extra Breaks: libgeoip1 (<< 1.4.5.dfsg) Filename: pool/ubuntu-precise/all/geoip-database/geoip-database-ipv6_20230726-1rusoft7~12.04.1_all.deb Size: 1304452 MD5sum: a67e389933aed1de60194746837c09af SHA1: e33d03440b72b3e5509dc417c98b2ef2e7bbbcb5 SHA256: 86b577c6bdc10f5c90c25660e87b46a0f198ba63f29507c830a2dec7c3b223de Section: net Priority: optional Homepage: http://www.maxmind.com/ Description: IP lookup GeoIP databases (IPv6 only) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLite Country database. For IPv6 only. Package: geoip-database-ipv6-city Source: geoip-database Version: 20221007-1rusoft7~12.04.1 Architecture: all Maintainer: Sergey Dryabzhinsky Installed-Size: 9794 Pre-Depends: dpkg (>= 1.15.6~) Recommends: libgeoip1, geoip-bin Conflicts: geoip-database-extra Breaks: libgeoip1 (<< 1.4.5.dfsg) Filename: pool/ubuntu-precise/all/geoip-database/geoip-database-ipv6-city_20221007-1rusoft7~12.04.1_all.deb Size: 4855822 MD5sum: 52d7ec32d63658b58a5a9993212d778c SHA1: 3769a01eb3ed0d1ae745d1a293d499421e000d2d SHA256: 02bca05303f32df29d44630106f4db46a086b185b79759ef0f9f6b054dd73efc Section: net Priority: optional Homepage: http://www.maxmind.com/ Description: IP lookup GeoIP databases (IPv6 only) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLite City database. For IPv6 only. Package: geoip-database-ipv6-city Source: geoip-database Version: 20230726-1rusoft7~12.04.1 Architecture: all Maintainer: Sergey Dryabzhinsky Installed-Size: 10532 Pre-Depends: dpkg (>= 1.15.6~) Recommends: libgeoip1, geoip-bin Conflicts: geoip-database-extra Breaks: libgeoip1 (<< 1.4.5.dfsg) Filename: pool/ubuntu-precise/all/geoip-database/geoip-database-ipv6-city_20230726-1rusoft7~12.04.1_all.deb Size: 5265918 MD5sum: 5c03ce827b9106d04b73322c58bef1ad SHA1: a5df91dd7ff85a223c9368bd843f984a9fe82636 SHA256: e86bd233d905312c3b69c30008333d1e80f0855fe486dddeaec4848854c257b1 Section: net Priority: optional Homepage: http://www.maxmind.com/ Description: IP lookup GeoIP databases (IPv6 only) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLite City database. For IPv6 only. Package: geoip-database-ipv6-hoster Source: geoip-database Version: 20221007-1rusoft7~12.04.1 Architecture: all Maintainer: Sergey Dryabzhinsky Installed-Size: 2939 Pre-Depends: dpkg (>= 1.15.6~) Recommends: libgeoip1, geoip-bin Conflicts: geoip-database-extra Breaks: libgeoip1 (<< 1.4.5.dfsg) Filename: pool/ubuntu-precise/all/geoip-database/geoip-database-ipv6-hoster_20221007-1rusoft7~12.04.1_all.deb Size: 1220554 MD5sum: bb0da6109e1caa8022f7e38d8399855b SHA1: 6097c6e2272342eb56c61cc9186b570bdc4061c2 SHA256: 3459c7def18527ee4519215ccd6dc393c8509bb5670995fcae6b90b38752ea69 Section: net Priority: optional Homepage: http://www.maxmind.com/ Description: IP lookup GeoIP databases (IPv6 only) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLite Hoster database. For IPv6 only. Package: geoip-database-ipv6-hoster Source: geoip-database Version: 20230726-1rusoft7~12.04.1 Architecture: all Maintainer: Sergey Dryabzhinsky Installed-Size: 3244 Pre-Depends: dpkg (>= 1.15.6~) Recommends: libgeoip1, geoip-bin Conflicts: geoip-database-extra Breaks: libgeoip1 (<< 1.4.5.dfsg) Filename: pool/ubuntu-precise/all/geoip-database/geoip-database-ipv6-hoster_20230726-1rusoft7~12.04.1_all.deb Size: 1346840 MD5sum: 6e3603c1da5a9d0de56a8b4cea6442c0 SHA1: 2e5ed63f1cb9894d3e64e1e5efe4947e478331f0 SHA256: 47ba744f97778746d7718b3ed51c1cff6d98734f3dba34504e6d59e8a6af13e0 Section: net Priority: optional Homepage: http://www.maxmind.com/ Description: IP lookup GeoIP databases (IPv6 only) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLite Hoster database. For IPv6 only. Package: git-all Source: git Version: 1:2.30.2-1rusoft3.1~12.04.1 Architecture: all Maintainer: Gerrit Pape Installed-Size: 19 Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.), git-doc, git-el, git-cvs, git-mediawiki, git-svn, git-email, git-gui, gitk, gitweb Recommends: git-daemon-run | git-daemon-sysvinit Filename: pool/ubuntu-precise/all/git/git-all_2.30.2-1rusoft3.1~12.04.1_all.deb Size: 6458 MD5sum: 6761788d481aebf9948ee5edcbfbeb52 SHA1: af2243924b047206c2dfabd478ec26685078d568 SHA256: 46081383af81718eae67060f11d0f945f7d1e5501934fcb921729ae738257400 Section: vcs Priority: optional Multi-Arch: foreign Homepage: https://git-scm.com/ Description: fast, scalable, distributed revision control system (all subpackages) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This is a dummy package which brings in all subpackages. Package: git-cvs Source: git Version: 1:2.30.2-1rusoft3.1~12.04.1 Architecture: all Maintainer: Gerrit Pape Installed-Size: 394 Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.), cvsps, libdbd-sqlite3-perl Suggests: git-doc, cvs Filename: pool/ubuntu-precise/all/git/git-cvs_2.30.2-1rusoft3.1~12.04.1_all.deb Size: 69674 MD5sum: 5a3a077df7593d882eee960b19862113 SHA1: 4f0174d23cbdddad24984c267801806622e3bf94 SHA256: da2ea3a718f662c2a34d39b0120d5b5c0ac26ab0a8e12a64969303d0ba4a1fa4 Section: vcs Priority: optional Multi-Arch: foreign Homepage: https://git-scm.com/ Description: fast, scalable, distributed revision control system (cvs interoperability) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git cvsimport, cvsexportcommit, and cvsserver tools, which allow Git to read from and write to CVS repositories and offer access over CVS protocol to Git repositories. . The git cvsimport tool can incrementally import from a repository that is being actively developed and only requires remote access over CVS protocol. Unfortunately, in many situations the import leads to incorrect results. For reliable, one-shot imports, cvs2git from the cvs2svn package or parsecvs may be a better fit. Package: git-daemon-run Source: git Version: 1:2.30.2-1rusoft3.1~12.04.1 Architecture: all Maintainer: Gerrit Pape Installed-Size: 22 Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.), runit, adduser Conflicts: git-daemon-sysvinit Filename: pool/ubuntu-precise/all/git/git-daemon-run_2.30.2-1rusoft3.1~12.04.1_all.deb Size: 7966 MD5sum: e3032e2036c66c63bafddc45a8804e07 SHA1: 88d9761255ab3ae5bc46e766cda6a39adacdf873 SHA256: 32e62511a5eaca4ae8ee970eb534e627328f6ed00c58f76a7abef8bdeca37e0c Section: vcs Priority: optional Multi-Arch: foreign Homepage: https://git-scm.com/ Description: fast, scalable, distributed revision control system (git-daemon service) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . git-daemon, as provided by the git package, is a simple server for git repositories, ideally suited for read-only updates, i.e. pulling from git repositories through the network. This package provides a runit service for running git-daemon permanently. This configuration is simpler and more reliable than git-daemon-sysvinit, at a cost of being less familiar for administrators accustomed to sysvinit. Package: git-daemon-sysvinit Source: git Version: 1:2.30.2-1rusoft3.1~12.04.1 Architecture: all Maintainer: Gerrit Pape Installed-Size: 25 Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.), adduser, lsb-base (>= 3.0-6) Conflicts: git-daemon-run Filename: pool/ubuntu-precise/all/git/git-daemon-sysvinit_2.30.2-1rusoft3.1~12.04.1_all.deb Size: 8962 MD5sum: db9d70073229bd015f8ff4d51fe0bf9d SHA1: 2aaf7ef20d521a318d6c4a3023395be3cc21c7b7 SHA256: 832399fe892ce9adb1f337af6da0cff1cffd3c24057bad794cd5d9166404e12b Section: vcs Priority: optional Multi-Arch: foreign Homepage: https://git-scm.com/ Description: fast, scalable, distributed revision control system (git-daemon service) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . git-daemon, as provided by the git package, is a simple server for git repositories, ideally suited for read-only updates, i.e. pulling from git repositories through the network. This package provides a sysvinit service for running git-daemon permanently. Unlike git-daemon-run, this package provides the usual sysvinit service management commands ("service git-daemon start/stop") for git-daemon. Package: git-doc Source: git Version: 1:2.30.2-1rusoft3.1~12.04.1 Architecture: all Maintainer: Gerrit Pape Installed-Size: 368 Suggests: git, git-cvs, git-svn, git-email, gitk, gitweb Filename: pool/ubuntu-precise/all/git/git-doc_2.30.2-1rusoft3.1~12.04.1_all.deb Size: 108172 MD5sum: d1c1b405ee6beb87336c34803f9d865c SHA1: b6525d57c581328d12265c1ae89e29682283546c SHA256: fc0bb30efe1936968b1072f41cf621815aff02d9061cc42a2b0c0bbf5ab34149 Section: doc Priority: optional Multi-Arch: foreign Homepage: https://git-scm.com/ Description: fast, scalable, distributed revision control system (documentation) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the documentation. Package: git-el Source: git Version: 1:2.30.2-1rusoft3.1~12.04.1 Architecture: all Maintainer: Gerrit Pape Installed-Size: 24 Depends: git (>= 1:1.7.4.1-2~), emacs | emacsen Recommends: elpa-magit Breaks: git (<< 1:1.7.4.1-2~) Replaces: git (<< 1:1.7.4.1-2~) Filename: pool/ubuntu-precise/all/git/git-el_2.30.2-1rusoft3.1~12.04.1_all.deb Size: 8656 MD5sum: d32791c5969df1f4fb6e491b29f3ab41 SHA1: 6e0c51fa6278d35e4101c232717e453d75526f52 SHA256: 7b9acb53e88315bd15c966762fdbfaeaa3e448e9f12c9da705b2e58f86271979 Section: vcs Priority: optional Multi-Arch: foreign Homepage: https://git-scm.com/ Description: fast, scalable, distributed revision control system (emacs support) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This transitional package provides two modules that previously could be used for integration with Emacs: git.el and git-blame.el. Now the modules print an error message with instructions that users can use to migrate to Emacs's VC-mode backend for Git or Magit. Package: git-email Source: git Version: 1:2.30.2-1rusoft3.1~12.04.1 Architecture: all Maintainer: Gerrit Pape Installed-Size: 84 Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.) Recommends: libemail-valid-perl, libmailtools-perl, perl (>> 5.21.5) | libnet-smtp-ssl-perl, libauthen-sasl-perl, libio-socket-ssl-perl (>= 1.951) Suggests: git-doc Filename: pool/ubuntu-precise/all/git/git-email_2.30.2-1rusoft3.1~12.04.1_all.deb Size: 31684 MD5sum: ff98a8b8f5b3957d6f9212e87d468560 SHA1: e3dfbe0c215c6787ee3aba262799e49ad51743b2 SHA256: 855e69b84098c3bafac2c524e2a2a7c82318416773a94c4aed6d0e7b1bf8e62d Section: vcs Priority: optional Multi-Arch: foreign Homepage: https://git-scm.com/ Description: fast, scalable, distributed revision control system (email add-on) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git-send-email program for sending series of patch emails. Package: git-gui Source: git Version: 1:2.30.2-1rusoft3.1~12.04.1 Architecture: all Maintainer: Gerrit Pape Installed-Size: 1509 Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.), tk Recommends: gitk Suggests: git-doc, aspell, meld Filename: pool/ubuntu-precise/all/git/git-gui_2.30.2-1rusoft3.1~12.04.1_all.deb Size: 224058 MD5sum: 29a575d3ff683fae789c6e8705a6e722 SHA1: 177d3340b8bc4b677bcfa76b66942724436b2627 SHA256: 668e7d742177016fdbfb6a7a12fca058b3726c7b0d5015bf29203eb1cb51a65e Section: vcs Priority: optional Multi-Arch: foreign Homepage: https://git-scm.com/ Description: fast, scalable, distributed revision control system (GUI) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git graphical user interface. . If aspell is installed, it can check the spelling of commit messages as the user types. Package: git-man Source: git Version: 1:2.30.2-1rusoft3.1~12.04.1 Architecture: all Maintainer: Gerrit Pape Installed-Size: 903 Breaks: git (<< 1:1.7.4~rc1) Replaces: git (<< 1:1.7.4~rc1), git-core (<< 1:1.7.0.4-1.) Filename: pool/ubuntu-precise/all/git/git-man_2.30.2-1rusoft3.1~12.04.1_all.deb Size: 923332 MD5sum: 7aed20f46ba520046dc77f6cf97b5d7b SHA1: 288528ec46796c3c6bc288457e77ab5e494e8a01 SHA256: 2d4bc7826778abbf0ea4623253590794763ec54b39f6a5b864b466e1b7ab9f04 Section: doc Priority: optional Multi-Arch: foreign Homepage: https://git-scm.com/ Description: fast, scalable, distributed revision control system (manual pages) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides reference documentation for use by the 'man' utility and the 'git help' command. Package: git-mediawiki Source: git Version: 1:2.30.2-1rusoft3.1~12.04.1 Architecture: all Maintainer: Gerrit Pape Installed-Size: 73 Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.), libmediawiki-api-perl (>= 0.39), liblwp-protocol-https-perl, libdatetime-format-iso8601-perl Suggests: mediawiki Filename: pool/ubuntu-precise/all/git/git-mediawiki_2.30.2-1rusoft3.1~12.04.1_all.deb Size: 22388 MD5sum: 0ec5af6224a07837086349ed83433f45 SHA1: f67fb0d4a697619fbcf572f173d1f6fd7c150daa SHA256: 8c1ccda0d910270568cf0bf739ea3f5e70e0b97b8577c9e0b688f491f2ebc679 Section: vcs Priority: optional Multi-Arch: foreign Homepage: https://git-scm.com/ Description: fast, scalable, distributed revision control system (MediaWiki remote helper) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the mediawiki remote helper, which allows Git to read from and write to a wiki such as Wikipedia as though it were a remote Git repository, and a 'git mw' command that can show a preview of how wiki markup will be rendered before pushing. Package: git-svn Source: git Version: 1:2.30.2-1rusoft3.1~12.04.1 Architecture: all Maintainer: Gerrit Pape Installed-Size: 253 Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.), libsvn-perl, libyaml-perl, libterm-readkey-perl Suggests: git-doc, subversion Breaks: git (<< 1:1.8.3~rc1-1.) Replaces: git (<< 1:1.8.3~rc1-1.) Filename: pool/ubuntu-precise/all/git/git-svn_2.30.2-1rusoft3.1~12.04.1_all.deb Size: 80964 MD5sum: bb877f56c0b45c7276e44c58acc08c32 SHA1: 7ceaf83e9ce5443106d32c1d5b6ce16a08858060 SHA256: 4d2a42848ec000b14f3d13510165e8f18bb126647057e52001a622bbfbb91e73 Section: vcs Priority: optional Multi-Arch: foreign Homepage: https://git-scm.com/ Description: fast, scalable, distributed revision control system (svn interoperability) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides tools for interoperating with Subversion repositories, and importing SVN development history. Package: gitk Source: git Version: 1:2.30.2-1rusoft3.1~12.04.1 Architecture: all Maintainer: Gerrit Pape Installed-Size: 834 Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.), tk Suggests: git-doc Filename: pool/ubuntu-precise/all/git/gitk_2.30.2-1rusoft3.1~12.04.1_all.deb Size: 142398 MD5sum: fc3487f1420ba12f0ff660d57ec69e35 SHA1: b6a9f40442ec1fd9a05ebab358d5ce6dc12615c5 SHA256: 90e6d422a977977612a0043c68da9f7f40fac973b03f68381bf7b6e15e3b7259 Section: vcs Priority: optional Multi-Arch: foreign Homepage: https://git-scm.com/ Description: fast, scalable, distributed revision control system (revision tree visualizer) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the gitk program, a tcl/tk revision tree visualizer. Package: gitweb Source: git Version: 1:2.30.2-1rusoft3.1~12.04.1 Architecture: all Maintainer: Gerrit Pape Installed-Size: 26 Pre-Depends: dpkg (>= 1.15.7.2) Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.), perl, libcgi-pm-perl Recommends: libhttp-date-perl | libtime-modules-perl Suggests: httpd-cgi | libcgi-fast-perl, git-doc Breaks: apache2.2-common (<< 2.3~) Filename: pool/ubuntu-precise/all/git/gitweb_2.30.2-1rusoft3.1~12.04.1_all.deb Size: 9440 MD5sum: 37db9c6ded2195d39b7da942d6cbda91 SHA1: 41eb3f9b4f49ddcd460246dc22b266bbac2ba260 SHA256: 45f5ccc49ab4925205a292b629663261055aa8f7626929e2f97325e609d7c253 Section: vcs Priority: optional Multi-Arch: foreign Homepage: https://git-scm.com/ Description: fast, scalable, distributed revision control system (web interface) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package configures a web interface for browsing git repositories. . If apache2 is installed, the web interface is automatically made available at http://localhost/gitweb. Other servers that support CGI or mod_perl are supported through manual configuration. . If libcgi-fast-perl is installed, gitweb can also be run over FastCGI (and served by nginx, for example). Package: iproute Source: iproute2 (3.12.0-2ubuntu1rusoft1~precise1) Version: 1:3.12.0-2ubuntu1rusoft1~precise1 Architecture: all Maintainer: Debian iproute2 Maintainers Installed-Size: 16 Depends: iproute2 Filename: pool/ubuntu-precise/all/iproute2/iproute_3.12.0-2ubuntu1rusoft1~precise1_all.deb Size: 15536 MD5sum: 2ca1d26bb6e80b1288a4547969b2e5b5 SHA1: 5134c3c6648a214b99a46e1310d98dbb396daf39 SHA256: aac106303517efb8b25fe22cc1f7f03040ccc13130cd40d1478f5a3eb100488a Section: oldlibs Priority: optional Homepage: http://www.linux-foundation.org/en/Net:Iproute2 Description: transitional dummy package for iproute2 This is a transitional dummy package to get upgrading systems to install the iproute2 package. It can safely be removed once no other package depends on it. Package: iproute-doc Source: iproute2 (3.12.0-2ubuntu1rusoft1~precise1) Version: 1:3.12.0-2ubuntu1rusoft1~precise1 Architecture: all Maintainer: Debian iproute2 Maintainers Installed-Size: 16 Depends: iproute2-doc Filename: pool/ubuntu-precise/all/iproute2/iproute-doc_3.12.0-2ubuntu1rusoft1~precise1_all.deb Size: 15538 MD5sum: 970a974da5dfdf9c9ebbce107ec2f028 SHA1: 0cf471b4b636995ca3ec3bc8e8b84e2282445c6c SHA256: a65e76546fc4fe2e35001d39b979ce63067e627019f082694a6e97f34e78d0b6 Section: oldlibs Priority: optional Homepage: http://www.linux-foundation.org/en/Net:Iproute2 Description: transitional dummy package for iproute2-doc This is a transitional dummy package to get upgrading systems to install the iproute2-doc package. It can safely be removed once no other package depends on it. Package: iproute2-doc Source: iproute2 Version: 3.12.0-2ubuntu1rusoft1~precise1 Architecture: all Maintainer: Debian iproute2 Maintainers Installed-Size: 971 Conflicts: iproute-doc (<< 20130000-1) Replaces: iproute-doc Filename: pool/ubuntu-precise/all/iproute2/iproute2-doc_3.12.0-2ubuntu1rusoft1~precise1_all.deb Size: 930638 MD5sum: fb88cb64610d14f62bd876f6aaf9017e SHA1: 9612e7e6f53d815363d4f46f78f02f5ade724dd9 SHA256: bda9023bbdd9ecb5adff795ab3f9808f6558ce39f556ba39584aed5630fc724a Section: doc Priority: optional Homepage: http://www.linux-foundation.org/en/Net:Iproute2 Description: networking and traffic control tools - documentation The iproute2 suite is a collection of utilities for networking and traffic control. . This package contains the documentation for iproute. Package: libluajit-5.1-common Source: luajit Version: 2.0.2+dfsg-1rusoft1~precise1 Architecture: all Maintainer: Enrico Tassi Installed-Size: 142 Filename: pool/ubuntu-precise/all/luajit/libluajit-5.1-common_2.0.2+dfsg-1rusoft1~precise1_all.deb Size: 41464 MD5sum: ea86e64270a35d08271073023c1d6fee SHA1: 05a7ba3907f04943f71da52979212aef57f05a69 SHA256: c620ac25ad4577ae63b86fa4b277dff3b09a8b1736c4d47bb7ae30e5c6e98adf Section: interpreters Priority: optional Multi-Arch: foreign Homepage: http://luajit.org Description: Just in time compiler for Lua - common files This package contains files needed by the LuaJIT interpreter/jitter as well by its embeddable (i.e. library) version. Package: libunrar-headers Source: unrar-nonfree Version: 1:6.0.3-1rusoft2~12.04.1 Architecture: all Maintainer: UnRar maintainer team Installed-Size: 158 Breaks: libunrar-dev (<= 1:5.9.4-1) Filename: pool/ubuntu-precise/all/unrar-nonfree/libunrar-headers_6.0.3-1rusoft2~12.04.1_all.deb Size: 55378 MD5sum: f5a1967ed9eca58035b4af7a82f5bc63 SHA1: 402e459ff4c45bb1cdd8eb2575315ca2f2adc8a5 SHA256: e631cd34c9b30e64a1b7983e88d09ec9f955c71e3fb16df49e2b4684f452ac78 Section: non-free/libdevel Priority: optional Multi-Arch: foreign Homepage: https://www.rarlab.com/ Description: Unarchiver for .rar files (non-free version) - development header files This package contains the header files for the libunrar library. Package: libvpx3-doc Source: libvpx Version: 1.5.0-2rusoft2.1~precise1 Architecture: all Maintainer: Sebastian Dröge Installed-Size: 1942 Recommends: lynx | www-browser Conflicts: libvpx-doc Filename: pool/ubuntu-precise/all/libvpx/libvpx3-doc_1.5.0-2rusoft2.1~precise1_all.deb Size: 327942 MD5sum: f780cfb07834d5564da7b88b16337645 SHA1: 9d284916295268ffd7bd2878c3e8ac700953984e SHA256: e29c826831075274c21d66bd9bf6f1812f943adefe05473db05bec4612ae9d99 Section: doc Priority: optional Homepage: http://www.webmproject.org Description: VP8 and VP9 video codec (API documentation) VP8 and VP9 are open video codecs, originally developed by On2 and released as open source by Google Inc. They are the successor of the VP3 codec, on which the Theora codec was based. . This package contains the HTML documentation for the libvpx library in /usr/share/doc/libvpx-doc. Package: mc-data Source: mc Version: 3:4.8.26-1rusoft3~12.04.1 Architecture: all Maintainer: Dmitry Smirnov Installed-Size: 5825 Breaks: mc (<< 3:4.8.1) Replaces: mc (<< 3:4.8.1) Filename: pool/ubuntu-precise/all/mc/mc-data_4.8.26-1rusoft3~12.04.1_all.deb Size: 1347590 MD5sum: a3e1b3b7edde655b8b675b2a09ef21ca SHA1: 6945fd202be4312cad466d8e4cad4f59088cc79d SHA256: c750916c42b33dbb9073e7df87c883b586c52597f6a4a139ae05e3207df1b756 Section: utils Priority: optional Multi-Arch: foreign Homepage: https://www.midnight-commander.org Description: Midnight Commander - a powerful file manager -- data files GNU Midnight Commander is a text-mode full-screen file manager. It uses a two panel interface and a subshell for command execution. It includes an internal editor with syntax highlighting and an internal viewer with support for binary files. Also included is Virtual Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH servers) and files inside archives to be manipulated like real files. . This package provides architecture independent files Package: memcached-common Source: memcached Version: 1.6.17-2rusoft13.4~12.04.1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 51 Depends: perl Filename: pool/ubuntu-precise/all/memcached/memcached-common_1.6.17-2rusoft13.4~12.04.1_all.deb Size: 9986 MD5sum: 2a15d52ceec3153ce156123217ae1f4b SHA1: 2de9d50e0b86f0cc46436bf7faddeded83245763 SHA256: 0b4c334f20af4ca322e881f16e3d32c6793198a560e1af4c1a3c5a99a681b552 Section: web Priority: optional Homepage: http://www.memcached.org/ Description: high-performance memory object caching system - common files Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss. . memcached optimizes specific high-load serving applications that are designed to take advantage of its versatile no-locking memory access system. Clients are available in several different programming languages, to suit the needs of the specific application. Traditionally this has been used in mod_perl apps to avoid storing large chunks of data in Apache memory, and to share this burden across several machines. . Package contains common scripts files. Original-Maintainer: David Martínez Moreno Package: memcached-docs Source: memcached Version: 1.6.17-2rusoft13.4~12.04.1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 62 Filename: pool/ubuntu-precise/all/memcached/memcached-docs_1.6.17-2rusoft13.4~12.04.1_all.deb Size: 38156 MD5sum: 981d8d3588839d9d09a439dc239ab5bc SHA1: 542b872b662686d2b97a56691230316ecc9e55cc SHA256: d42cb3e4733e5269fd7e7f60fda6cce646ebf62b2e53b18f56ee5a21a7601e43 Section: doc Priority: optional Homepage: http://www.memcached.org/ Description: high-performance memory object caching system - documentation Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss. . memcached optimizes specific high-load serving applications that are designed to take advantage of its versatile no-locking memory access system. Clients are available in several different programming languages, to suit the needs of the specific application. Traditionally this has been used in mod_perl apps to avoid storing large chunks of data in Apache memory, and to share this burden across several machines. . Package contains some documentation files. Original-Maintainer: David Martínez Moreno Package: mysqltuner Version: 1.9.8+git20220328-1rusoft6~12.04.1 Architecture: all Maintainer: KURASHIKI Satoru Installed-Size: 2157 Depends: perl Recommends: mysql-server Filename: pool/ubuntu-precise/all/mysqltuner/mysqltuner_1.9.8+git20220328-1rusoft6~12.04.1_all.deb Size: 127958 MD5sum: 5c0fc2f130c2bdc679c6a54f0e809ae9 SHA1: 63fe76c5594b4a6b87473452d47180f48e3bd14f SHA256: 8fd708a44e9fa4b953e536d1dfc8b28205e12aea72cda4eadae2fc5f5d0d9d3d Section: admin Priority: extra Homepage: http://mysqltuner.com Description: high-performance MySQL tuning script High-performance MySQL tuning script written in perl that will provide you with a snapshot of a MySQL server?s health. Based on the statistics gathered, specific recommendations will be provided that will increase a MySQL server's efficiency and performance. The script gives you automated MySQL tuning that is on the level of what you would receive from a MySQL DBA. . Features: . * Memory Usage: Calculates MySQL memory usage at max load and makes recommendations for increasing or decreasing the MySQL memory footprint. Per-thread and server-wide buffer data is calculated separately for an accurate snapshot of the server?s configuration. * Slow Queries: Reviews the amount of slow queries relative to the total queries. Slow query time limits are also analyzed and recommendations are made. * Connections: Current and historical connection counts are reviewed. * Key Buffer: Takes configuration data and compares it to the actual indexes found in MyISAM tables. Key cache hit rates are calculated and variable adjustments are suggested. * Query Cache: Query cache hit rates and usage percentages are used to make recommendations for the query cache configuration variables. * Sorting & Joins: Per-thread buffers that affect sorts and joins are reviewed along with the statistics from the queries run against the server. * Temporary Tables: Variable recommendations are made to reduce temporary tables that are written to the disk. * Table Cache: Compares total tables opened to the currently open tables. Calculates the table cache hit rate in order to make suggestions. * Open Files: Determines if the server will approach or run into the open file limit set by the operating system or the MySQL server itself. * Table Locks: Finds table locking that forces queries to wait and makes suggestions for reducing locks that require a wait. * Thread Cache: Calculates how many times MySQL must create a new thread to respond to a query. * Aborted Connections: Finds applications that are not closing connections to MySQL properly. * Read/Write Ratios: Calculates the percentage of read and write operations on your MySQL installation. Package: mysqltuner Version: 2.0.5+git20220823-1rusoft6~12.04.1 Architecture: all Maintainer: KURASHIKI Satoru Installed-Size: 2390 Depends: perl Recommends: mysql-server Filename: pool/ubuntu-precise/all/mysqltuner/mysqltuner_2.0.5+git20220823-1rusoft6~12.04.1_all.deb Size: 136616 MD5sum: c27c94603edd5a7453e34a506f6fa53e SHA1: 9a9ecec5e9eef881662032f4f092a5240e08e0b1 SHA256: 459887125995cc3a0f6c08ee34638f171881cf3a172b9991bb767c16808e8b65 Section: admin Priority: extra Homepage: http://mysqltuner.com Description: high-performance MySQL tuning script High-performance MySQL tuning script written in perl that will provide you with a snapshot of a MySQL server?s health. Based on the statistics gathered, specific recommendations will be provided that will increase a MySQL server's efficiency and performance. The script gives you automated MySQL tuning that is on the level of what you would receive from a MySQL DBA. . Features: . * Memory Usage: Calculates MySQL memory usage at max load and makes recommendations for increasing or decreasing the MySQL memory footprint. Per-thread and server-wide buffer data is calculated separately for an accurate snapshot of the server?s configuration. * Slow Queries: Reviews the amount of slow queries relative to the total queries. Slow query time limits are also analyzed and recommendations are made. * Connections: Current and historical connection counts are reviewed. * Key Buffer: Takes configuration data and compares it to the actual indexes found in MyISAM tables. Key cache hit rates are calculated and variable adjustments are suggested. * Query Cache: Query cache hit rates and usage percentages are used to make recommendations for the query cache configuration variables. * Sorting & Joins: Per-thread buffers that affect sorts and joins are reviewed along with the statistics from the queries run against the server. * Temporary Tables: Variable recommendations are made to reduce temporary tables that are written to the disk. * Table Cache: Compares total tables opened to the currently open tables. Calculates the table cache hit rate in order to make suggestions. * Open Files: Determines if the server will approach or run into the open file limit set by the operating system or the MySQL server itself. * Table Locks: Finds table locking that forces queries to wait and makes suggestions for reducing locks that require a wait. * Thread Cache: Calculates how many times MySQL must create a new thread to respond to a query. * Aborted Connections: Finds applications that are not closing connections to MySQL properly. * Read/Write Ratios: Calculates the percentage of read and write operations on your MySQL installation. Package: mysqltuner Version: 2.0.7+git20220913-1rusoft6~12.04.1 Architecture: all Maintainer: KURASHIKI Satoru Installed-Size: 2391 Depends: perl Recommends: mysql-server Filename: pool/ubuntu-precise/all/mysqltuner/mysqltuner_2.0.7+git20220913-1rusoft6~12.04.1_all.deb Size: 136740 MD5sum: 353b2bfda8227daef88244b6f1e80f15 SHA1: a5dadbc5e6f8afdf7b040ecda49d86511b3c555d SHA256: d5710920ebff372d0f402d1e5906d5d056480c7011c8a58f7ec2b27efd05ba82 Section: admin Priority: extra Homepage: http://mysqltuner.com Description: high-performance MySQL tuning script High-performance MySQL tuning script written in perl that will provide you with a snapshot of a MySQL server?s health. Based on the statistics gathered, specific recommendations will be provided that will increase a MySQL server's efficiency and performance. The script gives you automated MySQL tuning that is on the level of what you would receive from a MySQL DBA. . Features: . * Memory Usage: Calculates MySQL memory usage at max load and makes recommendations for increasing or decreasing the MySQL memory footprint. Per-thread and server-wide buffer data is calculated separately for an accurate snapshot of the server?s configuration. * Slow Queries: Reviews the amount of slow queries relative to the total queries. Slow query time limits are also analyzed and recommendations are made. * Connections: Current and historical connection counts are reviewed. * Key Buffer: Takes configuration data and compares it to the actual indexes found in MyISAM tables. Key cache hit rates are calculated and variable adjustments are suggested. * Query Cache: Query cache hit rates and usage percentages are used to make recommendations for the query cache configuration variables. * Sorting & Joins: Per-thread buffers that affect sorts and joins are reviewed along with the statistics from the queries run against the server. * Temporary Tables: Variable recommendations are made to reduce temporary tables that are written to the disk. * Table Cache: Compares total tables opened to the currently open tables. Calculates the table cache hit rate in order to make suggestions. * Open Files: Determines if the server will approach or run into the open file limit set by the operating system or the MySQL server itself. * Table Locks: Finds table locking that forces queries to wait and makes suggestions for reducing locks that require a wait. * Thread Cache: Calculates how many times MySQL must create a new thread to respond to a query. * Aborted Connections: Finds applications that are not closing connections to MySQL properly. * Read/Write Ratios: Calculates the percentage of read and write operations on your MySQL installation. Package: mysqltuner Version: 2.2.7+git20230727-1rusoft6.2~12.04.1 Architecture: all Maintainer: KURASHIKI Satoru Installed-Size: 2530 Depends: perl Recommends: mysql-server Filename: pool/ubuntu-precise/all/mysqltuner/mysqltuner_2.2.7+git20230727-1rusoft6.2~12.04.1_all.deb Size: 148890 MD5sum: 4158d24cae7fb97f20a5a808510a4a0e SHA1: 9aadac8f6aa187a18cc394f1cf9971248fde1b9f SHA256: 5ab06f1681e42f09659427a2b6b3a1c14c1822f4e4731b9e2f9c2ec493d95e69 Section: admin Priority: extra Homepage: http://mysqltuner.com Description: high-performance MySQL tuning script High-performance MySQL tuning script written in perl that will provide you with a snapshot of a MySQL server?s health. Based on the statistics gathered, specific recommendations will be provided that will increase a MySQL server's efficiency and performance. The script gives you automated MySQL tuning that is on the level of what you would receive from a MySQL DBA. . Features: . * Memory Usage: Calculates MySQL memory usage at max load and makes recommendations for increasing or decreasing the MySQL memory footprint. Per-thread and server-wide buffer data is calculated separately for an accurate snapshot of the server?s configuration. * Slow Queries: Reviews the amount of slow queries relative to the total queries. Slow query time limits are also analyzed and recommendations are made. * Connections: Current and historical connection counts are reviewed. * Key Buffer: Takes configuration data and compares it to the actual indexes found in MyISAM tables. Key cache hit rates are calculated and variable adjustments are suggested. * Query Cache: Query cache hit rates and usage percentages are used to make recommendations for the query cache configuration variables. * Sorting & Joins: Per-thread buffers that affect sorts and joins are reviewed along with the statistics from the queries run against the server. * Temporary Tables: Variable recommendations are made to reduce temporary tables that are written to the disk. * Table Cache: Compares total tables opened to the currently open tables. Calculates the table cache hit rate in order to make suggestions. * Open Files: Determines if the server will approach or run into the open file limit set by the operating system or the MySQL server itself. * Table Locks: Finds table locking that forces queries to wait and makes suggestions for reducing locks that require a wait. * Thread Cache: Calculates how many times MySQL must create a new thread to respond to a query. * Aborted Connections: Finds applications that are not closing connections to MySQL properly. * Read/Write Ratios: Calculates the percentage of read and write operations on your MySQL installation. Package: mysqltuner-docs Source: mysqltuner Version: 1.9.8+git20220328-1rusoft6~12.04.1 Architecture: all Maintainer: KURASHIKI Satoru Installed-Size: 127 Recommends: mysql-server Filename: pool/ubuntu-precise/all/mysqltuner/mysqltuner-docs_1.9.8+git20220328-1rusoft6~12.04.1_all.deb Size: 45830 MD5sum: becb27b09a378384bc7f842c1d833725 SHA1: aafa5c6bd4efe712567042209aa8ca84dabc2e59 SHA256: c6a0f418eb591ff5927a48704df4deae02be4e183cda58d4027a83b3f755c6fc Section: doc Priority: extra Homepage: http://mysqltuner.com Description: high-performance MySQL tuning script - documentation Html-documentation for mysqltuner script Package: mysqltuner-docs Source: mysqltuner Version: 2.0.5+git20220823-1rusoft6~12.04.1 Architecture: all Maintainer: KURASHIKI Satoru Installed-Size: 150 Recommends: mysql-server Filename: pool/ubuntu-precise/all/mysqltuner/mysqltuner-docs_2.0.5+git20220823-1rusoft6~12.04.1_all.deb Size: 47986 MD5sum: 4b2dbee977c4704759cebac5a9ac9444 SHA1: ae75c891e2b65aa401bf01585ce748f529b4fb0f SHA256: 7f437ac5056cdc0011b9d17cb3dcf619c7ef6eed022d5f8c77b7adc73b2680b2 Section: doc Priority: extra Homepage: http://mysqltuner.com Description: high-performance MySQL tuning script - documentation Html-documentation for mysqltuner script Package: mysqltuner-docs Source: mysqltuner Version: 2.0.7+git20220913-1rusoft6~12.04.1 Architecture: all Maintainer: KURASHIKI Satoru Installed-Size: 150 Recommends: mysql-server Filename: pool/ubuntu-precise/all/mysqltuner/mysqltuner-docs_2.0.7+git20220913-1rusoft6~12.04.1_all.deb Size: 48012 MD5sum: f54fa5fa6162b41b6765e7c269823a2b SHA1: 54a3b79bfa94c2b77b3f99a52ec5e63a4d886737 SHA256: f75cf6f6bcc9de38707cf32de17f2bd94436ac8caa1f644afd7c7f7d780c54fa Section: doc Priority: extra Homepage: http://mysqltuner.com Description: high-performance MySQL tuning script - documentation Html-documentation for mysqltuner script Package: mysqltuner-docs Source: mysqltuner Version: 2.2.7+git20230727-1rusoft6.2~12.04.1 Architecture: all Maintainer: KURASHIKI Satoru Installed-Size: 156 Recommends: mysql-server Filename: pool/ubuntu-precise/all/mysqltuner/mysqltuner-docs_2.2.7+git20230727-1rusoft6.2~12.04.1_all.deb Size: 47602 MD5sum: 532fd4813d4d79dfab3e54d880634c37 SHA1: 8e6a6ab0655d5bed8b6fb0e072d143adc2a0e53e SHA256: c7c3a5a4e4d62d0f734a079a63c1f0ab0cab3866418449c8f79912b44bfd6570 Section: doc Priority: extra Homepage: http://mysqltuner.com Description: high-performance MySQL tuning script - documentation Html-documentation for mysqltuner script Package: nano-docs Source: nano Version: 6.4-2rusoft2.8~12.04.1 Architecture: all Maintainer: Jordi Mallach Installed-Size: 234 Filename: pool/ubuntu-precise/all/nano/nano-docs_6.4-2rusoft2.8~12.04.1_all.deb Size: 116910 MD5sum: 1137a51c9ac0d9767c50d95ecd091731 SHA1: 7ffa6721946e14ef6c3df9156dbb0a7047a6e947 SHA256: 69577de3a5812b80684a238bd5639159e22a25f620c651612b578022e0a5192a Section: editors Priority: optional Homepage: https://www.nano-editor.org/ Description: small, friendly text editor inspired by Pico - documentation files GNU nano is an easy-to-use text editor originally designed as a replacement for Pico, the ncurses-based editor from the non-free mailer package Pine (itself now available under the Apache License as Alpine). . This package contains documentation files for nano editor. Package: nano-l10n Source: nano Version: 6.4-2rusoft2.8~12.04.1 Architecture: all Maintainer: Jordi Mallach Installed-Size: 2280 Filename: pool/ubuntu-precise/all/nano/nano-l10n_6.4-2rusoft2.8~12.04.1_all.deb Size: 756398 MD5sum: 35f9c851b741016d62f7b940ed777a88 SHA1: 3edb058f7bd9e5734896d04749defb67038641d7 SHA256: 6966897a16dc102ce30b4696208bdd482c016e75c1cd664d9201c64e62af290d Section: editors Priority: optional Homepage: https://www.nano-editor.org/ Description: small, friendly text editor inspired by Pico - localization files GNU nano is an easy-to-use text editor originally designed as a replacement for Pico, the ncurses-based editor from the non-free mailer package Pine (itself now available under the Apache License as Alpine). . This package contains localization files for nano editor. Package: nano-syntax Source: nano Version: 6.4-2rusoft2.8~12.04.1 Architecture: all Maintainer: Jordi Mallach Installed-Size: 75 Filename: pool/ubuntu-precise/all/nano/nano-syntax_6.4-2rusoft2.8~12.04.1_all.deb Size: 22732 MD5sum: 40b51971af9aed2440cb01919b1b5312 SHA1: f05b18cc486be8235b017030372eed642aad35e8 SHA256: 1518a456f0763ce9b63468c75b3c8a230c214ce5f94587527a89541bc432a325 Section: editors Priority: optional Homepage: https://www.nano-editor.org/ Description: small, friendly text editor inspired by Pico - syntax coloring files GNU nano is an easy-to-use text editor originally designed as a replacement for Pico, the ncurses-based editor from the non-free mailer package Pine (itself now available under the Apache License as Alpine). . This package contains syntax recognition and coloring files for nano editor. Package: ppp-dev Source: ppp Version: 2.4.7-1+2ubuntu1rusoft1~precise1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 170 Suggests: debhelper Filename: pool/ubuntu-precise/all/ppp/ppp-dev_2.4.7-1+2ubuntu1rusoft1~precise1_all.deb Size: 73040 MD5sum: 9da864af2404bc95542911a0a82f0a64 SHA1: a6c1352216f54d0e35fdc345f78246d7351d8b09 SHA256: 79162026750a6f8a30b37d6bc3dc03bab86b8e93b7cee9bb233bf8f6663dbe95 Section: devel Priority: extra Homepage: http://ppp.samba.org/ Description: Point-to-Point Protocol (PPP) - development files The Point-to-Point Protocol provides a standard way to transmit datagrams over a serial link, as well as a standard way for the machines at either end of the link to negotiate various optional characteristics of the link. . This package provides files needed to build pppd-related software. Original-Maintainer: Chris Boot Package: python-magic Source: file Version: 1:5.25-2ubuntu1.4rusoft2.1~12.04.1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 40 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libmagic1 (>= 1:5.25-2ubuntu1.4rusoft2.1~12.04.1), libmagic1 (<< 1:5.25-2ubuntu1.4rusoft2.1~12.04.1.1~) Provides: python2.7-magic Filename: pool/ubuntu-precise/all/file/python-magic_5.25-2ubuntu1.4rusoft2.1~12.04.1_all.deb Size: 31266 MD5sum: f5b67d98c532661f6c5ecf46beb553f9 SHA1: fde6b33051e65c251f35c5c1d1ca2c623fc82726 SHA256: 48548efe8168a028d14a11f009fbb06f96dafdd8a760eb221fb5fd64e7e61a43 Section: python Priority: optional Homepage: http://www.darwinsys.com/file/ Description: File type determination library using "magic" numbers (Python bindings) This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. . This package contains the Python bindings. Original-Maintainer: Christoph Biedl Package: python3-magic Source: file Version: 1:5.25-2ubuntu1.4rusoft2.1~12.04.1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 40 Depends: python3 (>= 3.2), libmagic1 (>= 1:5.25-2ubuntu1.4rusoft2.1~12.04.1), libmagic1 (<< 1:5.25-2ubuntu1.4rusoft2.1~12.04.1.1~) Filename: pool/ubuntu-precise/all/file/python3-magic_5.25-2ubuntu1.4rusoft2.1~12.04.1_all.deb Size: 31094 MD5sum: dc9d68444f437b02d2ebc24ad22b48c5 SHA1: bc4f4b3fe609d8f48a6bd11ced5ca423872d7a24 SHA256: 7d3e904438fcd17caae65a19e5d8dce579e7c513e80ad79346b77aed3799be1d Section: python Priority: optional Homepage: http://www.darwinsys.com/file/ Description: File type determination library using "magic" numbers (Python 3 bindings) This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. . This package contains the Python 3 bindings. Original-Maintainer: Christoph Biedl Package: sqlite3-doc Source: sqlite3 Version: 3.34.1-2rusoft8.2~12.04.1 Architecture: all Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 24529 Recommends: sqlite3 Filename: pool/ubuntu-precise/all/sqlite3/sqlite3-doc_3.34.1-2rusoft8.2~12.04.1_all.deb Size: 6905724 MD5sum: b826aa13bd926edaa8636a678ddb5d6e SHA1: 2406e7cedf0320e0ab8a4254c925458570aaf966 SHA256: a4c5c32fa60e3e547584b4976e6492d763ddc6fa108cc721666d16a3f0e29ee5 Section: doc Priority: optional Homepage: https://www.sqlite.org/ Description: SQLite 3 documentation SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the documentation that is also available on the SQLite homepage. Package: ttf-liberation Source: fonts-liberation Version: 1.07.3-3rusoft1~precise1 Architecture: all Maintainer: Debian Fonts Task Force Installed-Size: 9 Depends: fonts-liberation Filename: pool/ubuntu-precise/all/fonts-liberation/ttf-liberation_1.07.3-3rusoft1~precise1_all.deb Size: 6546 MD5sum: 9b381cf4a4493da08d6622c7fe8d4b7c SHA1: 08d109235f7b2c389a6af5f7cf96c9fe2db92cda SHA256: 4dd623a39550ca7bc9034fb51cb72d5b90789181527a3102b034adc53880d1da Section: oldlibs Priority: extra Multi-Arch: foreign Homepage: https://fedorahosted.org/liberation-fonts/ Description: transitional dummy package This package is a dummy transitional package. It can be safely removed.