Bug 228659 - databases/pointcloud: update to 1.1.0
Summary: databases/pointcloud: update to 1.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2018-06-01 09:17 UTC by Loïc Bartoletti
Modified: 2018-06-01 22:16 UTC (History)
0 users

See Also:
lbartoletti: maintainer-feedback+


Attachments
pgpointcloud 1.1.0 (6.33 KB, patch)
2018-06-01 09:17 UTC, Loïc Bartoletti
lbartoletti: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2018-06-01 09:17:14 UTC
Created attachment 193890 [details]
pgpointcloud 1.1.0

Update pointcloud 1.0.1 to 1.1.0

Poudriere 10/11 i386/amd64 OK

Changelog
- New functions
 - PC_PCId(pcpoint|pcpatch)
 - PC_Get(pcpoint) returns float8[]
 - PC_Summary(pcpatch)
 - PC_Patch{Min,Max,Avg}(pcpatch) returns pcpoint (#77)
 - PC_Upgrade([<target_version>])
 - PC_Lib_Version(), PC_Script_Version() (#40)
 - PC_Sort(pcpatch,text[]) (#106)
 - PC_IsSorted(pcpatch,text[],boolean) (#106)
 - PC_Range(pcpatch, int, int) returns pcpatch (#152)
 - PC_BoundingDiagonalAsBinary(pcpatch) and PC_BoundingDiagonalGeometry(pcpach) (#158)
 - PC_SetPCId(pcpatch, int, float8 default 0.0) (#163)
 - PC_Transform(pcpatch, int, float8 default 0.0) (#165)
 - PC_Full_Version() (#201)

- Enhancements
 - Support sigbits encoding for 64bit integers (#61)
 - Warn about truncated values (#68)
 - Warn about script/lib version mismatch (#40)
 - Compatibility with PostgreSQL 9.5 (#90)
- Support LAZ compression for PcPatch (#105)

Port change:
remove CMake for autotools
remove patches and create a new patch for description missing in some AC_DEFINE
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-06-01 22:16:11 UTC
A commit references this bug:

Author: swills
Date: Fri Jun  1 22:15:32 UTC 2018
New revision: 471299
URL: https://svnweb.freebsd.org/changeset/ports/471299

Log:
  databases/pointcloud: update to 1.1.0

  PR:		228659
  Submitted by:	lbartoletti@tuxfamily.org (maintainer)

Changes:
  head/databases/pointcloud/Makefile
  head/databases/pointcloud/distinfo
  head/databases/pointcloud/files/patch-CMakeLists.txt
  head/databases/pointcloud/files/patch-configure.ac
  head/databases/pointcloud/files/patch-pgsql_pc__access.c
  head/databases/pointcloud/pkg-plist
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-06-01 22:16:39 UTC
Committed, thanks!