Package: apache2 Version: 2.2.34-1deb7u13rusoft10.2~precise1 Architecture: amd64 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/amd64/apache2/apache2_2.2.34-1deb7u13rusoft10.2~precise1_amd64.deb Size: 1498 MD5sum: 243d8712ea4a98a0773b9504eb1c2394 SHA1: 02cf70cd6140f462b922df27507dfbfa1f2a4fc8 SHA256: db20f50697a585c2e4d9ef66ceee85a7f4fdbf35681867f894e7adfffea7a550 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: amd64 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/amd64/apache2/apache2-mpm-event_2.2.34-1deb7u13rusoft10.2~precise1_amd64.deb Size: 2362 MD5sum: 31e9fac0147156bbebf468898e9ad750 SHA1: 8ff2b1d915bb0dc0043fa667dd55260f3678105b SHA256: 996e2c4afda4b8d5f2cfdd8c57e56bbe4b52bc72ab253cbd9d4845d37b0ffa4e 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: amd64 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/amd64/apache2/apache2-mpm-itk_2.2.34-1deb7u13rusoft10.2~precise1_amd64.deb Size: 2386 MD5sum: f1ccc6ba0b6c11e356bd2302fc83d913 SHA1: b7114bfef62158acc5f1dcf96881351f577b1833 SHA256: 707d5e10812a1ed87003d35d641e1d9d70eafd9ceb4fcf1d458a9a80bba64097 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: amd64 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/amd64/apache2/apache2-mpm-prefork_2.2.34-1deb7u13rusoft10.2~precise1_amd64.deb Size: 2420 MD5sum: 3bdba3ef1b905f57ef5bc5c8315a63d3 SHA1: fd59e136487d40a390bcc77226644c7906bbdacc SHA256: 9028db011a606e268cc2fe3f147bb62b565e20bdc90b71317ad06c71b47c1b7f 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: amd64 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/amd64/apache2/apache2-mpm-worker_2.2.34-1deb7u13rusoft10.2~precise1_amd64.deb Size: 2294 MD5sum: 17e1b44192d233f98fe57bc9decc397f SHA1: 59e62146f46ece61be3fb1fba62555a9dd53cb5c SHA256: 1aae3d34d9b12d7aef87c2ca64020c67e4fe0f90c265540ba93edd8a7583c42d 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: amd64 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/amd64/apache2/apache2-prefork-dev_2.2.34-1deb7u13rusoft10.2~precise1_amd64.deb Size: 140118 MD5sum: 3756b9ad7ee9f8d3c9a20067f2e52ef7 SHA1: 171d3c36df188c45bdc82a5a74568f1f9033e3be SHA256: c7ebb079e88229cadc05712cb73ae4cc093f30fa5a8cc958f2b416cb8142b179 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 87 Depends: libc6 (>= 2.3.4), apache2.2-common Conflicts: apache-common, apache2-suexec Replaces: apache2-suexec Filename: pool/ubuntu-precise/amd64/apache2/apache2-suexec_2.2.34-1deb7u13rusoft10.2~precise1_amd64.deb Size: 64434 MD5sum: 8e2499bede0dc7276127b94428c45739 SHA1: cb94b515e7408de8ce4f343b783901fa0db2986d SHA256: 58bc321a6100af126a9e1d7fda3f3391fac6fc9a4e531a8e8b73e23a3db64ed5 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 88 Depends: libc6 (>= 2.3.4), apache2.2-common Conflicts: apache-common, apache2-suexec Replaces: apache2-suexec Provides: apache2-suexec Filename: pool/ubuntu-precise/amd64/apache2/apache2-suexec-custom_2.2.34-1deb7u13rusoft10.2~precise1_amd64.deb Size: 66304 MD5sum: 69eddd4fb147063e94e446d8281024d3 SHA1: 13aca99c43288a350faca7230fc135d54ee6f315 SHA256: 53260e7a1658a2bcd4a89bd4bba8719bf74c76ff0f85d0e7e751ce8562590d6d 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: amd64 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/amd64/apache2/apache2-threaded-dev_2.2.34-1deb7u13rusoft10.2~precise1_amd64.deb Size: 140478 MD5sum: 968a84931ee68d177e4acd6897108ea1 SHA1: b7bf6180ec297b86d8239432c0c63856ac539ec3 SHA256: c3b3b42a6223d00d50b59338ad3cdfeab3359f968c1d3825732fed12a9dd6b74 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 288 Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.14), 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/amd64/apache2/apache2-utils_2.2.34-1deb7u13rusoft10.2~precise1_amd64.deb Size: 180776 MD5sum: 34b225f17228980cb005cc5592d215bb SHA1: ca02a1605bb6a6f1c780bd7d3194cdebee224d1e SHA256: 8d54e261d88532cbe4abe6c99448a2444491614708ec0c6a81ef296b9dcec9c9 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 7814 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.14), 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/amd64/apache2/apache2.2-bin_2.2.34-1deb7u13rusoft10.2~precise1_amd64.deb Size: 2918370 MD5sum: e33fe3d92abb2c191e941883a9c31142 SHA1: cb40ae6843098f7e5d0e3d46591cac0c478e5101 SHA256: b6c3f7e13e7dfc7312b853e84df1bd9b2e8a2c632184e0c667db12dd35ef440a 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: amd64 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/amd64/apache2/apache2.2-common_2.2.34-1deb7u13rusoft10.2~precise1_amd64.deb Size: 328180 MD5sum: adb660e7d674af76c11d4a35d0523883 SHA1: 9d5efe3e07e30409e6b54f02f6a4e9815e5581e3 SHA256: 17e695f9014f4269e9855b9c7ca29d305a261f0fc7c61d578e101ebd388698ad 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: amd64 Maintainer: Thorsten Alteholz Installed-Size: 780 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/amd64/apcupsd/apcupsd_3.14.14-2rusoft1~precise1_amd64.deb Size: 379342 MD5sum: f89cf55fda83513d313b06fe6c021707 SHA1: d323dd60dd22911c24454237fefface70c6ca389 SHA256: 8155c0df2db9ab0f92f7e58e122b3f3cb0aad308863cc8083cb27abffe5952bf 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: amd64 Maintainer: Thorsten Alteholz Installed-Size: 191 Depends: apcupsd (= 3.14.14-2rusoft1~precise1), libc6 (>= 2.15), libgd3 (>= 2.1.0~alpha~) Suggests: apache2 | httpd Filename: pool/ubuntu-precise/amd64/apcupsd/apcupsd-cgi_3.14.14-2rusoft1~precise1_amd64.deb Size: 110360 MD5sum: 300315e1988449bd4a3bcd09c57cd91c SHA1: 529c15b89057db31ccc5de1849d608927d1ca79d SHA256: 79b7fcc2275010b10cab20b4c6eb904d157e2ab90ca1aeb7bd3e0643701ebcde 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: amd64 Maintainer: Debian QA Group Installed-Size: 767 Pre-Depends: debconf (>= 1.4.58) | debconf-2.0 Depends: libc6 (>= 2.14), 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/amd64/awffull/awffull_3.10.2-5rusoft1~precise1_amd64.deb Size: 318924 MD5sum: e4a330e34a85de3693c7ae14844426db SHA1: 24e43fe6264b0521931012b69b66933ced5d2a51 SHA256: 55fa99e3b777dbf88188ed82ed04fc2eda327cdb4050bdac03e2bbf0143820de 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: amd64 Maintainer: Tomasz Buchert Installed-Size: 788 Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/brotli/brotli_1.0.9-2rusoft1~12.04.1_amd64.deb Size: 363512 MD5sum: 57aecfea607c1ba6d20c7aa5526aa506 SHA1: eebfca6b7a00e5f3a65aec0c7a5dd289fd10e0c9 SHA256: 3b3989e18e65ee7d260b61cbc97adfef55f086eca9ccf76c58cfda3931557728 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: amd64 Maintainer: Anibal Monsalve Salazar Installed-Size: 110 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/amd64/bzip2/bzip2_1.0.6-8build1rusoft1~precise1_amd64.deb Size: 44012 MD5sum: 0589063b6916c0fff44d8a51e69f6298 SHA1: db1896b24abc045727aec2e4acab72bff6c780a1 SHA256: 553ef9e9a32184253af1ca612704504cd4132602c445585df90b1a8ddf002815 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 12928 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/amd64/cmake/cmake_2.8.12.2-0ubuntu6rusoft1~precise1_amd64.deb Size: 5372668 MD5sum: 641275678f964023b90bd51c03578857 SHA1: ec7cbc9a5bb6e473fc6ad283ca9c16c5e3bd2896 SHA256: 3af0b6e8ee71b7dc925feb6735893fcce7d4d53895b2384327315edf9567c355 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 3890 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/amd64/cmake/cmake-curses-gui_2.8.12.2-0ubuntu6rusoft1~precise1_amd64.deb Size: 1596838 MD5sum: dbd965dca2eed2f4fe90f6ecdb0e206d SHA1: 25832d2f9e9a52f38e1d386a544efb6629d9b71e SHA256: 04a26b6b176218c4132ac0d18519555cc5a44e8110ffc307522f8f02b3ec1a44 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 84201 Depends: cmake-data, cmake (= 2.8.12.2-0ubuntu6rusoft1~precise1) Filename: pool/ubuntu-precise/amd64/cmake/cmake-dbg_2.8.12.2-0ubuntu6rusoft1~precise1_amd64.deb Size: 83264304 MD5sum: 9d924cdd2dac2c9a9f335533095abb7b SHA1: c8b98b8ed18642ead950c50c61efaea8663b3d0b SHA256: 407df10411f1421040132acfc8194794910f1802a7e02b48d32db43864e2c331 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 4134 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/amd64/cmake/cmake-qt-gui_2.8.12.2-0ubuntu6rusoft1~precise1_amd64.deb Size: 1661344 MD5sum: 6288c80c240f964beaf7e5caf629a4e8 SHA1: 5c5b6dda393ca9db341cbfd95808b7cc643fb69b SHA256: 3c3eba5ff62e670cc573c3e62cfcb9d3e0d9de87e9d6e4798ac96340159f06ac 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: amd64 Maintainer: Debian VoIP Team Installed-Size: 1249 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/amd64/coturn/coturn_4.5.1.1-1.1rusoft1~precise1_amd64.deb Size: 533572 MD5sum: 39faa83713e5b63cb236b99a3685d2f9 SHA1: a196de069eac95eb951a5c22d692a74823876875 SHA256: 7e0449d0d1203b7017922c635b4235d3a7411206c6299d68a59b7f35c237fadf 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 1469 Depends: libc6 (>= 2.14), 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/amd64/exim4/exim4-base_4.86.2-2ubuntu2.6rusoft1~12.04.1_amd64.deb Size: 1085596 MD5sum: 30e3628b678d879be4c817b94f0cf09d SHA1: b47fad39559ad313ec21cb541c4ce92366d814fd SHA256: ef425c68d5346056b6b31643bd13fc25742ae1a1831d7078e849738de28d2bb3 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 1175 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/amd64/exim4/exim4-daemon-heavy_4.86.2-2ubuntu2.6rusoft1~12.04.1_amd64.deb Size: 640084 MD5sum: e51f598e4ca8b8d1600c6ecd50ad86e2 SHA1: da42dd3eaf56052dbd582625de07b1cf53b06f39 SHA256: 7b24958dd5e0cbefae63b74bd59ceb92d7f04e91b552dcbcbfa5c04cbd3925b8 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 1156 Depends: exim4-daemon-heavy Filename: pool/ubuntu-precise/amd64/exim4/exim4-daemon-heavy-dbg_4.86.2-2ubuntu2.6rusoft1~12.04.1_amd64.deb Size: 1083796 MD5sum: f4aa1bc1e5bf3f5bdabc455a9e6367e3 SHA1: 6ca4ff62b24e0e8bc09b53ed645e290360b8a118 SHA256: f5a9bc3600a5cfdad16ad9b99e9101d28733227c926e8e3f918bab71c971016d 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 1055 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/amd64/exim4/exim4-daemon-light_4.86.2-2ubuntu2.6rusoft1~12.04.1_amd64.deb Size: 580276 MD5sum: 7a0cbb7bbef83ae129590b90cf552577 SHA1: 38a70b5efe1abef4db0697f17de264bb86dfe791 SHA256: 5009ce444f1cae56197d57cdd6207e3aee86193387d86b2fb476a3f72983492d 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 1029 Depends: exim4-daemon-light Filename: pool/ubuntu-precise/amd64/exim4/exim4-daemon-light-dbg_4.86.2-2ubuntu2.6rusoft1~12.04.1_amd64.deb Size: 966038 MD5sum: 0380692aa3dbee8b5387f57141ef8144 SHA1: f8da33988d4fcb261ddfa4a1965c26569a37e333 SHA256: cbf51eb208af7798061f2635f29de9b56f39443269eb00db6bb59d784fe0fdea 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 368 Depends: exim4-base, exim4-config Recommends: eximon4 Filename: pool/ubuntu-precise/amd64/exim4/exim4-dbg_4.86.2-2ubuntu2.6rusoft1~12.04.1_amd64.deb Size: 321454 MD5sum: affbee2467de8e5854231fd5f725b193 SHA1: 50ee56d0052ea09d3bfd4944ec4d618cfd5a7f5f SHA256: 2537408ce2ca6c30889a796a09a1afb21227b55dc2d35be12bda311d22574689 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 107 Filename: pool/ubuntu-precise/amd64/exim4/exim4-dev_4.86.2-2ubuntu2.6rusoft1~12.04.1_amd64.deb Size: 90586 MD5sum: 7655b5147bea62ffa4590a439503e4ec SHA1: 57ad9c1e3d8f647e0a49eff755b82911606841f3 SHA256: a624ceb6eff5d795c4c1cb8b9e99940c7b42f21e19e373ccdbfee4df39ad81c0 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 172 Depends: libc6 (>= 2.14), libpcre3, libx11-6, libxaw7, libxmu6, libxt6, exim4-base (>= 4.10) Conflicts: eximon Replaces: eximon Filename: pool/ubuntu-precise/amd64/exim4/eximon4_4.86.2-2ubuntu2.6rusoft1~12.04.1_amd64.deb Size: 124174 MD5sum: d3f51103ce2956336f3c0ec0c47ccd44 SHA1: 14425a75c06cd5158790931e81d3b4ca556cdb3f SHA256: f4d93c68bd9ff60c087554953e6fbae2c07eed025744d200b5a94421803794cd 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 63 Depends: libc6 (>= 2.4), libmagic1 (= 1:5.25-2ubuntu1.4rusoft2.1~12.04.1) Filename: pool/ubuntu-precise/amd64/file/file_5.25-2ubuntu1.4rusoft2.1~12.04.1_amd64.deb Size: 46980 MD5sum: 4dd1dbeccdd22a61ed61c0f2fc3801a5 SHA1: cf494035e1d8afb1fb33382f8b63f4ef3dabd40e SHA256: ce83ba3a0bcf1848dc0effcec6215e828b78ed6301172ddc18acc7c0bae2e35b 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 32 Depends: libmagic1 (= 1:5.25-2ubuntu1.4rusoft2.1~12.04.1) Filename: pool/ubuntu-precise/amd64/file/file-dbg_5.25-2ubuntu1.4rusoft2.1~12.04.1_amd64.deb Size: 28764 MD5sum: 596dd538c3714d7e55e9e5de07ab7387 SHA1: 6e5f285481b740e8a261dcd80927e4a1fd89ad23 SHA256: 577d192ce5ad790c603fbe0703eed0ca7f94499773e1e59418a018e3d4cafd0f 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: amd64 Maintainer: Martin Steigerwald Installed-Size: 1890 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/amd64/fio/fio_3.16-1rusoft1~precise1_amd64.deb Size: 570964 MD5sum: b3be147a5ffb0f71e3d7d27bdfb212ef SHA1: 4615f2e097a5cab10428b1158ccb26d719c4ff0f SHA256: 99e7211781de8745793967c9d9772c60a93d95e68ca8e984a040c70d66d2731d 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: amd64 Maintainer: Debian MySQL Maintainers Installed-Size: 2182 Depends: libc6 (>= 2.14), 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/amd64/galera-3/galera-3_25.3.31-2rusoft1~12.04.1_amd64.deb Size: 1004328 MD5sum: 70922a2cd85378a2e425434faf7acb5f SHA1: a94a775d4b6eef7a46fe8a117b16f3238e831d3d SHA256: d0343fb1b93497be72b57990fe0a2633d82b29d62ab3014cb22224c9a4e6b741 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: amd64 Maintainer: Debian MySQL Maintainers Installed-Size: 1544 Depends: lsb-base (>= 3.0-6), libboost-program-options1.46.1 (>= 1.46.1-1), libc6 (>= 2.14), 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/amd64/galera-3/galera-arbitrator-3_25.3.31-2rusoft1~12.04.1_amd64.deb Size: 693794 MD5sum: 3e3b396354ebf165cdb1c42c2db9b0d0 SHA1: 65753fa9145630b82bfe880729cf15cda2c88a06 SHA256: 0be56e83283c08f6068b12523567e7249df5c17e6a18d9bdf88eaeda8ccd33c6 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: amd64 Maintainer: Michael Prokop Installed-Size: 333 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Suggests: ddrescueview Filename: pool/ubuntu-precise/amd64/gddrescue/gddrescue_1.23-2rusoft1~precise1_amd64.deb Size: 154800 MD5sum: d9856b5890f5f5fb374455502788e9a5 SHA1: 5196c87f83f09df3c87052dbaa1fd944aa4197bd SHA256: f765f8e1bc5d4b8c71909c52a028d5881158b95352a39a566e672f73bfaba85f 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: amd64 Maintainer: Herbert Parentes Fortes Neto Installed-Size: 348 Depends: libc6 (>= 2.15), libx11-6 Filename: pool/ubuntu-precise/amd64/gifsicle/gifsicle_1.93-2rusoft1~12.04.1_amd64.deb Size: 200454 MD5sum: 3035362d8ddff098d98ff558e93eb424 SHA1: 1061c483f2d56ec40c943e3a78071fa14c26ec44 SHA256: 7cacca071ef6ad126a31200447ec69347a1c245d95e13c3234aae3b08baa2236 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: amd64 Maintainer: Gürkan Myczko Installed-Size: 383 Depends: libc6 (>= 2.15), libx11-6 Filename: pool/ubuntu-precise/amd64/gifsicle/gifsicle_1.94-2rusoft2~12.04.1_amd64.deb Size: 201800 MD5sum: 86ccad6f5485ff20feaaf6a8880f48f5 SHA1: 230eb663993d63799873b9a83d800ccf3772dfb2 SHA256: 266bd711a351be95a9092b10240ea2f399e68ecfd687a2a43d93dbcea8fe2d43 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: amd64 Maintainer: Gerrit Pape Installed-Size: 32517 Pre-Depends: dpkg (>= 1.15.7.2) Depends: libc6 (>= 2.14), 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/amd64/git/git_2.30.2-1rusoft3.1~12.04.1_amd64.deb Size: 5079106 MD5sum: 82b45de12447f1dd507f31b61d6418e7 SHA1: 6cdeeb8b5d039b721872c96663778e106e7dd8ea SHA256: 2f6bc29d0554eb14e6a8a2c2d816bfee4c42cd4bd332ddac519015c93ecb7020 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: amd64 Maintainer: Colin Watson Installed-Size: 9931 Depends: groff-base (= 1.22.3-9rusoft1~precise1), libc6 (>= 2.14), 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/amd64/groff/groff_1.22.3-9rusoft1~precise1_amd64.deb Size: 3293696 MD5sum: 7916714f0c3343d35aeab6c71ac25a1c SHA1: 51d0927754f055f8c491bfa9535570d59962e921 SHA256: 149be332d1acf4f6603eaeb87bdde80fd795926b4a6bb0169d348e1f71c2c43f 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: amd64 Maintainer: Colin Watson Installed-Size: 2733 Depends: libc6 (>= 2.14), 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/amd64/groff/groff-base_1.22.3-9rusoft1~precise1_amd64.deb Size: 1041060 MD5sum: 92277412318b6b31c109bb625f8d600c SHA1: 7ddd3ebd23f59f234033a0fb7ffdf8a2a5404ebd SHA256: dd0a55d8138842bc85bc45323c82f140feef271e10ff667ed7ae92e529404e33 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: amd64 Essential: yes Maintainer: Ubuntu Developers Installed-Size: 193 Pre-Depends: libc6 (>= 2.14) Depends: dpkg (>= 1.15.4) | install-info Suggests: less Filename: pool/ubuntu-precise/amd64/gzip/gzip_1.6-5ubuntu1rusoft1~precise1_amd64.deb Size: 111802 MD5sum: 6caab6928e4c7d4bfdf02c23ffd6e1d0 SHA1: 2d8f9113a1e7457bab0abdc516759d14a1473ea4 SHA256: fb366c68290c0055b0942b2b71d3ab45287f5fe13dca4679925363b7ecbf8654 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: amd64 Maintainer: Alexandre Mestiashvili Installed-Size: 187 Depends: libc6 (>= 2.14), lsb-base Recommends: powermgmt-base Suggests: apmd Filename: pool/ubuntu-precise/amd64/hdparm/hdparm_9.53+ds-1rusoft1~precise1_amd64.deb Size: 111388 MD5sum: 459a9f064feccb0db475bc8c19a0d52f SHA1: 519917529cc5897e78bc9a84f0756a7262afe739 SHA256: 1f5073a7ca7f15bb48ec568969bd9a5cf121ec1fb0d63cac03c7c90abd958522 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: amd64 Maintainer: Daniel Lange Installed-Size: 364 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/amd64/htop/htop_3.2.1-1rusoft1.3~12.04.1_amd64.deb Size: 150070 MD5sum: c39e42b6dbe795d661317d2e96569a5e SHA1: 08414a0b46cf79087190b39f04804b4cb50ee03e SHA256: cbc81e7d08fc6599a8ef3140ab2b2fb0fda6639e33f01eb7642f2afadd61c58a 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: amd64 Maintainer: Daniel Lange Installed-Size: 183 Depends: libc6 (>= 2.15), libncursesw5 (>= 5.6+20080119), libtinfo5 Suggests: lsof, strace Conflicts: htop Filename: pool/ubuntu-precise/amd64/htop2/htop2_2.2.0-1rusoft3~12.04.1_amd64.deb Size: 92100 MD5sum: ac5b8c1b82d03df99765a7df50b1b3f5 SHA1: 8c1a26cd412b8577b3fa9f39b6c5382dfc9ede45 SHA256: 2ab0f2dd36922f9c32025c1c74c298cb8d3150866f018eb3215dd2941e529081 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: amd64 Maintainer: Paul Wise Installed-Size: 66 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/ubuntu-precise/amd64/iotop/iotop_0.6-2rusoft1~precise1_amd64.deb Size: 24684 MD5sum: 1950dea8c3c5be646751ce1d27a3236c SHA1: e25886c89d4c69204f4f52cd1635260d64c2fe26 SHA256: b8136bfc97a38ba0621d4c670b82242f17cb4d3273e7d36a6f644c17de1df4d4 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: amd64 Maintainer: Debian iproute2 Maintainers Installed-Size: 1077 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/amd64/iproute2/iproute2_3.12.0-2ubuntu1rusoft1~precise1_amd64.deb Size: 549590 MD5sum: 645c1f4336cbb1032676df297532d613 SHA1: a4abdd454ae0e7b5928487dab6142054c79a6480 SHA256: 88a1691d62cbd48786455dd20add80e585cca2f1b75b97d7309a9210a3a33696 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: amd64 Maintainer: Mathieu Malaterre Installed-Size: 42 Depends: libc6 (>= 2.14), libjpeg8 (>= 8c) Filename: pool/ubuntu-precise/amd64/jpegoptim/jpegoptim_1.4.6-1rusoft1~precise1_amd64.deb Size: 21318 MD5sum: e57b2781e693e5a0a4d9ff1db6197d28 SHA1: 079aa234503cab862e0a3a4517041f88e1abcb13 SHA256: c3af94e64c7d7e39ef00fc4c14f3bf5c17a1861dd6886b49e27508fa7693cec8 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: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 146 Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/amd64/sqlite3/lemon_3.34.1-2rusoft8.2~12.04.1_amd64.deb Size: 51072 MD5sum: d79cc665f504c8e9e0ad6bf41bd4023b SHA1: f1a79ea18c9cefab3df1d9f970bdb4c1a8c3585e SHA256: 182ea70cccc9fe26a50a55f7f2fdccd210ae31c979a685a633598a221b4c8254 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: amd64 Maintainer: Sergey B Kirpichev Installed-Size: 25 Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/amd64/libapache2-mod-rpaf/libapache2-mod-rpaf_0.8.5-0rusoft2~precise2_amd64.deb Size: 12748 MD5sum: f10a4f52d58882f58283a292a07fd8cc SHA1: 1dc01b367a187bc37b45b073e3838e52956da71b SHA256: 552bad1a576f919a50d29f7897ca90e7be3a19bad4ec1e407a1587210195f3ec 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: amd64 Maintainer: Sergey Dryabzhinsky Installed-Size: 31 Depends: libc6 (>= 2.2.5), libcap2 (>= 2.10) Filename: pool/ubuntu-precise/amd64/libapache2-mod-ruid2/libapache2-mod-ruid2_0.9.8+git20130826-1rusoft3~precise1_amd64.deb Size: 14616 MD5sum: 706915ebb1cd0477bc3b419b73ab9e47 SHA1: 8e9f7b12db05726ed444edf9171e98548eeb0a63 SHA256: 95f5714bab84973d1241b318915e5676077f66c53f1b25eaf9a38ba29b8b5406 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: amd64 Maintainer: Tomasz Buchert Installed-Size: 920 Depends: libbrotli1 (= 1.0.9-2rusoft1~12.04.1) Filename: pool/ubuntu-precise/amd64/brotli/libbrotli-dev_1.0.9-2rusoft1~12.04.1_amd64.deb Size: 384882 MD5sum: a37612a56d8c134c5cbc902a3004fdc7 SHA1: 9098631390e0f47b6cf1c5ffcf93a40476c7fff7 SHA256: 379d2ef7f507721e04d0d7b043675e0d9e15f97b705b3fb523c25ec3fd507c64 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: amd64 Maintainer: Tomasz Buchert Installed-Size: 784 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/brotli/libbrotli1_1.0.9-2rusoft1~12.04.1_amd64.deb Size: 358386 MD5sum: 9dc579288ab11a870fff64a676e70bc3 SHA1: 1d0f15b45f012190a4066ca05362b9a666d0d0ed SHA256: f07d72db420a4852ad720527901ce0aa1f69f1784826d8ab71accc61e6db4ee6 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: amd64 Maintainer: Anibal Monsalve Salazar Installed-Size: 109 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/amd64/bzip2/libbz2-1.0_1.0.6-8build1rusoft1~precise1_amd64.deb Size: 40718 MD5sum: 5b97a22a3a75b245c504c6917c96f44c SHA1: 975ef21a3cf202f27f94e46a11c073ef71ecf565 SHA256: 6298dac0918042a1bfa5ddc9fac75b45160a9cacc8d86766bff3f2819f33d6bb 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: amd64 Maintainer: Anibal Monsalve Salazar Installed-Size: 113 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/amd64/bzip2/libbz2-dev_1.0.6-8build1rusoft1~precise1_amd64.deb Size: 32338 MD5sum: e2d93e29309f2bc94a31e3ce5c48a1d5 SHA1: feb63cd25e142e2c101fa71d1805e6bc5edf2c05 SHA256: 883e6beee7e0005ae13ed79cb6d564ceb8aeb861276059518c75ebaa3805cd64 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: amd64 Maintainer: GD team Installed-Size: 789 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/amd64/libgd2/libgd-dev_2.2.5-4rusoft1.1~precise1_amd64.deb Size: 308986 MD5sum: d63ae7357751bf5af9a1d7ff87edd7a2 SHA1: 73a9bae730754c93b879a69157c87fd4f55a4484 SHA256: 48a07984616192939f9500d66cbf9392ec633c2d962a570681b01bb00884f2b5 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: amd64 Maintainer: GD team Installed-Size: 110 Depends: libc6 (>= 2.14), libgd3 (>= 2.1.0~alpha~), perl Suggests: libgd-dev Filename: pool/ubuntu-precise/amd64/libgd2/libgd-tools_2.2.5-4rusoft1.1~precise1_amd64.deb Size: 38894 MD5sum: 8f171ec48e6c1bfa06fdf3e36897fefa SHA1: eafb4c436c5dfd2230bbe5e61c02058e6404dc14 SHA256: 203abb84115f8cb3a42511df6a161003edef6f3b0b2ac4597c5c540b0a4665c5 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: amd64 Maintainer: GD team Installed-Size: 430 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14), 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/amd64/libgd2/libgd3_2.2.5-4rusoft1.1~precise1_amd64.deb Size: 154856 MD5sum: d92df53d54eeae2cd1199650d9c169d1 SHA1: 38f9a4f64bc07ced51c6acc84e9a036b93fed8ab SHA256: 1b809b80c53ca26d8e11b60aa0f472372752def27bdc7d1feb50945a0bad93f7 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 128 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/amd64/libmemcached/libhashkit-dev_1.0.8-1ubuntu2rusoft1~precise1_amd64.deb Size: 56982 MD5sum: 0b1c7b914a1f5d2480572d6d9b06c65a SHA1: 3be7e29dda87c66bf84a504868b589bb83ee3751 SHA256: 4aef3d8a47bfab1c5b8b549bee2f3526e1e71b1005cc244c10179672ac40cf6c 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 58 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Conflicts: libhashkit1 Filename: pool/ubuntu-precise/amd64/libmemcached/libhashkit2_1.0.8-1ubuntu2rusoft1~precise1_amd64.deb Size: 36388 MD5sum: 0a5fe1cb51768511a086ef2f2d3ff7af SHA1: af87fdce252692c55bd9410e1a4a0a18235188a9 SHA256: 14d39327441d4b3d295e1e8bc5a56f8ae0c1f007f155d20ea06cb9c6daa639cd 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: amd64 Maintainer: Stig Sandbeck Mathisen Installed-Size: 929 Depends: libjemalloc1 (= 3.6.0-9ubuntu1rusoft1.1~precise1) Filename: pool/ubuntu-precise/amd64/jemalloc/libjemalloc-dev_3.6.0-9ubuntu1rusoft1.1~precise1_amd64.deb Size: 265460 MD5sum: 6b9a60a7e8b1ddfe5d3144b0b258dd52 SHA1: 8ce98c9cb1c22d37540f82904ebddb935c29bae9 SHA256: a8ec0888277ccbf31b579b4ea7b601e62e910fb83ad59ba422bf688605438ba3 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: amd64 Maintainer: Stig Sandbeck Mathisen Installed-Size: 210 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/jemalloc/libjemalloc1_3.6.0-9ubuntu1rusoft1.1~precise1_amd64.deb Size: 93088 MD5sum: 0e2f9092e309663ec807a374d7f5545c SHA1: 192380b5f2ef6eb9686ca9d03b51fa184dc818e4 SHA256: 2eac77e1615cab4df637c3a4eccce275c2e734ab5f3c10c007b915c53c6a9bbb 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: amd64 Maintainer: Stig Sandbeck Mathisen Installed-Size: 303 Depends: libjemalloc1 (= 3.6.0-9ubuntu1rusoft1.1~precise1) Filename: pool/ubuntu-precise/amd64/jemalloc/libjemalloc1-dbg_3.6.0-9ubuntu1rusoft1.1~precise1_amd64.deb Size: 277206 MD5sum: 97c26f625c22f9aa8c1a224f5b71cfd2 SHA1: 596851d549d373bddd6e2aacefa238e5b7f449ad SHA256: ac1f671433b9061b2dbceff7ef2c96d91930c649a63bee703343aa58a2258a8a 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: amd64 Maintainer: Enrico Tassi Installed-Size: 437 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libluajit-5.1-common (= 2.0.2+dfsg-1rusoft1~precise1) Filename: pool/ubuntu-precise/amd64/luajit/libluajit-5.1-2_2.0.2+dfsg-1rusoft1~precise1_amd64.deb Size: 231878 MD5sum: 2e1f4cce4804516e099f08d8dcb5ff91 SHA1: 537d3d7d9fdd5eccc769cc5255a1566b66c9bb16 SHA256: 3ab3723aa4bc93896a6beca64ecffd7b5ea21d165534bb4875768224ee641bc8 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: amd64 Maintainer: Enrico Tassi Installed-Size: 609 Pre-Depends: multiarch-support Depends: libluajit-5.1-2 (= 2.0.2+dfsg-1rusoft1~precise1) Filename: pool/ubuntu-precise/amd64/luajit/libluajit-5.1-dev_2.0.2+dfsg-1rusoft1~precise1_amd64.deb Size: 256766 MD5sum: 1113d943bd5c6085cfe5632141a52637 SHA1: e23d0c8887283efb47dd704175a08bae3a7d5d05 SHA256: a064fdcbb788ab2cc9bcff12ae94dd017f42c9ea75ce6aa15a2e8d1cdc8da503 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: amd64 Maintainer: Nobuhiro Iwamatsu Installed-Size: 55 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/lz4/liblz4-1_0.0~r131-1rusoft1~precise1_amd64.deb Size: 27146 MD5sum: 1e353c5fa09d33e2498e20b4bb707942 SHA1: 2f2170c3ff6283a34fb8590e636576954b29778e SHA256: d8a4639f5d3224fe36fec3dd549d7553f65df34e9c16aca9784c0fb27986c697 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: amd64 Maintainer: Nobuhiro Iwamatsu Installed-Size: 571 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/amd64/lz4/liblz4-1-dbg_0.0~r131-1rusoft1~precise1_amd64.deb Size: 189356 MD5sum: 312f49ebe585483e7789f157e323b903 SHA1: 29b21fa6fae4f9fbd02aaf8c728349c2c9ed5962 SHA256: 5e7916593cb25562b7e36ba0dce967831505cbadc10e1d8c7151b056f5d94958 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: amd64 Maintainer: Nobuhiro Iwamatsu Installed-Size: 103 Depends: liblz4-1 (= 0.0~r131-1rusoft1~precise1) Filename: pool/ubuntu-precise/amd64/lz4/liblz4-dev_0.0~r131-1rusoft1~precise1_amd64.deb Size: 37976 MD5sum: 480fded10e2a731efd9fb6f3cceb8b45 SHA1: 717c856f801a9bfd1c0a69321a0809579ee3d3e3 SHA256: 0faa5f17ace47bf4ab0a5949178cb0eb282fb04d6284f5e1247508ebb7bb97c4 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: amd64 Maintainer: Nobuhiro Iwamatsu Installed-Size: 155 Depends: libc6 (>= 2.14), liblz4-1 (= 0.0~r131-1rusoft1~precise1) Filename: pool/ubuntu-precise/amd64/lz4/liblz4-tool_0.0~r131-1rusoft1~precise1_amd64.deb Size: 76624 MD5sum: b7a74583aaf50a2725868f8b116f18be SHA1: d148883a2d91d6ed8a624a11167276ddb48099ba SHA256: 151b722f1923477d4372a193630020d6422f591f58b8e127d78b938b5d035ac8 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: amd64 Maintainer: Stephen Kitt Installed-Size: 149 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/lzo2/liblzo2-2_2.10-2rusoft1~12.04.1_amd64.deb Size: 60122 MD5sum: 53ef7205a4803db4d19ca7b6e21c6900 SHA1: b47443b575cbf6a26f3457c27470a631b7aca4f3 SHA256: 739754d0108c0daa9d7f8eaef18775a7b9fea798074fd7b4474a91ceac24ac55 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: amd64 Maintainer: Stephen Kitt Installed-Size: 805 Depends: liblzo2-2 (= 2.10-2rusoft1~12.04.1) Replaces: liblzo-dev Filename: pool/ubuntu-precise/amd64/lzo2/liblzo2-dev_2.10-2rusoft1~12.04.1_amd64.deb Size: 171870 MD5sum: d54813478d34bacc8af0c7870af29c98 SHA1: 543e4ce4bb6896d690e3a9551fdc9fcea5e470f5 SHA256: 0721bb79839065ae74c0846614ab08f73b3c55f820a124c107954053a7874a87 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 286 Depends: libmagic1 (= 1:5.25-2ubuntu1.4rusoft2.1~12.04.1) Suggests: file Filename: pool/ubuntu-precise/amd64/file/libmagic-dev_5.25-2ubuntu1.4rusoft2.1~12.04.1_amd64.deb Size: 96408 MD5sum: 8393864afe25bf4aadc1d74e987b912e SHA1: 1379b43abd4632e8000858f81eb2a9a85bea87c3 SHA256: ce00ff9a3456a327e0e11cd0f03aef780cb3ed4e42bab950b832b7f850170bf0 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 3954 Pre-Depends: multiarch-support Depends: libc6 (>= 2.15), zlib1g (>= 1:1.1.4) Suggests: file Filename: pool/ubuntu-precise/amd64/file/libmagic1_5.25-2ubuntu1.4rusoft2.1~12.04.1_amd64.deb Size: 239160 MD5sum: 7108f9d6ff72de11da16299c89cc1bff SHA1: 2d08f88b75ffe6b6fdc061ee6474d477f582a043 SHA256: 1b970ddb4345f6218ba049cfa55ecf7940ecb87fb2be1b06f415128160db3396 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 845 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/amd64/libmemcached/libmemcached-dbg_1.0.8-1ubuntu2rusoft1~precise1_amd64.deb Size: 696082 MD5sum: c1a169ce908667c00bc3f92485110c1f SHA1: c3031a660e0c9fa567ab552da00a5b391c28a895 SHA256: f1b933a0c60ac27628cffdd33e8a5a92601c217aa3fcf52a40412be4cdf0d5f7 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 906 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/amd64/libmemcached/libmemcached-dev_1.0.8-1ubuntu2rusoft1~precise1_amd64.deb Size: 325180 MD5sum: e531d4a29b15270bd0e4f2c9e88f7af1 SHA1: 8c7e61be0f598da66d7832a8034f690bd6546736 SHA256: c54a16ddeba70da2f6ac160576df6d2f74d42b3636f9a505dfd0c3795aba53d4 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 279 Depends: libc6 (>= 2.14), libmemcached10, libmemcachedutil2, libstdc++6 (>= 4.4.0) Filename: pool/ubuntu-precise/amd64/libmemcached/libmemcached-tools_1.0.8-1ubuntu2rusoft1~precise1_amd64.deb Size: 98380 MD5sum: e2fb001794fc6e71432ab219c881a497 SHA1: 24247355699bd36e412156fa8a5b513084820ca7 SHA256: a7d4f261483fe607738b61a492e2f1ea0bb38bd12fe96348f1e59310593373db 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 226 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Conflicts: libmemcached2, libmemcached3, libmemcached6, libmemcached9 Filename: pool/ubuntu-precise/amd64/libmemcached/libmemcached10_1.0.8-1ubuntu2rusoft1~precise1_amd64.deb Size: 113078 MD5sum: 739e7e2b9bed4f05ad481d9568337186 SHA1: 23c95e827f25ab0e46b9ee01a7af8e04d227bd03 SHA256: a8c3683e8349b61ba9327b8e2087c56baf6f4b79e088078d4d8e5c8f2b8e4b4c 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 59 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/libmemcached/libmemcachedprotocol0_1.0.8-1ubuntu2rusoft1~precise1_amd64.deb Size: 29554 MD5sum: 7ff5f6b008fedd66a3739e0a591574ab SHA1: 4a42524c52ff26d05e9b753ad1574abbcee7fb6e SHA256: ec9b9a3032e403ddeca871b9b556a0013fb243314c6f27e0a722ff9518b3309c 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 38 Pre-Depends: multiarch-support Depends: libc6 (>= 2.3.4), libmemcached10, libstdc++6 (>= 4.1.1) Filename: pool/ubuntu-precise/amd64/libmemcached/libmemcachedutil2_1.0.8-1ubuntu2rusoft1~precise1_amd64.deb Size: 22446 MD5sum: ad59009bfc0f77db00ec1249c0eedc91 SHA1: 0e57850ba052dcc445b99ad67063e659591b4969 SHA256: 1483583c24be275c46d08e85876993fe8a7c1ff950c63b191ad8bffbf319d896 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: amd64 Maintainer: Matthew Vernon Installed-Size: 542 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/pcre3/libpcre16-3_8.45-5rusoft8~12.04.1_amd64.deb Size: 259686 MD5sum: af881481facc1cae60493557f4171c73 SHA1: 08037785b09bccbbd46452594b7e621e86609e09 SHA256: 6d965ea018f105b4fea43ec61e47b168c0d4b6ed3380d418c01ba244ad6ae156 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 528 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/pcre2/libpcre2-16-0_10.39-2rusoft2.1~12.04.1_amd64.deb Size: 205142 MD5sum: e30ae8eb06adb9a958bf52c263e76125 SHA1: 2e4b44c8b3a1b42c044f1df5721d842b2f84a510 SHA256: 205ef06e07f263774c146ee1cb322b232558b903e7c3c8085e998bf293fe3b4c 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 579 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/pcre2/libpcre2-16-0_10.40-2rusoft2.1~12.04.1_amd64.deb Size: 212948 MD5sum: 20b63896ff7f0ce1745a1ffce1061c96 SHA1: b4e15772238b465a329f98142de0d7fb65af452b SHA256: 9dbaf4a9d496536f6decd78d41a939c1501e2b8620dda18aea43e40799f94c64 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 579 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/pcre2/libpcre2-16-0_10.42-2rusoft2.1~12.04.1_amd64.deb Size: 213628 MD5sum: d19c8cc4e989e53532de61e70e49b51d SHA1: 63d8d72afe361f14fc56aae81c521acc3176ec5f SHA256: 1f108bf5afb6945319d6306eea8ff112a45c21ec4ce90b19dad0e82d6aed039f 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 504 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/pcre2/libpcre2-32-0_10.39-2rusoft2.1~12.04.1_amd64.deb Size: 194276 MD5sum: 6272c0a8aea8efbf24fc177b5de6c3ab SHA1: 0aa4b37a337a26b219418a9e37891d342f955cd3 SHA256: 43d18bda70bd792b5f344c874adc80744a187d7564739e0dbb51710c679d112f 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 555 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/pcre2/libpcre2-32-0_10.40-2rusoft2.1~12.04.1_amd64.deb Size: 201780 MD5sum: 0cb48cbc673bd1e152418b7ddb354226 SHA1: 200e2a018de25be407ed853419106c8f1413e876 SHA256: e1d5169d791090bbaa901d53ca2ac37b637bbdb17ba7831e7ef847b6055e043e 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 555 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/pcre2/libpcre2-32-0_10.42-2rusoft2.1~12.04.1_amd64.deb Size: 202570 MD5sum: 38efcc1251e655672054ed60849d1928 SHA1: 39a47425f3b230314868f30586048e6ef51ededb SHA256: e813c68e3b3fdbbf301654c7f25616147aabfb5da099d31d5e958dce72de1a49 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 576 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/pcre2/libpcre2-8-0_10.39-2rusoft2.1~12.04.1_amd64.deb Size: 220410 MD5sum: 4db8aa1cc8dd727a6b615d76369a9e77 SHA1: b6bab69f54e7a3b8b1e39f0c0fc500650fabe345 SHA256: a6f6c1a5501c6351f6ee38fee37e3346cddc83bce946ad000a30b76547c027bf 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 631 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/pcre2/libpcre2-8-0_10.40-2rusoft2.1~12.04.1_amd64.deb Size: 229548 MD5sum: 5be52320ade93167b0c01d049e644b9d SHA1: ebd37ba4df70d566582f22cf390d9e1a8ef21154 SHA256: ef286014e8bc6633b557e428e42d77ccba74b8a7c6b9f3079706b19a63f31235 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 632 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/pcre2/libpcre2-8-0_10.42-2rusoft2.1~12.04.1_amd64.deb Size: 230392 MD5sum: a0bbb1cd98660bff5a3bef123075ea57 SHA1: 1a802276a461f6fd469998a17a45df5054ffbd7b SHA256: 29a7fb72bd92c3117e5ecb40d3886a0ce3ab48a17918ca7cde57955fc8baed64 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 2467 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/amd64/pcre2/libpcre2-dev_10.39-2rusoft2.1~12.04.1_amd64.deb Size: 927260 MD5sum: 32b7607109efac746a0a8f06352f2d4e SHA1: 9ed6165a7ff7a00e03ed4f44580473cc053b0d36 SHA256: 11c96d3abe3151a079a4c002743ea69e357b354eabac6634ade80643908b0ea7 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 2589 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/amd64/pcre2/libpcre2-dev_10.40-2rusoft2.1~12.04.1_amd64.deb Size: 955272 MD5sum: b23eacabab23f81dc3661401133c9eb4 SHA1: 14a30c8831daa67625d45b04aabbaae4cfd70224 SHA256: a777b29ea721c499dd3cfb4210d9e33316ad71729cb1b735b141b4d22a8675fb 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 2595 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/amd64/pcre2/libpcre2-dev_10.42-2rusoft2.1~12.04.1_amd64.deb Size: 958226 MD5sum: 3db9712c5deb4896e2fb32b1ace94200 SHA1: 0a457ee581fd504904c718cba41e8a3c0a0ccd73 SHA256: 2bfd0b353849935d1d36508cfd18583dba9d1bee4a84186ede07e016f80dc55f 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 17 Pre-Depends: multiarch-support Depends: libc6 (>= 2.3.4), libpcre2-8-0 (>= 10.22) Conflicts: libpcre2-posix0 Replaces: libpcre2-posix0 Filename: pool/ubuntu-precise/amd64/pcre2/libpcre2-posix3_10.39-2rusoft2.1~12.04.1_amd64.deb Size: 8494 MD5sum: 5700b624622fd1a47ca13eba388c969e SHA1: f18448697edcab5d81aa3803e16063bdf75b2f9a SHA256: 14fa2cbd7e87d1d1473be56168cb9f8c8bc7afae816cbef08db95649a871ed10 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 48 Pre-Depends: multiarch-support Depends: libc6 (>= 2.3.4), libpcre2-8-0 (>= 10.22) Conflicts: libpcre2-posix0 Replaces: libpcre2-posix0 Filename: pool/ubuntu-precise/amd64/pcre2/libpcre2-posix3_10.40-2rusoft2.1~12.04.1_amd64.deb Size: 8534 MD5sum: 386bef01c5bf587927147a3ab6f23f47 SHA1: 9689b319fc59a76568f7b0fbe67396f2de975fcc SHA256: 079318b306ed9bf3b862d1f392e8cce036b7e362839df9d90d78a4ff05de73bd 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 48 Pre-Depends: multiarch-support Depends: libc6 (>= 2.3.4), libpcre2-8-0 (>= 10.22) Conflicts: libpcre2-posix0 Replaces: libpcre2-posix0 Filename: pool/ubuntu-precise/amd64/pcre2/libpcre2-posix3_10.42-2rusoft2.1~12.04.1_amd64.deb Size: 8570 MD5sum: e49f527b52969b310e556a2a6e3f1b87 SHA1: fe7c2883ba9e2deb3f915f0f5c8e656f8357c3b6 SHA256: 5d479282a95da096fdfd5d6624950f8f861d4e2279aa3b96c6a76cddc399988a 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: amd64 Maintainer: Matthew Vernon Installed-Size: 630 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) 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/amd64/pcre3/libpcre3_8.45-5rusoft8~12.04.1_amd64.deb Size: 312444 MD5sum: e85d12a84b02f989e5530da5893eb222 SHA1: 512a9ee5939a891bcc2c3a4e05c54baba89d4c30 SHA256: 663d741777222aef5a70044cdb72a90c0a99b52b3af34c9805fa116c057b6ef0 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: amd64 Maintainer: Matthew Vernon Installed-Size: 2212 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/amd64/pcre3/libpcre3-dev_8.45-5rusoft8~12.04.1_amd64.deb Size: 630350 MD5sum: 84a6fc6fc9084b64e2d137ff1cf4b668 SHA1: 9561344c8c619445b6f364589b15144147edbb5d SHA256: 19b244a401690b7984a58b9ed2123726c9e992d6ff5b056b17beb432b2712290 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: amd64 Maintainer: Matthew Vernon Installed-Size: 526 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/pcre3/libpcre32-3_8.45-5rusoft8~12.04.1_amd64.deb Size: 252072 MD5sum: 71b717ba8df1a7a728187d090ff7be31 SHA1: b4a1064f7c27c26622151caa57f7d0e9161fe5c8 SHA256: eb5c422dcd8ee39c23d672cb32bd053fa9036e676958940d3fcc7dff6cc2115b 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: amd64 Maintainer: Matthew Vernon Installed-Size: 175 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14), 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/amd64/pcre3/libpcrecpp0v5_8.45-5rusoft8~12.04.1_amd64.deb Size: 154744 MD5sum: 0c28c147d07b417b7e832eb21d8d7d15 SHA1: 5012f3b8a5546bf0024f6d6661ce4996162990b2 SHA256: d9b84bcba020275a7522308f02b68516936e9cd4acb486d9abf70a63859308b6 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: amd64 Maintainer: Eric Dorland Installed-Size: 115 Pre-Depends: multiarch-support Depends: libc6 (>= 2.7), libssl1.0.0 (>= 1.0.0) Filename: pool/ubuntu-precise/amd64/pkcs11-helper/libpkcs11-helper1_1.11-1rusoft1~precise1_amd64.deb Size: 50004 MD5sum: 9f87565c4128c6cb683e86cdb6e4cd14 SHA1: 63d30017ca54fa475e2ce1a17424d29d61585676 SHA256: 61fa79fc6190c85e4260c421b5bdb7fdae90da93b61293252bc95f0c3185e2a6 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: amd64 Maintainer: Eric Dorland Installed-Size: 103 Depends: libpkcs11-helper1 (= 1.11-1rusoft1~precise1) Filename: pool/ubuntu-precise/amd64/pkcs11-helper/libpkcs11-helper1-dbg_1.11-1rusoft1~precise1_amd64.deb Size: 85446 MD5sum: 3c715ea3f6f29611da76ab9bc53e3466 SHA1: 974e617b7be975fc0655b0f0e20a75486ad6fa69 SHA256: ab3e1f886e0ec5713a48c681a7df1ec30ce2a21ef0cb38a4384ccc32ffe79dfa 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: amd64 Maintainer: Eric Dorland Installed-Size: 1181 Depends: libpkcs11-helper1 (= 1.11-1rusoft1~precise1), libssl-dev Conflicts: libpkcs11-helper-dev Provides: libpkcs11-helper-dev Filename: pool/ubuntu-precise/amd64/pkcs11-helper/libpkcs11-helper1-dev_1.11-1rusoft1~precise1_amd64.deb Size: 185774 MD5sum: 47856b50aad4cd59faad6c8044fbb6cc SHA1: f53fb3a6db1d0b9c03f6f2667e2034fc0d124c21 SHA256: 4d72c41443925f8d1c968b56dc509023bd898e2da97eb00b451e9ea8f060f8be 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: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 734 Depends: libsodium23 (= 1.0.18-1rusoft2~precise1) Filename: pool/ubuntu-precise/amd64/libsodium/libsodium-dev_1.0.18-1rusoft2~precise1_amd64.deb Size: 152952 MD5sum: d20912187d1d6c050ede2648b3e7c137 SHA1: 56d4a702ed6f35a5b07140331b18dbc52cf6a2d6 SHA256: 53cc80b0d28ce7e0dfd232cdc7f7371dbb4bd978cfdf67fb00878b1392ea1707 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: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 369 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/libsodium/libsodium23_1.0.18-1rusoft2~precise1_amd64.deb Size: 135404 MD5sum: 641bf131f61c37037055f223fd35106a SHA1: 590f61bb4f6187410ffe16515a365ce3cc9e6350 SHA256: b861239039c1795531177e43c5f5fec7a9687b445869b160571367c838138e16 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: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1056 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/amd64/sqlite3/libsqlite3-0_3.34.1-2rusoft8.2~12.04.1_amd64.deb Size: 541486 MD5sum: a537dc6640c2584e9d7dd57acadf3ca2 SHA1: 9993b9bc3d5eb316ddc1d94e5fe889f7b28fd87a SHA256: b3d0b288952669bbeb860eb899412062f57d53d052ceae12667b86cb843ed65d 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: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 86 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/amd64/sqlite3/libsqlite3-0-plugins_3.34.1-2rusoft8.2~12.04.1_amd64.deb Size: 25246 MD5sum: 0e9285a9c57f604accdb5300e08a82d8 SHA1: 44202eccfaece40743cb8c4fe9bee9085e50bbea SHA256: add7503f61bca3feadef851d93017b27d0bb5083b97ee37b4c370f3933b09fcf 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: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1872 Depends: libsqlite3-0 (= 3.34.1-2rusoft8.2~12.04.1), libc6-dev Suggests: sqlite3-doc Filename: pool/ubuntu-precise/amd64/sqlite3/libsqlite3-dev_3.34.1-2rusoft8.2~12.04.1_amd64.deb Size: 589642 MD5sum: d93da9879ca2c425115b712861c63d48 SHA1: a59fec07f0e55a510203f087c8d66cc0a40dd1ca SHA256: 007e7ceacb46daf037ba4dcab13004ea3374ed95d74cefaab438d5b487346f36 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: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 50 Depends: libc6 (>= 2.4), libsqlite3-0 (>= 3.20.0) Suggests: sqlite3-doc Filename: pool/ubuntu-precise/amd64/sqlite3/libsqlite3-tcl_3.34.1-2rusoft8.2~12.04.1_amd64.deb Size: 19384 MD5sum: 3959e9c0cb29626acada42d029773c52 SHA1: e957168940a682bad41f8f352aa9f3bbc76c5268 SHA256: 33fc15afa50b6e934a84e321f64cf399304053a7f46e7b55eddf957f5d85d8a4 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: amd64 Maintainer: Robert Luberda Installed-Size: 172 Depends: libc6-dev | libc-dev, libucl1 (= 1.03+repack-6rusoft1.2~12.04.1) Filename: pool/ubuntu-precise/amd64/ucl/libucl-dev_1.03+repack-6rusoft1.2~12.04.1_amd64.deb Size: 38452 MD5sum: 6735c10da3c77a858db1ff0a6fb86988 SHA1: 1a24413e4ed1dae518c07c88c0752aa0fadcc8c8 SHA256: b194fe8528c5b5591f5e74a4329a2af36fb1c6ab31f9c8ae6ae7e0653c2773ca 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: amd64 Maintainer: Robert Luberda Installed-Size: 92 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: pool/ubuntu-precise/amd64/ucl/libucl1_1.03+repack-6rusoft1.2~12.04.1_amd64.deb Size: 24714 MD5sum: 9e67ab563fd64efad8d9fbf8a20b1cec SHA1: bd27c052da35b092ff3e6e9b3a0cf172bd2fc151 SHA256: b1059459328a3cad0a829561b7eff228a5f765465f4a630ad2fc21b6b10323d8 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: amd64 Maintainer: UnRar maintainer team Installed-Size: 529 Depends: libunrar5 (= 1:6.0.3-1rusoft2~12.04.1), libunrar-headers (= 1:6.0.3-1rusoft2~12.04.1) Filename: pool/ubuntu-precise/amd64/unrar-nonfree/libunrar-dev_6.0.3-1rusoft2~12.04.1_amd64.deb Size: 181664 MD5sum: fe6654b3dd892ae7966a2de002957311 SHA1: d72597791e7798bdd3be8d3dbb4ca31f13e62d13 SHA256: a93e7e0631c6531c8ca91ab2a545d0bfc43cef56cf7c054fe753a75e10cb5601 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: amd64 Maintainer: UnRar maintainer team Installed-Size: 247 Filename: pool/ubuntu-precise/amd64/unrar-nonfree/libunrar5_6.0.3-1rusoft2~12.04.1_amd64.deb Size: 130116 MD5sum: aec8493850dca0bb0a8248887f349f34 SHA1: 8280c02af8554d022722ac9a0c1f284f208d1c99 SHA256: 7589e0b7b4ea9697f6e4383484f9896e5525ca6dc11fd44cb6fad52f04a94414 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: amd64 Maintainer: Sebastian Dröge Installed-Size: 1905 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/libvpx/libvpx3_1.5.0-2rusoft2.1~precise1_amd64.deb Size: 796464 MD5sum: 0ff47a10e230e18d0814e927d0b1183b SHA1: b2bcb37c6938d340b4b9deec1077779313a3018d SHA256: 2039b2fa692abdf7ccdbe6c22b4b50e13fea82207bc7fe1e41f057b728cd33a9 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: amd64 Maintainer: Sebastian Dröge Installed-Size: 7290 Depends: libvpx3 (= 1.5.0-2rusoft2.1~precise1) Filename: pool/ubuntu-precise/amd64/libvpx/libvpx3-dbg_1.5.0-2rusoft2.1~precise1_amd64.deb Size: 2261314 MD5sum: 1a6f834db45dab28fe8c8c8052452a42 SHA1: 0260a505a4162819a716cdfc6c2c1b9a4d7c51b9 SHA256: 2774e873bc866899bc21ef55d1096ed4739eba3d2c3a24615135298d4e61f220 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: amd64 Maintainer: Sebastian Dröge Installed-Size: 2885 Depends: libvpx3 (= 1.5.0-2rusoft2.1~precise1) Conflicts: libvpx-dev Filename: pool/ubuntu-precise/amd64/libvpx/libvpx3-dev_1.5.0-2rusoft2.1~precise1_amd64.deb Size: 968564 MD5sum: 86bb4b8dc44677fe8ec05cacdcbb9578 SHA1: a0f189483b6faaabec90fe160d005c9515479f84 SHA256: 74f3e2e63bd385bc3add79d93413cfe830d953c6b73850c68c4f4cc0504da3e1 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: amd64 Maintainer: Jeff Breidenbach Installed-Size: 892 Depends: libwebp6 (= 0.6.1-2rusoft3~precise1), libwebpmux3 (= 0.6.1-2rusoft3~precise1), libwebpdemux2 (= 0.6.1-2rusoft3~precise1) Filename: pool/ubuntu-precise/amd64/libwebp/libwebp-dev_0.6.1-2rusoft3~precise1_amd64.deb Size: 333080 MD5sum: bfc69f3559b3305edb09f7c4de9aa0f0 SHA1: b04ac5fe79b11c66fc0ea75b7d23d2b6ef2072bf SHA256: 984928ac2753cbcda17f456e51841cbfd2abd921df1fe6a0f47261211f117323 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: amd64 Maintainer: Jeff Breidenbach Installed-Size: 422 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/libwebp/libwebp6_0.6.1-2rusoft3~precise1_amd64.deb Size: 214680 MD5sum: f6e3065c5719beafa7f33981c5188ae2 SHA1: 485f0fdf70e314c269599c7cfcdf6349ca4498e8 SHA256: 5a3dfb319f9de0d6c86cba07a5d97a39d42e7ee52a1e10bb4dff6bb411f0ae9c 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: amd64 Maintainer: Jeff Breidenbach Installed-Size: 24 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14), libwebp6 (>= 0.5.1) Filename: pool/ubuntu-precise/amd64/libwebp/libwebpdemux2_0.6.1-2rusoft3~precise1_amd64.deb Size: 13464 MD5sum: 5858f13b39e25e980528fa7fa33acf2d SHA1: 2fc5b0be5772424270a1b652e5aacf4c2827664f SHA256: d76e699b4ef780fe65dcf06e80609f0e314aaa899d9d4ac8073b1c82e75d0014 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: amd64 Maintainer: Jeff Breidenbach Installed-Size: 44 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14), libwebp6 (>= 0.5.1) Filename: pool/ubuntu-precise/amd64/libwebp/libwebpmux3_0.6.1-2rusoft3~precise1_amd64.deb Size: 25642 MD5sum: e886ad00d83529d503846dfc702826ab SHA1: 0ea0356eaa01c221c626cb464f5f0b5d113180b1 SHA256: 8fc16f966e4c317e2d2be48d41834f8c27777346a70499ec5474022215aeffa0 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: amd64 Maintainer: Norbert Preining Installed-Size: 234 Depends: libxxhash0 (= 0.8.0-1rusoft1~12.04.1) Filename: pool/ubuntu-precise/amd64/xxhash/libxxhash-dev_0.8.0-1rusoft1~12.04.1_amd64.deb Size: 69486 MD5sum: cbad3fe09e831c3547574ce11b6eb19b SHA1: 6286c758077d084233164bc1faff762d632145e7 SHA256: b7d2114451e09488dcccd89cca22fa6a5e0ab2303b22bbf76ca07124cda84ded 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: amd64 Maintainer: Norbert Preining Installed-Size: 48 Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/xxhash/libxxhash0_0.8.0-1rusoft1~12.04.1_amd64.deb Size: 20230 MD5sum: 1d7adb6b82fc2094f978487d1c8c3668 SHA1: 74802d0258079696967204bb257f8fae9d2b7602 SHA256: 1ff2a6667d409f3dff5dcfd88999b0bf1d45b5b61150a61bdc6b9ca8358ebaed 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: amd64 Maintainer: Debian Med Packaging Installed-Size: 1085 Depends: libzstd1 (= 1.4.8+dfsg-2rusoft7.1~12.04.1) Conflicts: libzstd-dev (<= 0.8.0) Provides: libzstd1-dev Filename: pool/ubuntu-precise/amd64/libzstd/libzstd-dev_1.4.8+dfsg-2rusoft7.1~12.04.1_amd64.deb Size: 312646 MD5sum: c0b290610efdb966622cb1ff6c59c6eb SHA1: 3968308c6aeca09e3c91d2c759d915147f349689 SHA256: c3ef9c07bf52e1a89d9674056b9587f8ce4c11fbec82c0e8dbb1fd1a7783da70 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: amd64 Maintainer: Debian Med Packaging Installed-Size: 729 Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/libzstd/libzstd1_1.4.8+dfsg-2rusoft7.1~12.04.1_amd64.deb Size: 253740 MD5sum: 0f5b5b2ac1dd7a637d9a149714aefab7 SHA1: f9ef681a40a4dc8aabba3058b83ad9d70c2b0d59 SHA256: 50e511fed0164f560b661125bf23513295a32934e3e691b72492ef3c524fe3e2 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 88 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/amd64/logrotate/logrotate_3.8.7-1u1.2rusoft1.1~12.04.1_amd64.deb Size: 53788 MD5sum: 36d9a53dba328487164c92ba5731c42f SHA1: 2631085f35b7db738311d054f0d136f506f3fa90 SHA256: 2beedf0e2648bd1e49129472c89f225343b82e7e3b99aec0135a5ba35e219d78 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: amd64 Maintainer: Ghe Rivero Installed-Size: 823 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Recommends: pci.ids, usb.ids Filename: pool/ubuntu-precise/amd64/lshw/lshw_02.18.85-0.7rusoft1~12.04.1_amd64.deb Size: 274934 MD5sum: f30f82cfa347ad02ff2f2de54c17818d SHA1: 8ad15d08e73dea533a3988142c9f6135bafae323 SHA256: e18b8c56c08d816da0c36e0f63a14106d8a3ddb70f424cea3dd6843334c9b725 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: amd64 Maintainer: Ghe Rivero Installed-Size: 1631 Depends: libc6 (>= 2.14), 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/amd64/lshw/lshw-gtk_02.18.85-0.7rusoft1~12.04.1_amd64.deb Size: 351164 MD5sum: 19bab019790b6aa1fe0e43f16984b258 SHA1: 8eb40e606467fff4bb281deadc05b01fd8eb5fd0 SHA256: 797ce63ac1f0061125eec477224723d171ceac84ebd17fb5789be96ed19f22c2 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: amd64 Maintainer: Norbert Tretkowski Installed-Size: 429 Depends: libc6 (>= 2.14), libselinux1 (>= 1.32) Suggests: perl Filename: pool/ubuntu-precise/amd64/lsof/lsof_4.89+dfsg-0.1rusoft1~precise1_amd64.deb Size: 323780 MD5sum: 8247c66fb4d3755f307cd5d7303d6b63 SHA1: e02fdfe043952ef553ab9941775f87ef82807f62 SHA256: fca82c436851396f2c81415ea8fa264837307d55633c70aba3889039c9a73ef1 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: amd64 Maintainer: Enrico Tassi Installed-Size: 438 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libluajit-5.1-common (= 2.0.2+dfsg-1rusoft1~precise1) Filename: pool/ubuntu-precise/amd64/luajit/luajit_2.0.2+dfsg-1rusoft1~precise1_amd64.deb Size: 233146 MD5sum: 94595c7d55e6366e4abc7ee779d1989c SHA1: 80c8bde3c208137679baec3c896c4a040739cf66 SHA256: 385e8a6294c763e4ea24c81dc9caec2c4ce241e654656d7dd63b6852adc9a8ba 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: amd64 Maintainer: Dmitry Smirnov Installed-Size: 1371 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/amd64/mc/mc_4.8.26-1rusoft3~12.04.1_amd64.deb Size: 520034 MD5sum: 003b5ad9d21cd42f2b55aa74ff10a43d SHA1: 1a7250269dcd741162e22bc5a005d13482fe8a3c SHA256: 04bc5b2d4935cec08f6a4a6c68ab1e3c92db0a513bfa2acb04bae164d8e7665c 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 320 Depends: libc6 (>= 2.14), 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/amd64/memcached/memcached_1.6.17-2rusoft13.4~12.04.1_amd64.deb Size: 106716 MD5sum: 4ec80c475735fbc956d1456e0960eff7 SHA1: d97f0af7a0673dd7b089931e776050eef3bf40a8 SHA256: 428886496954bedc8bd5b470295d9605c035ed5b6f98b774be3a45aeb2bb10c3 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 245 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/amd64/memcached/memcached-tiny_1.6.17-2rusoft13.4~12.04.1_amd64.deb Size: 81252 MD5sum: 2e09ef8ca793945a7c6f631d4e841d22 SHA1: c48a5fe01f9e0c7dc8191bc1556d535748e6ad0b SHA256: 04bbc8e125e9c2ce467f89d1e42f2276b86d6ae89ba9e0a55ffd30c0eca04aaa 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: amd64 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/amd64/memtest86+/memtest86+_5.01-3ubuntu2rusoft1.2~precise1_amd64.deb Size: 281644 MD5sum: 87d03b91e319300e65ada37aa3f38b9e SHA1: 42cfecfdad18eb0c5d4412aaa0d2ac3a0aab1fab SHA256: 593409174c4b96564f61a7c96e00862b0d48ca6cecb37f06ed65966a662e6394 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: amd64 Maintainer: Jordi Mallach Installed-Size: 410 Depends: libc6 (>= 2.14), 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/amd64/nano/nano_6.4-2rusoft2.8~12.04.1_amd64.deb Size: 211518 MD5sum: 6b9b7f88134b22513e1035cae884a3cf SHA1: 5211f853646d5e84b5b195d5a3d9bc396cd258de SHA256: 8f3739681f7121e5c188f79ef2c5e36a998c1f10cf0dbe2649fc474738f82f10 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: amd64 Maintainer: Jordi Mallach Installed-Size: 114 Depends: libc6 (>= 2.11), libncursesw5 (>= 5.6+20080119), libtinfo5 Provides: nano Filename: pool/ubuntu-precise/amd64/nano/nano-tiny_6.4-2rusoft2.8~12.04.1_amd64.deb Size: 41818 MD5sum: ae6c21abff64485d41749e3d966a6577 SHA1: 3fbb2c7b1cab8107320d47e8dbef076424c21af1 SHA256: 91fc35f9a4ab947c9e078333271ba9eb0fb267ab52b86e56559b7d473bcea597 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: amd64 Maintainer: Anibal Monsalve Salazar Installed-Size: 2032 Depends: dpkg (>= 1.15.4) | install-info, libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/nasm/nasm_2.13.03-2rusoft2~precise1_amd64.deb Size: 426192 MD5sum: 8a6a6e23c0294dd6a13bd28ccd6a5bef SHA1: e90b2a4ac25fb947c7963d261d11c9812294ddbe SHA256: ded63844e713a22aef1682dc5c9b66fa38cf5e5cb90715abd0976c2eb3db9e57 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: amd64 Maintainer: Alberto Gonzalez Iniesta Installed-Size: 1218 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/amd64/openvpn/openvpn_2.5.7-2rusoft8.4~12.04.1_amd64.deb Size: 577604 MD5sum: 3df5efbca1d4065c4600f527b0952340 SHA1: ae6a3bede371076deda3a34e62967a20de2ffaa5 SHA256: 323ee197336c0b3706f26c271d5659dfdfb1f35e51d60db42f7742547629ae2d 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: amd64 Maintainer: Debian PhotoTools Maintainers Installed-Size: 166 Depends: libc6 (>= 2.14), libpng12-0 (>= 1.2.13-4), zlib1g (>= 1:1.1.4) Filename: pool/ubuntu-precise/amd64/optipng/optipng_0.7.7-1rusoft1~precise1_amd64.deb Size: 91734 MD5sum: d2bf2ba4b38c040cda1e8041cb20a85c SHA1: 0cc20c690eeb828444c8093f3e42b9fd0f5e3a3e SHA256: 3aab9c14d3291321fc84f535e2bdcb19d56b0cceef8331459d9e4c0dfe6f91b8 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: amd64 Maintainer: Robert Luberda Installed-Size: 836 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Suggests: p7zip-full Filename: pool/ubuntu-precise/amd64/p7zip/p7zip_16.02+dfsg-7rusoft1~precise1_amd64.deb Size: 400158 MD5sum: db2bf4e5cebc414665482b6715c5c712 SHA1: 55919077cb95c039df71426980e8c1447dead2d5 SHA256: 01bf5b039f7ce76cf6ed969fa56ebdffd937cfb7b341a107294f11fb2ec40450 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: amd64 Maintainer: Robert Luberda Installed-Size: 4120 Depends: p7zip (= 16.02+dfsg-7rusoft1~precise1), libc6 (>= 2.14), 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/amd64/p7zip/p7zip-full_16.02+dfsg-7rusoft1~precise1_amd64.deb Size: 1892824 MD5sum: 9ebaf6e65bde8264096d34a3457b3708 SHA1: 3861b7358198d066574bdf87648920dd33bc7b3a SHA256: 1523960fa8e875296fd6b194165d486cd9db457fa21623fc7ce7a208d4872b37 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: amd64 Maintainer: Robert Luberda Installed-Size: 100 Depends: p7zip-full (>= 16.02~), p7zip-full (<< 16.02.~), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/ubuntu-precise/amd64/p7zip-rar/p7zip-rar_16.02-3rusoft1~precise1_amd64.deb Size: 49984 MD5sum: 5e60d89553af7aa60f62cac0f82e9850 SHA1: 2c7ef5bb9460987166d08e5f056e95d15300842b SHA256: 2d8d4bf09e4b07de80dc58f9f2ab9ca38fb3618324b64a917095131c83210afd 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: amd64 Maintainer: Anibal Monsalve Salazar Installed-Size: 118 Depends: libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/ubuntu-precise/amd64/pbzip2/pbzip2_1.1.9-1rusoft1~precise1_amd64.deb Size: 45716 MD5sum: a1ecbbf9cfe69865d8c7673b71011f11 SHA1: e76508857d0b58014dcde3dd0d9ea6bf67b5fa32 SHA256: c05ca3e3e9a7668e5f5a89104487211f9f14ae5a68574c178806d6185400b1b8 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 222 Depends: libc6 (>= 2.14), libpcre2-16-0 (>= 10.34), libpcre2-32-0 (>= 10.34), libpcre2-8-0 (>= 10.34), libpcre2-posix3 (>= 10.34) Filename: pool/ubuntu-precise/amd64/pcre2/pcre2-utils_10.39-2rusoft2.1~12.04.1_amd64.deb Size: 124114 MD5sum: 02856c56af836333ef34a4dc9feebe1f SHA1: 9a2e7e29f331d792a28299c91823d2c4fefb7076 SHA256: 5e4f9cfe4195cd907bf6508a40f45b3469673efe7b37ed258cc76219f8af3875 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 262 Depends: libc6 (>= 2.14), libpcre2-16-0 (>= 10.34), libpcre2-32-0 (>= 10.34), libpcre2-8-0 (>= 10.34), libpcre2-posix3 (>= 10.34) Filename: pool/ubuntu-precise/amd64/pcre2/pcre2-utils_10.40-2rusoft2.1~12.04.1_amd64.deb Size: 127650 MD5sum: a25d3db9f3e38d29a0d4c8e54575e5d1 SHA1: 4ca345869ffc9440fc88c3dc5439b53821c4f6ac SHA256: b153bbd4bfe6aed73ba39d997af7ab4f153c1684cecc40315e4c88bfac1bff88 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 262 Depends: libc6 (>= 2.14), libpcre2-16-0 (>= 10.34), libpcre2-32-0 (>= 10.34), libpcre2-8-0 (>= 10.34), libpcre2-posix3 (>= 10.34) Filename: pool/ubuntu-precise/amd64/pcre2/pcre2-utils_10.42-2rusoft2.1~12.04.1_amd64.deb Size: 128158 MD5sum: f05fcffd65817b879511b382bb6420b1 SHA1: dfe921eb07c2b5b05db034da384c886e6eecbf77 SHA256: 7f51f0b9bf42575c6e5316d1625500c8f2c6c383426964b461422b5d63320cd3 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: amd64 Maintainer: Matthew Vernon Installed-Size: 48 Depends: libc6 (>= 2.4), libpcre3 Replaces: pgrep (<< 4.5) Filename: pool/ubuntu-precise/amd64/pcre3/pcregrep_8.45-5rusoft8~12.04.1_amd64.deb Size: 26548 MD5sum: 801e13df77a1dfabc2976e1703f986d6 SHA1: 9d2606daebf5ceb797b526c560a4bef16e71a87b SHA256: ec9feb2c5b5f09eaf1e7ad5001a65d463066fc92ae46734917f3472b9727628e 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: amd64 Maintainer: Eduard Bloch Installed-Size: 125 Pre-Depends: dpkg (>= 1.15.6) Depends: libc6 (>= 2.14), zlib1g (>= 1:1.2.0) Filename: pool/ubuntu-precise/amd64/pigz/pigz_2.6-1rusoft2~12.04.1_amd64.deb Size: 66266 MD5sum: 361c2faf302a3cbf9b802d077c19c326 SHA1: 14af2d7d8e4a950c64daaa1aaf384b672eac6e29 SHA256: ddc72c72ab8cf8b9f4455bbc9df95ff1c1ecf36334034a7aabe28f675d56d5a7 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 823 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/amd64/ppp/ppp_2.4.7-1+2ubuntu1rusoft1~precise1_amd64.deb Size: 404578 MD5sum: 72f7ec9d5056996799500ecc37640aed SHA1: 324f7a812eed58b9e645cfaae78e34a88b7a725d SHA256: d50b276c485c35b152c5825c76bffd1cc79a86acb45c959e6a1c9c4f6bea4a8f 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: amd64 Maintainer: Christoph Biedl Installed-Size: 86 Depends: libc6 (>= 2.15), ppp Filename: pool/ubuntu-precise/amd64/pptp-linux/pptp-linux_1.9.0+ds-2rusoft1~precise1_amd64.deb Size: 47268 MD5sum: b16aac72fc5ef39368fb32a0105bc97b SHA1: 02f63a1d9a55e5a383d56e211b1926765752ea57 SHA256: 802da911088ef0e56c2be214b36bfff93b03d9142ecb4a3777283266d37d92d3 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: amd64 Maintainer: Antoine Beaupré Installed-Size: 96 Depends: libc6 (>= 2.15) Suggests: doc-base Filename: pool/ubuntu-precise/amd64/pv/pv_1.6.6-1rusoft1~precise1_amd64.deb Size: 54218 MD5sum: 2fdb69234fff9cd958d86a3f83268141 SHA1: e68c902fb72ad236ee4c683c06c90088a9ba8a13 SHA256: 890a8cee3488ad9876c7cf1fdbec386c2c83054f2f8981df2a877a4dc9d80844 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: amd64 Maintainer: Tomasz Buchert Installed-Size: 774 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/ubuntu-precise/amd64/brotli/python-brotli_1.0.9-2rusoft1~12.04.1_amd64.deb Size: 355964 MD5sum: 97213edb5070886ea313fa993a4b630f SHA1: 0e8b4df2c2833828f3762b67840d897cd3f6bf11 SHA256: f53a1be6c178efdab034bbd1f1c1c4221b52c13fc12c88d1eac08283a973dd41 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: amd64 Maintainer: Tomasz Buchert Installed-Size: 773 Depends: python3 (>= 3.2), python3 (<< 3.3), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/ubuntu-precise/amd64/brotli/python3-brotli_1.0.9-2rusoft1~12.04.1_amd64.deb Size: 355416 MD5sum: cc144f840894adb2c21323ec26c97fee SHA1: f9d87cf8ae81e4dabe1f37fe0e7420a4be1eb0d4 SHA256: 664e3e757b0b50a9469c7a83dabcb4be3bc176912c0cda11ef35b50d75668567 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: amd64 Maintainer: Martin Meredith Installed-Size: 761 Depends: libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Suggests: unrar Filename: pool/ubuntu-precise/amd64/rar/rar_5.5.0-1rusoft1~precise1_amd64.deb Size: 397814 MD5sum: cdeea5346818b3443d18c8eaabe987df SHA1: 22c17e98a6d9c36e7d44392644535c8535526e15 SHA256: b1e4c4545c0096e9aa6e8fbda3afc842fc129c3f9c2bc3045143a7169fde1438 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: amd64 Maintainer: Paul Slootman Installed-Size: 581 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/amd64/rsync/rsync_3.1.3-8rusoft1.2~precise1_amd64.deb Size: 346942 MD5sum: 68edd19c5159fc387a5bcd87ccdcf410 SHA1: 9510164d0842c0e255302fc2bca73a547098b859 SHA256: bf3f53bcaeebd9ce03882c0327e73b9f6a2fea4f131b0eb43c972b974ead39be 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: amd64 Maintainer: Paul Slootman Installed-Size: 560 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/amd64/rsync30/rsync30_3.0.9-4+deb7u2rusoft1.3~precise1_amd64.deb Size: 367578 MD5sum: dd8a52b636ef8068fa85a124532d1980 SHA1: df1164b993a3cae9dfc1ed1e3c7f26fd8a1ba166 SHA256: 465a47f6cbe2e8e0f3cc309f12df87269b3086c33ddc772a68180b4ce38a8523 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 635 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/amd64/rsync32/rsync32_3.2.3-8rusoft2.4~12.04.1_amd64.deb Size: 394296 MD5sum: 3cbc4caff6e9b62bbe1838ec198299d0 SHA1: 17df75e7632271cc12a8802243caa7ca5c0354c0 SHA256: 192f045a563c9d2edc38cf560e3d38f02821902236d019a3b051c78e3f0271bc 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: amd64 Maintainer: Josue Abarca Installed-Size: 191 Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.0) Conflicts: siege-ssl Replaces: siege-ssl Filename: pool/ubuntu-precise/amd64/siege/siege_3.0.5-1rusoft1~precise1_amd64.deb Size: 93856 MD5sum: a106024b4b40a245519db8add8d21e28 SHA1: c31e61c9609be41540eb473480109fb566448e04 SHA256: fbc6c3bb6d376fffc27f55ea80da176b901a94ce3f251900fe2201d340b75392 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: amd64 Maintainer: Giuseppe Iuculano Installed-Size: 1699 Depends: debianutils (>= 2.2), lsb-base (>= 3.2-14), libc6 (>= 2.14), 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/amd64/smartmontools/smartmontools_7.3~git20210124-1rusoft3.6~12.04.1_amd64.deb Size: 716052 MD5sum: e7f20330633028a8924a43a3dde8c57f SHA1: cd22df3e130498abbebea831d806e33e21db2588 SHA256: 68607692ab6ecee355572c66e566ef1d3dd3648ecb0408c9084e1c65a5594092 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: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 2111 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/amd64/sqlite3/sqlite3_3.34.1-2rusoft8.2~12.04.1_amd64.deb Size: 746778 MD5sum: 05e9b56ffdeae4273a04024f2e4ce65e SHA1: ef4e674ee380ecd5eeaabb3f6b9cb6717b367afe SHA256: 5db296019d2aabd1621cbd75e7d352d4607afd8965c0079a0724bc4a1098d1bb 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 276 Depends: libc6 (>= 2.14), liblz4-1 (>= 0.0~r113), liblzma5 (>= 5.1.1alpha+20110809), liblzo2-2, libzstd1, zlib1g (>= 1:1.1.4) Filename: pool/ubuntu-precise/amd64/squashfs-tools/squashfs-tools_4.3-4ubuntu1rusoft1.1~precise1_amd64.deb Size: 109140 MD5sum: b13e29412eff22e8c9e02a3ae77d1a83 SHA1: 432c389735fa069eea7e7b0042b8c006daed4d34 SHA256: 362fd1da39d6d5f7412e20ffab6dbe66eb2e1f35ec739e5b368aadd777ad1921 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 283 Depends: squashfs-tools (= 1:4.3-4ubuntu1rusoft1.1~precise1) Filename: pool/ubuntu-precise/amd64/squashfs-tools/squashfs-tools-dbg_4.3-4ubuntu1rusoft1.1~precise1_amd64.deb Size: 242552 MD5sum: da652a244274d28339999b7f920853ee SHA1: 7b5fd955828fdf8d6b31553bd25bb9f2834eb68b SHA256: 6cb7f897c32b60663158ea9c92beaa25d30d59bef0a0fd514eba38d3bba24bd4 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 2717 Depends: libaudit0 (>= 1.7.13), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libpam-modules Conflicts: sudo-ldap Replaces: sudo-ldap Filename: pool/ubuntu-precise/amd64/sudo/sudo_1.8.16-0ubuntu1.10rusoft1~12.04.1_amd64.deb Size: 1369856 MD5sum: 3e860e620b6e660d9818dd195211fb73 SHA1: d125eec591841f305081f509733c8acd2a620043 SHA256: 9ff0b1e801e76fb227757e6101130d39578b7fc61325147654f8c198bddfd44f 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 2762 Depends: libaudit0 (>= 1.7.13), libc6 (>= 2.14), 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/amd64/sudo/sudo-ldap_1.8.16-0ubuntu1.10rusoft1~12.04.1_amd64.deb Size: 1403388 MD5sum: 1f17cda56743fbab9bb5ca47b520bd69 SHA1: 67ea84f6a491b427728e28d88404f05daf8386d5 SHA256: 0327f8cf20f5dd3f7ded1403e6988e1a2981232e8e72fc623637a3679eda58c4 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: amd64 Maintainer: UnRar maintainer team Installed-Size: 309 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Breaks: rar (<= 2.60-1) Filename: pool/ubuntu-precise/amd64/unrar-nonfree/unrar_6.0.3-1rusoft2~12.04.1_amd64.deb Size: 151562 MD5sum: 42059a27d2b88d570c0beb1777468ac3 SHA1: 94d2dd50eabfe09cfb11c459f2dc0967c8bf5e78 SHA256: 13fe4510ac04e54957b7d86a5d255c0cfe579cc33c2cb1b53603c7cfd9c7d972 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: amd64 Maintainer: Robert Luberda Installed-Size: 2037 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libucl1 (>= 1.03), zlib1g (>= 1:1.1.4) Provides: upx Filename: pool/ubuntu-precise/amd64/upx-ucl/upx-ucl_3.95-2rusoft1~precise1_amd64.deb Size: 609508 MD5sum: 12a31a449f117887cb79b00459774004 SHA1: 1bc1224cfdc1adc9c90078afaff188a0b3a337a4 SHA256: c2b091dafd9ec4411021f1381693b850fb2481846d81a73cbe06b4604a30efad 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: amd64 Maintainer: Robert Luberda Installed-Size: 1759 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/amd64/upx-ucl/upx-ucl_3.96-3rusoft1.1~12.04.1_amd64.deb Size: 534778 MD5sum: ab851a23a25bbd760005c1c2864ac8b5 SHA1: 50074e369fe98c636d2dd06ce74081c507fe0ba7 SHA256: 8240d05ae6d64c64ddff2fab96a96a1529affb8ad5c73222706c958ed55f38b0 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: amd64 Maintainer: Sebastian Dröge Installed-Size: 954 Depends: libvpx3 (= 1.5.0-2rusoft2.1~precise1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Conflicts: vpx-tools Filename: pool/ubuntu-precise/amd64/libvpx/vpx3-tools_1.5.0-2rusoft2.1~precise1_amd64.deb Size: 363522 MD5sum: ead7b041912cf72b8d7e8b5665cc67d3 SHA1: a7f51eedb04275c74be183b413067e6049bb5c0b SHA256: 95ecc1c38d39fe993058e95ed733e3dcea81f10d7539716b8ea5a884b6e7a2b7 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: amd64 Maintainer: Julien Viard de Galbert Installed-Size: 1466 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.1.4) Recommends: geoip-database Suggests: httpd, fonts-dejavu-core | fonts-freefont-ttf Filename: pool/ubuntu-precise/amd64/webalizer/webalizer_2.23.08-3.3rusoft1.1~12.04.1_amd64.deb Size: 373648 MD5sum: 3a2d83f03c855c0d830f3d84e9725576 SHA1: 98935ae04e86480eaa43c820014a49ac10085e89 SHA256: 097a7f0fe2affd5c7d379eed6852af1c42962eaacea89c3ed55c8985f00305f8 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: amd64 Maintainer: Jeff Breidenbach Installed-Size: 211 Depends: libc6 (>= 2.14), 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/amd64/libwebp/webp_0.6.1-2rusoft3~precise1_amd64.deb Size: 100156 MD5sum: 0a5a798a00dc48294941ee0a40aa48b3 SHA1: e2618b2b716ea14d07aefa421c2216f2987988ac SHA256: 870dce05e8f379339ed094029aec27311c5264bf2f6c1400d7bb02acf5d65c44 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: amd64 Maintainer: Norbert Preining Installed-Size: 69 Depends: libxxhash0 (>= 0.8.0-1rusoft1~12.04.1), libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/xxhash/xxhash_0.8.0-1rusoft1~12.04.1_amd64.deb Size: 34084 MD5sum: 960c2a41abb9149b28cdf7dd1d565420 SHA1: e29bee7ff208ad4f822006f33b4413dbd7254ab2 SHA256: abf7dbacf38a5ea5437171670776820c37da4cd875ca8cbc720c176c90041b42 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: amd64 Maintainer: Sam Hocevar Installed-Size: 1611 Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/yasm/yasm_1.3.0-2rusoft1~precise1_amd64.deb Size: 647360 MD5sum: ecbf25bf970af8ee82d2c1b17edf4967 SHA1: bcaf5dad8cb8139398a52dc7131b9074d849f927 SHA256: f54111259720129758562d77fa4e5e2ede36233dd6e9a540e57b22b3cf733f04 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: amd64 Maintainer: Debian Med Packaging Installed-Size: 836 Depends: libc6 (>= 2.14) Filename: pool/ubuntu-precise/amd64/libzstd/zstd_1.4.8+dfsg-2rusoft7.1~12.04.1_amd64.deb Size: 320650 MD5sum: fc5e33067f0ba7455508d093d12d62b9 SHA1: 84fe631b9b8451e55a5849859d5a36dce5a8eee4 SHA256: 21f4540eaab2d778ce9200037b019fd8bc988363720d5fbca175a21cdc5469eb 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.