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:   markd
Date:           Thu Mar 14 19:24:15 UTC 2024

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/immer: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
immer: add version 0.8.1

immer is a library of persistent and immutable data structures
written in C++.  These enable whole new kinds of architectures for
interactive and concurrent programs of striking simplicity,
correctness, and performance.


To generate a diff of this commit:
cvs rdiff -u -r1.4193 -r1.4194 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/immer/DESCR pkgsrc/devel/immer/Makefile \
    pkgsrc/devel/immer/PLIST pkgsrc/devel/immer/buildlink3.mk \
    pkgsrc/devel/immer/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.4193 pkgsrc/devel/Makefile:1.4194
--- pkgsrc/devel/Makefile:1.4193        Thu Mar 14 19:20:29 2024
+++ pkgsrc/devel/Makefile       Thu Mar 14 19:24:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4193 2024/03/14 19:20:29 markd Exp $
+# $NetBSD: Makefile,v 1.4194 2024/03/14 19:24:15 markd Exp $
 #
 
 COMMENT=       Development utilities
@@ -805,6 +805,7 @@ SUBDIR+=    icestorm
 SUBDIR+=       idiff
 SUBDIR+=       idutils
 SUBDIR+=       imake
+SUBDIR+=       immer
 SUBDIR+=       include-what-you-use
 SUBDIR+=       iniparser
 SUBDIR+=       intel2gas

Added files:

