pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: nia
Date: Mon Jan 18 12:01:11 UTC 2021
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/robin-map: DESCR Makefile PLIST buildlink3.mk distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3316 -r1.3317 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/robin-map/DESCR \
pkgsrc/devel/robin-map/Makefile pkgsrc/devel/robin-map/PLIST \
pkgsrc/devel/robin-map/buildlink3.mk pkgsrc/devel/robin-map/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3316 pkgsrc/devel/Makefile:1.3317
--- pkgsrc/devel/Makefile:1.3316 Sat Jan 16 19:11:04 2021
+++ pkgsrc/devel/Makefile Mon Jan 18 12:01:10 2021
@@ -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+= reftools
SUBDIR+= remake
SUBDIR+= reposurgeon
SUBDIR+= rgbds
+SUBDIR+= robin-map
SUBDIR+= ropper
SUBDIR+= roundup
SUBDIR+= rox-lib
Added files:
Index: pkgsrc/devel/robin-map/DESCR
diff -u /dev/null pkgsrc/devel/robin-map/DESCR:1.1
--- /dev/null Mon Jan 18 12:01:11 2021
+++ pkgsrc/devel/robin-map/DESCR Mon Jan 18 12:01:10 2021
@@ -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.
Index: pkgsrc/devel/robin-map/Makefile
diff -u /dev/null pkgsrc/devel/robin-map/Makefile:1.1
--- /dev/null Mon Jan 18 12:01:11 2021
+++ pkgsrc/devel/robin-map/Makefile Mon Jan 18 12:01:10 2021
@@ -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"
Index: pkgsrc/devel/robin-map/PLIST
diff -u /dev/null pkgsrc/devel/robin-map/PLIST:1.1
--- /dev/null Mon Jan 18 12:01:11 2021
+++ pkgsrc/devel/robin-map/PLIST Mon Jan 18 12:01:10 2021
@@ -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
Index: pkgsrc/devel/robin-map/buildlink3.mk
diff -u /dev/null pkgsrc/devel/robin-map/buildlink3.mk:1.1
--- /dev/null Mon Jan 18 12:01:11 2021
+++ pkgsrc/devel/robin-map/buildlink3.mk Mon Jan 18 12:01:10 2021
@@ -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
Index: pkgsrc/devel/robin-map/distinfo
diff -u /dev/null pkgsrc/devel/robin-map/distinfo:1.1
--- /dev/null Mon Jan 18 12:01:11 2021
+++ pkgsrc/devel/robin-map/distinfo Mon Jan 18 12:01:10 2021
@@ -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