Bug 237941

Summary: [NEW PORT] devel/robin-map: Hash map and hash set library
Product: Ports & Packages Reporter: Shane <FreeBSD>
Component: Individual Port(s)Assignee: Rodrigo Osorio <rodrigo>
Status: Closed FIXED    
Severity: Affects Only Me CC: rodrigo
Priority: --- Keywords: feature, needs-qa
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 239587    
Attachments:
Description Flags
new port devel/robin-map FreeBSD: maintainer-approval+

Description Shane 2019-05-17 08:50:22 UTC
Created attachment 204417 [details]
new port devel/robin-map

New port to install C++ header files from the robin-map project.

New versions of graphics/openimageio want to download this during build, choosing to share it as a new port rather than setup multiple github fetches.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2019-05-17 09:52:37 UTC
maintainer-feedback not required unless set to ? first.
Comment 2 Rodrigo Osorio freebsd_committer freebsd_triage 2019-08-12 14:32:19 UTC
A commit references this bug:

Author: rodrigo
Date: Mon Aug 12 13:14:48 UTC 2019
New revision: 508732
URL: https://svnweb.freebsd.org/changeset/ports/508732

Log:
  Add new port devel/robin-map, a hash map and hash set library

  C++ implementation of a fast hash map and hash set using
  open-addressing and linear robin hood hashing with backward
  shift deletion to resolve collisions.

  https://github.com/Tessil/robin-map

  Required to update graphics/openimageio (PR 239587)

  PR:		237941
  Submitted by:	Shane <FreeBSD@ShaneWare.Biz>

Changes:
  head/devel/Makefile
  head/devel/robin-map/
  head/devel/robin-map/Makefile
  head/devel/robin-map/distinfo
  head/devel/robin-map/pkg-descr