| 1 | = mapserver = |
| 2 | |
| 3 | * Web Map Server with support for various OGC protocols such as WMS, WCS, WFS and SOS. |
| 4 | * Version string: |
| 5 | {{{ |
| 6 | MapServer version 5.0.2 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=SWF OUTPUT=SVG |
| 7 | SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT |
| 8 | SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI |
| 9 | SUPPORTS=THREADS SUPPORTS=GEOS INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE |
| 10 | }}} |
| 11 | * Several libraries (ie. AGG, ming(swf), freetype) are statically linked in but really should be factored out as dlls in distinct packages. |
| 12 | * Current package is just the libmap.dll, cgi and utility executables. |
| 13 | * Needs bindings packages for php, perl, python, java and c#. |
| 14 | * Requires: curl geos libpq gdal proj iconv fcgi libxml2 |
| 15 | * Maintained by Assefa |