| 1 |
Source: mapserver
|
| 2 |
Section: devel
|
| 3 |
Priority: extra
|
| 4 |
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
|
| 5 |
Uploaders: Schuyler Erle <schuyler@nocat.net>, Petter Reinholdtsen <pere@debian.org>, Paul Wise <pabs@debian.org>, Fabio Tranchitella <kobold@debian.org>, Francesco Paolo Lovergine <frankie@debian.org>
|
| 6 |
Standards-Version: 3.7.2
|
| 7 |
Build-Depends: debhelper (>= 5.0.37.2), dpatch, libcurl4-gnutls-dev | libcurl4-dev, libpng12-dev,
|
| 8 |
zlib1g-dev (>= 1.1.4), libgd2-xpm-dev (>= 2.0.1-10), libfreetype6-dev (>= 2.0.9),
|
| 9 |
libjpeg62-dev, libgdal1-dev (>=1.4.0), proj, libwww-dev, libpq-dev, php5-dev, swig,
|
| 10 |
python-all, python-all-dev, python-central (>= 0.5), libgeos-dev (>= 2.2.3-2)
|
| 11 |
Build-Depends-Indep: python-docutils
|
| 12 |
Build-Conflicts: libcurl3-openssl-dev
|
| 13 |
XS-Python-Version: all
|
| 14 |
|
| 15 |
Package: php5-mapscript
|
| 16 |
Section: web
|
| 17 |
Architecture: any
|
| 18 |
Depends: ${shlibs:Depends}, ${misc:Depends}
|
| 19 |
Suggests: mapserver-bin, mapserver-doc
|
| 20 |
Description: module for php5-cgi to use mapserver
|
| 21 |
PHP MapScript allows you to use the MapServer functionalities with php web
|
| 22 |
scripting language.
|
| 23 |
.
|
| 24 |
Currently work only with php as an Apache DSO.
|
| 25 |
|
| 26 |
Package: perl-mapscript
|
| 27 |
Section: perl
|
| 28 |
Architecture: any
|
| 29 |
Depends: ${perl:Depends}, ${shlibs:Depends}
|
| 30 |
Suggests: mapserver-bin, mapserver-doc
|
| 31 |
Description: perl mapserver library
|
| 32 |
perl mapscript allows you to use the MapServer functionalities
|
| 33 |
with perl scripting language.
|
| 34 |
|
| 35 |
Package: cgi-mapserver
|
| 36 |
Section: web
|
| 37 |
Architecture: any
|
| 38 |
Depends: ${shlibs:Depends}
|
| 39 |
Suggests: mapserver-bin, mapserver-doc
|
| 40 |
Description: cgi module of mapserver
|
| 41 |
This package contains the cgi binary file. It provides the MapServer
|
| 42 |
template language as well as WFS, WMS and WCS server and client
|
| 43 |
capabilities.
|
| 44 |
|
| 45 |
Package: python-mapscript
|
| 46 |
Section: python
|
| 47 |
Architecture: any
|
| 48 |
Depends: ${python:Depends}, ${shlibs:Depends}
|
| 49 |
Suggests: mapserver-bin, mapserver-doc
|
| 50 |
Provides: ${python:Provides}
|
| 51 |
XB-Python-Version: ${python:Versions}
|
| 52 |
Description: python mapserver lib
|
| 53 |
Python mapscript allows you to use the MapServer functionalities
|
| 54 |
with the Python scripting language.
|
| 55 |
|
| 56 |
Package: mapserver-bin
|
| 57 |
Section: misc
|
| 58 |
Architecture: any
|
| 59 |
Depends: ${shlibs:Depends}, ${perl:Depends}
|
| 60 |
Suggests: libdbi-perl, perl-mapscript, python-mapscript, cgi-mapserver, mapserver-doc, php5-mapscript
|
| 61 |
Description: mapserver binary utilities
|
| 62 |
Binary utilities for using MapServer with the command line.
|
| 63 |
.
|
| 64 |
MapServer is an OpenSource development environment for building spatially
|
| 65 |
enabled Internet applications.
|
| 66 |
.
|
| 67 |
The MapServer system includes MapScript that allows popular
|
| 68 |
scripting languages such as :
|
| 69 |
.
|
| 70 |
* PHP provided by php5-mapscript.
|
| 71 |
* Python provided by python-mapscript.
|
| 72 |
* Perl provided by perl-mapscript.
|
| 73 |
* Java is not supported by any package.
|
| 74 |
.
|
| 75 |
Mapserver template language, WFS, WMS, WCS are provided by cgi-mapserver.
|
| 76 |
.
|
| 77 |
Homepage: http://mapserver.gis.umn.edu
|
| 78 |
|
| 79 |
Package: mapserver-doc
|
| 80 |
Section: doc
|
| 81 |
Architecture: all
|
| 82 |
Depends: ${shlibs:Depends}
|
| 83 |
Suggests: perl-mapscript, python-mapscript, php5-mapscript, cgi-mapserver
|
| 84 |
Description: documentation for mapserver
|
| 85 |
Some short documentation and examples for MapServer.
|
| 86 |
.
|
| 87 |
MapServer is an OpenSource development environment for building spatially
|
| 88 |
enabled Internet applications.
|
| 89 |
.
|
| 90 |
The MapServer system includes MapScript that allows using popular
|
| 91 |
scripting languages such as :
|
| 92 |
.
|
| 93 |
* PHP provided by php5-mapscript.
|
| 94 |
* Python provided by python-mapscript.
|
| 95 |
* Perl provided by perl-mapscript.
|
| 96 |
* Java is not supported by any package.
|
| 97 |
.
|
| 98 |
Mapserver template language, WFS, WMS, WCS are provided by cgi-mapserver.
|
| 99 |
.
|
| 100 |
Homepage: http://mapserver.gis.umn.edu/docs
|