[35864] trunk/dports/python

mcalhoun at macports.org mcalhoun at macports.org
Tue Apr 8 23:42:40 PDT 2008


Revision: 35864
          http://trac.macosforge.org/projects/macports/changeset/35864
Author:   mcalhoun at macports.org
Date:     2008-04-08 23:42:39 -0700 (Tue, 08 Apr 2008)

Log Message:
-----------
py25-quadtree: Commit new port.

Added Paths:
-----------
    trunk/dports/python/py25-quadtree/
    trunk/dports/python/py25-quadtree/Portfile

Added: trunk/dports/python/py25-quadtree/Portfile
===================================================================
--- trunk/dports/python/py25-quadtree/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-quadtree/Portfile	2008-04-09 06:42:39 UTC (rev 35864)
@@ -0,0 +1,41 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name            py25-quadtree
+version         0.1.2
+categories      python
+platforms       darwin
+maintainers     mcalhoun
+description     Quadtree
+long_description \
+    Quadtree: \
+    Whether for PCL in-memory feature stores, Plone content, or whatever \
+    -- we need a simple spatial index to speed up retrieval of objects \
+    that intersect with a given bounding box. \
+    The simplest, most tried-and-true, open source spatial index is \
+    shapelib's (http://shapelib.maptools.org) quadtree. It's been \
+    improving the performance of MapServer applications for years. The \
+    quadtree itself is completely separable from any shapefile. We can use \
+    it with arbitrary Python object collections.
+
+homepage        http://trac.gispython.org/projects/PCL/wiki/QuadTree
+master_sites    http://pypi.python.org/packages/source/Q/Quadtree/
+distname        Quadtree-${version}
+checksums \
+    md5 2ace3a8077e4b456e74fc2be870c71f1 \
+    sha1 be2cdbe1322e381fd4f333d570462a3767bfeb7c \
+    rmd160 dd32d7bca2acbd3295a407a7d3f5e40c994821d3
+
+post-destroot {
+    xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
+	eval xinstall -m 644 ${worksrcpath}/PKG-INFO \
+        [glob ${worksrcpath}/*.txt] \
+        ${destroot}${prefix}/share/doc/${name}
+}
+
+livecheck.check regex
+livecheck.url "http://pypi.python.org/packages/source/Q/Quadtree/?C=M;O=D"
+livecheck.regex Quadtree-(\\d+(?:\\.\\d+)*)${extract.suffix}


Property changes on: trunk/dports/python/py25-quadtree/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080408/4dd34f5c/attachment-0001.html


More information about the macports-changes mailing list