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