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:   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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index