Received: by mail.netbsd.org (Postfix, from userid 605) id B5C5F84EC0; Mon, 3 Oct 2022 13:47:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E3B3384D95 for ; Mon, 3 Oct 2022 13:47:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VbWvM8xUtOq4 for ; Mon, 3 Oct 2022 13:47:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0464384CFA for ; Mon, 3 Oct 2022 13:47:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ECECBFA90; Mon, 3 Oct 2022 13:47:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664804840246900" MIME-Version: 1.0 Date: Mon, 3 Oct 2022 13:47:20 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20221003134720.ECECBFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664804840246900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nros Date: Mon Oct 3 13:47:20 UTC 2022 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/libthreadar: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/devel/libthreadar/patches: patch-Makefile.in Log Message: Add libthreadar version 1.4.0 to pkgsrc-current libthreadar provides C++ classes for manipulating threads and propagating back exception from thread to parent thread when the parent calls the join() method. To generate a diff of this commit: cvs rdiff -u -r1.3803 -r1.3804 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/libthreadar/DESCR \ pkgsrc/devel/libthreadar/Makefile pkgsrc/devel/libthreadar/PLIST \ pkgsrc/devel/libthreadar/buildlink3.mk pkgsrc/devel/libthreadar/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/libthreadar/patches/patch-Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1664804840246900 Content-Disposition: inline Content-Length: 4527 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3803 pkgsrc/devel/Makefile:1.3804 --- pkgsrc/devel/Makefile:1.3803 Wed Sep 28 11:05:56 2022 +++ pkgsrc/devel/Makefile Mon Oct 3 13:47:20 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3803 2022/09/28 11:05:56 wiz Exp $ +# $NetBSD: Makefile,v 1.3804 2022/10/03 13:47:20 nros Exp $ # COMMENT= Development utilities @@ -941,6 +941,7 @@ SUBDIR+= libtar SUBDIR+= libtecla SUBDIR+= libtermkey SUBDIR+= libthai +SUBDIR+= libthreadar SUBDIR+= libthrift SUBDIR+= libthrift_c_glib SUBDIR+= libtool Added files: Index: pkgsrc/devel/libthreadar/DESCR diff -u /dev/null pkgsrc/devel/libthreadar/DESCR:1.1 --- /dev/null Mon Oct 3 13:47:20 2022 +++ pkgsrc/devel/libthreadar/DESCR Mon Oct 3 13:47:20 2022 @@ -0,0 +1,3 @@ +libthreadar provides C++ classes for manipulating threads and +propagating back exception from thread to parent thread when the +parent calls the join() method. Index: pkgsrc/devel/libthreadar/Makefile diff -u /dev/null pkgsrc/devel/libthreadar/Makefile:1.1 --- /dev/null Mon Oct 3 13:47:20 2022 +++ pkgsrc/devel/libthreadar/Makefile Mon Oct 3 13:47:20 2022 @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2022/10/03 13:47:20 nros Exp $ + +DISTNAME= libthreadar-1.4.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libthreadar/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://libthreadar.sf.net/ +COMMENT= C++ library to manage threads +LICENSE= gnu-lgpl-v3 + +USE_LANGUAGES= c c++ +GNU_CONFIGURE= yes +USE_LIBTOOL= yes + +PKGCONFIG_OVERRIDE= src/libthreadar.pc.tmpl.in + +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/libthreadar/PLIST diff -u /dev/null pkgsrc/devel/libthreadar/PLIST:1.1 --- /dev/null Mon Oct 3 13:47:20 2022 +++ pkgsrc/devel/libthreadar/PLIST Mon Oct 3 13:47:20 2022 @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1 2022/10/03 13:47:20 nros Exp $ +include/libthreadar/barrier.hpp +include/libthreadar/condition.hpp +include/libthreadar/exceptions.hpp +include/libthreadar/fast_tampon.hpp +include/libthreadar/freezer.hpp +include/libthreadar/libthreadar.hpp +include/libthreadar/libthreadar_config.h +include/libthreadar/mutex.hpp +include/libthreadar/ratelier_gather.hpp +include/libthreadar/ratelier_scatter.hpp +include/libthreadar/semaphore.hpp +include/libthreadar/tampon.hpp +include/libthreadar/thread.hpp +lib/libthreadar.la +lib/pkgconfig/libthreadar.pc Index: pkgsrc/devel/libthreadar/buildlink3.mk diff -u /dev/null pkgsrc/devel/libthreadar/buildlink3.mk:1.1 --- /dev/null Mon Oct 3 13:47:20 2022 +++ pkgsrc/devel/libthreadar/buildlink3.mk Mon Oct 3 13:47:20 2022 @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2022/10/03 13:47:20 nros Exp $ + +BUILDLINK_TREE+= libthreadar + +.if !defined(LIBTHREADAR_BUILDLINK3_MK) +LIBTHREADAR_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.libthreadar+= libthreadar>=1.4.0 +BUILDLINK_PKGSRCDIR.libthreadar?= ../../devel/libthreadar +.endif # LIBTHREADAR_BUILDLINK3_MK + +BUILDLINK_TREE+= -libthreadar Index: pkgsrc/devel/libthreadar/distinfo diff -u /dev/null pkgsrc/devel/libthreadar/distinfo:1.1 --- /dev/null Mon Oct 3 13:47:20 2022 +++ pkgsrc/devel/libthreadar/distinfo Mon Oct 3 13:47:20 2022 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2022/10/03 13:47:20 nros Exp $ + +BLAKE2s (libthreadar-1.4.0.tar.gz) = d65d0f493e5b3d627cef4e6762b04b36ef1d60222b11f011e90b50a7bcf3b53f +SHA512 (libthreadar-1.4.0.tar.gz) = 3665817cf6327d4d24792d8cc2bd0a458bda1651b471e3440c1f63c22f397cfb4c8d81482f937e13f67f5ff1414662b1f69d9c311362a0a7a9249e8bc0236751 +Size (libthreadar-1.4.0.tar.gz) = 445672 bytes +SHA1 (patch-Makefile.in) = 7c4ddba061da7bfd8dcef93531d5b30124e9b5a6 Index: pkgsrc/devel/libthreadar/patches/patch-Makefile.in diff -u /dev/null pkgsrc/devel/libthreadar/patches/patch-Makefile.in:1.1 --- /dev/null Mon Oct 3 13:47:20 2022 +++ pkgsrc/devel/libthreadar/patches/patch-Makefile.in Mon Oct 3 13:47:20 2022 @@ -0,0 +1,17 @@ +$NetBSD: patch-Makefile.in,v 1.1 2022/10/03 13:47:20 nros Exp $ + +* don't generate and install docs, if doxygen is not + found it just installs a README mentioning the html + docs. + +--- Makefile.in.orig 2022-10-03 11:57:46.096267685 +0000 ++++ Makefile.in +@@ -338,7 +338,7 @@ tmp = @tmp@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = src doc ++SUBDIRS = src + dist_noinst_DATA = INSTALL README THANKS AUTHORS COPYING COPYING.LESSER + all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive --_----------=_1664804840246900--