From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8696 invoked by alias); 20 Apr 2016 08:49:40 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 8588 invoked by uid 89); 20 Apr 2016 08:49:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=Envelope, envelope, geometry, touches X-HELO: mail-qk0-f176.google.com Received: from mail-qk0-f176.google.com (HELO mail-qk0-f176.google.com) (209.85.220.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 20 Apr 2016 08:49:28 +0000 Received: by mail-qk0-f176.google.com with SMTP id r184so12215122qkc.1 for ; Wed, 20 Apr 2016 01:49:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=lqqVVcUfgu9hKdIgGsmBCJFMbxCfSLAz+P+W6ifT0+8=; b=X1iecfohhATPaMZVqlGqOipK4kOM2gFdVFOJ5MZt+s+MYgQSCvdO46NlkSO3NB/Q/L K7BWjgm8SKyu6S/DuiQiqtmDvhiPEuyZ3rozVCpDzKLl2IfY3bIJ4iBvP1jaVIhlCn16 vNqeG22NRiAo2LF3UDH0Tx7qpXW+2z1HI3042gbi3pGdI+0nh0RK9JPYsBQQveleq5iu 6etnhlTReM5cN45qcr3YZDCxiY1yehBWDight69jlKCBxM30wQFy9hEaVzG6J2DV4zIc 2Dr45iFn+h6ixPm9LtPN5EF0Bc1RVRNzB2cZ/thVjX4Pw0UZcKFEEM2tAcILisWM3hg0 5M0w== X-Gm-Message-State: AOPr4FU8d9LBGVAGQS/wccuL5n9HkcdDmUDFYYaM/TOC5gDREeblSmWC4gQ2kNeUkTsFCw== X-Received: by 10.55.162.82 with SMTP id l79mr9586799qke.5.1461142166790; Wed, 20 Apr 2016 01:49:26 -0700 (PDT) Received: from [172.21.188.188] ([149.6.156.42]) by smtp.googlemail.com with ESMTPSA id y200sm30905839qka.48.2016.04.20.01.49.25 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 20 Apr 2016 01:49:26 -0700 (PDT) From: Marco Atzeri Subject: [ITP] geos-3.5.0 To: cygwin-apps@cygwin.com Message-ID: Date: Wed, 20 Apr 2016 08:49:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00029.txt.bz2 Already present in most of the distributions --------------------------------------------------------------------- GEOS (Geometry Engine - Open Source) is a C++ port of the ​Java Topology Suite (JTS). As such, it aims to contain the complete functionality of JTS in C++. This includes all the ​OpenGIS Simple Features for SQL spatial predicate functions and spatial operators, as well as specific JTS enhanced topology functions. Geometries: Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, GeometryCollection Predicates: Intersects, Touches, Disjoint, Crosses, Within, Contains, Overlaps, Equals, Covers Operations: Union, Distance, Intersection, Symmetric Difference, Convex Hull, Envelope, Buffer, Simplify, Polygon Assembly, Valid, Area, Length, Prepared geometries (pre-spatially indexed) STR spatial index OGC Well Known Text (WKT) and Well Known Binary (WKB) encoders and decoders. C and C++ API (C API gives long term ABI stability) Thread safe (using the reentrant API) ------------------------------------------------------------------------ Homepage https://trac.osgeo.org/geos/ to download (remove the index.html's) : wget -r -np -nH --cut-dirs=0 \ http://matzeri.altervista.org/x86/geos/index.html wget -r -np -nH --cut-dirs=0 \ http://matzeri.altervista.org/x86_64/geos/index.html find x86 x86_64 -name index.html -o -name md5.sum | xargs rm