Package: apache2 Version: 2.0.55-4zajac3breezy1 Priority: optional Section: net Maintainer: Debian Apache Maintainers Depends: apache2-mpm-worker (= 2.0.55-4zajac3breezy1) | apache2-mpm-prefork (= 2.0.55-4zajac3breezy1) | apache2-mpm-perchild (= 2.0.55-4zajac3breezy1) Architecture: i386 Filename: breezy/apache2/apache2_2.0.55-4zajac3breezy1_i386.deb Size: 36182 Installed-Size: 80 MD5sum: 90d25d39c398b43ad563f48edd35b411 Description: next generation, scalable, extendable web server Apache v2 is the next generation of the omnipresent Apache web server. This version - a total rewrite - introduces many new improvements, such as threading, a new API, IPv6 support, request/response filtering, and more. Package: apache2-common Source: apache2 Version: 2.0.55-4zajac3breezy1 Priority: optional Section: net Maintainer: Debian Apache Maintainers Depends: libc6 (>= 2.3.4-1), libdb4.2, libexpat1 (>= 1.95.8), debconf, debianutils (>= 1.6), mime-support, openssl, net-tools, ssl-cert (>= 1.0-7), libmagic1, libgcc1 (>= 1:3.3.5), apache2-utils (= 2.0.55-4zajac3breezy1), lsb-base (>= 2.0) Suggests: apache2-doc, lynx | www-browser Architecture: i386 Filename: breezy/apache2/apache2-common_2.0.55-4zajac3breezy1_i386.deb Size: 790206 Installed-Size: 3032 MD5sum: 0fdd7132ce208abe75f370987cf45386 Description: next generation, scalable, extendable web server Apache v2 is the next generation of the omnipresent Apache web server. This version - a total rewrite - introduces many new improvements, such as threading, a new API, IPv6 support, request/response filtering, and more. . It is also considerably faster, and can be easily extended to provide services other than http. . This package contains all the standard apache2 modules, including SSL support. However, it does *not* include the server itself; for this you need to install one of the apache2-mpm-* packages; such as worker or prefork. Package: apache2-doc Source: apache2 Version: 2.0.55-4zajac3breezy1 Priority: optional Section: doc Maintainer: Debian Apache Maintainers Architecture: all Filename: breezy/apache2/apache2-doc_2.0.55-4zajac3breezy1_all.deb Size: 2124652 Installed-Size: 11376 MD5sum: 85b7641d4033037339e9294269bc2b5c Description: documentation for apache2 This is the documentation for apache2, see the apache2 package description for more details. Package: apache2-mpm-perchild Source: apache2 Version: 2.0.55-4zajac3breezy1 Priority: optional Section: net Maintainer: Debian Apache Maintainers Depends: libapr0 (>= 2.0.55), libc6 (>= 2.3.4-1), libdb4.2, libexpat1 (>= 1.95.8), libldap2 (>= 2.1.17-1), libpcre3 (>= 4.5), libssl0.9.7, zlib1g (>= 1:1.2.1), apache2-common (= 2.0.55-4zajac3breezy1) Conflicts: apache2-mpm-worker, apache2-mpm-prefork, apache2-mpm-threadpool Provides: apache2-modules, apache2, httpd, httpd-cgi Architecture: i386 Filename: breezy/apache2/apache2-mpm-perchild_2.0.55-4zajac3breezy1_i386.deb Size: 206728 Installed-Size: 484 MD5sum: 48b1df6de0c9ca716af7fcf46f2041ef Description: experimental high speed perchild threaded model for Apache2 Perchild is the grown up, mac daddy version of suexec for apache2. Rather than execute a cgi script as a given user, perchild forks a process for each vhost, then su's to the correct user/group for that vhost. . Each process then uses a thread model similar to that of the worker mpm. . THIS MPM IS NOT CURRENTLY EXPECTED TO WORK CORRECTLY, IF AT ALL. IT IS UNDER VERY HEAVY DEVELOPMENT. This mpm is still highly experimental, and should be used with care. Package: apache2-mpm-prefork Source: apache2 Version: 2.0.55-4zajac3breezy1 Priority: optional Section: net Maintainer: Debian Apache Maintainers Depends: libapr0 (>= 2.0.55), libc6 (>= 2.3.4-1), libdb4.2, libexpat1 (>= 1.95.8), libldap2 (>= 2.1.17-1), libpcre3 (>= 4.5), libssl0.9.7, zlib1g (>= 1:1.2.1), apache2-common (= 2.0.55-4zajac3breezy1) Conflicts: apache2-mpm-worker, apache2-mpm-threadpool, apache2-mpm-perchild Provides: apache2-modules, apache2, httpd, httpd-cgi Architecture: i386 Filename: breezy/apache2/apache2-mpm-prefork_2.0.55-4zajac3breezy1_i386.deb Size: 202776 Installed-Size: 464 MD5sum: c2fe9a5c1e3dd24fdd13b73556ebf9e6 Description: traditional model for Apache2 This Multi-Processing Module (MPM) implements a non-threaded, pre-forking web server that handles requests in a manner similar to Apache 1.3. It is appropriate for sites that need to avoid threading for compatibility with non-thread-safe libraries. It is also the best MPM for isolating each request, so that a problem with a single request will not affect any other. . It is not as fast, but is considered to be more stable. Package: apache2-mpm-worker Source: apache2 Version: 2.0.55-4zajac3breezy1 Priority: optional Section: net Maintainer: Debian Apache Maintainers Depends: libapr0 (>= 2.0.55), libc6 (>= 2.3.4-1), libdb4.2, libexpat1 (>= 1.95.8), libldap2 (>= 2.1.17-1), libpcre3 (>= 4.5), libssl0.9.7, zlib1g (>= 1:1.2.1), apache2-common (= 2.0.55-4zajac3breezy1) Conflicts: apache2-mpm-prefork, apache2-mpm-perchild Provides: apache2-modules, apache2, httpd, httpd-cgi Replaces: apache2-mpm-threadpool (<< 2.0.53) Architecture: i386 Filename: breezy/apache2/apache2-mpm-worker_2.0.55-4zajac3breezy1_i386.deb Size: 206344 Installed-Size: 476 MD5sum: ba168ba90e2d5f217b9f779d103e023f Description: high speed threaded model for Apache2 The worker MPM provides a threaded implementation for Apache2. It is considerably faster than the traditional model, and is the recommended MPM. . Worker generally is a good choice for high-traffic servers because it has a smaller memory footprint than the prefork MPM. Package: apache2-prefork-dev Source: apache2 Version: 2.0.55-4zajac3breezy1 Priority: optional Section: devel Maintainer: Debian Apache Maintainers Depends: apache2-common (= 2.0.55-4zajac3breezy1), libapr0-dev (= 2.0.55-4zajac3breezy1), libssl-dev, openssl, bzip2, autoconf, autotools-dev, libtool, libdb4.2-dev, zlib1g-dev, libpcre3-dev Conflicts: apache2-mpm-worker (<< 2.0.42-1), apache2-mpm-prefork (<< 2.0.42-1), apache2-mpm-perchild (<< 2.0.42-1), apache2-mpm-threadpool (<< 2.0.42-1), apache2-dev Architecture: i386 Filename: breezy/apache2/apache2-prefork-dev_2.0.55-4zajac3breezy1_i386.deb Size: 171302 Installed-Size: 764 MD5sum: ef8b0e4157d4f27b2d8d7fe55b0ebbc3 Description: development headers for apache2 This package provides the development headers and apxs2 binary for apache2-mpm-prefork; see the apache2 package description for more details. . This should only be used when you absolutely *have* to have a non-threaded environment, ie for PHP4. Package: apache2-threaded-dev Source: apache2 Version: 2.0.55-4zajac3breezy1 Priority: optional Section: devel Maintainer: Debian Apache Maintainers Depends: apache2-common (= 2.0.55-4zajac3breezy1), libapr0-dev (= 2.0.55-4zajac3breezy1), libssl-dev, openssl, bzip2, autoconf, autotools-dev, libtool, libdb4.2-dev, zlib1g-dev, libpcre3-dev Conflicts: apache2-mpm-worker (<< 2.0.42-1), apache2-mpm-prefork (<< 2.0.42-1), apache2-mpm-perchild (<< 2.0.42-1), apache2-mpm-threadpool (<< 2.0.42-1), apache2-prefork-dev Provides: apache2-dev Architecture: i386 Filename: breezy/apache2/apache2-threaded-dev_2.0.55-4zajac3breezy1_i386.deb Size: 172052 Installed-Size: 772 MD5sum: 77f65b856dc2964ca5f607344c894f32 Description: development headers for apache2 This package provides the development headers and apxs2 binary for threaded versions of apache2; see the apache2 package description for more details. Package: apache2-utils Source: apache2 Version: 2.0.55-4zajac3breezy1 Priority: optional Section: net Maintainer: Debian Apache Maintainers Depends: libapr0 (>= 2.0.55), libc6 (>= 2.3.4-1), libdb4.2, libexpat1 (>= 1.95.8), libldap2 (>= 2.1.17-1), libpcre3 (>= 4.5), libssl0.9.7, zlib1g (>= 1:1.2.1) Conflicts: apache-common (<< 1.3.28.0.1-1) Provides: apache-utils Replaces: apache2-common (<< 2.0.53), apache-utils (<< 1.3.33-4) Architecture: i386 Filename: breezy/apache2/apache2-utils_2.0.55-4zajac3breezy1_i386.deb Size: 92724 Installed-Size: 260 MD5sum: 30e0232492fa1db9b0742f23e00202c8 Description: utility programs for webservers Provides some add-on programs useful for any webserver. These include: - ab (Apache benchmark tool) - logresolve (Resolve IP addresses to hostname in logfiles) - htpasswd (Manipulate basic authentication files) - htdigest (Manipulate digest authentication files) - dbmmanage (Manipulate basic authentication files in DBM format, using perl) - htdbm (Manipulate basic authentication files in DBM format, using APR) - rotatelogs (Periodically stop writing to a logfile and open a new one) - split-logfile (Split a single log including multiple vhosts) - checkgid (Checks whether the caller can setgid to the specified group) - check_forensic (Extract mod_log_forensic output from apache log files) Package: freenx Version: 0.4.4+0.4.5-3zajac1 Priority: optional Section: x11 Maintainer: Stefan Lippers-Hollmann Depends: debconf (>= 0.5.00) | debconf-2.0, nxagent (>= 1.4.92+1.5.0), openssh-server, netcat, expect, bash (>= 2.05), xbase-clients, xfonts-base, adduser Suggests: nxdesktop (>= 1.4.92+1.5.0), nxviewer (>= 1.4.92+1.5.0), smbfs, cupsys, esound-clients, libarts1c2 | libarts1, xdm Architecture: all Filename: breezy/freenx/freenx_0.4.4+0.4.5-3zajac1_all.deb Size: 55554 Installed-Size: 256 MD5sum: 4c5b78d434f69ae0171a863cc7e7ecd5 Description: The FreeNX application/thin-client server based on NX technology NoMachine NX is the next-generation X compression and roundtrip suppression scheme. It can operate remote X11 sessions over 56k modem dialup links or anything better. . This package contains a free (GPL) implementation of the nxserver component. Package: gdal-bin Source: gdal Version: 1.2.6-1.3zajac0 Priority: optional Section: science Maintainer: Silke Reimer Depends: libc6 (>= 2.3.4-1), libcfitsio2, libgcc1 (>= 1:4.0.1), libgdal1c2a (>= 1.2.6), libgeos2c2a, libhdf4g (>= 4.1r4-18.1ubuntu1), libjasper-1.701-1 (>= 1.701.0), libjpeg62, libltdl3 (>= 1.5.2-2), libmysqlclient14, libpng12-0 (>= 1.2.8rel), libpq4, libstdc++6 (>= 4.0.1), libtiff4, libungif4g (>= 4.1.3), libxerces26c2, netcdfg3 (>= 3.5.0-1), unixodbc (>= 2.2.11-1), zlib1g (>= 1:1.2.1) Architecture: i386 Filename: breezy/gdal/gdal-bin_1.2.6-1.3zajac0_i386.deb Size: 70002 Installed-Size: 216 MD5sum: 98382c869206f8bf04f7a5b14476fe24 Description: Geospatial Data Abstraction Library - Utility programs GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains utility programs, based on GDAL/OGR library, namely gdal_translate, gdalinfo, gdaladdo, gdalwarp, ogr2ogr, ogrinfo, ogrtindex. Package: grass Version: 6.0.1-0ubunu1zajac1 Priority: optional Section: science Maintainer: Debian GIS Project Depends: fftw2 | fftw2-double, lesstif2, libc6 (>= 2.3.4-1), libfreetype6 (>= 2.1.5-1), libgdal1c2a (>= 1.2.6), libgl1-mesa | libgl1, libglu1-mesa | libglu1, libice6, libncurses5 (>= 5.4-5), libpng12-0 (>= 1.2.8rel), libpq4, libreadline4 (>= 4.3-1), libsm6, libtiff4, libx11-6, libxext6, libxmu6, libxt6, proj (>= 4.4.1-1), tcl8.3 (>= 8.3.5), tk8.3 (>= 8.3.5), unixodbc (>= 2.2.11-1), zlib1g (>= 1:1.2.1), xterm, libgrass Suggests: grass-doc, gdal-bin Architecture: i386 Filename: breezy/grass/grass_6.0.1-0ubunu1zajac1_i386.deb Size: 5324098 Installed-Size: 12532 MD5sum: b20642f66919c4b0f729639b3ffd3ff8 Description: Geographic Resources Analysis Support System Commonly referred to as GRASS, this is a Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/map production, spatial modeling, and visualization. GRASS is currently used in academic and commercial settings around the world, as well as by many government agencies and environmental consulting companies. Package: grass-doc Source: grass Version: 6.0.1-0ubunu1zajac1 Priority: optional Section: science Maintainer: Debian GIS Project Architecture: all Filename: breezy/grass/grass-doc_6.0.1-0ubunu1zajac1_all.deb Size: 741634 Installed-Size: 4128 MD5sum: f13b39ee9d13fcf5475db422cc842f29 Description: Geographic Resources Analysis Support System documentation Commonly referred to as GRASS, this is a Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/map production, spatial modeling, and visualization. GRASS is currently used in academic and commercial settings around the world, as well as by many government agencies and environmental consulting companies. . This package contains HTML documentation for the GRASS system. Package: irb1.8 Source: ruby1.8 Version: 1.8.4-1ubuntu1~zajac1 Priority: optional Section: interpreters Maintainer: akira yamada Depends: ruby1.8 (>= 1.8.4-1ubuntu1~zajac1), libreadline-ruby1.8 (>= 1.8.4-1ubuntu1~zajac1) Architecture: all Filename: breezy/ruby1.8/irb1.8_1.8.4-1ubuntu1~zajac1_all.deb Size: 206360 Installed-Size: 484 MD5sum: 99b87114d84dbf67dc5eee310471e282 Description: Interactive Ruby (for Ruby 1.8) The irb is acronym for Interactive RuBy. It evaluates Ruby expression from the terminal. . This package provides the irb which uses Ruby 1.8. Package: java-package Version: 0.27-0zajac1 Priority: optional Section: contrib/misc Maintainer: Debian Java Maintainers Depends: debhelper, fakeroot, coreutils | stat, unzip Architecture: all Filename: breezy/java-package/java-package_0.27-0zajac1_all.deb Size: 22972 Installed-Size: 340 MD5sum: e639e1fd83406b34df095861d157f767 Description: utility for building Java(TM) 2 related Debian packages This package provides the capability to create a debian package from a Java(TM) 2 distribution by just running make-jpkg . . This program currently works with the following Java(TM) 2 Runtime Environments and Development Kits: . * Sun Microsystems(TM) 1.4 and 1.5 Standard Edition * IBM(TM) 1.3, 1.4, and 5.0 Standard Edition * Blackdown Java-Linux 1.3 and 1.4 Standard Edition Package: jikes-kaffe Source: kaffe Version: 2:1.1.6-3zajac2 Priority: optional Section: interpreters Maintainer: Debian Java Maintainers Depends: jikes, kaffe (= 2:1.1.6-3zajac2), java-common Provides: java-compiler Architecture: all Filename: breezy/kaffe/jikes-kaffe_1.1.6-3zajac2_all.deb Size: 49992 Installed-Size: 128 MD5sum: 875deb602c29b54cba200f2f972928b9 Description: Wrapper for jikes using Kaffe classes This package provides a jikes wrapper called jikes-kaffe that will include Kaffe's Klasses in the bootclasspath. Package: kaffe Version: 2:1.1.6-3zajac2 Priority: optional Section: interpreters Maintainer: Debian Java Maintainers Depends: kaffe-pthreads (= 2:1.1.6-3zajac2) | kaffe-jthreads (= 2:1.1.6-3zajac2) Conflicts: kaffe-pthreads-profile Replaces: kaffe-pthreads-profile Architecture: all Filename: breezy/kaffe/kaffe_1.1.6-3zajac2_all.deb Size: 51472 Installed-Size: 156 MD5sum: eb58c03328d65907a59eeb774811421c Description: A JVM to run Java bytecode A virtual machine designed to execute Java bytecode. Kaffe is a bit different from the non-free JVMs in that there is not one package for a JRE and one package for a JDK. Kaffe provides most of the functionality people expect from a Java Development Kit (JDK). Depending on the architecture it either provides an interpreter engine or a JIT engine (Just-in-time) for execution. If the JIT engine is available Kaffe performs "just-in-time" code conversion from the abstract code to the host machine's native code. This will ultimately allow execution of bytecode at the same speed as standard compiled code but while maintaining the advantages and flexibility of code independence. Package: kaffe-common Source: kaffe Version: 2:1.1.6-3zajac2 Priority: optional Section: interpreters Maintainer: Debian Java Maintainers Depends: java-common Replaces: kaffe (<= 2:1.1.4-4), jikes-kaffe Architecture: all Filename: breezy/kaffe/kaffe-common_1.1.6-3zajac2_all.deb Size: 7425328 Installed-Size: 8136 MD5sum: c12d9aff89c653704a95430633bda9fb Description: Files shared between all Kaffe VM versions Base class files, security definitions and other platform agnostic data for the Kaffe Virtual Machine. Package: kaffe-dev Source: kaffe Version: 2:1.1.6-3zajac2 Priority: optional Section: interpreters Maintainer: Debian Java Maintainers Depends: kaffe (= 2:1.1.6-3zajac2) Architecture: all Filename: breezy/kaffe/kaffe-dev_1.1.6-3zajac2_all.deb Size: 66778 Installed-Size: 284 MD5sum: a68183503a3aa216451baac1dc4e0fe4 Description: Header files and other resources for building against Kaffe Header and other files needed for compiling native JNI extensions to the Kaffe Virtual Machine. Package: kaffe-doc Source: kaffe Version: 2:1.1.6-3zajac2 Priority: optional Section: interpreters Maintainer: Debian Java Maintainers Architecture: all Filename: breezy/kaffe/kaffe-doc_1.1.6-3zajac2_all.deb Size: 137244 Installed-Size: 328 MD5sum: 0a4131991c84250b17e976dbe1e2ac18 Description: Documentation for the Kaffe VM Documentation for the Kaffe Virtual Machine including FAQs, READMEs and other materials. Package: kaffe-jthreads Source: kaffe Version: 2:1.1.6-3zajac2 Priority: optional Section: interpreters Maintainer: Debian Java Maintainers Pre-Depends: kaffe-common (= 2:1.1.6-3zajac2) Depends: libc6 (>= 2.3.4-1), libgmp3c2, zlib1g (>= 1:1.2.1), jikes, gjdoc, fastjar Provides: java-virtual-machine, java-runtime, java1-runtime, java-compiler, kaffe Architecture: i386 Filename: breezy/kaffe/kaffe-jthreads_1.1.6-3zajac2_i386.deb Size: 426972 Installed-Size: 1220 MD5sum: bcb9335bc2d41d1968ff03b35e1ce235 Description: A green threads enabled version of the Kaffe VM Green threads enabled compiler for the Kaffe VM for situations where native POSIX threads are problematic, less performant or unavailable. Package: kaffe-pthreads Source: kaffe Version: 2:1.1.6-3zajac2 Priority: optional Section: interpreters Maintainer: Debian Java Maintainers Pre-Depends: kaffe-common (= 2:1.1.6-3zajac2) Depends: libasound2 (>> 1.0.9), libatk1.0-0 (>= 1.9.0), libc6 (>= 2.3.4-1), libcairo2 (>= 1.0.2), libesd0 (>= 0.2.35) | libesd-alsa0 (>= 0.2.35), libfontconfig1 (>= 2.3.0), libglib2.0-0 (>= 2.8.0), libgmp3c2, libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.10.1), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxfixes3, libxi6, libxinerama1, libxrandr2, libxrender1, libxtst6, zlib1g (>= 1:1.2.1), jikes, gjdoc, fastjar Provides: java-virtual-machine, java-runtime, java1-runtime, java-compiler, kaffe Architecture: i386 Filename: breezy/kaffe/kaffe-pthreads_1.1.6-3zajac2_i386.deb Size: 559364 Installed-Size: 1648 MD5sum: f3d518d1545207ec3957c21dfeb345ca Description: A POSIX threads enabled version of the Kaffe VM This will allow your multithreaded Java programs take advantage of native POSIX thread support. Package: libapache-configparser-perl Version: 1.01-0zajac2 Priority: optional Section: perl Maintainer: Blair Zajac Depends: perl (>= 5.6.0-16), perl-modules, libfile-fnmatch-perl (>= 0.01-2), libtree-dagnode-perl (>= 1.05-1) Architecture: all Filename: breezy/libapache-configparser-perl/libapache-configparser-perl_1.01-0zajac2_all.deb Size: 52962 Installed-Size: 228 MD5sum: 2ae5678eda212607fe37de5a8c1e6c23 Description: Load and parse Apache configuration files The Apache::ConfigParser module is used to load an Apache configuration file to allow programs to determine Apache's configuration directives and contexts. The resulting object contains a tree based structure using the Apache::ConfigParser::Directive class, which is a subclass of Tree::DAG_node, so all of the methods that enable tree based searches and modifications from Tree::DAG_Node are also available. The tree structure is used to represent the ability to nest sections, such as , , etc. . Apache does a great job of checking Apache configuration files for errors and this modules leaves most of that to Apache. This module does minimal configuration file checking. Package: libapache2-mod-apreq2 Source: libapreq2 Version: 2.06-dev-2zajac1 Priority: optional Section: perl Maintainer: Steinar H. Gunderson Depends: libapr0 (>= 2.0.54), libapreq2, libc6 (>= 2.3.4-1), libdb4.2, libexpat1 (>= 1.95.8), libldap2 (>= 2.1.17-1), libapreq2 (= 2.06-dev-2zajac1), apache2-common Replaces: libapreq2 (<< 2.05-dev-5), libapache2-request-perl (<< 2.05-dev-3) Architecture: i386 Filename: breezy/libapreq2/libapache2-mod-apreq2_2.06-dev-2zajac1_i386.deb Size: 57574 Installed-Size: 188 MD5sum: 648c3a768dbb0255899bccb81bd7a532 Description: generic Apache request library - Apache module The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the Apache module itself. Package: libapache2-request-perl Source: libapreq2 Version: 2.06-dev-2zajac1 Priority: optional Section: perl Maintainer: Steinar H. Gunderson Depends: perlapi-5.8.7, perl (>= 5.8.7-5ubuntu1), libapr0 (>= 2.0.54), libapreq2, libc6 (>= 2.3.4-1), libdb4.2, libexpat1 (>= 1.95.8), libldap2 (>= 2.1.17-1), libapache2-mod-perl2 (>= 1.99.23-1), libapreq2 (= 2.06-dev-2zajac1), libapache2-mod-apreq2 (= 2.06-dev-2zajac1) Architecture: i386 Filename: breezy/libapreq2/libapache2-request-perl_2.06-dev-2zajac1_i386.deb Size: 96632 Installed-Size: 420 MD5sum: f8b22ed4c0ba3fd889fd8795bc33a534 Description: generic Apache request library - Perl modules The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the Perl bindings, which are simply a thin XS layer on top of libapreq, making them a lighter and faster alternative to CGI.pm and CGI::Cookie. Package: libapache2-svn Source: subversion Version: 1.3.2-0zajac1 Priority: optional Section: net Maintainer: Guilherme de S. Pastore Depends: apache2, libc6 (>= 2.3.4-1), libsvn0 (>= 1.3.0) Suggests: db4.3-util Architecture: i386 Filename: breezy/subversion/libapache2-svn_1.3.2-0zajac1_i386.deb Size: 112846 Installed-Size: 284 MD5sum: c64042841c0526048c4a26189052c869 Description: apache modules for Subversion (aka. svn) Subversion is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (typically source code). Subversion has all the major features of CVS, plus certain new features that CVS users often wish they had. . This package provides the mod_dav_svn and mod_authz_svn modules for the apache web server. These modules authorize and translate requests from Subversion clients into operations on a Subversion repository. This is useful if you want to make a Subversion repository available over the Internet using the HTTP-based WebDAV/DeltaV protocol sometimes also called DAV. Package: libapache2-template-perl Version: 2.00.01-5zajac1 Priority: optional Section: perl Maintainer: Blair Zajac Depends: perl (>= 5.6.0-16), apache2-mpm-prefork, libtemplate-perl (>= 2.14), libapache2-request-perl (>= 2.04-dev-1), libapache2-mod-perl2 Conflicts: libapache-template-perl Architecture: all Filename: breezy/libapache2-template-perl/libapache2-template-perl_2.00.01-5zajac1_all.deb Size: 31790 Installed-Size: 140 MD5sum: 4b63cc3eb5f0234020fa4e23895e722c Description: Apache/mod_perl interface to the Template Toolkit The Apache::Template module provides a simple interface to the Template Toolkit from Apache/mod_perl. The Template Toolkit is a fast, powerful and extensible template processing system written in Perl. It implements a general purpose template language which allows you to clearly separate application logic, data and presentation elements. It boasts numerous features to facilitate in the generation of web content both online and offline in "batch mode". Package: libapr0 Source: apache2 Version: 2.0.55-4zajac3breezy1 Priority: optional Section: libs Maintainer: Debian Apache Maintainers Depends: libc6 (>= 2.3.4-1), libdb4.2, libexpat1 (>= 1.95.8) Conflicts: libapr Provides: libapr Replaces: libapr Architecture: i386 Filename: breezy/apache2/libapr0_2.0.55-4zajac3breezy1_i386.deb Size: 133480 Installed-Size: 324 MD5sum: 89a96b5eb05d06727d251cd0d3b9454e Description: the Apache Portable Runtime APR is Apache's Portable Runtime Library, designed to be a support library to enable programmers to easily write platform independent programs and know that they'll work. . It is currently used by Apache2, Subversion, and Samba-TNG, among others. Package: libapr0-dev Source: apache2 Version: 2.0.55-4zajac3breezy1 Priority: optional Section: libdevel Maintainer: Debian Apache Maintainers Depends: libapr0 (= 2.0.55-4zajac3breezy1), libdb4.2-dev, libpcre3-dev, libldap2-dev, libexpat1-dev, libtool Conflicts: libapr-dev, apache2-dev (<= 2.0.39+cvs.1028741220-1) Provides: libapr-dev Architecture: i386 Filename: breezy/apache2/libapr0-dev_2.0.55-4zajac3breezy1_i386.deb Size: 264988 Installed-Size: 1116 MD5sum: c4feefc88d9c43384c6db65f83673000 Description: development headers for libapr This package provides the development headers for the Apache Runtime Library, libapr. . You only need these if you are planning on compiling software that depends on software that requires libapr. Package: libapreq2 Version: 2.06-dev-2zajac1 Priority: optional Section: perl Maintainer: Steinar H. Gunderson Depends: libapr0 (>= 2.0.54), libc6 (>= 2.3.4-1), libdb4.2, libexpat1 (>= 1.95.8), libldap2 (>= 2.1.17-1) Recommends: libapreq2-mod-apreq2 Replaces: libapache2-request-perl (<< 2.05-dev-3) Architecture: i386 Filename: breezy/libapreq2/libapreq2_2.06-dev-2zajac1_i386.deb Size: 41092 Installed-Size: 116 MD5sum: 6371cc56b848bc25baf53e552827bf9e Description: generic Apache request library The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the main library. Package: libapreq2-dev Source: libapreq2 Version: 2.06-dev-2zajac1 Priority: optional Section: perl Maintainer: Steinar H. Gunderson Depends: libapreq2 (= 2.06-dev-2zajac1), libapr0-dev Recommends: libapreq2-doc (= 2.06-dev-2zajac1) Replaces: libapache2-request-perl (<< 2.05-dev-3) Architecture: i386 Filename: breezy/libapreq2/libapreq2-dev_2.06-dev-2zajac1_i386.deb Size: 60630 Installed-Size: 244 MD5sum: 9d23e9ff3da2a229dd093cabea0251cd Description: generic Apache request library - development files The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the development library and C headers required for compiling programs against the library. Package: libapreq2-doc Source: libapreq2 Version: 2.06-dev-2zajac1 Priority: optional Section: doc Maintainer: Steinar H. Gunderson Recommends: libapreq2-dev (= 2.06-dev-2zajac1) Architecture: all Filename: breezy/libapreq2/libapreq2-doc_2.06-dev-2zajac1_all.deb Size: 163646 Installed-Size: 1064 MD5sum: 95e88122636e8d54e1d75ebab71129c6 Description: generic Apache request library - documentation The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the programming documentation for the library. Package: libdbm-ruby1.8 Source: ruby1.8 Version: 1.8.4-1ubuntu1~zajac1 Priority: optional Section: interpreters Maintainer: akira yamada Depends: libc6 (>= 2.3.4-1), libgdbm3, libruby1.8 (>= 1.8.4) Architecture: i386 Filename: breezy/ruby1.8/libdbm-ruby1.8_1.8.4-1ubuntu1~zajac1_i386.deb Size: 168118 Installed-Size: 224 MD5sum: eeaa7f9b6c736de5d2aaa51b78e9d710 Description: DBM interface for Ruby 1.8 This package provides an extension library "dbm" for Ruby 1.8. The library makes Ruby programs to be able to access to a DBM file. . On Debian, the extension library is built with GDBM. Package: libecpg-compat2 Source: postgresql-8.1 Version: 8.1.3-1zajac1 Priority: optional Section: libs Maintainer: Martin Pitt Depends: libc6 (>= 2.3.4-1), libecpg5, libpgtypes2 Architecture: i386 Filename: breezy/postgresql-8.1/libecpg-compat2_8.1.3-1zajac1_i386.deb Size: 143730 Installed-Size: 204 MD5sum: fccd6013346c597dcb79bcdb836e3ee9 Description: older version of run-time library for ECPG programs The libecpg_compat shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libecpg-dev Source: postgresql-8.1 Version: 8.1.3-1zajac1 Priority: optional Section: libdevel Maintainer: Martin Pitt Depends: libc6 (>= 2.3.4-1), libpq-dev, libecpg-compat2, libpgtypes2 Conflicts: postgresql-dev, libecpg3-dev Architecture: i386 Filename: breezy/postgresql-8.1/libecpg-dev_8.1.3-1zajac1_i386.deb Size: 327692 Installed-Size: 880 MD5sum: 9061b35d5bfe0d2a5fcec60c072c1965 Description: development files for ECPG (Embedded PostgreSQL for C) This package contains the necessary files to build ECPG (Embedded PostgreSQL for C) programs. It includes the development libraries and the preprocessor program ecpg. . PostgreSQL is an object-relational SQL database management system. . Install this package if you want to write C programs with SQL statements embedded in them (rather than run by an external process). Package: libecpg5 Source: postgresql-8.1 Version: 8.1.3-1zajac1 Priority: optional Section: libs Maintainer: Martin Pitt Depends: libc6 (>= 2.3.4-1), libpgtypes2, libpq4 Architecture: i386 Filename: breezy/postgresql-8.1/libecpg5_8.1.3-1zajac1_i386.deb Size: 162744 Installed-Size: 244 MD5sum: 84b575d10c787bfd3313111b53460e49 Description: run-time library for ECPG programs The libecpg shared library is used by programs built with ECPG (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libfile-fnmatch-perl Version: 0.02-3zajac1 Priority: optional Section: perl Maintainer: Blair Zajac Depends: perlapi-5.8.7, perl (>= 5.8.7-5ubuntu1), libc6 (>= 2.3.4-1) Architecture: i386 Filename: breezy/libfile-fnmatch-perl/libfile-fnmatch-perl_0.02-3zajac1_i386.deb Size: 11576 Installed-Size: 88 MD5sum: b0a2efa342dcd5fb3c3a5f9d35e6eb41 Description: Perl interface to simple fnmatch regular expressions File::FnMatch::fnmatch() provides simple, shell-like pattern matching. . Though considerably less powerful than regular expressions, shell patterns are nonetheless useful and familiar to a large audience of end-users. Package: libgdal-doc Source: gdal Version: 1.2.6-1.3zajac0 Priority: optional Section: doc Maintainer: Silke Reimer Suggests: libgdal1c2a (= 1.2.6-1.3zajac0) Architecture: all Filename: breezy/gdal/libgdal-doc_1.2.6-1.3zajac0_all.deb Size: 709830 Installed-Size: 5652 MD5sum: dd1a401a001be328d85c15d91651128c Description: Documentation for the Geospatial Data Abstraction Library GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains documentation for GDAL/OGR API. Package: libgdal1-dev Source: gdal Version: 1.2.6-1.3zajac0 Priority: optional Section: libdevel Maintainer: Silke Reimer Depends: libgdal1c2a (= 1.2.6-1.3zajac0), libc6-dev, unixodbc-dev Suggests: libgdal-doc Conflicts: libgdal-dev Provides: libgdal-dev Architecture: i386 Filename: breezy/gdal/libgdal1-dev_1.2.6-1.3zajac0_i386.deb Size: 1726244 Installed-Size: 5744 MD5sum: 60275d2ad9ce02964db968598b8c3d53 Description: Geospatial Data Abstraction Library - Development files GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains the files needed to develop a software that will use the GDAL/OGR (headers, static objects, configuration script). Package: libgdal1c2a Source: gdal Version: 1.2.6-1.3zajac0 Priority: optional Section: lib Maintainer: Silke Reimer Depends: libc6 (>= 2.3.4-1), libcfitsio2, libgcc1 (>= 1:4.0.1), libgeos2c2a, libhdf4g (>= 4.1r4-18.1ubuntu1), libjasper-1.701-1 (>= 1.701.0), libjpeg62, libmysqlclient14, libpng12-0 (>= 1.2.8rel), libpq4, libstdc++6 (>= 4.0.1), libtiff4, libungif4g (>= 4.1.3), libxerces26c2, netcdfg3 (>= 3.5.0-1), unixodbc (>= 2.2.11-1), zlib1g (>= 1:1.2.1) Recommends: proj Conflicts: libgdal1, libgdal1c2 Replaces: libgda11, libgdal1c2 Architecture: i386 Filename: breezy/gdal/libgdal1c2a_1.2.6-1.3zajac0_i386.deb Size: 1484472 Installed-Size: 4700 MD5sum: 5e54a9455f6ecc73e0c1f11aa8ec6277 Description: Geospatial Data Abstraction Library GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains shared library. Package: libgdbm-ruby1.8 Source: ruby1.8 Version: 1.8.4-1ubuntu1~zajac1 Priority: optional Section: interpreters Maintainer: akira yamada Depends: libc6 (>= 2.3.4-1), libgdbm3, libruby1.8 (>= 1.8.4) Architecture: i386 Filename: breezy/ruby1.8/libgdbm-ruby1.8_1.8.4-1ubuntu1~zajac1_i386.deb Size: 168628 Installed-Size: 232 MD5sum: 8f39b0ea4c34a7b0090bb4929b13063b Description: GDBM interface for Ruby 1.8 This package provides an extension library "gdbm" for Ruby 1.8. The library makes Ruby 1.8 programs to be able to access to a DBM file. Package: libgems-ruby1.8 Source: libgems-ruby Version: 0.8.11-0.14zajac1 Priority: optional Section: interpreters Maintainer: Daigo Moriwaki Depends: libruby1.8, rdoc1.8 Recommends: rubygems Architecture: all Filename: breezy/libgems-ruby1.8/libgems-ruby1.8_0.8.11-0.14zajac1_all.deb Size: 136232 Installed-Size: 840 MD5sum: 3a0ca67b35a9c24a656976b7e7ce64ac Description: libraries to use RubyGems, a package management framework This is a way to package Ruby libraries/applications for distribution. RubyGems provides the ability to manage concurrent versions of libraries and dependencies between those libraries. Using RubyGems, you can: * download and install Ruby libraries easily * not worry about libraries A and B depending on different versions of library C * easily remove libraries you no longer use . This package contains RubyGems' libraries. The commands are included in `rubygems' package. . Homepage: http://rubygems.rubyforge.org/wiki/wiki.pl Package: libgeos-dev Source: geos Version: 2.2.1-0zajac1 Priority: optional Section: science Maintainer: Steve Halasz Depends: libgeos2c2a (= 2.2.1-0zajac1) Suggests: libgdal-doc Architecture: i386 Filename: breezy/geos/libgeos-dev_2.2.1-0zajac1_i386.deb Size: 992018 Installed-Size: 4548 MD5sum: 37ea4362b4b0d12f21637d7cc5ef662d Description: Geometry engine for GIS - Development files GEOS provides a spatial object model and fundamental geometric functions. It implements the geometry model defined in the OpenGIS Consortium Simple Features Specification for SQL. . This package contains the headers and libraries needed to develop programs using GEOS. Package: libgeos-doc Source: geos Version: 2.2.1-0zajac1 Priority: optional Section: science Maintainer: Steve Halasz Suggests: libgeos2c2a (= 2.2.1-0zajac1), libgeos-dev (= 2.2.1-0zajac1) Architecture: all Filename: breezy/geos/libgeos-doc_2.2.1-0zajac1_all.deb Size: 241774 Installed-Size: 2236 MD5sum: 063809537eb95d25d0b1c13ee8a8cd98 Description: Documentation for the GEOS GIS geometry engine library GEOS provides a spatial object model and fundamental geometric functions. It implements the geometry model defined in the OpenGIS Consortium Simple Features Specification for SQL. . This package contains the documentation for the GEOS API. Package: libgeos2c2a Source: geos Version: 2.2.1-0zajac1 Priority: optional Section: science Maintainer: Steve Halasz Depends: libc6 (>= 2.3.4-1), libgcc1 (>= 1:4.0.1), libstdc++6 (>= 4.0.1) Conflicts: libgeos2, libgeos2c2 Replaces: libgeos2, libgeos2c2 Architecture: i386 Filename: breezy/geos/libgeos2c2a_2.2.1-0zajac1_i386.deb Size: 437636 Installed-Size: 1524 MD5sum: 534cd92125bba0d6c9d458511d9af9fb Description: Geometry engine for Geographic Information Systems GEOS provides a spatial object model and fundamental geometric functions. It implements the geometry model defined in the OpenGIS Consortium Simple Features Specification for SQL. Functions provided include: . * spatial predicates (based on the DE-9IM model), * overlay functions (intersection, difference, union, symmetric difference), * buffer, * convex hull, * area and distance functions, and * topological validity checking Package: libgrass Source: grass Version: 6.0.1-0ubunu1zajac1 Priority: optional Section: science Maintainer: Debian GIS Project Depends: fftw2 | fftw2-double, libc6 (>= 2.3.4-1), libgdal1c2a (>= 1.2.6), libgl1-mesa | libgl1, libglu1-mesa | libglu1, libncurses5 (>= 5.4-5), libtiff4, proj (>= 4.4.1-1), zlib1g (>= 1:1.2.1), grass Architecture: i386 Filename: breezy/grass/libgrass_6.0.1-0ubunu1zajac1_i386.deb Size: 783930 Installed-Size: 2056 MD5sum: fd0cb3a99f58a96e8db4c6bedc882a44 Description: GRASS GIS development libraries Commonly referred to as GRASS, this is a Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/map production, spatial modeling, and visualization. GRASS is currently used in academic and commercial settings around the world, as well as by many government agencies and environmental consulting companies. . These libraries provide the means to access and manipulate GRASS data sets. Package: libgrass-dev Source: grass Version: 6.0.1-0ubunu1zajac1 Priority: optional Section: libdevel Maintainer: Debian GIS Project Depends: libgrass Architecture: i386 Filename: breezy/grass/libgrass-dev_6.0.1-0ubunu1zajac1_i386.deb Size: 247874 Installed-Size: 1928 MD5sum: d4151a3229a52b79abac9ff4004e9a0f Description: GRASS GIS library development files Commonly referred to as GRASS, this is a Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/map production, spatial modeling, and visualization. GRASS is currently used in academic and commercial settings around the world, as well as by many government agencies and environmental consulting companies. . This package contains the header files for developing with GRASS. Install this package if you wish to develop software that manipulates GRASS data sets. Package: libneon25 Source: neon Version: 0.25.5.dfsg-5zajac1breezy1 Priority: optional Section: libs Maintainer: Laszlo Boszormenyi (GCS) Depends: libc6 (>= 2.3.4-1), libcomerr2 (>= 1.33-3), libkrb53 (>= 1.3.2), libssl0.9.7, libxml2 (>= 2.6.20), zlib1g (>= 1:1.2.1) Architecture: i386 Filename: breezy/neon/libneon25_0.25.5.dfsg-5zajac1breezy1_i386.deb Size: 98610 Installed-Size: 224 MD5sum: 728cdbafc9499aade64713b66001d6f0 Description: An HTTP and WebDAV client library neon is an HTTP and WebDAV client library, with a C language API. . WARNING: THE NEON API IS NOT YET STABLE. . Provides lower-level interfaces to directly implement new HTTP methods, and higher-level interfaces so that you don't have to worry about the lower-level stuff. . Current features: * High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD etc) * Low-level interface to HTTP request handling, to allow implementing new methods easily. * persistent connections * RFC2617 basic and digest authentication (including auth-int, md5-sess) * Proxy support (including basic/digest authentication) * SSL/TLS support using OpenSSL (including client certificate support) * Generic WebDAV 207 XML response handling mechanism * XML parsing using the expat or libxml parsers * Easy generation of error messages from 207 error responses * WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL. * WebDAV metadata support: set and remove properties, query any set ofi properties (PROPPATCH/PROPFIND). * autoconf macros supplied for easily embedding neon directly inside an application source tree. Package: libneon25-dbg Source: neon Version: 0.25.5.dfsg-5zajac1breezy1 Priority: optional Section: libdevel Maintainer: Laszlo Boszormenyi (GCS) Depends: libneon25 (= 0.25.5.dfsg-5zajac1breezy1) Architecture: i386 Filename: breezy/neon/libneon25-dbg_0.25.5.dfsg-5zajac1breezy1_i386.deb Size: 128414 Installed-Size: 304 MD5sum: 43323b1cd15d8ddfb8375b46b104ce2d Description: Detached symbols for libneon25 This package contains the debugging symbols for libneon25, suitable for debugging. . Neon provides lower-level interfaces to directly implement new HTTP methods, and higher-level interfaces so that you don't have to worry about the lower-level stuff. Package: libneon25-dev Source: neon Version: 0.25.5.dfsg-5zajac1breezy1 Priority: optional Section: libdevel Maintainer: Laszlo Boszormenyi (GCS) Depends: libneon25 (= 0.25.5.dfsg-5zajac1breezy1), libssl-dev, libxml2-dev, libkrb5-dev, pkg-config Conflicts: libneon-dev, libneon24-doc (<= 0.24.5-1) Provides: libneon-dev Replaces: libneon-dev Architecture: i386 Filename: breezy/neon/libneon25-dev_0.25.5.dfsg-5zajac1breezy1_i386.deb Size: 128386 Installed-Size: 444 MD5sum: 995557532ff94d6bee020f264acf0662 Description: Header and static library files for libneon25 This package contains the headers and the static library for libneon25. . Neon provides lower-level interfaces to directly implement new HTTP methods, and higher-level interfaces so that you don't have to worry about the lower-level stuff. Package: libopenssl-ruby1.8 Source: ruby1.8 Version: 1.8.4-1ubuntu1~zajac1 Priority: optional Section: interpreters Maintainer: akira yamada Depends: libc6 (>= 2.3.4-1), libruby1.8 (>= 1.8.4), libssl0.9.7 Replaces: libruby1.8 (= 1.8.3-2) Architecture: i386 Filename: breezy/ruby1.8/libopenssl-ruby1.8_1.8.4-1ubuntu1~zajac1_i386.deb Size: 259660 Installed-Size: 544 MD5sum: 1e121060729b12b114975c86b1cafc63 Description: OpenSSL interface for Ruby 1.8 Ruby/OpenSSL makes Ruby to be able to use OpenSSL. It includes HTTP and TELNET protocols' SSL/TLS support. . This package provides Ruby/OpenSSL for Ruby 1.8. Package: libpg-java Source: libpgjava Version: 8.1-404-0zajac2 Priority: optional Section: libs Maintainer: Debian Java Maintainers Depends: kaffe | java1-runtime | java2-runtime Suggests: postgresql (>= 7.2) Conflicts: libpgjava (<= 7.4.7-3) Provides: libpgjava Replaces: libpgjava Architecture: all Filename: breezy/libpgjava/libpg-java_8.1-404-0zajac2_all.deb Size: 778818 Installed-Size: 896 MD5sum: 7257a33c2d13806a1688177860bb5b8b Description: Java database (JDBC) driver for PostgreSQL Java classes for communication with the PostgreSQL 7.2 up to 8.0 database backend (local or remote) using JDBC. This package contains two Java archives (JARs), one that supports JDBC 2.0 (for JDK 1.3 and up) and one that supports JDBC 3.0 and SSL (for JDK 1.4 and up). Package: libpgjava Version: 8.1-404-0zajac2 Priority: optional Section: libs Maintainer: Debian Java Maintainers Depends: libpg-java Architecture: all Filename: breezy/libpgjava/libpgjava_8.1-404-0zajac2_all.deb Size: 8056 Installed-Size: 40 MD5sum: 92495c9b5f096c345ddf8426bb1e6fa5 Description: Java database (JDBC) driver for PostgreSQL - transitional package A dummy package for transition to the new libpg-java package. It can be removed after the upgrade. Package: libpgtypes2 Source: postgresql-8.1 Version: 8.1.3-1zajac1 Priority: optional Section: libs Maintainer: Martin Pitt Depends: libc6 (>= 2.3.4-1) Architecture: i386 Filename: breezy/postgresql-8.1/libpgtypes2_8.1.3-1zajac1_i386.deb Size: 165740 Installed-Size: 248 MD5sum: 912531c610719dea3703f5ef0c350710 Description: shared library libpgtypes for PostgreSQL 8.1 The libpgtypes shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libpostgis-common Source: postgis1 Version: 1.0.6-0zajac1 Priority: optional Section: science Maintainer: Alex Bodnaru Depends: postgresql-common (>= 33) Conflicts: libpostgis0-common, libpostgis1-common, postgresql-contrib-8.1 (<< 8.1.0-3bz1), postgresql-postgis-8.1 (<< 8.1.0-3bz1) Replaces: libpostgis0-common, libpostgis1-common Architecture: all Filename: breezy/postgis1/libpostgis-common_1.0.6-0zajac1_all.deb Size: 160856 Installed-Size: 2360 MD5sum: 396f284c12f17bf96a107247de064e86 Description: geographic objects support for PostgreSQL. common files PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and will be submitted for conformance testing at version 1.0. This package contains files common to libpostgis packages installed concomitently on the same system. Package: libpostgis-doc Source: postgis1 Version: 1.0.6-0zajac1 Priority: optional Section: doc Maintainer: Alex Bodnaru Conflicts: postgresql-contrib-8.1 (<< 8.1.0-3bz1), postgresql-postgis-8.1 (<< 8.1.0-3bz1) Architecture: all Filename: breezy/postgis1/libpostgis-doc_1.0.6-0zajac1_all.deb Size: 107554 Installed-Size: 472 MD5sum: a0c5eec0676a0d405caf3c3919a5eb56 Description: geographic objects support for PostgreSQL. Documentation PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and will be submitted for conformance testing at version 1.0. This package contains documentation for PostGIS. Package: libpostgis-java Source: postgis1 Version: 1.0.6-0zajac1 Priority: optional Section: science Maintainer: Alex Bodnaru Depends: libpg-java Recommends: libpostgis Conflicts: postgresql-contrib-8.1 (<< 8.1.0-3bz1), postgresql-postgis-8.1 (<< 8.1.0-3bz1) Replaces: libpostgis-jdbc, libpostgisjava Architecture: all Filename: breezy/postgis1/libpostgis-java_1.0.6-0zajac1_all.deb Size: 78642 Installed-Size: 132 MD5sum: 342cacef83fc29738951847920b9f52d Description: geographic objects support for PostgreSQL. JDBC PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and will be submitted for conformance testing at version 1.0. This package adds JDBC support. Package: libpostgis-java-debug Source: postgis1 Version: 1.0.6-0zajac1 Priority: optional Section: science Maintainer: Alex Bodnaru Depends: libpostgis-java (= 1.0.6-0zajac1) Recommends: libpostgis Conflicts: postgresql-contrib-8.1 (<< 8.1.0-3bz1), postgresql-postgis-8.1 (<< 8.1.0-3bz1) Replaces: libpostgis-jdbc, libpostgisjava Architecture: all Filename: breezy/postgis1/libpostgis-java-debug_1.0.6-0zajac1_all.deb Size: 115792 Installed-Size: 160 MD5sum: 5251012620c6fa5797bc12bf0219af61 Description: geographic objects support for PostgreSQL. JDBC debugging PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and will be submitted for conformance testing at version 1.0. This package adds JDBC support, with debug facilities. Package: libpostgis-utils-pg8.1 Source: postgis1 Version: 1.0.6-0zajac1 Priority: optional Section: science Maintainer: Alex Bodnaru Depends: libpostgis-common (= 1.0.6-0zajac1) Conflicts: postgresql-contrib-8.1 (<< 8.1.0-3bz1), postgresql-postgis-8.1 (<< 8.1.0-3bz1), libpostgis1-pg8.1 (<< 1.0.6-0zajac1) Replaces: libpostgis1-pg8.1 (<< 1.0.6-0zajac1) Architecture: i386 Filename: breezy/postgis1/libpostgis-utils-pg8.1_1.0.6-0zajac1_i386.deb Size: 68792 Installed-Size: 216 MD5sum: 0a9b53b8ee3cbad6dece70c3a72cd523 Description: geographic objects support for PostgreSQL. server dependent files PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and will be submitted for conformance testing at version 1.0. This package contains files common to libpostgis packages installed concomitently on the same system, but depending on postgresql server. Package: libpostgis1-examples Source: postgis1 Version: 1.0.6-0zajac1 Priority: optional Section: science Maintainer: Alex Bodnaru Conflicts: postgresql-contrib-8.1 (<< 8.1.0-3bz1), postgresql-postgis-8.1 (<< 8.1.0-3bz1) Architecture: all Filename: breezy/postgis1/libpostgis1-examples_1.0.6-0zajac1_all.deb Size: 813584 Installed-Size: 2304 MD5sum: 3d353d3af6b01a31e170b15c643e943d Description: geographic objects support for PostgreSQL. Examples PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and will be submitted for conformance testing at version 1.0. This package contains examples for PostGIS 1. Package: libpostgis1-pg8.1 Source: postgis1 Version: 1.0.6-0zajac1 Priority: optional Section: science Maintainer: Alex Bodnaru Depends: libc6 (>= 2.3.4-1), libgcc1 (>= 1:4.0.1), libgeos2c2a, libstdc++6 (>= 4.0.1), proj (>= 4.4.1-1), libpostgis-utils-pg8.1, postgresql-8.1, postgresql-contrib-8.1 Suggests: libpostgis1-examples (>= 1.0.6-0zajac1) Conflicts: postgis, postgresql-contrib-8.1 (<< 8.1.0-3bz1), postgresql-postgis-8.1 (<< 8.1.0-3bz1) Provides: libpostgis, postgresql-postgis-8.1, libpostgis1 Replaces: libpostgis, postgresql-postgis-8.1 Architecture: i386 Filename: breezy/postgis1/libpostgis1-pg8.1_1.0.6-0zajac1_i386.deb Size: 152010 Installed-Size: 544 MD5sum: 42204c8235b299a5d4ebd99e965be829 Description: geographic objects support for PostgreSQL PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and will be submitted for conformance testing at version 1.0. Package: libpq-dev Source: postgresql-8.1 Version: 8.1.3-1zajac1 Priority: optional Section: libdevel Maintainer: Martin Pitt Depends: libc6 (>= 2.3.4-1), libpq4 (= 8.1.3-1zajac1), libssl-dev Suggests: postgresql-doc-8.1, libpqxx-dev, libpgeasy-dev, heimdal-dev Conflicts: postgresql-dev (<< 7.5) Replaces: postgresql-dev Architecture: i386 Filename: breezy/postgresql-8.1/libpq-dev_8.1.3-1zajac1_i386.deb Size: 301492 Installed-Size: 944 MD5sum: 7da7189b08dd883ca86c76f13d4107f0 Description: header files for libpq4 (PostgreSQL library) Header files and static library for compiling C programs to link with the libpq library in order to communicate with a PostgreSQL database backend. . PostgreSQL is an object-relational SQL database management system. Package: libpq4 Source: postgresql-8.1 Version: 8.1.3-1zajac1 Priority: optional Section: libs Maintainer: Martin Pitt Depends: libc6 (>= 2.3.4-1), libcomerr2 (>= 1.33-3), libkrb53 (>= 1.3.2), libssl0.9.7 Architecture: i386 Filename: breezy/postgresql-8.1/libpq4_8.1.3-1zajac1_i386.deb Size: 250552 Installed-Size: 720 MD5sum: d09f7b72a66b7e2f99114c9a5c11cbec Description: PostgreSQL C client library libpq is a C library that enables user programs to communicate with the PostgreSQL database server. The server can be on another machine and accessed through TCP/IP. This version of libpq is compatible with servers from PostgreSQL 7.3 or later. . This package contains the run-time library, needed by packages using libpq. . PostgreSQL is an object-relational SQL database management system. Package: libreadline-ruby1.8 Source: ruby1.8 Version: 1.8.4-1ubuntu1~zajac1 Priority: optional Section: interpreters Maintainer: akira yamada Depends: libc6 (>= 2.3.4-1), libncurses5 (>= 5.4-5), libreadline5, libruby1.8 (>= 1.8.4) Architecture: i386 Filename: breezy/ruby1.8/libreadline-ruby1.8_1.8.4-1ubuntu1~zajac1_i386.deb Size: 168458 Installed-Size: 232 MD5sum: f3e0de4a83d3351b8c6596ae8170f630 Description: Readline interface for Ruby 1.8 This package provides an extension library "readline" for Ruby 1.8. The library makes Ruby programs to be able to use functions (line editing, history, completion, etc.) of the readline library(3). Package: libruby1.8 Source: ruby1.8 Version: 1.8.4-1ubuntu1~zajac1 Priority: optional Section: libs Maintainer: akira yamada Depends: libc6 (>= 2.3.4-1), libncurses5 (>= 5.4-5), zlib1g (>= 1:1.2.1) Conflicts: libsdbm-ruby1.8, libdl-ruby1.8, libpty-ruby1.8, libbigdecimal-ruby1.8, libsyslog-ruby1.8, libstrscan-ruby1.8, libiconv-ruby1.8, libracc-runtime-ruby1.8, libdrb-ruby1.8, liberb-ruby1.8, libtest-unit-ruby1.8, librexml-ruby1.8, libxmlrpc-ruby1.8, libsoap-ruby1.8, libwebrick-ruby1.8, libyaml-ruby1.8, libzlib-ruby1.8, libcurses-ruby1.8, libopenssl-ruby1.8 (= 1.8.3-2) Provides: libsdbm-ruby1.8, libdl-ruby1.8, libpty-ruby1.8, libbigdecimal-ruby1.8, libsyslog-ruby1.8, libstrscan-ruby1.8, libiconv-ruby1.8, libracc-runtime-ruby1.8, libdrb-ruby1.8, liberb-ruby1.8, libtest-unit-ruby1.8, librexml-ruby1.8, libxmlrpc-ruby1.8, libsoap-ruby1.8, libwebrick-ruby1.8, libyaml-ruby1.8, libzlib-ruby1.8, libcurses-ruby1.8 Replaces: libsdbm-ruby1.8, libdl-ruby1.8, libpty-ruby1.8, libbigdecimal-ruby1.8, libsyslog-ruby1.8, libstrscan-ruby1.8, libiconv-ruby1.8, libracc-runtime-ruby1.8, libdrb-ruby1.8, liberb-ruby1.8, libtest-unit-ruby1.8, librexml-ruby1.8, libxmlrpc-ruby1.8, libsoap-ruby1.8, libwebrick-ruby1.8, libyaml-ruby1.8, libzlib-ruby1.8, libcurses-ruby1.8 Architecture: i386 Filename: breezy/ruby1.8/libruby1.8_1.8.4-1ubuntu1~zajac1_i386.deb Size: 1427400 Installed-Size: 5548 MD5sum: 52b232113cb579d4bb2a25ec88ae8edb Description: Libraries necessary to run Ruby 1.8 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package includes the libruby, necessary to run Ruby 1.8. Package: libruby1.8-dbg Source: ruby1.8 Version: 1.8.4-1ubuntu1~zajac1 Priority: optional Section: libdevel Maintainer: akira yamada Depends: libruby1.8 (= 1.8.4-1ubuntu1~zajac1) Architecture: i386 Filename: breezy/ruby1.8/libruby1.8-dbg_1.8.4-1ubuntu1~zajac1_i386.deb Size: 890354 Installed-Size: 1912 MD5sum: 340d9faaa60fda414711edb44845e936 Description: Debugging libraries for Ruby 1.8 Contains unstripped shared libraries. . This package is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and can be used by placing that directory in LD_LIBRARY_PATH. Most people will not need this package. Package: libsmjs-dev Source: spidermonkey Version: 1.5.0-0zajac1 Priority: optional Section: libdevel Maintainer: Marek Habersack Depends: libsmjs1 (= 1.5.0-0zajac1), libnspr-dev Conflicts: spidermonkey-dev (<= 1.5rc5a-1) Replaces: spidermonkey-dev (<= 1.5rc5a-1) Architecture: i386 Filename: breezy/spidermonkey/libsmjs-dev_1.5.0-0zajac1_i386.deb Size: 314878 Installed-Size: 1116 MD5sum: 8bead87235c22c215a9b87b10ee6ec5e Description: Development files for the SpiderMonkey JS library This package contains the development files (includes and static libraries) you will need if you want to embed the SpiderMonkey JavaScript engine in your application. Package: libsmjs1 Source: spidermonkey Version: 1.5.0-0zajac1 Priority: optional Section: libs Maintainer: Marek Habersack Depends: libc6 (>= 2.3.4-1), libnspr4 (>= 2:1.7.12-1ubuntu1) Conflicts: spidermonkey1 (<= 1.5rc5a-1) Replaces: spidermonkey1 (<= 1.5rc5a-1) Architecture: i386 Filename: breezy/spidermonkey/libsmjs1_1.5.0-0zajac1_i386.deb Size: 240652 Installed-Size: 576 MD5sum: b31110488be6f662319078542b8f86f2 Description: The Mozilla SpiderMonkey JavaScript library This package contains the shared library of the embeddable JavaScript engine from the Mozilla project (used among others by the Mozilla, Galeon, Netscape6 browsers as well as by the iPlanet WebServer) called SpiderMonkey. Package: libsvn-core-perl Source: subversion Version: 1.3.2-0zajac1 Priority: optional Section: perl Maintainer: Guilherme de S. Pastore Depends: perl (>= 5.8.7-5ubuntu1.2), perlapi-5.8.7, libapr0 (>= 2.0.55), libc6 (>= 2.3.4-1), libsvn0 (>= 1.3.0) Conflicts: libsvn0 (<< 1.2.3dfsg1-1), libsvn0-dev (<< 1.2.3dfsg1-1) Replaces: libsvn0 (<< 1.2.3dfsg1-1), libsvn0-dev (<< 1.2.3dfsg1-1) Architecture: i386 Filename: breezy/subversion/libsvn-core-perl_1.3.2-0zajac1_i386.deb Size: 762898 Installed-Size: 2512 MD5sum: 10ac705736d308f77d4ab5281c4f46b6 Description: perl bindings for Subversion (aka. svn) Subversion is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (typically source code). Subversion has all the major features of CVS, plus certain new features that CVS users often wish they had. . These modules are required to interface with Subversion from Perl. This would be useful if you wanted to, for example, write a Perl script that manipulates a Subversion repository or working copy. Package: libsvn-doc Source: subversion Version: 1.3.2-0zajac1 Priority: optional Section: doc Maintainer: Guilherme de S. Pastore Architecture: all Filename: breezy/subversion/libsvn-doc_1.3.2-0zajac1_all.deb Size: 792512 Installed-Size: 6544 MD5sum: dc90eccc7e35b3283f40d853a0085f82 Description: development documentation for Subversion (aka. svn) libraries Subversion is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (typically source code). Subversion has all the major features of CVS, plus certain new features that CVS users often wish they had. . This package contains development (API) documentation. Package: libsvn-javahl Source: subversion Version: 1.3.2-0zajac1 Priority: optional Section: devel Maintainer: Guilherme de S. Pastore Depends: kaffe | gij | sablejvm | java-virtual-machine, libsvn0 (= 1.3.2-0zajac1) Architecture: i386 Filename: breezy/subversion/libsvn-javahl_1.3.2-0zajac1_i386.deb Size: 200594 Installed-Size: 420 MD5sum: 210c4aa6f035fc81ec9635f777039daf Description: java bindings for Subversion (aka. svn) Subversion is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (typically source code). Subversion has all the major features of CVS, plus certain new features that CVS users often wish they had. . These modules are required to interface with Subversion from Java. This would be useful if you wanted to, for example, write a Java class that manipulates a Subversion repository or working copy. Package: libsvn-ruby Source: subversion Version: 1.3.2-0zajac1 Priority: optional Section: devel Maintainer: Guilherme de S. Pastore Depends: libsvn-ruby1.8 Architecture: all Filename: breezy/subversion/libsvn-ruby_1.3.2-0zajac1_all.deb Size: 964 Installed-Size: 20 MD5sum: e9e4aa5be17c90aa4641455b915fc22f Description: ruby modules for interfacing with Subversion (aka. svn) Subversion is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (typically source code). Subversion has all the major features of CVS, plus certain new features that CVS users often wish they had. . This is a dummy package to install the Ruby language bindings for the default version of Ruby. Package: libsvn-ruby1.8 Source: subversion Version: 1.3.2-0zajac1 Priority: optional Section: devel Maintainer: Guilherme de S. Pastore Depends: ruby1.8, libapr0 (>= 2.0.55), libc6 (>= 2.3.4-1), libsvn0 (>= 1.3.0) Architecture: i386 Filename: breezy/subversion/libsvn-ruby1.8_1.3.2-0zajac1_i386.deb Size: 272834 Installed-Size: 908 MD5sum: fef545610b0fd5d7b000fb030bf59cd1 Description: ruby modules for interfacing with Subversion (aka. svn) Subversion is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (typically source code). Subversion has all the major features of CVS, plus certain new features that CVS users often wish they had. . These modules are required to interface with Subversion from Ruby 1.8. This would be useful if you wanted to, for example, write a Ruby script that manipulates a subversion repository or working copy. Package: libsvn0 Source: subversion Version: 1.3.2-0zajac1 Priority: optional Section: libs Maintainer: Guilherme de S. Pastore Depends: libapr0 (>= 2.0.55), libc6 (>= 2.3.4-1), libneon25 (>= 0.25.4) Architecture: i386 Filename: breezy/subversion/libsvn0_1.3.2-0zajac1_i386.deb Size: 512116 Installed-Size: 1172 MD5sum: 899988673b440f7623b536b3814b3698 Description: shared libraries used by Subversion (aka. svn) Subversion is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (typically source code). Subversion has all the major features of CVS, plus certain new features that CVS users often wish they had. . This package includes shared libraries used by Subversion tools to manipulate repositories and working copies. Package: libsvn0-dev Source: subversion Version: 1.3.2-0zajac1 Priority: optional Section: libdevel Maintainer: Guilherme de S. Pastore Depends: libsvn0 (= 1.3.2-0zajac1), libapr0-dev (>= 2.0.55-3), libdb4.3-dev, libneon25-dev Suggests: libsvn-doc Provides: libsvn-dev Architecture: i386 Filename: breezy/subversion/libsvn0-dev_1.3.2-0zajac1_i386.deb Size: 729234 Installed-Size: 2388 MD5sum: 170068d91cddb73f964e10fcf3915365 Description: development files for Subversion (aka. svn) libraries Subversion is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (typically source code). Subversion has all the major features of CVS, plus certain new features that CVS users often wish they had. . This package contains the symlinks, headers, and object files needed to compile and link programs which use the Subversion libraries. Package: libtcltk-ruby1.8 Source: ruby1.8 Version: 1.8.4-1ubuntu1~zajac1 Priority: optional Section: interpreters Maintainer: akira yamada Depends: libc6 (>= 2.3.4-1), libruby1.8 (>= 1.8.4), libx11-6, tcl8.4 (>= 8.4.5), tk8.4 (>= 8.4.5) Conflicts: libtk-ruby1.8 Provides: libtk-ruby1.8 Replaces: libtk-ruby1.8 Architecture: i386 Filename: breezy/ruby1.8/libtcltk-ruby1.8_1.8.4-1ubuntu1~zajac1_i386.deb Size: 1790234 Installed-Size: 7576 MD5sum: 9f539f0d034f63adfc2d6e87751e2e26 Description: Tcl/Tk interface for Ruby 1.8 tcltklib is an extension library for Ruby 1.8. It makes Ruby 1.8 programs to be able to use low level interface for the Tcl/Tk. Package: libxcomp-dev Source: nx Version: 1.4.92+1.5.0-7zajac1 Priority: optional Section: libdevel Maintainer: Stefan Lippers-Hollmann Conflicts: libnxcomp0, libnxcompext0 Architecture: all Filename: breezy/nx/libxcomp-dev_1.4.92+1.5.0-7zajac1_all.deb Size: 88560 Installed-Size: 836 MD5sum: 1c45fcc0efe81fc5922add788bd88f8e Description: NoMachine NX - NX compression library NoMachine NX is the next-generation X compression and roundtrip suppression scheme. It can operate remote X11 sessions over 56k modem dialup links or anything better. . This package contains the development files for the libxcomp library. Package: libxcomp1 Source: nx Version: 1.4.92+1.5.0-7zajac1 Priority: optional Section: libs Maintainer: Stefan Lippers-Hollmann Depends: libc6 (>= 2.3.4-1), libgcc1 (>= 1:4.0.1), libjpeg62, libpng12-0 (>= 1.2.8rel), libstdc++6 (>= 4.0.1), zlib1g (>= 1:1.2.1) Conflicts: libnxcomp0, libnxcompext0 Architecture: i386 Filename: breezy/nx/libxcomp1_1.4.92+1.5.0-7zajac1_i386.deb Size: 334118 Installed-Size: 1076 MD5sum: f2c6a1a10569663a15b5b510e1806795 Description: NoMachine NX - NX compression library NoMachine NX is the next-generation X compression and roundtrip suppression scheme. It can operate remote X11 sessions over 56k modem dialup links or anything better. . This package contains the X compression library. Package: libxcompext-dev Source: nx Version: 1.4.92+1.5.0-7zajac1 Priority: optional Section: libdevel Maintainer: Stefan Lippers-Hollmann Conflicts: libnxcomp0, libnxcompext0 Architecture: all Filename: breezy/nx/libxcompext-dev_1.4.92+1.5.0-7zajac1_all.deb Size: 12474 Installed-Size: 84 MD5sum: d2311179136ea0042eeeb43ecd8c3562 Description: NoMachine NX - NX compression library NoMachine NX is the next-generation X compression and roundtrip suppression scheme. It can operate remote X11 sessions over 56k modem dialup links or anything better. . This package contains the development files for the libxcompext library. Package: libxcompext1 Source: nx Version: 1.4.92+1.5.0-7zajac1 Priority: optional Section: libs Maintainer: Stefan Lippers-Hollmann Depends: libc6 (>= 2.3.4-1), libgcc1 (>= 1:4.0.1), libjpeg62, libpng12-0 (>= 1.2.8rel), libstdc++6 (>= 4.0.1), libx11-6, libxcomp1, zlib1g (>= 1:1.2.1) Conflicts: libnxcomp0, libnxcompext0 Architecture: i386 Filename: breezy/nx/libxcompext1_1.4.92+1.5.0-7zajac1_i386.deb Size: 36448 Installed-Size: 132 MD5sum: 42afda85ef883c66432c657048519800 Description: NoMachine NX - NX compression library NoMachine NX is the next-generation X compression and roundtrip suppression scheme. It can operate remote X11 sessions over 56k modem dialup links or anything better. . This package contains the development files for the libxcomp library. Package: nxagent Source: nx Version: 1.4.92+1.5.0-7zajac1 Priority: optional Section: x11 Maintainer: Stefan Lippers-Hollmann Depends: libc6 (>= 2.3.4-1), libxcomp1, libxcompext1, libxpm4, nxlibs, zlib1g (>= 1:1.2.1) Conflicts: libnxcomp0, libnxcompext0 Architecture: i386 Filename: breezy/nx/nxagent_1.4.92+1.5.0-7zajac1_i386.deb Size: 1515602 Installed-Size: 3788 MD5sum: 337f47c5b95ceb073e0c4a31880ff2ac Description: NoMachine NX - nesting X server with roundtrip suppression NoMachine NX is the next-generation X compression and roundtrip suppression scheme. It can operate remote X11 sessions over 56k modem dialup links or anything better. . The nxagent is an X server based on Xnestbut modified for the purpose of reducing roundtrips over high-latency networks significantly. It is run on the client side of Xthat is, on the machine where X clients run. It connects, over the wireto your regular X server, possibly through nxproxy. Package: nxagent-dev Source: nx Version: 1.4.92+1.5.0-7zajac1 Priority: optional Section: libdevel Maintainer: Stefan Lippers-Hollmann Conflicts: libnxcomp0, libnxcompext0 Architecture: all Filename: breezy/nx/nxagent-dev_1.4.92+1.5.0-7zajac1_all.deb Size: 11338 Installed-Size: 72 MD5sum: 03048cf79280dc1574f9707840b388d7 Description: NoMachine NX - nesting X server with roundtrip suppression NoMachine NX is the next-generation X compression and roundtrip suppression scheme. It can operate remote X11 sessions over 56k modem dialup links or anything better. . The nxagent is an X server based on Xnestbut modified for the purpose of reducing roundtrips over high-latency networks significantly. It is run on the client side of Xthat is, on the machine where X clients run. It connects, over the wireto your regular X server, possibly through nxproxy. . The nxagent-dev package contains the development libraries shared among different NX agents (nxdesktop, nxviewer). Package: nxclient Version: 1.5.0-135 Priority: optional Section: x11 Maintainer: Depends: libc6, libstdc++2.10-glibc2.2, libaudiofile0 Provides: nxclient Architecture: i386 Filename: breezy/nxclient/nxclient_1.5.0-135_i386.deb Size: 3359804 MD5sum: dbb64fcf2e08d6e506f2da6e769e2b34 Description: NoMachine NX Client and Libraries. This package contains the graphical front-end used to access X, RDP and RFB sessions on a remote NX Server. It also includes NX X compression libraries and utilities needed by both NX Client and Server. . Included packages: . nxclient-1.5.0-135 nxcomp-1.5.0-80 nxssh-1.5.0-23 . Source code of NX X compression libraries are released under the GNU General Public License. You can download them from the NoMachine web site http://www.nomachine.com/developers/. Package: nxdesktop Source: nx Version: 1.4.92+1.5.0-7zajac1 Priority: optional Section: x11 Maintainer: Stefan Lippers-Hollmann Depends: libc6 (>= 2.3.4-1), libssl0.9.7, libxcomp1, libxcompext1, libxpm4, nxlibs Conflicts: libnxcomp0, libnxcompext0 Architecture: i386 Filename: breezy/nx/nxdesktop_1.4.92+1.5.0-7zajac1_i386.deb Size: 106478 Installed-Size: 384 MD5sum: 6518cf52904fa8fedb79126853d78cae Description: NoMachine NX - nesting X server with roundtrip suppression NoMachine NX is the next-generation X compression and roundtrip suppression scheme. It can operate remote X11 sessions over 56k modem dialup links or anything better. . The nxdesktop is a rdesktop agentfor connecting to windows machines through a nx tunnel. Package: nxlibs Source: nx Version: 1.4.92+1.5.0-7zajac1 Priority: optional Section: libs Maintainer: Stefan Lippers-Hollmann Depends: libc6 (>= 2.3.4-1), libxcomp1, libxcompext1 Conflicts: libnxcomp0, libnxcompext0 Replaces: nxagent (<< 1.3.99.2-2) Architecture: i386 Filename: breezy/nx/nxlibs_1.4.92+1.5.0-7zajac1_i386.deb Size: 530656 Installed-Size: 1040 MD5sum: b2ce939e4cb2dd3185f98ac64281b3ec Description: NoMachine NX - common agent libraries NoMachine NX is the next-generation X compression and roundtrip suppression scheme. It can operate remote X11 sessions over 56k modem dialup links or anything better. . The nxlibs package contains the libraries shared among different NX agents (nxdesktopnxagent, nxviewer). Package: nxlibs-dev Source: nx Version: 1.4.92+1.5.0-7zajac1 Priority: optional Section: libdevel Maintainer: Stefan Lippers-Hollmann Conflicts: libnxcomp0, libnxcompext0 Replaces: nxagent (<< 1.3.99.2-2), nxlibs (<< 1.4.92) Architecture: all Filename: breezy/nx/nxlibs-dev_1.4.92+1.5.0-7zajac1_all.deb Size: 634314 Installed-Size: 4928 MD5sum: 7779e5c144ea78ad4f27ec22284db5a2 Description: NoMachine NX - common agent libraries NoMachine NX is the next-generation X compression and roundtrip suppression scheme. It can operate remote X11 sessions over 56k modem dialup links or anything better. . The nxlibs-dev package contains the development libraries shared among different NX agents (nxdesktop, nxagent, nxviewer). Package: nxproxy Source: nx Version: 1.4.92+1.5.0-7zajac1 Priority: optional Section: x11 Maintainer: Stefan Lippers-Hollmann Depends: libc6 (>= 2.3.4-1), libgcc1 (>= 1:4.0.1), libstdc++6 (>= 4.0.1), libxcomp1 Conflicts: libnxcomp0, libnxcompext0 Architecture: i386 Filename: breezy/nx/nxproxy_1.4.92+1.5.0-7zajac1_i386.deb Size: 7978 Installed-Size: 52 MD5sum: f9ed70e07f777692e753d3270b81baf1 Description: NoMachine NX - X protocol compression proxy NoMachine NX is the next-generation X compression and roundtrip suppression scheme. It can operate remote X11 sessions over 56k modem dialup links or anything better. . The nxproxy runs on the X server side of the wire and thus accompanies the nxagent running on X client side. It provides the protocol compression and caching part of the NX scheme. Package: nxviewer Source: nx Version: 1.4.92+1.5.0-7zajac1 Priority: optional Section: x11 Maintainer: Stefan Lippers-Hollmann Depends: libc6 (>= 2.3.4-1), libice6, libjpeg62, libsm6, libxcomp1, libxcompext1, libxmu6, libxpm4, libxt6, nxlibs, zlib1g (>= 1:1.2.1) Suggests: xfonts-base Conflicts: libnxcomp0, libnxcompext0 Architecture: i386 Filename: breezy/nx/nxviewer_1.4.92+1.5.0-7zajac1_i386.deb Size: 56864 Installed-Size: 168 MD5sum: e17abf9548320ceb2a764598cd00db50 Description: NoMachine NX - nesting X server with roundtrip suppression NoMachine NX is the next-generation X compression and roundtrip suppression scheme. It can operate remote X11 sessions over 56k modem dialup links or anything better. . The nxviewer is a vnc agentfor connecting to vnc servers (windows or linux) through a nx tunnel. Package: postgresql-8.1 Version: 8.1.3-1zajac1 Priority: optional Section: misc Maintainer: Martin Pitt Depends: libc6 (>= 2.3.4-1), libcomerr2 (>= 1.33-3), libkrb53 (>= 1.3.2), libpam0g (>= 0.76), libpq4, libssl0.9.7, postgresql-client-8.1, postgresql-common (>= 39) Conflicts: postgresql (<< 7.5) Architecture: i386 Filename: breezy/postgresql-8.1/postgresql-8.1_8.1.3-1zajac1_i386.deb Size: 4212934 Installed-Size: 12584 MD5sum: eb06ac1f06891c97ea6b01689356a268 Description: object-relational SQL database, version 8.1 server PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. . This package provides the database server for PostgreSQL 8.1. Servers for other major release versions can be installed simultaneously and are coordinated by the postgresql-common package. A package providing ident-server is needed if you want to authenticate remote connections with identd. Package: postgresql-client-8.1 Source: postgresql-8.1 Version: 8.1.3-1zajac1 Priority: optional Section: misc Maintainer: Martin Pitt Depends: libc6 (>= 2.3.4-1), libpq4, libreadline5, libssl0.9.7, zlib1g (>= 1:1.2.1), postgresql-common (>= 39) Suggests: postgresql-8.1, postgresql-doc-8.1 Conflicts: postgresql (<< 7.5) Architecture: i386 Filename: breezy/postgresql-8.1/postgresql-client-8.1_8.1.3-1zajac1_i386.deb Size: 1340800 Installed-Size: 3880 MD5sum: a8b4856cc03c60e44dd5ca8217819b6b Description: front-end programs for PostgreSQL 8.1 This package contains client and administrative programs for PostgreSQL: these are the interactive terminal client psql and programs for creating and removing users and databases. . This is the client package for PostgreSQL 8.1. If you install PostgreSQL 8.1 on a standalone machine, you need the server package postgresql-8.1, too. On a network, you can install this package on many client machines, while the server package may be installed on only one machine. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-common Version: 42-0zajac1 Priority: optional Section: misc Maintainer: Martin Pitt Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, lsb-base Recommends: openssl Conflicts: postgresql (<< 7.5), postgresql-client (<< 7.5), postgresql-7.4 (<< 1:7.4.8-10), postgresql-8.0 (<< 8.0.3-7) Replaces: postgresql (<< 7.5), postgresql-client (<< 7.5) Architecture: all Filename: breezy/postgresql-common/postgresql-common_42-0zajac1_all.deb Size: 87028 Installed-Size: 408 MD5sum: b468e83abacd04ddece1720ebb09fd9f Description: manager for PostgreSQL database clusters postgresql-common provides a structure under which multiple versions of PostgreSQL may be installed and/or multiple clusters maintained at one time. . If you have openssl installed, this package will automatically create a (self signed) SSL certificate so that SSL works out of the box. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. Package: postgresql-contrib-8.1 Source: postgresql-8.1 Version: 8.1.3-1zajac1 Priority: optional Section: misc Maintainer: Martin Pitt Depends: postgresql-8.1, libc6 (>= 2.3.4-1), libpq4, libssl0.9.7, libxml2 (>= 2.6.20), libxslt1.1 (>= 1.1.15), zlib1g (>= 1:1.2.1), postgresql-common (>= 39) Recommends: libpg-perl (>= 1:2.0.1-1), libdbd-pg-perl Conflicts: postgresql-contrib (<< 7.5) Architecture: i386 Filename: breezy/postgresql-8.1/postgresql-contrib-8.1_8.1.3-1zajac1_i386.deb Size: 548684 Installed-Size: 1376 MD5sum: 76e113dc63c9451b02f141f1ca00c690 Description: additional facilities for PostgreSQL The PostgreSQL contrib package provides several additional features for the PostgreSQL database. This version is built to work with the server package postgresql-8.1. contrib often serves as a testbed for features before they are adopted into PostgreSQL proper: . btree_gist - B-Tree indexing using GiST (Generalised Search Tree) chkpass - Password type for storing and comparing encrypted passwords cube - Type for n-dimensional "cubes" dbase - Inserts the contents of an xBase-style .dbf file into a PostgreSQL table dblink - Functions to return results from a remote database dbmirror - Trigger-based databaase mirroring earthdistance - Operator for computing the distance (in miles) between two points on the earth's surface fulltextindex - Full text indexing using triggers fuzzystrmatch - Functions for fuzzy string comparison (including Soundex) intagg - Integer aggregator/enumerator intarray - RD-tree data structure using GiST index isbn_issn - Type extensions for ISBN (books) and ISSN (serials) lo - Large Object maintenance ltree - data types, indexed access methods and queries for data organized as a tree-like structures. oid2name - Maps oids to table names oracle - Conversion utility for Oracle database schemas pg_buffercache - Real time queries on the shared buffer cache pg_tgrm - Determine the similarity of text based on trigram matching pgbench - A simple program to run a benchmark test pgcrypto - Cryptographic functions pgstattuple - Returns the percentage of dead tuples in a table; this indicates whether a vacuum is required. seg - Type representing laboratory measurements as floating- point intervals spi - PostgreSQL Server Programming Interface; 4 examples of its use: autoinc - A function for implementing AUTOINCREMENT/ IDENTITY insert_username - function for inserting user names moddatetime - Update modification timestamps refint - Functions for implementing referential integrity (foreign keys). Note that this is now superseded by built-in referential integrity. timetravel - Re-implements in user code the time travel feature that was removed in 6.3. tablefunc - C functions which return setof scalar and setof composite tips - Micro HOWTOs tsearch2 - Searchable text data type supporting indexed access userlock - User-level long-term locks vacuumlo - Vacuum deleted large objects xml2 - Manipulate XML documents in the database . PostgreSQL is an object-relational SQL database management system. Package: postgresql-doc-8.1 Source: postgresql-8.1 Version: 8.1.3-1zajac1 Priority: optional Section: doc Maintainer: Martin Pitt Suggests: doc-linux-html, pgdocs Conflicts: postgresql-doc (<< 7.5) Architecture: all Filename: breezy/postgresql-8.1/postgresql-doc-8.1_8.1.3-1zajac1_all.deb Size: 1412516 Installed-Size: 8016 MD5sum: 87c4fae1b6c0c40d746bb9966ff5e579 Description: documentation for the PostgreSQL database management system This package contains all README files, user manual, and examples for PostgreSQL 8.1. The manual is in HTML format. See the packages pgdocs-pdf and pgdocs-pdf-a4 for other printable formats. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plperl-8.1 Source: postgresql-8.1 Version: 8.1.3-1zajac1 Priority: optional Section: misc Maintainer: Martin Pitt Depends: libc6 (>= 2.3.4-1), libperl5.8 (>= 5.8.7), postgresql-8.1 Architecture: i386 Filename: breezy/postgresql-8.1/postgresql-plperl-8.1_8.1.3-1zajac1_i386.deb Size: 160318 Installed-Size: 244 MD5sum: 1e4cf6b34762d9892f449053741ba67e Description: PL/Perl procedural language for PostgreSQL 8.1 PL/Perl enables an SQL developer to write procedural language functions for PostgreSQL 8.1 in Perl. You need this package if you have any PostgreSQL 8.1 functions that use the languages plperl or plperlu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython-8.1 Source: postgresql-8.1 Version: 8.1.3-1zajac1 Priority: optional Section: misc Maintainer: Martin Pitt Depends: libc6 (>= 2.3.4-1), python2.4 (>= 2.3.90), postgresql-8.1 Architecture: i386 Filename: breezy/postgresql-8.1/postgresql-plpython-8.1_8.1.3-1zajac1_i386.deb Size: 153352 Installed-Size: 224 MD5sum: b76eb25293942a787ee0b2cff4551db2 Description: PL/Python procedural language for PostgreSQL 8.1 PL/Python enables an SQL developer to write procedural language functions for PostgreSQL 8.1 in Python. You need this package if you have any PostgreSQL 8.1 functions that use the languages plpython or plpythonu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-pltcl-8.1 Source: postgresql-8.1 Version: 8.1.3-1zajac1 Priority: optional Section: misc Maintainer: Martin Pitt Depends: libc6 (>= 2.3.4-1), tcl8.4 (>= 8.4.5), postgresql-8.1 Architecture: i386 Filename: breezy/postgresql-8.1/postgresql-pltcl-8.1_8.1.3-1zajac1_i386.deb Size: 154672 Installed-Size: 252 MD5sum: 689768fad01d4ddc4e581ae7f64705ab Description: PL/TCL procedural language for PostgreSQL 8.1 PL/TCL enables an SQL developer to write procedural language functions for PostgreSQL 8.1 in TCL. You need this package if you have any PostgreSQL 8.1 functions that use the languages pltcl or pltclu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-postgis-8.1 Version: 8.1.0-3zajac1 Priority: optional Section: misc Maintainer: Blair Zajac Depends: libpostgis1-pg8.1 Architecture: all Filename: breezy/postgresql-postgis-8.1/postgresql-postgis-8.1_8.1.0-3zajac1_all.deb Size: 1920 Installed-Size: 32 MD5sum: 5f75c56b1284846a5bcf2593fb2fe0fe Description: Geographic Information Systems for PostgreSQL - transitional package An empty package for the transition to the new libpostgis1-pg8.1 package. It can be removed after the upgrade. Package: postgresql-server-dev-8.1 Source: postgresql-8.1 Version: 8.1.3-1zajac1 Priority: optional Section: libdevel Maintainer: Martin Pitt Depends: libpq-dev (>= 8.1) Conflicts: pgxs Replaces: pgxs Architecture: i386 Filename: breezy/postgresql-8.1/postgresql-server-dev-8.1_8.1.3-1zajac1_i386.deb Size: 588310 Installed-Size: 2976 MD5sum: 8e1cd57c921d9184d97ce8a10a0283e8 Description: development files for PostgreSQL 8.1 server-side programming Header files for compiling SSI code to link into PostgreSQL's backend; for example, for C functions to be called from SQL. . This package also contains the Makefiles necessary for building add-on modules of PostgreSQL, which would otherwise have to be built in the PostgreSQL source-code tree. . PostgreSQL is an object-relational SQL database management system. Package: proj Version: 4.4.9d-2zajac1 Priority: optional Section: science Maintainer: Peter S Galbraith Depends: libc6 (>= 2.3.4-1) Suggests: proj-ps-doc Architecture: i386 Filename: breezy/proj/proj_4.4.9d-2zajac1_i386.deb Size: 2728856 Installed-Size: 4756 MD5sum: e25face267610e03337e7aa07bfc8e6e Description: Cartographic projection filter and library Proj and invproj perform respective forward and inverse transformation of cartographic data to or from Cartesian data with a wide range of selectable projection functions (over 100 projections). . Geod and invgeod perform geodesic (Great Circle) computations for determining latitude, longitude and back azimuth of a terminus point given a initial point latitude, longitude, azimuth and distance (direct) or the forward and back azimuths and distance between an initial and terminus point latitudes and longitudes (inverse). . The proj package now provides builtin datum conversion. . See the package proj-ps-doc for documentation in PostScript format and http://www.remotesensing.org/proj for additional resources. Package: python-gdal Source: gdal Version: 1.2.6-1.3zajac0 Priority: optional Section: science Maintainer: Silke Reimer Depends: libc6 (>= 2.3.4-1), libgcc1 (>= 1:4.0.1), libgdal1c2a (>= 1.2.6), libstdc++6 (>= 4.0.1), python (<< 2.5), python (>= 2.4), python-numeric Architecture: i386 Filename: breezy/gdal/python-gdal_1.2.6-1.3zajac0_i386.deb Size: 167030 Installed-Size: 656 MD5sum: 10a112dc489d13ee6f57d3251e662867 Description: Python bindings to the Geospatial Data Abstraction Library GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains Python bindings for GDAL/OGR library. Package: python-subversion Source: subversion Version: 1.3.2-0zajac1 Priority: optional Section: python Maintainer: Guilherme de S. Pastore Depends: subversion, libapr0 (>= 2.0.55), libc6 (>= 2.3.4-1), libsvn0 (>= 1.3.0), python (<< 2.5), python (>= 2.4) Conflicts: libsvn0 (<< 1.2.3dfsg1-1), libsvn0-dev (<< 1.2.3dfsg1-1), python2.3-subversion, python2.4-subversion Provides: python2.3-subversion Replaces: libsvn0 (<< 1.2.3dfsg1-1), libsvn0-dev (<< 1.2.3dfsg1-1), python2.3-subversion, python2.4-subversion Architecture: i386 Filename: breezy/subversion/python-subversion_1.3.2-0zajac1_i386.deb Size: 440394 Installed-Size: 1836 MD5sum: 0424e7e494e31dabad0679f190a181f3 Description: python modules for interfacing with Subversion (aka. svn) Subversion is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (typically source code). Subversion has all the major features of CVS, plus certain new features that CVS users often wish they had. . These modules are required to interface with Subversion from Python. This would be useful if you wanted to, for example, write a Python script that manipulates a subversion repository or working copy. Package: qgis Version: 0.7.4-1zajac1 Priority: optional Section: science Maintainer: Steve Halasz Depends: libc6 (>= 2.3.4-1), libgcc1 (>= 1:4.0.1), libgdal1c2a (>= 1.2.6), libgeos2c2a, libgsl0 (>= 1.4), libpq4, libqt3-mt (>= 3:3.3.4), libsqlite3-0 (>= 3.2.1), libstdc++6 (>= 4.0.1), proj (>= 4.4.1-1) Suggests: qgis-plugin-grass Architecture: i386 Filename: breezy/qgis/qgis_0.7.4-1zajac1_i386.deb Size: 8385116 Installed-Size: 22576 MD5sum: 47ffc8d61c12d4f69d8766e0f023c905 Description: Geographic Information System (GIS) A Geographic Information System (GIS) manages, analyzes, and displays databases of geographic information. Quantum GIS (QGIS) supports shapefile viewing and editing, spatial data storage with PostgreSQL/PostGIS, projection on-the-fly, map composition, and a number of other features via a plugin interface. QGIS also supports display of various georeferenced raster and Digital Elevation Model (DEM) formats including GeoTIFF, Arc/Info ASCII Grid, and USGS ASCII DEM. Package: qgis-dev Source: qgis Version: 0.7.4-1zajac1 Priority: optional Section: science Maintainer: Steve Halasz Depends: qgis (= 0.7.4-1zajac1), libgdal1-dev (>= 1.2.6-1), libqt3-mt-dev (>= 3:3.2.1-6), libqt3-compat-headers (>= 3:3.2.3-2), libcfitsio-dev (>= 2.460-1), libpq-dev | postgresql-dev, libhdf4g-dev (>= 4.1r4-17), libungif4-dev (>= 4.1.0b1-6), unixodbc-dev (>= 2.2.4-6), libxerces26-dev (>= 2.1.0-5), libjasper-1.701-dev (>= 1.701.0-2), libtiff4-dev (>= 3.6.1-1.1), netcdfg-dev (>= 3.5.0-7.1), libgeos-dev (>= 2.0.1-1), libgrass-dev (>= 6.0.0-1), libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev Suggests: qt3-designer Architecture: i386 Filename: breezy/qgis/qgis-dev_0.7.4-1zajac1_i386.deb Size: 12697972 Installed-Size: 38076 MD5sum: c22002ff5036c1474a737c62b2a69e8b Description: QGIS Geographic Information System - development files QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the headers and libraries needed to develop plugins for QGIS. Package: qgis-plugin-grass Source: qgis Version: 0.7.4-1zajac1 Priority: optional Section: science Maintainer: Steve Halasz Depends: qgis (= 0.7.4-1zajac1), libgdal1-grass (>= 1.2.6-0) Architecture: i386 Filename: breezy/qgis/qgis-plugin-grass_0.7.4-1zajac1_i386.deb Size: 329810 Installed-Size: 1224 MD5sum: 20f698fb76f653c3ad5ce41dc8f29e55 Description: Plugin for accessing GRASS vectors from QGIS This plugin enables display of GRASS vectors in the QGIS geographic data viewer. Package: rdiff-backup Version: 1.1.5-0zajac1 Priority: optional Section: utils Maintainer: Daniel Baumann Depends: libc6 (>= 2.3.4-1), librsync1 (>= 0.9.6), python (<< 2.5), python (>= 2.4) Architecture: i386 Filename: breezy/rdiff-backup/rdiff-backup_1.1.5-0zajac1_i386.deb Size: 173290 Installed-Size: 660 MD5sum: 3613a20eb7f39ad9267dfd9c8cb9742b Description: remote incremental backup rdiff-backup backs up one directory to another, possibly over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership, modification times, extended attributes, acls, and resource forks. . Also, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted. Finally, rdiff-backup is easy to use and settings have sensical defaults. Package: rdoc1.8 Source: ruby1.8 Version: 1.8.4-1ubuntu1~zajac1 Priority: optional Section: doc Maintainer: akira yamada Depends: ruby1.8 (>= 1.8.4-1ubuntu1~zajac1), irb1.8 (>= 1.8.4-1ubuntu1~zajac1), libruby1.8 (>= 1.8.4-1ubuntu1~zajac1) Conflicts: rdoc (<= 0.9.0-5) Replaces: rdoc (<= 0.9.0-5) Architecture: all Filename: breezy/ruby1.8/rdoc1.8_1.8.4-1ubuntu1~zajac1_all.deb Size: 271216 Installed-Size: 772 MD5sum: 0cd401d091e6b49733d3500f125e1739 Description: Generate documentation from Ruby source files (for Ruby 1.8) RDoc - Documentation from Ruby Source Files: * Generates structured HTML and XML documentation from Ruby source and C extensions. * Automatically extracts class, module, method, and attribute definitions. These can be annotated using inline comments. * Analyzes method visibility. * Handles aliasing. * Uses non-intrusive and implicit markup in the comments. Readers of the original source needn't know that it is marked up at all. . This package provides the RDoc tool which uses Ruby 1.8. Package: ri1.8 Source: ruby1.8 Version: 1.8.4-1ubuntu1~zajac1 Priority: optional Section: interpreters Maintainer: akira yamada Depends: ruby1.8, rdoc1.8 (= 1.8.4-1ubuntu1~zajac1) Architecture: all Filename: breezy/ruby1.8/ri1.8_1.8.4-1ubuntu1~zajac1_all.deb Size: 756754 Installed-Size: 19676 MD5sum: ac483b8638d01fd69772b68641e722d8 Description: Ruby Interactive reference (for Ruby 1.8) ri is a command line tool that displays descriptions of built-in Ruby methods, classes, and modules. For methods, it shows you the calling sequence and a description. For classes and modules, it shows a synopsis along with a list of the methods the class or module implements. . This package provides ri command and descriptions about Ruby 1.8. Package: ruby1.8 Version: 1.8.4-1ubuntu1~zajac1 Priority: optional Section: interpreters Maintainer: akira yamada Depends: libc6 (>= 2.3.4-1), libruby1.8 (>= 1.8.4) Suggests: ruby1.8-examples, rdoc1.8, ri1.8 Architecture: i386 Filename: breezy/ruby1.8/ruby1.8_1.8.4-1ubuntu1~zajac1_i386.deb Size: 188312 Installed-Size: 268 MD5sum: 998dc0c57296c07e42872e4f41f5fadb Description: Interpreter of object-oriented scripting language Ruby 1.8 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package provides version 1.8 series of Ruby. . On Debian, Ruby 1.8 is provided as separate packages. You can get full Ruby 1.8 distribution by installing following packages. . ruby1.8 ruby1.8-dev ri1.8 rdoc1.8 irb1.8 ruby1.8-elisp ruby1.8-examples libdbm-ruby1.8 libgdbm-ruby1.8 libtcltk-ruby1.8 libopenssl-ruby1.8 libreadline-ruby1.8 Package: ruby1.8-dev Source: ruby1.8 Version: 1.8.4-1ubuntu1~zajac1 Priority: optional Section: devel Maintainer: akira yamada Depends: libruby1.8 (= 1.8.4-1ubuntu1~zajac1) Recommends: ruby1.8 (= 1.8.4-1ubuntu1~zajac1) Architecture: i386 Filename: breezy/ruby1.8/ruby1.8-dev_1.8.4-1ubuntu1~zajac1_i386.deb Size: 666700 Installed-Size: 1556 MD5sum: 6cd7dc0def527f8fe44eab9ba4a6396f Description: Header files for compiling extension modules for the Ruby 1.8 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package contains the header files, necessary to make extension library for Ruby 1.8. Package: ruby1.8-elisp Source: ruby1.8 Version: 1.8.4-1ubuntu1~zajac1 Priority: optional Section: interpreters Maintainer: akira yamada Depends: emacs21 | emacsen Suggests: ruby1.8 (>= 1.8.4-1ubuntu1~zajac1), irb1.8 (>= 1.8.4-1ubuntu1~zajac1) Conflicts: ruby-elisp (<< 1.8), ruby1.6-elisp, ruby1.7-elisp, ruby-beta-elisp Architecture: all Filename: breezy/ruby1.8/ruby1.8-elisp_1.8.4-1ubuntu1~zajac1_all.deb Size: 181104 Installed-Size: 344 MD5sum: 98a09371dc4abb6670bf687ec6b47e72 Description: ruby-mode for Emacsen This package provides major-mode for editing Ruby scripts and some emacs-lisp programs for Ruby programmers. Package: ruby1.8-examples Source: ruby1.8 Version: 1.8.4-1ubuntu1~zajac1 Priority: optional Section: interpreters Maintainer: akira yamada Suggests: ruby1.8 (>= 1.8.4-1ubuntu1~zajac1) Architecture: all Filename: breezy/ruby1.8/ruby1.8-examples_1.8.4-1ubuntu1~zajac1_all.deb Size: 213368 Installed-Size: 820 MD5sum: c16688b494709ed36cf6061c200b54d5 Description: Examples for Ruby 1.8 This package provides example programs about Ruby 1.8. . Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. Package: rubygems Source: libgems-ruby Version: 0.8.11-0.14zajac1 Priority: optional Section: interpreters Maintainer: Daigo Moriwaki Depends: ruby (>= 1.8), libgems-ruby1.8 Architecture: all Filename: breezy/libgems-ruby1.8/rubygems_0.8.11-0.14zajac1_all.deb Size: 40126 Installed-Size: 112 MD5sum: b4e239082729e5038ac10b0aeb1f1dc3 Description: package management framework for Ruby libraries/applications This is a way to package Ruby libraries/applications for distribution. RubyGems provides the ability to manage concurrent versions of libraries and dependencies between those libraries. Using RubyGems, you can: * download and install Ruby libraries easily * not worry about libraries A and B depending on different versions of library C * easily remove libraries you no longer use . This package contains RubyGems' commands like /usr/bin/gem. . Homepage: http://rubygems.rubyforge.org/wiki/wiki.pl Package: smartmontools Version: 5.33+5.34cvs20050802-3zajac5 Priority: optional Section: utils Maintainer: Guido Guenther Depends: libc6 (>= 2.3.4-1) Recommends: mailx | mailutils Conflicts: smartsuite, ucsc-smartsuite Architecture: i386 Filename: breezy/smartmontools/smartmontools_5.33+5.34cvs20050802-3zajac5_i386.deb Size: 250994 Installed-Size: 608 MD5sum: d243b76ed848eb5cb9a869a343143c42 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: spidermonkey-bin Source: spidermonkey Version: 1.5.0-0zajac1 Priority: optional Section: interpreters Maintainer: Marek Habersack Depends: libc6 (>= 2.3.4-1), libncurses5 (>= 5.4-5), libreadline5, libsmjs1, libnspr4 (>= 2:1.7.12-1ubuntu1) Architecture: i386 Filename: breezy/spidermonkey/spidermonkey-bin_1.5.0-0zajac1_i386.deb Size: 16544 Installed-Size: 104 MD5sum: 63c41794d16b51b527ff5393dcdda390 Description: Binaries of the SpiderMonkey interpreter This package contains the standalone JavaScript interpeter from the SpiderMonkey JS library. Package: spidermonkey-dev Source: spidermonkey Version: 1.5.0-0zajac1 Priority: optional Section: libdevel Maintainer: Marek Habersack Depends: libsmjs-dev (>= 1.5.0-0zajac1) Architecture: i386 Filename: breezy/spidermonkey/spidermonkey-dev_1.5.0-0zajac1_i386.deb Size: 4082 Installed-Size: 32 MD5sum: 2ad37c3bcdd19ea7b2e687378a24510c Description: Migration package for the SpiderMonkey JS library This package exists solely for the purpose of migrating from the old package naming to the new one. It contains no files and therefore can be removed without any problems after the upgrade is completed. Package: spidermonkey1 Source: spidermonkey Version: 1.5.0-0zajac1 Priority: optional Section: libdevel Maintainer: Marek Habersack Depends: libsmjs1 (>= 1.5.0-0zajac1) Architecture: i386 Filename: breezy/spidermonkey/spidermonkey1_1.5.0-0zajac1_i386.deb Size: 4074 Installed-Size: 32 MD5sum: 2a7906df98501235bd8d12a0c2bb547e Description: Migration package for the SpiderMonkey JS library This package exists solely for the purpose of migrating from the old package naming to the new one. It contains no files and therefore can be removed without any problems after the upgrade is completed. Package: subversion Version: 1.3.2-0zajac1 Priority: optional Section: devel Maintainer: Guilherme de S. Pastore Depends: libapr0 (>= 2.0.55), libc6 (>= 2.3.4-1), libsvn0 (>= 1.3.0), libsvn0 (= 1.3.2-0zajac1), patch Suggests: subversion-tools, db4.3-util Architecture: i386 Filename: breezy/subversion/subversion_1.3.2-0zajac1_i386.deb Size: 940120 Installed-Size: 3004 MD5sum: 5bbbb5828bc5a4a23407983fe5cda89b Description: advanced version control system (aka. svn) Subversion is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (typically source code). Subversion has all the major features of CVS, plus certain new features that CVS users often wish they had. . This package includes the Subversion client (svn), tools for creating a Subversion repository and tools to make a repository available over the network using a program like ssh. . Homepage: http://subversion.tigris.org Package: subversion-tools Source: subversion Version: 1.3.2-0zajac1 Priority: optional Section: admin Maintainer: Guilherme de S. Pastore Depends: python-subversion (>= 1.3), subversion (>= 1.3), rcs, python, exim4 | mail-transport-agent, perl (>= 5.8.0-7), liburi-perl (>= 1.17-1), libconfig-inifiles-perl (>= 2.27-1) Architecture: all Filename: breezy/subversion/subversion-tools_1.3.2-0zajac1_all.deb Size: 122286 Installed-Size: 372 MD5sum: 9f5b57b84534f06afbb203dacfd37e29 Description: assorted tools related to Subversion (aka. svn) Subversion is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (typically source code). Subversion has all the major features of CVS, plus certain new features that CVS users often wish they had. . This package includes miscellaneous tools that make maintenance and administration of a Subversion repository easier. Package: valgrind Version: 1:3.1.0-2zajac1 Priority: optional Section: devel Maintainer: Andrés Roldán Depends: libc6 (>= 2.3.4-1) Recommends: gdb Suggests: libc6-dbg, kcachegrind, callgrind Architecture: i386 Filename: breezy/valgrind/valgrind_3.1.0-2zajac1_i386.deb Size: 11385996 Installed-Size: 26188 MD5sum: bc40069a1867eac0e099284bbe8f14b1 Description: A memory debugger and profiler Valgrind is a GPL'd tool to help you find memory-management problems in your programs. When a program is run under Valgrind's supervision, all reads and writes of memory are checked, and calls to malloc/new/free/delete are intercepted. . Valgrind can debug more or less any dynamically-linked ELF x86/Linux, amd64/Linux and ppc/Linux executables, without modification, recompilation, or anything. . Valgrind provides a generic infrastructure for supervising the execution of programs called "tools". This is done by providing a way to instrument programs in very precise ways, making it relatively easy to support activities such as dynamic error detection and profiling. The Valgrind distribution currently includes three tools: a memory error detectors, a cache (time) profiler and a heap (space) profiler. Package: visitors Version: 0.6.1-1zajac1 Priority: optional Section: web Maintainer: Romain Francoise Depends: libc6 (>= 2.3.4-1) Recommends: graphviz Architecture: i386 Filename: breezy/visitors/visitors_0.6.1-1zajac1_i386.deb Size: 71116 Installed-Size: 196 MD5sum: 143c9af792290016a618379c06eee2a4 Description: A fast web server log analyzer Visitors is a very fast web server log analyzer designed to be run from the command line, with support for text or html output and real-time statistics generation. It can handle most web server logs including Apache access logs and is very easy to use: no configuration file and no database are required. It can also generate visual path analysis graphs using Graphviz. . For further information see . Package: webalizer Version: 2.01.10-27zajac2 Priority: optional Section: web Maintainer: Jose Carlos Medeiros Pre-Depends: debconf (>= 1.4.58) | debconf-2.0 Depends: libc6 (>= 2.3.4-1), libdb4.2, libgd2-xpm (>= 2.0.33), libgeoip1 (>= 1.3.10), libpng12-0 (>= 1.2.8rel), zlib1g (>= 1:1.2.1) Suggests: httpd Architecture: i386 Filename: breezy/webalizer/webalizer_2.01.10-27zajac2_i386.deb Size: 313010 Installed-Size: 1440 MD5sum: 36d33a350ec4bdd2f7c5a745d543bb07 Description: Web server log analysis program The Webalizer is a web server log analysis program. It is 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.