Bug 237941 - [NEW PORT] devel/robin-map: Hash map and hash set library
Summary: [NEW PORT] devel/robin-map: Hash map and hash set library
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: Rodrigo Osorio
URL:
Keywords: feature, needs-qa
Depends on:
Blocks: 239587
  Show dependency treegraph
 
Reported: 2019-05-17 08:50 UTC by Shane
Modified: 2019-08-12 14:32 UTC (History)
1 user (show)

See Also:


Attachments
new port devel/robin-map (1.76 KB, text/plain)
2019-05-17 08:50 UTC, Shane
FreeBSD: maintainer-approval+
Details

Note You need to log in before you can comment on or make changes to this bug.
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