pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pmonitor: add new package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Fri Sep 4 22:06:22 2026 +0200
Changeset: af9b8cdd7f3d88f63f20452f98331fa9fd7628a1
Modified Files:
Makefile
Added Files:
pmonitor/DESCR
pmonitor/Makefile
pmonitor/PLIST
pmonitor/distinfo
Log Message:
pmonitor: add new package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=af9b8cdd7f3d88f63f20452f98331fa9fd7628a1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 4 ++++
pmonitor/DESCR | 4 ++++
pmonitor/Makefile | 20 ++++++++++++++++++++
pmonitor/PLIST | 3 +++
pmonitor/distinfo | 5 +++++
5 files changed, 36 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 658d4c3a35..019f742229 100644
--- a/Makefile
+++ b/Makefile
@@ -2793,6 +2793,7 @@ SUBDIR+= openerp-server
SUBDIR+= openfmod
SUBDIR+= openfortivpn
SUBDIR+= opengrok
+SUBDIR+= openjdk25
SUBDIR+= openjdk8-openjfx-hg
SUBDIR+= openjfx21
SUBDIR+= openjfx23
@@ -3331,6 +3332,7 @@ SUBDIR+= plugger
SUBDIR+= pluto
SUBDIR+= pmacct
SUBDIR+= pmk
+SUBDIR+= pmonitor
SUBDIR+= png2ico
SUBDIR+= pngnq
SUBDIR+= pnmcurve
@@ -5715,6 +5717,8 @@ SUBDIR+= telegram-purple
SUBDIR+= telepathy-butterfly
SUBDIR+= telepathy-logger
SUBDIR+= template-glib
+SUBDIR+= temurin17
+SUBDIR+= temurin21
SUBDIR+= tendra
SUBDIR+= tendra.org-sid
SUBDIR+= teng
diff --git a/pmonitor/DESCR b/pmonitor/DESCR
new file mode 100644
index 0000000000..a45c9ef6cb
--- /dev/null
+++ b/pmonitor/DESCR
@@ -0,0 +1,4 @@
+pmonitor executes commands and returns with the exit status of the
+command after completion. The creation and termination of
+sub-processes is monitored. If a sub-process of the command hasn't
+terminated, a message is logged.
diff --git a/pmonitor/Makefile b/pmonitor/Makefile
new file mode 100644
index 0000000000..1ef33d479e
--- /dev/null
+++ b/pmonitor/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME= pmonitor
+PKGNAME= pmonitor-0.0.20160101
+CATEGORIES= sysutils pkgtools
+MASTER_SITES= https://netbsd.org/~joerg/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://netbsd.org/~joerg/
+COMMENT= Watch for hanging commands or orphaned child processes
+LICENSE= 2-clause-bsd
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/pmonitor ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/pmonitor.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/pmonitor/PLIST b/pmonitor/PLIST
new file mode 100644
index 0000000000..b1a7602f99
--- /dev/null
+++ b/pmonitor/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/pmonitor
+man/man1/pmonitor.1
diff --git a/pmonitor/distinfo b/pmonitor/distinfo
new file mode 100644
index 0000000000..f47e717e77
--- /dev/null
+++ b/pmonitor/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (pmonitor.tgz) = 4551d29a1bfdeda2265fc39fee80217e839b1e6830145f69ff85c92a9856ca86
+SHA512 (pmonitor.tgz) = 63020711d29f4797800fe5ba7c3eee22b7c99143a02899890133ca591514ff08c53c65bec3c275a6a651ba95b8303e0ab17f8b02cfaf59f571fda0e72a0e7b8a
+Size (pmonitor.tgz) = 3528 bytes
Home |
Main Index |
Thread Index |
Old Index