RE: Re: [mapserver-users] MapServer 6.0.0-beta4 release

2011-04-07 Thread Peter Hopfgartner
Daniel Morissette  wrote
Subject: Re: [mapserver-users] MapServer 6.0.0-beta4 release
Date: 02.04.2011 22:13


Hi, Daniel
>On 11-03-31 04:38 AM, Peter Hopfgartner wrote:
>>
>> Looking at ./configure, around line 12710, the tests look like:
>>
>>test -f $XSLT_DIR/include/libxslt/xslt.h&& 
>XSLT_INCDIR="$XSLT_DIR/include"
>>test -f $XSLT_DIR/lib/libxslt.so&&  XSLT_LIBDIR="$XSLT_DIR/lib"
>>
>> Anyway, on a pure 64 bit machine, there won't be any lib/libxslt.so,
>but a lib64/libxslt.so. Indeed, changing this to lib64 it configures fine
>on my machine.
>>
>
>Thanks for the report. I have fixed this in SVN trunk r11448. The fix 
>will be in the next beta.

I guess that the same fix might be applied for libexslt, too.

>
>Daniel
>
>-- 
>Daniel Morissette
>http://www.mapgears.com/
>Provider of Professional MapServer Support since 2000
>

Peter
 
R3 GIS Srl - GmbH
http://www.r3-gis.com
Index: configure.in
===
--- configure.in	(revision 11473)
+++ configure.in	(working copy)
@@ -2116,6 +2116,7 @@
 
   test -f $EXSLT_DIR/include/libexslt/exslt.h && EXSLT_INCDIR="$EXSLT_DIR/include"
   test -f $EXSLT_DIR/lib/libexslt.so && EXSLT_LIBDIR="$EXSLT_DIR/lib"
+  test -f $EXSLT_DIR/lib64/libexslt.so && EXSLT_LIBDIR="$EXSLT_DIR/lib"
 
   if test -n "$EXSLT_LIBDIR" -a -n "$EXSLT_INCDIR" ; then
 dnl
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] MapServer 6.0.0-beta4 release

2011-04-02 Thread Daniel Morissette

On 11-03-31 04:38 AM, Peter Hopfgartner wrote:


Looking at ./configure, around line 12710, the tests look like:

   test -f $XSLT_DIR/include/libxslt/xslt.h&&  XSLT_INCDIR="$XSLT_DIR/include"
   test -f $XSLT_DIR/lib/libxslt.so&&  XSLT_LIBDIR="$XSLT_DIR/lib"

Anyway, on a pure 64 bit machine, there won't be any lib/libxslt.so, but a 
lib64/libxslt.so. Indeed, changing this to lib64 it configures fine on my 
machine.



Thanks for the report. I have fixed this in SVN trunk r11448. The fix 
will be in the next beta.


Daniel

--
Daniel Morissette
http://www.mapgears.com/
Provider of Professional MapServer Support since 2000

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] MapServer 6.0.0-beta4 release

2011-03-31 Thread Angelos Tzotsos

openSUSE packages for beta 4 are available here:

http://download.opensuse.org/repositories/home:/tzotsos/openSUSE_11.4

http://software.opensuse.org/search?q=mapserver&baseproject=openSUSE%3A11.4&lang=en&include_home=true&exclude_debug=true

Angelos

On 03/31/2011 09:16 PM, Jeff McKenna wrote:
Windows users can find the 6.0.0-beta4 upgrade package for MS4W at: 
http://www.maptools.org/ms4w/index.phtml?page=RELEASE_mapserver_ms4w3.x_dev-6.0.0.html


-jeff





--
Angelos Tzotsos
Remote Sensing Laboratory
National Technical University of Athens
http://users.ntua.gr/tzotsos

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] MapServer 6.0.0-beta4 release

2011-03-31 Thread Jeff McKenna
Windows users can find the 6.0.0-beta4 upgrade package for MS4W at: 
http://www.maptools.org/ms4w/index.phtml?page=RELEASE_mapserver_ms4w3.x_dev-6.0.0.html


-jeff


--
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.com/


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] MapServer 6.0.0-beta4 release

2011-03-31 Thread Alan Boudreault
UbuntuGIS MapServer packages have been updated for the beta4 release:

https://launchpad.net/~ubuntugis/+archive/ubuntugis-testing/

Alan

