pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils Add sysutils/daemonize.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22a07fda8880
branches:  trunk
changeset: 443415:22a07fda8880
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Dec 12 13:22:23 2020 +0000

description:
Add sysutils/daemonize.

daemonize is a command-line utility that runs a command as a Unix
daemon in the background.

FreeBSD 5.0 introduced a daemon(1) command that is similar to, but
less functional, than daemonize.

diffstat:

 sysutils/Makefile           |   3 ++-
 sysutils/daemonize/DESCR    |   5 +++++
 sysutils/daemonize/Makefile |  18 ++++++++++++++++++
 sysutils/daemonize/PLIST    |   3 +++
 sysutils/daemonize/distinfo |   6 ++++++
 5 files changed, 34 insertions(+), 1 deletions(-)

diffs (65 lines):

diff -r c630f28bf505 -r 22a07fda8880 sysutils/Makefile
--- a/sysutils/Makefile Sat Dec 12 11:08:26 2020 +0000
+++ b/sysutils/Makefile Sat Dec 12 13:22:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.922 2020/12/11 13:38:57 nia Exp $
+# $NetBSD: Makefile,v 1.923 2020/12/12 13:22:23 nia Exp $
 #
 
 COMMENT=       System utilities
@@ -136,6 +136,7 @@
 SUBDIR+=       cuisine
 SUBDIR+=       cvsreport
 SUBDIR+=       daemond
+SUBDIR+=       daemonize
 SUBDIR+=       daemontools
 SUBDIR+=       daemontools-encore
 SUBDIR+=       daemontools-run
diff -r c630f28bf505 -r 22a07fda8880 sysutils/daemonize/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/daemonize/DESCR  Sat Dec 12 13:22:23 2020 +0000
@@ -0,0 +1,5 @@
+daemonize is a command-line utility that runs a command as a Unix
+daemon in the background.
+
+FreeBSD 5.0 introduced a daemon(1) command that is similar to, but
+less functional, than daemonize.
diff -r c630f28bf505 -r 22a07fda8880 sysutils/daemonize/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/daemonize/Makefile       Sat Dec 12 13:22:23 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/12/12 13:22:24 nia Exp $
+
+DISTNAME=      daemonize-1.7.8
+CATEGORIES=    sysutils
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=bmc/}
+GITHUB_TAG=    release-${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://software.clapper.org/daemonize/
+COMMENT=       Tool to run a command as a daemon
+LICENSE=       modified-bsd
+
+GNU_CONFIGURE= yes
+USE_TOOLS+=    gmake
+
+MAKE_FLAGS+=   INSTALL_MAN=${PREFIX}/${PKGMANDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r c630f28bf505 -r 22a07fda8880 sysutils/daemonize/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/daemonize/PLIST  Sat Dec 12 13:22:23 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/12/12 13:22:24 nia Exp $
+man/man1/daemonize.1
+sbin/daemonize
diff -r c630f28bf505 -r 22a07fda8880 sysutils/daemonize/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/daemonize/distinfo       Sat Dec 12 13:22:23 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/12/12 13:22:24 nia Exp $
+
+SHA1 (daemonize-1.7.8.tar.gz) = 9f418ee433ff697d0bf4d08f17d5f741b755ebe0
+RMD160 (daemonize-1.7.8.tar.gz) = a616dac3c677aeb49d898fad1c81d3db751ff43b
+SHA512 (daemonize-1.7.8.tar.gz) = 77cb7f6d41fd3484222831540aa8dedcd1f3cbb2f4be2a9b5e0bc1c848fb1392b616ff30b9ff3bb46f3decd1ff2829dbf7130887f81ed66a7cd2c710755a0836
+Size (daemonize-1.7.8.tar.gz) = 66009 bytes



Home | Main Index | Thread Index | Old Index