From owner-svn-ports-all@freebsd.org Tue Sep 26 19:13:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B78A5E163D0; Tue, 26 Sep 2017 19:13:51 +0000 (UTC) (envelope-from girgen@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 mx1.freebsd.org (Postfix) with ESMTPS id 8373D72392; Tue, 26 Sep 2017 19:13:51 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QJDosY005553; Tue, 26 Sep 2017 19:13:50 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QJDnij005546; Tue, 26 Sep 2017 19:13:49 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201709261913.v8QJDnij005546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Tue, 26 Sep 2017 19:13:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450694 - in head: archivers archivers/lazperf archivers/lazperf/files databases X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: in head: archivers archivers/lazperf archivers/lazperf/files databases X-SVN-Commit-Revision: 450694 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Sep 2017 19:13:51 -0000 Author: girgen Date: Tue Sep 26 19:13:49 2017 New Revision: 450694 URL: https://svnweb.freebsd.org/changeset/ports/450694 Log: Add lazperf to the ports tree and reenable databases/pointcloud PR: 221577 Added: head/archivers/lazperf/ head/archivers/lazperf/Makefile (contents, props changed) head/archivers/lazperf/distinfo (contents, props changed) head/archivers/lazperf/files/ head/archivers/lazperf/files/patch-laz-perf_portable__endian.hpp (contents, props changed) head/archivers/lazperf/pkg-descr (contents, props changed) head/archivers/lazperf/pkg-plist (contents, props changed) Modified: head/archivers/Makefile head/databases/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Tue Sep 26 18:39:12 2017 (r450693) +++ head/archivers/Makefile Tue Sep 26 19:13:49 2017 (r450694) @@ -54,6 +54,7 @@ SUBDIR += kf5-karchive SUBDIR += kzip SUBDIR += laszip + SUBDIR += lazperf SUBDIR += lbrate SUBDIR += lbzip2 SUBDIR += lcab Added: head/archivers/lazperf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/lazperf/Makefile Tue Sep 26 19:13:49 2017 (r450694) @@ -0,0 +1,23 @@ +# Created by: lbartoletti +# $FreeBSD$ + +PORTNAME= lazperf +PORTVERSION= 1.1.0 +CATEGORIES= archivers databases geography + +MAINTAINER= lbartoletti@tuxfamily.org +COMMENT= Alternative LAZ implementation for C++ and JavaScript + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cmake +CMAKE_ARGS+= -DWITH_TESTS:BOOL=FALSE + +USE_GITHUB= yes +GH_ACCOUNT= hobu +GH_PROJECT= laz-perf + +post-build: + ${RM} ${WRKSRC}/laz-perf/portable_endian.hpp.orig +.include Added: head/archivers/lazperf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/lazperf/distinfo Tue Sep 26 19:13:49 2017 (r450694) @@ -0,0 +1,3 @@ +TIMESTAMP = 1502918669 +SHA256 (hobu-laz-perf-1.1.0_GH0.tar.gz) = 5413bb3e727d8b7155900f35b8f5e487eee418957d251fb3799d2cd3e17b2158 +SIZE (hobu-laz-perf-1.1.0_GH0.tar.gz) = 4025260 Added: head/archivers/lazperf/files/patch-laz-perf_portable__endian.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/lazperf/files/patch-laz-perf_portable__endian.hpp Tue Sep 26 19:13:49 2017 (r450694) @@ -0,0 +1,16 @@ +--- laz-perf/portable_endian.hpp.orig 2017-08-16 21:27:03 UTC ++++ laz-perf/portable_endian.hpp +@@ -41,11 +41,11 @@ + # define __PDP_ENDIAN PDP_ENDIAN + **/ + +-#elif defined(__OpenBSD__) || defined(EMSCRIPTEN_OPEN_BSD) ++#elif defined(__OpenBSD__) || defined(__FreeBSD__) || defined(EMSCRIPTEN_OPEN_BSD) + + # include + +-#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(EMSCRIPTEN_BSD) ++#elif defined(__NetBSD__) || defined(__DragonFly__) || defined(EMSCRIPTEN_BSD) + + # include + Added: head/archivers/lazperf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/lazperf/pkg-descr Tue Sep 26 19:13:49 2017 (r450694) @@ -0,0 +1,5 @@ +Alternative LAZ implementation. It supports compilation and usage in JavaScript, + usage in database contexts such as pgpointcloud and Oracle Point Cloud, and it +executes faster than the LASzip codebase. + +WWW: https://github.com/hobu/laz-perf Added: head/archivers/lazperf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/lazperf/pkg-plist Tue Sep 26 19:13:49 2017 (r450694) @@ -0,0 +1,22 @@ +include/laz-perf/common/common.hpp +include/laz-perf/common/types.hpp +include/laz-perf/compressor.hpp +include/laz-perf/decoder.hpp +include/laz-perf/decompressor.hpp +include/laz-perf/detail/field_gpstime.hpp +include/laz-perf/detail/field_point10.hpp +include/laz-perf/detail/field_rgb.hpp +include/laz-perf/detail/field_xyz.hpp +include/laz-perf/encoder.hpp +include/laz-perf/excepts.hpp +include/laz-perf/factory.hpp +include/laz-perf/formats.hpp +include/laz-perf/io.hpp +include/laz-perf/las.hpp +include/laz-perf/main.cpp +include/laz-perf/model.hpp +include/laz-perf/portable_endian.hpp +include/laz-perf/streams.hpp +include/laz-perf/util.hpp +lib/cmake/lazperf/lazperf-config.cmake +lib/cmake/lazperf/lazperf-configVersion.cmake Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Sep 26 18:39:12 2017 (r450693) +++ head/databases/Makefile Tue Sep 26 19:13:49 2017 (r450694) @@ -660,6 +660,7 @@ SUBDIR += phppgadmin SUBDIR += pldebugger SUBDIR += plpgsql_check + SUBDIR += pointcloud SUBDIR += postgis-jdbc SUBDIR += postgis20 SUBDIR += postgis21