pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel add devel/robin-map



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c5b3ba84536
branches:  trunk
changeset: 445214:9c5b3ba84536
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jan 18 12:01:10 2021 +0000

description:
add devel/robin-map

The robin-map library is a 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.

diffstat:

 devel/Makefile                |   3 ++-
 devel/robin-map/DESCR         |   3 +++
 devel/robin-map/Makefile      |  16 ++++++++++++++++
 devel/robin-map/PLIST         |   8 ++++++++
 devel/robin-map/buildlink3.mk |  13 +++++++++++++
 devel/robin-map/distinfo      |   6 ++++++
 6 files changed, 48 insertions(+), 1 deletions(-)

diffs (83 lines):

diff -r ffa78799fa18 -r 9c5b3ba84536 devel/Makefile
--- a/devel/Makefile    Mon Jan 18 11:41:16 2021 +0000
+++ b/devel/Makefile    Mon Jan 18 12:01:10 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3316 2021/01/16 19:11:04 riastradh Exp $
+# $NetBSD: Makefile,v 1.3317 2021/01/18 12:01:10 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -2722,6 +2722,7 @@
 SUBDIR+=       remake
 SUBDIR+=       reposurgeon
 SUBDIR+=       rgbds
+SUBDIR+=       robin-map
 SUBDIR+=       ropper
 SUBDIR+=       roundup
 SUBDIR+=       rox-lib
diff -r ffa78799fa18 -r 9c5b3ba84536 devel/robin-map/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/robin-map/DESCR     Mon Jan 18 12:01:10 2021 +0000
@@ -0,0 +1,3 @@
+The robin-map library is a 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.
diff -r ffa78799fa18 -r 9c5b3ba84536 devel/robin-map/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/robin-map/Makefile  Mon Jan 18 12:01:10 2021 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/01/18 12:01:10 nia Exp $
+
+DISTNAME=      robin-map-0.6.3
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=Tessil/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Tessil/robin-map
+COMMENT=       C++ implementation of a fast hash map and hash set
+LICENSE=       mit
+
+USE_CMAKE=     yes
+USE_LANGUAGES= c c++
+
+.include "../../mk/bsd.pkg.mk"
diff -r ffa78799fa18 -r 9c5b3ba84536 devel/robin-map/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/robin-map/PLIST     Mon Jan 18 12:01:10 2021 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2021/01/18 12:01:10 nia Exp $
+include/tsl/robin_growth_policy.h
+include/tsl/robin_hash.h
+include/tsl/robin_map.h
+include/tsl/robin_set.h
+share/cmake/tsl-robin-map/tsl-robin-mapConfig.cmake
+share/cmake/tsl-robin-map/tsl-robin-mapConfigVersion.cmake
+share/cmake/tsl-robin-map/tsl-robin-mapTargets.cmake
diff -r ffa78799fa18 -r 9c5b3ba84536 devel/robin-map/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/robin-map/buildlink3.mk     Mon Jan 18 12:01:10 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2021/01/18 12:01:10 nia Exp $
+
+BUILDLINK_TREE+=       robin-map
+
+.if !defined(ROBIN_MAP_BUILDLINK3_MK)
+ROBIN_MAP_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.robin-map+=      robin-map>=0.6.3
+BUILDLINK_PKGSRCDIR.robin-map?=                ../../devel/robin-map
+BUILDLINK_DEPMETHOD.robin-map?=                build
+.endif # ROBIN_MAP_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -robin-map
diff -r ffa78799fa18 -r 9c5b3ba84536 devel/robin-map/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/robin-map/distinfo  Mon Jan 18 12:01:10 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/18 12:01:10 nia Exp $
+
+SHA1 (robin-map-0.6.3.tar.gz) = d22eae761130b20beaae383bed60fdea97aaab04
+RMD160 (robin-map-0.6.3.tar.gz) = b3b4d2188e6ea12b7ebaf16d757bc4d6d51b9db6
+SHA512 (robin-map-0.6.3.tar.gz) = 485557f300d33bda62bb8accdf246819ee8ffe956bc022e7ddca54ff6ad1a9fdb8db8d80690add3ef238e834d1eb8e2905920cb0a0674e7df010f6946d01297b
+Size (robin-map-0.6.3.tar.gz) = 64506 bytes



Home | Main Index | Thread Index | Old Index