| 1 |
frankie |
2332 |
Source: geos |
| 2 |
|
|
Section: science |
| 3 |
|
|
Priority: optional |
| 4 |
|
|
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org> |
| 5 |
frankie |
2514 |
Uploaders: Francesco Paolo Lovergine <frankie@debian.org> |
| 6 |
aboudreault-guest |
2855 |
Build-Depends: debhelper (>= 7), dpatch, doxygen, swig, ruby, ruby-dev, |
| 7 |
|
|
python-all, python-all-dev, python-central (>= 0.5) |
| 8 |
frankie |
2711 |
Standards-Version: 3.8.4 |
| 9 |
frankie |
2332 |
Homepage: http://trac.osgeo.org/geos/ |
| 10 |
|
|
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/geos/trunk |
| 11 |
|
|
Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/geos/trunk |
| 12 |
|
|
|
| 13 |
|
|
Package: libgeos-dev |
| 14 |
|
|
Section: libdevel |
| 15 |
|
|
Architecture: any |
| 16 |
|
|
Depends: libgeos-@VERSION@ (= ${binary:Version}), libgeos-c1 (= ${binary:Version}) |
| 17 |
|
|
Suggests: libgdal-doc |
| 18 |
|
|
Description: Geometry engine for GIS - Development files |
| 19 |
|
|
GEOS provides a spatial object model and fundamental geometric |
| 20 |
|
|
functions. It implements the geometry model defined in the |
| 21 |
|
|
OpenGIS Consortium Simple Features Specification for SQL. |
| 22 |
|
|
. |
| 23 |
|
|
This package contains the headers and libraries needed to |
| 24 |
|
|
develop programs using GEOS. |
| 25 |
|
|
|
| 26 |
|
|
Package: libgeos-c1 |
| 27 |
|
|
Section: libs |
| 28 |
|
|
Architecture: any |
| 29 |
|
|
Depends: ${shlibs:Depends}, ${misc:Depends} |
| 30 |
|
|
Description: Geometry engine for Geographic Information Systems - C Library |
| 31 |
|
|
GEOS provides a spatial object model and fundamental geometric |
| 32 |
|
|
functions. It implements the geometry model defined in the |
| 33 |
|
|
OpenGIS Consortium Simple Features Specification for SQL. |
| 34 |
|
|
Functions provided include: |
| 35 |
|
|
. |
| 36 |
|
|
* spatial predicates (based on the DE-9IM model), |
| 37 |
|
|
* overlay functions (intersection, difference, union, |
| 38 |
|
|
symmetric difference), |
| 39 |
|
|
* buffer, |
| 40 |
|
|
* convex hull, |
| 41 |
|
|
* area and distance functions, and |
| 42 |
|
|
* topological validity checking |
| 43 |
|
|
. |
| 44 |
|
|
This package contains the C library. A C++ library is provided |
| 45 |
|
|
by the libgeos* package. |
| 46 |
|
|
|
| 47 |
|
|
Package: libgeos-@VERSION@ |
| 48 |
|
|
Section: libs |
| 49 |
|
|
Architecture: any |
| 50 |
|
|
Depends: ${shlibs:Depends}, ${misc:Depends} |
| 51 |
|
|
Description: Geometry engine for Geographic Information Systems - C++ Library |
| 52 |
|
|
GEOS provides a spatial object model and fundamental geometric |
| 53 |
|
|
functions. It implements the geometry model defined in the |
| 54 |
|
|
OpenGIS Consortium Simple Features Specification for SQL. |
| 55 |
|
|
Functions provided include: |
| 56 |
|
|
. |
| 57 |
|
|
* spatial predicates (based on the DE-9IM model), |
| 58 |
|
|
* overlay functions (intersection, difference, union, |
| 59 |
|
|
symmetric difference), |
| 60 |
|
|
* buffer, |
| 61 |
|
|
* convex hull, |
| 62 |
|
|
* area and distance functions, and |
| 63 |
|
|
* topological validity checking |
| 64 |
|
|
. |
| 65 |
|
|
This package contains the C++ library. A C library is provided |
| 66 |
|
|
by the libgeos-c* package. |
| 67 |
|
|
|
| 68 |
|
|
Package: libgeos-doc |
| 69 |
|
|
Section: doc |
| 70 |
|
|
Architecture: all |
| 71 |
|
|
Suggests: libgeos-dev (= ${binary:Version}) |
| 72 |
|
|
Homepage: http://download.osgeo.org/geos/doxygen/ |
| 73 |
|
|
Description: Documentation for the GEOS GIS geometry engine library |
| 74 |
|
|
GEOS provides a spatial object model and fundamental geometric |
| 75 |
|
|
functions. It implements the geometry model defined in the |
| 76 |
|
|
OpenGIS Consortium Simple Features Specification for SQL. |
| 77 |
|
|
. |
| 78 |
|
|
This package contains the documentation for the GEOS API. |
| 79 |
|
|
|
| 80 |
|
|
Package: libgeos-ruby1.8 |
| 81 |
|
|
Section: ruby |
| 82 |
|
|
Architecture: any |
| 83 |
|
|
Depends: libgeos-@VERSION@ (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} |
| 84 |
|
|
Description: GEOS bindings for Ruby |
| 85 |
|
|
GEOS provides a spatial object model and fundamental geometric |
| 86 |
|
|
functions. It implements the geometry model defined in the |
| 87 |
|
|
OpenGIS Consortium Simple Features Specification for SQL. |
| 88 |
|
|
. |
| 89 |
|
|
This package contains the Ruby bindings for GEOS. |
| 90 |
frankie |
2808 |
|