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:   adam
Date:           Mon Feb 10 10:49:53 UTC 2025

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

Log Message:
ade: added version 0.1.2e

ADE Framework is a graph construction, manipulation, and processing framework.
ADE Framework is suitable for organizing data flow processing and execution.


To generate a diff of this commit:
cvs rdiff -u -r1.4419 -r1.4420 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ade/DESCR pkgsrc/devel/ade/Makefile \
    pkgsrc/devel/ade/PLIST pkgsrc/devel/ade/buildlink3.mk \
    pkgsrc/devel/ade/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.4419 pkgsrc/devel/Makefile:1.4420
--- pkgsrc/devel/Makefile:1.4419        Sun Feb  9 14:17:33 2025
+++ pkgsrc/devel/Makefile       Mon Feb 10 10:49:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4419 2025/02/09 14:17:33 taca Exp $
+# $NetBSD: Makefile,v 1.4420 2025/02/10 10:49:53 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -124,6 +124,7 @@ SUBDIR+=    acme
 SUBDIR+=       acr
 SUBDIR+=       action-validator
 SUBDIR+=       acunia-jam
+SUBDIR+=       ade
 SUBDIR+=       adocman
 SUBDIR+=       aegis
 SUBDIR+=       afl

Added files:

Index: pkgsrc/devel/ade/DESCR
diff -u /dev/null pkgsrc/devel/ade/DESCR:1.1
--- /dev/null   Mon Feb 10 10:49:53 2025
+++ pkgsrc/devel/ade/DESCR      Mon Feb 10 10:49:53 2025
@@ -0,0 +1,2 @@
+ADE Framework is a graph construction, manipulation, and processing framework.
+ADE Framework is suitable for organizing data flow processing and execution.
Index: pkgsrc/devel/ade/Makefile
diff -u /dev/null pkgsrc/devel/ade/Makefile:1.1
--- /dev/null   Mon Feb 10 10:49:53 2025
+++ pkgsrc/devel/ade/Makefile   Mon Feb 10 10:49:53 2025
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2025/02/10 10:49:53 adam Exp $
+
+DISTNAME=      ade-0.1.2e
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=opencv/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/opencv/ade
+COMMENT=       Graph construction, manipulation, and processing framework
+LICENSE=       apache-2.0
+
+USE_CXX_FEATURES=      c++11
+USE_LANGUAGES=         c c++
+
+.include "../../devel/cmake/build.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ade/PLIST
diff -u /dev/null pkgsrc/devel/ade/PLIST:1.1
--- /dev/null   Mon Feb 10 10:49:53 2025
+++ pkgsrc/devel/ade/PLIST      Mon Feb 10 10:49:53 2025
@@ -0,0 +1,57 @@
+@comment $NetBSD: PLIST,v 1.1 2025/02/10 10:49:53 adam Exp $
+include/ade/communication/callback_connector.hpp
+include/ade/communication/comm_buffer.hpp
+include/ade/communication/comm_interface.hpp
+include/ade/edge.hpp
+include/ade/execution_engine/backend.hpp
+include/ade/execution_engine/executable.hpp
+include/ade/execution_engine/execution_engine.hpp
+include/ade/graph.hpp
+include/ade/graph_listener.hpp
+include/ade/handle.hpp
+include/ade/helpers/search.hpp
+include/ade/helpers/subgraphs.hpp
+include/ade/memory/alloc.hpp
+include/ade/memory/memory_access_listener.hpp
+include/ade/memory/memory_accessor.hpp
+include/ade/memory/memory_descriptor.hpp
+include/ade/memory/memory_descriptor_ref.hpp
+include/ade/memory/memory_descriptor_view.hpp
+include/ade/memory/memory_types.hpp
+include/ade/metatypes/metatypes.hpp
+include/ade/node.hpp
+include/ade/passes/check_cycles.hpp
+include/ade/passes/communications.hpp
+include/ade/passes/pass_base.hpp
+include/ade/passes/topological_sort.hpp
+include/ade/passmanager.hpp
+include/ade/typed_graph.hpp
+include/ade/typed_metadata.hpp
+include/ade/util/algorithm.hpp
+include/ade/util/assert.hpp
+include/ade/util/chain_range.hpp
+include/ade/util/checked_cast.hpp
+include/ade/util/container_helper.hpp
+include/ade/util/filter_range.hpp
+include/ade/util/func_ref.hpp
+include/ade/util/hash.hpp
+include/ade/util/intrusive_list.hpp
+include/ade/util/iota_range.hpp
+include/ade/util/map_range.hpp
+include/ade/util/math.hpp
+include/ade/util/md_cast.hpp
+include/ade/util/md_io.hpp
+include/ade/util/md_size.hpp
+include/ade/util/md_span.hpp
+include/ade/util/md_view.hpp
+include/ade/util/memory_range.hpp
+include/ade/util/range.hpp
+include/ade/util/range_iterator.hpp
+include/ade/util/tuple.hpp
+include/ade/util/type_traits.hpp
+include/ade/util/zip_range.hpp
+lib/libade.a
+share/ade/adeConfig.cmake
+share/ade/adeConfigVersion.cmake
+share/ade/adeTargets-noconfig.cmake
+share/ade/adeTargets.cmake
Index: pkgsrc/devel/ade/buildlink3.mk
diff -u /dev/null pkgsrc/devel/ade/buildlink3.mk:1.1
--- /dev/null   Mon Feb 10 10:49:53 2025
+++ pkgsrc/devel/ade/buildlink3.mk      Mon Feb 10 10:49:53 2025
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2025/02/10 10:49:53 adam Exp $
+
+BUILDLINK_TREE+=       ade
+
+.if !defined(ADE_BUILDLINK3_MK)
+ADE_BUILDLINK3_MK:=
+
+BUILDLINK_DEPMETHOD.ade?=      build
+
+BUILDLINK_API_DEPENDS.ade+=    ade>=0.1.2e
+BUILDLINK_PKGSRCDIR.ade?=      ../../devel/ade
+.endif # ADE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -ade
Index: pkgsrc/devel/ade/distinfo
diff -u /dev/null pkgsrc/devel/ade/distinfo:1.1
--- /dev/null   Mon Feb 10 10:49:53 2025
+++ pkgsrc/devel/ade/distinfo   Mon Feb 10 10:49:53 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/02/10 10:49:53 adam Exp $
+
+BLAKE2s (ade-0.1.2e.tar.gz) = faaa8df2acc2a34fd88cc3384466b435f00d74fec9b1d19027d82b055ece4ba7
+SHA512 (ade-0.1.2e.tar.gz) = 0a27e2e3278c34b76cc437823fdcf73d597cb4866fc6fd13059da41138b23e0eaea0326782a46b86967d9174d3aa67bfc8bdc281724cb7d0a8329387d56b9635
+Size (ade-0.1.2e.tar.gz) = 117054 bytes



Home | Main Index | Thread Index | Old Index