Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5757

Added Files:
        openlayers-js.info 
Removed Files:
        openlayers.info 
Log Message:
Renamed openlayers to be openlayers-js.  No other packages depend.
Moved openlayers to /sw/lib/javascript/openlayers and left a symlink 
   at /sw/share/openlayers.  Following ruby and python style for location
Dropped the lib subdir of openlayers, as this provides the one monster file
   version of openlayers.


--- NEW FILE: openlayers-js.info ---
Package: openlayers-js
Version: 2.7
Revision: 1
Homepage: http://openlayers.org/
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>

Replaces: openlayers
Conflicts: openlayers

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

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
--- openlayers.info DELETED ---


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to