openlayers-js stable port information

Package: openlayers-js
Version: 2.8
Revision: 1
Homepage: http://openlayers.org/
Maintainer: Kurt Schwehr

Replaces: openlayers
Conflicts: openlayers

Source: http://openlayers.org/download/OpenLayers-%v.tar.gz
Source-MD5: 660e279a00efaa6d058f5570425507fd

CompileScript: echo "Nothing to compile"

InstallScript: <<
#!/bin/bash -ev
mkdir -p %i/lib/javascript/openlayers
cp -rp OpenLayers.js img theme %i/lib/javascript/openlayers/

# FIX: Remove this down the road... only here for backward compat in 10.4/10.5
mkdir %i/share
pushd %i/share
ln -s ../lib/javascript/openlayers .
popd

mkdir -p %i/share/doc/%n
cp -r doc/* %i/share/doc/%n/
cp -r examples %i/share/doc/%n/

rm tools/BeautifulSoup.py # provided in a fink package

# Don't actually need lib
#cp -rp art lib tools %i/share/doc/%n/
cp -rp art tools %i/share/doc/%n/
<<

DescUsage: <<

Put a link between %p/share/%n and where you want openlayers to
appear on your web server.

FIX: write a better usage example
<<

DocFiles: news.txt readme.txt release-license.txt repository-license.txt
License: BSD
DescDetail: <<

OpenLayers makes it easy to put a dynamic map in any web page. It can
display map tiles and markers loaded from any source. MetaCarta
developed the initial version of OpenLayers and gave it to the public
to further the use of geographic information of all kinds. OpenLayers
is completely free, Open Source JavaScript, released under the BSD
License.

OpenLayers is a pure JavaScript library for displaying map data in
most modern web browsers, with no server-side dependencies. OpenLayers
implements a (still-developing) JavaScript API for building rich
web-based geographic applications, similar to the Google Maps and MSN
Virtual Earth APIs, with one important difference -- OpenLayers is
Free Software, developed for and by the Open Source software
community.

Furthermore, OpenLayers implements industry-standard methods for
geographic data access, such as the OpenGIS Consortium's Web Mapping
Service (WMS) and Web Feature Service (WFS) protocols. Under the hood,
OpenLayers is written in object-oriented JavaScript, using components
from Prototype.js and the Rico library. The OpenLayers code base
already has hundreds of unit tests, via the Test.AnotherWay framework.

As a framework, OpenLayers is intended to separate map tools from map
data so that all the tools can operate on all the data sources. This
separation breaks the proprietary silos that earlier GIS revolutions
have taught civilization to avoid. The mapping revolution on the
public Web should benefit from the experience of history.

<<

Description: Dynamic maps using javascript