[62643] trunk/dports/science/geos/Portfile

nox at macports.org nox at macports.org
Wed Jan 13 04:55:47 PST 2010


Revision: 62643
          http://trac.macports.org/changeset/62643
Author:   nox at macports.org
Date:     2010-01-13 04:55:44 -0800 (Wed, 13 Jan 2010)
Log Message:
-----------
Update geos to 3.2.0 (#21362, #23207)

>From NEWS:

> Changes in 3.2.0
>
> - Add Single-sided buffer operation
> - JTS-1.10 sync ...
>   - Drastically improved Buffer speed (20x for a case in testsuite)
>   - Improved EdgeList duplicate edge finding
>   - Added algorithm::distance package
>   - Added algorithm::Angle class
>   - Added algorithm::BoundaryNodeRule class
>   - IsSimpleOp can now return non-simple location coordinate
>   - DistanceOp can now check for 'within distance' predicate
>     (earlier exit)
>   - MultiPolygon::getBoundary always return MultiLineString, also
>     when the result is the EMPTY geometry.
> - Various bug and leak fixes, optimizations
> - Replace MarkupSTL with tinyXML

Modified Paths:
--------------
    trunk/dports/science/geos/Portfile

Modified: trunk/dports/science/geos/Portfile
===================================================================
--- trunk/dports/science/geos/Portfile	2010-01-13 08:54:30 UTC (rev 62642)
+++ trunk/dports/science/geos/Portfile	2010-01-13 12:55:44 UTC (rev 62643)
@@ -3,7 +3,8 @@
 PortSystem       1.0
 
 name             geos
-version          3.1.1
+version          3.2.0
+license          LGPL-2.1
 categories       science
 platforms        darwin
 maintainers      gaige.net:opendarwin
@@ -18,10 +19,17 @@
 master_sites     http://download.osgeo.org/geos/
 use_bzip2        yes
 
-checksums        md5 196f4424aa4ef94476e6886d3a964fb6 \
-                 sha1 cafb76a3e5fbcd7d9588d3fdcec8fa4fcd8b9fa4 \
-                 rmd160 a3254a7a8cdfccaefaa2f438577f4ebd0c8929ac
+checksums        md5     bfad7129680f0107b6ca9a2b92a2c440 \
+                 sha1    e6925763fb06fa6a7f358ede49bb89f96535b3ef \
+                 rmd160  cdbd10d524164cd11b73a3af39ce15d021dfcaef
 
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README \
+        TODO ${destroot}${docdir}
+}
+
 test.run         yes
 test.cmd         make
 test.target      check
@@ -30,4 +38,4 @@
 
 livecheck.type   regex
 livecheck.url    ${homepage}
-livecheck.regex  {geos-(\d+(?:\.\d+)*).tar.bz2}
+livecheck.regex  {geos-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100113/bfbf8e86/attachment-0001.html>


More information about the macports-changes mailing list