From owner-svn-ports-head@freebsd.org Sat Sep 12 12:07:01 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9A7983D5CA5; Sat, 12 Sep 2020 12:07:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BpWZY3TT9z3Yn1; Sat, 12 Sep 2020 12:07:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 575C414D28; Sat, 12 Sep 2020 12:07:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08CC71og098794; Sat, 12 Sep 2020 12:07:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08CC7034098782; Sat, 12 Sep 2020 12:07:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202009121207.08CC7034098782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 12 Sep 2020 12:07:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548310 - in head/graphics: . h3 h3/files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/graphics: . h3 h3/files X-SVN-Commit-Revision: 548310 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2020 12:07:01 -0000 Author: sunpoet Date: Sat Sep 12 12:06:59 2020 New Revision: 548310 URL: https://svnweb.freebsd.org/changeset/ports/548310 Log: Add h3 3.6.4 H3 is a geospatial indexing system using a hexagonal grid that can be (approximately) subdivided into finer and finer hexagonal grids, combining the benefits of a hexagonal grid with S2's hierarchical subdivisions. WWW: https://github.com/uber/h3 Added: head/graphics/h3/ head/graphics/h3/Makefile (contents, props changed) head/graphics/h3/distinfo (contents, props changed) head/graphics/h3/files/ head/graphics/h3/files/patch-CMakeLists.txt (contents, props changed) head/graphics/h3/pkg-descr (contents, props changed) head/graphics/h3/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Sep 12 11:46:12 2020 (r548309) +++ head/graphics/Makefile Sat Sep 12 12:06:59 2020 (r548310) @@ -327,6 +327,7 @@ SUBDIR += guile-cairo SUBDIR += guilib SUBDIR += gwenview + SUBDIR += h3 SUBDIR += hdr_tools SUBDIR += heimer SUBDIR += hiptext Added: head/graphics/h3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/h3/Makefile Sat Sep 12 12:06:59 2020 (r548310) @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= h3 +PORTVERSION= 3.6.4 +DISTVERSIONPREFIX= v +CATEGORIES= graphics + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Hexagonal hierarchical geospatial indexing system + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake + +CMAKE_ON= BUILD_SHARED_LIBS +USE_CSTD= c99 + +USE_GITHUB= yes +GH_ACCOUNT= uber + +.include Added: head/graphics/h3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/h3/distinfo Sat Sep 12 12:06:59 2020 (r548310) @@ -0,0 +1,3 @@ +TIMESTAMP = 1599729117 +SHA256 (uber-h3-v3.6.4_GH0.tar.gz) = b80c2eee2b3e645de77893e27ca149e63d3bb6bf95d33e3a384e3f390e2681bb +SIZE (uber-h3-v3.6.4_GH0.tar.gz) = 17297475 Added: head/graphics/h3/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/h3/files/patch-CMakeLists.txt Sat Sep 12 12:06:59 2020 (r548310) @@ -0,0 +1,30 @@ +--- CMakeLists.txt.orig 2020-06-20 00:40:07 UTC ++++ CMakeLists.txt +@@ -274,27 +274,6 @@ elseif(NOT CLANG_TIDY_PATH) + "so source code linting is disabled") + endif() + +-# Docs +-find_package(Doxygen) +-option(ENABLE_DOCS "Enable building documentation." ON) +-if(DOXYGEN_FOUND AND ENABLE_DOCS) +- set_property(DIRECTORY APPEND PROPERTY ADDITIONAL_MAKE_CLEAN_FILES "${CMAKE_CURRENT_BINARY_DIR}/dev-docs/_build") +- configure_file(dev-docs/Doxyfile.in +- dev-docs/Doxyfile +- ESCAPE_QUOTES +- ) +- add_custom_target(docs +- ALL +- ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/dev-docs/Doxyfile +- WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/dev-docs +- COMMENT "Generating API documentation with Doxygen" VERBATIM +- ) +-else() +- add_custom_target(docs +- echo "Doxygen was not installed when CMake was run or ENABLE_DOCS was OFF. Check that Doxygen is installed and rerun `cmake .`" VERBATIM +- ) +-endif() +- + # Metadata for bindings + if (WIN32) + add_custom_target(binding-functions Added: head/graphics/h3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/h3/pkg-descr Sat Sep 12 12:06:59 2020 (r548310) @@ -0,0 +1,5 @@ +H3 is a geospatial indexing system using a hexagonal grid that can be +(approximately) subdivided into finer and finer hexagonal grids, combining the +benefits of a hexagonal grid with S2's hierarchical subdivisions. + +WWW: https://github.com/uber/h3 Added: head/graphics/h3/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/h3/pkg-plist Sat Sep 12 12:06:59 2020 (r548310) @@ -0,0 +1,18 @@ +bin/geoToH3 +bin/h3ToComponents +bin/h3ToGeo +bin/h3ToGeoBoundary +bin/h3ToGeoBoundaryHier +bin/h3ToGeoHier +bin/h3ToHier +bin/h3ToLocalIj +bin/hexRange +bin/kRing +bin/localIjToH3 +include/h3/h3api.h +lib/cmake/h3/h3Config.cmake +lib/cmake/h3/h3ConfigVersion.cmake +lib/cmake/h3/h3Targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/h3/h3Targets.cmake +lib/libh3.so +lib/libh3.so.1