Index: pkgsrc/devel/immer/DESCR
diff -u /dev/null pkgsrc/devel/immer/DESCR:1.1
--- /dev/null   Thu Mar 14 19:24:15 2024
+++ pkgsrc/devel/immer/DESCR    Thu Mar 14 19:24:15 2024
@@ -0,0 +1,4 @@
+immer is a library of persistent and immutable data structures
+written in C++.  These enable whole new kinds of architectures for
+interactive and concurrent programs of striking simplicity,
+correctness, and performance.
Index: pkgsrc/devel/immer/Makefile
diff -u /dev/null pkgsrc/devel/immer/Makefile:1.1
--- /dev/null   Thu Mar 14 19:24:15 2024
+++ pkgsrc/devel/immer/Makefile Thu Mar 14 19:24:15 2024
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2024/03/14 19:24:15 markd Exp $
+
+DISTNAME=      immer-0.8.1
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=arximboldi/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://sinusoid.es/immer
+COMMENT=       Postmodern immutable and persistent data structures for C++
+LICENSE=       boost-license
+
+USE_LANGUAGES= c c++
+USE_TOOLS+=    pkg-config
+
+.include "../../devel/boehm-gc/buildlink3.mk"
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/immer/PLIST
diff -u /dev/null pkgsrc/devel/immer/PLIST:1.1
--- /dev/null   Thu Mar 14 19:24:15 2024
+++ pkgsrc/devel/immer/PLIST    Thu Mar 14 19:24:15 2024
@@ -0,0 +1,64 @@
+@comment $NetBSD: PLIST,v 1.1 2024/03/14 19:24:15 markd Exp $
+include/immer/algorithm.hpp
+include/immer/array.hpp
+include/immer/array_transient.hpp
+include/immer/atom.hpp
+include/immer/box.hpp
+include/immer/config.hpp
+include/immer/detail/arrays/no_capacity.hpp
+include/immer/detail/arrays/node.hpp
+include/immer/detail/arrays/with_capacity.hpp
+include/immer/detail/combine_standard_layout.hpp
+include/immer/detail/hamts/bits.hpp
+include/immer/detail/hamts/champ.hpp
+include/immer/detail/hamts/champ_iterator.hpp
+include/immer/detail/hamts/node.hpp
+include/immer/detail/iterator_facade.hpp
+include/immer/detail/rbts/bits.hpp
+include/immer/detail/rbts/node.hpp
+include/immer/detail/rbts/operations.hpp
+include/immer/detail/rbts/position.hpp
+include/immer/detail/rbts/rbtree.hpp
+include/immer/detail/rbts/rbtree_iterator.hpp
+include/immer/detail/rbts/rrbtree.hpp
+include/immer/detail/rbts/rrbtree_iterator.hpp
+include/immer/detail/rbts/visitor.hpp
+include/immer/detail/ref_count_base.hpp
+include/immer/detail/type_traits.hpp
+include/immer/detail/util.hpp
+include/immer/experimental/detail/dvektor_impl.hpp
+include/immer/experimental/dvektor.hpp
+include/immer/flex_vector.hpp
+include/immer/flex_vector_transient.hpp
+include/immer/heap/cpp_heap.hpp
+include/immer/heap/debug_size_heap.hpp
+include/immer/heap/free_list_heap.hpp
+include/immer/heap/free_list_node.hpp
+include/immer/heap/gc_heap.hpp
+include/immer/heap/heap_policy.hpp
+include/immer/heap/identity_heap.hpp
+include/immer/heap/malloc_heap.hpp
+include/immer/heap/split_heap.hpp
+include/immer/heap/tags.hpp
+include/immer/heap/thread_local_free_list_heap.hpp
+include/immer/heap/unsafe_free_list_heap.hpp
+include/immer/heap/with_data.hpp
+include/immer/lock/no_lock_policy.hpp
+include/immer/lock/spinlock_policy.hpp
+include/immer/map.hpp
+include/immer/map_transient.hpp
+include/immer/memory_policy.hpp
+include/immer/refcount/enable_intrusive_ptr.hpp
+include/immer/refcount/no_refcount_policy.hpp
+include/immer/refcount/refcount_policy.hpp
+include/immer/refcount/unsafe_refcount_policy.hpp
+include/immer/set.hpp
+include/immer/set_transient.hpp
+include/immer/table.hpp
+include/immer/table_transient.hpp
+include/immer/transience/gc_transience_policy.hpp
+include/immer/transience/no_transience_policy.hpp
+include/immer/vector.hpp
+include/immer/vector_transient.hpp
+lib/cmake/Immer/ImmerConfig.cmake
+lib/cmake/Immer/ImmerConfigVersion.cmake
Index: pkgsrc/devel/immer/buildlink3.mk
diff -u /dev/null pkgsrc/devel/immer/buildlink3.mk:1.1
--- /dev/null   Thu Mar 14 19:24:15 2024
+++ pkgsrc/devel/immer/buildlink3.mk    Thu Mar 14 19:24:15 2024
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2024/03/14 19:24:15 markd Exp $
+
+BUILDLINK_TREE+=       immer
+
+.if !defined(IMMER_BUILDLINK3_MK)
+IMMER_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.immer+=  immer>=0.8.1
+BUILDLINK_DEPMETHOD.immer?=    build
+BUILDLINK_PKGSRCDIR.immer?=    ../../devel/immer
+
+.include "../../devel/boost-headers/buildlink3.mk"
+.endif # IMMER_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -immer
Index: pkgsrc/devel/immer/distinfo
diff -u /dev/null pkgsrc/devel/immer/distinfo:1.1
--- /dev/null   Thu Mar 14 19:24:15 2024
+++ pkgsrc/devel/immer/distinfo Thu Mar 14 19:24:15 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/03/14 19:24:15 markd Exp $
+
+BLAKE2s (immer-0.8.1.tar.gz) = 5cdaf62f133875a507d505d90150ca390e9b76e22bc4c31c1441bc9a629779dc
+SHA512 (immer-0.8.1.tar.gz) = 3a9aafeb5daad1881d00fb999b78f86b1c8f0e8ef2d6befe9025d8eea10392557ce7186f14878b36cbce0f2f5d38c8ffb39c9115a9496803acfc0ef2289f5cbf
+Size (immer-0.8.1.tar.gz) = 654638 bytes



Home | Main Index | Thread Index | Old Index