On March 30, 2011 09:35:44 pm Daniel Morissette wrote:
> The MapServer Team is pleased to announce the release of MapServer
> 6.0.0-beta4. This is the latest beta on our way to a final 6.0 release.
> Once again this beta contains several important fixes and we encourage
> you to test it and continue to provide feedback.
> 
> The 6.0 release introduces important changes in key components of the
> MapServer core (rendering, query and expressions), and for this reason
> we count on you, MapServer power users, to help test the release in your
> respective environments and provide feedback (through the users list or
> Trac tickets).
> 
> If all goes well, the plan is to have a final 6.0 release around the end
> of April. The full release plan which also includes the list of new
> features and changes in this release is available at:
>http://mapserver.org/trunk/development/release/release-plan-6.0.html
> 
> The list of fixes since beta1 is attached at the end of this message.
> For a complete list see the HISTORY.TXT file at:
> 
> 
> http://trac.osgeo.org/mapserver/browser/tags/rel-6-0-0-beta4/mapserver/HIST
> ORY.TXT
> 
> We have started working on a 5.6 -> 6.0 migration guide. This document
> contains important notes on backwards incompatibilities or other changes
> required when upgrading to 6.0. It is not complete yet but we strongly
> recommend that you review the latest version online at:
> 
>  http://mapserver.org/trunk/MIGRATION_GUIDE.html
> 
> The source for this release can be downloaded at:
> 
>  http://mapserver.org/download.html
> or
>  http://download.osgeo.org/mapserver/mapserver-6.0.0-beta4.tar.gz
> 
> The binary distributions listed in the download page should be updated
> with binaries for the new beta release in the next day or so.
> 
> Once again we need your help to ensure a high quality product, so please
> help out by testing your applications with this new code base.
> 
> Thanks! - The MapServer Team
> 
> 
> Version 6.0.0-beta4 (2011-03-30)
> 
> 
> - Fix shp2img's -i flag to honour map level transparent, image quality and
>interlace settings.
> 
> - Make sure command-line programs use an exit status other than 0
>when an error is encountered. (#3753)
> 
> - Applied patch to filter unwanted fribidi characters (#3763)
> 
> - Fixed lexer to set the proper state on URL variable substitutions
> 
> - Fixed Memory leak in PostGIS driver (#3768)
> 
> - Fixed PHP/MapScript symbol property setter method
> 
> - fix memory leak in bar charts
> 
> - fix some valgrind errors on agg rotated pixmap symbols
> 
> - WCS 2.0: Adjusted definition of NilValues.
> 
> - Fixed handling of PROJ_LIB value relative to mapfile path (#3094)
> 
> - Fixed compilation error with opengl support (#3769)
> 
> - add support for gml:Box for spatial filters (#3789)
> 
> - fix query map generation error introduced in beta2 when output format
>initialized was made as needed.
> 
> - fix incorrect PATTERN behavior on agg lines (#3787)
> 
> - report SOS DescribeObservationType in Capabilities (#3777)
> 
> - Updated lexer to detect time attribute bindings (e.g. `[item]`) in
> logical expressions
> 
> - Fixed layer context expressions (REQUIRES/LABELREQUIRES) (#3737)
> 
> - KML: Output ExtendedData (#3728)
> 
> - Fixed OWS usage of multiple layers with same name (#3778)
> 
> - WCS implementation should not lookup wms_* metadata (#3779)
> 
> - WCS 2.0: Adjusted definition of rangeType.
> 
> - Fixed OWS GetCapabilities to report only requests/operations that are
>enabled.
> 
> - WCS 2.0: Report only bands in the range subset.
> 
> - OWS requests should be completely blocked by default (#3755)
> 
> - SLD: check for limit on dash arrays (#3772)
> 
> - WMS: Apply sld after bbox and srs have been parsed (#3765)
> 
> 
> ___
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users

-- 
Alan Boudreault
Mapgears
http://www.mapgears.com
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


RE: [mapserver-users] MapServer 6.0.0-beta4 release

2011-03-31 Thread Peter Hopfgartner
Packages for RHEL/CentOS/Scientific Linux 5 and as src.rpm:

http://www.r3-gis.com/upload/mapserver-6.0.0beta4-1.0.el5.src.rpm
http://www.r3-gis.com/upload/mapserver-6.0.0beta4-1.0.el5.x86_64.rpm
http://www.r3-gis.com/upload/php-mapserver-6.0.0beta4-1.0.el5.x86_64.rpm
http://www.r3-gis.com/upload/php-mapserver-proj-6.0.0beta4-1.0.el5.x86_64.rpm
http://www.r3-gis.com/upload/mapserver-perl-6.0.0beta4-1.0.el5.x86_64.rpm
http://www.r3-gis.com/upload/mapserver-python-6.0.0beta4-1.0.el5.x86_64.rpm
http://www.r3-gis.com/upload/mapserver-java-6.0.0beta4-1.0.el5.x86_64.rpm
http://www.r3-gis.com/upload/mapserver-debuginfo-6.0.0beta4-1.0.el5.x86_64.rpm

These packages depend on http://wiki.osgeo.org/wiki/Enterprise_Linux_GIS and on 
the php53* packages, which might be found in 
http://dev.centos.org/centos/5/testing/x86_64/RPMS/php53/ , until CentOS 5.6 is
out.

In addition to the beta3 packages, KML support is enabled. beta3 packages were 
removed.

Peter
 
R3 GIS Srl - GmbH
http://www.r3-gis.com


Daniel Morissette  wrote
Subject: [mapserver-users] MapServer 6.0.0-beta4 release
Date: 31.03.2011 03:36

>The MapServer Team is pleased to announce the release of MapServer 
>6.0.0-beta4. This is the latest beta on our way to a final 6.0 release. 
>Once again this beta contains several important fixes and we encourage 
>you to test it and continue to provide feedback.
>
>The 6.0 release introduces important changes in key components of the 
>MapServer core (rendering, query and expressions), and for this reason 
>we count on you, MapServer power users, to help test the release in your 
>respective environments and provide feedback (through the users list or 
>Trac tickets).
>
>If all goes well, the plan is to have a final 6.0 release around the end 
>of April. The full release plan which also includes the list of new 
>features and changes in this release is available at:
>   http://mapserver.org/trunk/development/release/release-plan-6.0.html
>
>The list of fixes since beta1 is attached at the end of this message. 
>For a complete list see the HISTORY.TXT file at:
>
>
>http://trac.osgeo.org/mapserver/browser/tags/rel-6-0-0-beta4/mapserver/HISTORY.TXT
>
>We have started working on a 5.6 -> 6.0 migration guide. This document 
>contains important notes on backwards incompatibilities or other changes 
>required when upgrading to 6.0. It is not complete yet but we strongly 
>recommend that you review the latest version online at:
>
> http://mapserver.org/trunk/MIGRATION_GUIDE.html
>
>The source for this release can be downloaded at:
>
> http://mapserver.org/download.html
>or
> http://download.osgeo.org/mapserver/mapserver-6.0.0-beta4.tar.gz
>
>The binary distributions listed in the download page should be updated 
>with binaries for the new beta release in the next day or so.
>
>Once again we need your help to ensure a high quality product, so please 
>help out by testing your applications with this new code base.
>
>Thanks! - The MapServer Team
>
>
>Version 6.0.0-beta4 (2011-03-30)
>
>
>- Fix shp2img's -i flag to honour map level transparent, image quality
>and
>   interlace settings.
>
>- Make sure command-line programs use an exit status other than 0
>   when an error is encountered. (#3753)
>
>- Applied patch to filter unwanted fribidi characters (#3763)
>
>- Fixed lexer to set the proper state on URL variable substitutions
>
>- Fixed Memory leak in PostGIS driver (#3768)
>
>- Fixed PHP/MapScript symbol property setter method
>
>- fix memory leak in bar charts
>
>- fix some valgrind errors on agg rotated pixmap symbols
>
>- WCS 2.0: Adjusted definition of NilValues.
>
>- Fixed handling of PROJ_LIB value relative to mapfile path (#3094)
>
>- Fixed compilation error with opengl support (#3769)
>
>- add support for gml:Box for spatial filters (#3789)
>
>- fix query map generation error introduced in beta2 when output format
>   initialized was made as needed.
>
>- fix incorrect PATTERN behavior on agg lines (#3787)
>
>- report SOS DescribeObservationType in Capabilities (#3777)
>
>- Updated lexer to detect time attribute bindings (e.g. `[item]`) in
>logical
>   expressions
>
>- Fixed layer context expressions (REQUIRES/LABELREQUIRES) (#3737)
>
>- KML: Output ExtendedData (#3728)
>
>- Fixed OWS usage of multiple layers with same name (#3778)
>
>- WCS implementation should not lookup wms_* metadata (#3779)
>
>- WCS 2.0: Adjusted definition of rangeType.
>
>- Fixed OWS GetCapabilities to report only requests/operations that are
>   enabled.
>
>- WCS 2.0: Report only bands in the range subset.
>
>- OWS requests should be completely blocked by default (#3755)
>
>- SLD: check for limit on dash arrays (#3772)
>
>- WMS: Apply sld after bbox and srs have been parsed (#3765)
>
>
>___
>mapserver-users mailing list
>mapserver-users@lists.osgeo.org
>http://lists.osgeo.org/mailman/listinfo/mapserver-users
>

___

RE: [mapserver-users] MapServer 6.0.0-beta4 release

2011-03-31 Thread Peter Hopfgartner
I'm trying to build MapServer --with-xslt on CentOS 5, 64 bit and I'm not able 
to get the right argument for --with-xslt=

Looking at ./configure, around line 12710, the tests look like:

  test -f $XSLT_DIR/include/libxslt/xslt.h && XSLT_INCDIR="$XSLT_DIR/include"
  test -f $XSLT_DIR/lib/libxslt.so && XSLT_LIBDIR="$XSLT_DIR/lib"

Anyway, on a pure 64 bit machine, there won't be any lib/libxslt.so, but a 
lib64/libxslt.so. Indeed, changing this to lib64 it configures fine on my 
machine.

Peter
 
R3 GIS Srl - GmbH
http://www.r3-gis.com


Daniel Morissette  wrote
Subject: [mapserver-users] MapServer 6.0.0-beta4 release
Date: 31.03.2011 03:36

>The MapServer Team is pleased to announce the release of MapServer 
>6.0.0-beta4. This is the latest beta on our way to a final 6.0 release. 
>Once again this beta contains several important fixes and we encourage 
>you to test it and continue to provide feedback.
>
>The 6.0 release introduces important changes in key components of the 
>MapServer core (rendering, query and expressions), and for this reason 
>we count on you, MapServer power users, to help test the release in your 
>respective environments and provide feedback (through the users list or 
>Trac tickets).
>
>If all goes well, the plan is to have a final 6.0 release around the end 
>of April. The full release plan which also includes the list of new 
>features and changes in this release is available at:
>   http://mapserver.org/trunk/development/release/release-plan-6.0.html
>
>The list of fixes since beta1 is attached at the end of this message. 
>For a complete list see the HISTORY.TXT file at:
>
>
>http://trac.osgeo.org/mapserver/browser/tags/rel-6-0-0-beta4/mapserver/HISTORY.TXT
>
>We have started working on a 5.6 -> 6.0 migration guide. This document 
>contains important notes on backwards incompatibilities or other changes 
>required when upgrading to 6.0. It is not complete yet but we strongly 
>recommend that you review the latest version online at:
>
> http://mapserver.org/trunk/MIGRATION_GUIDE.html
>
>The source for this release can be downloaded at:
>
> http://mapserver.org/download.html
>or
> http://download.osgeo.org/mapserver/mapserver-6.0.0-beta4.tar.gz
>
>The binary distributions listed in the download page should be updated 
>with binaries for the new beta release in the next day or so.
>
>Once again we need your help to ensure a high quality product, so please 
>help out by testing your applications with this new code base.
>
>Thanks! - The MapServer Team
>
>
>Version 6.0.0-beta4 (2011-03-30)
>
>
>- Fix shp2img's -i flag to honour map level transparent, image quality
>and
>   interlace settings.
>
>- Make sure command-line programs use an exit status other than 0
>   when an error is encountered. (#3753)
>
>- Applied patch to filter unwanted fribidi characters (#3763)
>
>- Fixed lexer to set the proper state on URL variable substitutions
>
>- Fixed Memory leak in PostGIS driver (#3768)
>
>- Fixed PHP/MapScript symbol property setter method
>
>- fix memory leak in bar charts
>
>- fix some valgrind errors on agg rotated pixmap symbols
>
>- WCS 2.0: Adjusted definition of NilValues.
>
>- Fixed handling of PROJ_LIB value relative to mapfile path (#3094)
>
>- Fixed compilation error with opengl support (#3769)
>
>- add support for gml:Box for spatial filters (#3789)
>
>- fix query map generation error introduced in beta2 when output format
>   initialized was made as needed.
>
>- fix incorrect PATTERN behavior on agg lines (#3787)
>
>- report SOS DescribeObservationType in Capabilities (#3777)
>
>- Updated lexer to detect time attribute bindings (e.g. `[item]`) in
>logical
>   expressions
>
>- Fixed layer context expressions (REQUIRES/LABELREQUIRES) (#3737)
>
>- KML: Output ExtendedData (#3728)
>
>- Fixed OWS usage of multiple layers with same name (#3778)
>
>- WCS implementation should not lookup wms_* metadata (#3779)
>
>- WCS 2.0: Adjusted definition of rangeType.
>
>- Fixed OWS GetCapabilities to report only requests/operations that are
>   enabled.
>
>- WCS 2.0: Report only bands in the range subset.
>
>- OWS requests should be completely blocked by default (#3755)
>
>- SLD: check for limit on dash arrays (#3772)
>
>- WMS: Apply sld after bbox and srs have been parsed (#3765)
>
>
>___
>mapserver-users mailing list
>mapserver-users@lists.osgeo.org
>http://lists.osgeo.org/mailman/listinfo/mapserver-users
>

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users