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: Wed Aug 16 19:02:35 UTC 2023
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/qore-process-module: DESCR Makefile PLIST distinfo
Log Message:
Add devel/qore-process-module version 1.0.5 to pkgsrc-current
Qore module that provides functions that can start child processes,
communicate with them trough standard io, wait for processes to exit,
terminate processes, get process resource usage and more.
To generate a diff of this commit:
cvs rdiff -u -r1.4049 -r1.4050 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/qore-process-module/DESCR \
pkgsrc/devel/qore-process-module/Makefile \
pkgsrc/devel/qore-process-module/PLIST \
pkgsrc/devel/qore-process-module/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.4049 pkgsrc/devel/Makefile:1.4050
--- pkgsrc/devel/Makefile:1.4049 Wed Aug 16 12:11:07 2023
+++ pkgsrc/devel/Makefile Wed Aug 16 19:02:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4049 2023/08/16 12:11:07 nros Exp $
+# $NetBSD: Makefile,v 1.4050 2023/08/16 19:02:35 nros Exp $
#
COMMENT= Development utilities
@@ -3106,6 +3106,7 @@ SUBDIR+= pythontidy
SUBDIR+= qconf
SUBDIR+= qjson
SUBDIR+= qore-msgpack-module
+SUBDIR+= qore-process-module
SUBDIR+= qore-uuid-module
SUBDIR+= qt6-qt5compat
SUBDIR+= qt6-qttools
Added files:
Index: pkgsrc/devel/qore-process-module/DESCR
diff -u /dev/null pkgsrc/devel/qore-process-module/DESCR:1.1
--- /dev/null Wed Aug 16 19:02:35 2023
+++ pkgsrc/devel/qore-process-module/DESCR Wed Aug 16 19:02:35 2023
@@ -0,0 +1,3 @@
+Qore module that provides functions that can start child process,
+communicate with them trough standard io, wait for processes to exit,
+terminate processes, get process resource usage and more.
Index: pkgsrc/devel/qore-process-module/Makefile
diff -u /dev/null pkgsrc/devel/qore-process-module/Makefile:1.1
--- /dev/null Wed Aug 16 19:02:35 2023
+++ pkgsrc/devel/qore-process-module/Makefile Wed Aug 16 19:02:35 2023
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2023/08/16 19:02:35 nros Exp $
+
+DISTNAME= qore-process-module-1.0.5
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/module-process/releases/download/v${PKGVERSION_NOREV}/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= nros%NetBSD.org@localhost
+HOMEPAGE= http://qore.org/
+COMMENT= Qore module for process handling
+LICENSE= mit
+
+USE_LANGUAGES= c c++
+
+CMAKE_USE_GNU_INSTALL_DIRS= no
+
+.include "../../lang/qore/module.mk"
+
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
+.include "../../lang/qore/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/qore-process-module/PLIST
diff -u /dev/null pkgsrc/devel/qore-process-module/PLIST:1.1
--- /dev/null Wed Aug 16 19:02:35 2023
+++ pkgsrc/devel/qore-process-module/PLIST Wed Aug 16 19:02:35 2023
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2023/08/16 19:02:35 nros Exp $
+${QORE_MODULE_DIR}/process-api-${QORE_LATEST_MODULE_API}.qmod
Index: pkgsrc/devel/qore-process-module/distinfo
diff -u /dev/null pkgsrc/devel/qore-process-module/distinfo:1.1
--- /dev/null Wed Aug 16 19:02:35 2023
+++ pkgsrc/devel/qore-process-module/distinfo Wed Aug 16 19:02:35 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/08/16 19:02:35 nros Exp $
+
+BLAKE2s (qore-process-module-1.0.5.tar.bz2) = f46e78735e354dad25e646dbf4b4b46c71209e0cd2efa495ed7ee08b7d9bd156
+SHA512 (qore-process-module-1.0.5.tar.bz2) = 3531b2bd864f58fbd7786abe0a26835c1e5fd0c71bc88fe5f376845ed30fb9009649e0fca3bc1a6abf3a327b33dbbb4115eed476372feacf395b40ed8a4200a4
+Size (qore-process-module-1.0.5.tar.bz2) = 2174282 bytes
Home |
Main Index |
Thread Index |
Old Index