Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18804/10.7/stable/main/finkinfo/libs

Added Files:
        libspatialindex3.info 
Log Message:
New upstream version

--- NEW FILE: libspatialindex3.info ---
Info2: <<

Package: libspatialindex3
BuildDependsOnly: True

Version: 1.8.0
Revision: 1
Description: Headers for Spatial Index
License: BSD
Homepage: http://libspatialindex.github.com
Maintainer: BABA Yoshihiko <babayoshih...@mac.com>
DescDetail: <<
The purpose of this library is to provide:
  1. An extensible framework that will support robust 
     spatial indexing methods.
  2. Support for sophisticated spatial queries. Range, 
     point location, nearest neighbor and k-nearest 
     neighbor as well as parametric queries (defined 
     by spatial constraints) should be easy to deploy 
     and run.
  3. Easy to use interfaces for inserting, deleting 
     and updating information.
  4. Wide variety of customization capabilities. Basic 
     index and storage characteristics like the page size, 
     node capacity, minimum fan-out, splitting algorithm, 
     etc. should be easy to customize.
  5. Index persistence. Internal memory and external 
  memory structures should be supported. Clustered and 
  non-clustered indices should be easy to be persisted.
<<

# Dependencies.
Depends: %n-shlibs
BuildDepends:

# Unpack Phase.
Source: http://download.osgeo.org/libspatialindex/spatialindex-src-%v.tar.gz
Source-MD5: aa78e2c641c472df257f49cd140669c4

# Compile Phase.
GCC: 4.0
CompileScript: <<
#!/bin/bash -ev
  ./configure %c
  make
<<
InstallScript: <<
#!/bin/bash -ev
  make install DESTDIR=%d
<<

SplitOff: <<
  Package: %N-shlibs
  Description: Libraries for Spatial Index
  Files: lib/*.3.dylib
  Shlibs: <<
    %p/lib/libspatialindex.3.dylib     4.0.0 %n (>= 1.8.0-1)
    %p/lib/libspatialindex_c.3.dylib   4.0.0 %n (>= 1.8.0-1)
  <<
<<

<<

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to