aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2016-05-20 16:57:33 +0000
committerKris Moore <kmoore@FreeBSD.org>2016-05-20 16:57:33 +0000
commit2f1f199fa23b39a3ceaec9e66df0c3523135f2ef (patch)
tree0e081cef896519949526279c3bbea1cb484e48b6 /sysutils
parent32ca74e26779de7d0ae9a276a24f7a88bf837fb4 (diff)
downloadports-2f1f199fa23b39a3ceaec9e66df0c3523135f2ef.tar.gz
ports-2f1f199fa23b39a3ceaec9e66df0c3523135f2ef.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile2
-rw-r--r--sysutils/jobd/Makefile (renamed from sysutils/relaunchd/Makefile)9
-rw-r--r--sysutils/jobd/distinfo2
-rw-r--r--sysutils/jobd/pkg-descr5
-rw-r--r--sysutils/jobd/pkg-plist13
-rw-r--r--sysutils/relaunchd/distinfo2
-rw-r--r--sysutils/relaunchd/pkg-descr4
-rw-r--r--sysutils/relaunchd/pkg-plist12
8 files changed, 26 insertions, 23 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 0b18ca2628b9..99e163b5f1f0 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -464,6 +464,7 @@
SUBDIR += jdiskreport
SUBDIR += jfbterm
SUBDIR += jkill
+ SUBDIR += jobd
SUBDIR += jps
SUBDIR += jtop
SUBDIR += jtopen
@@ -867,7 +868,6 @@
SUBDIR += recoverdm
SUBDIR += reed
SUBDIR += rej
- SUBDIR += relaunchd
SUBDIR += relaxconf
SUBDIR += rename
SUBDIR += renameutils
diff --git a/sysutils/relaunchd/Makefile b/sysutils/jobd/Makefile
index 74460ffee4af..a55c8ed40c70 100644
--- a/sysutils/relaunchd/Makefile
+++ b/sysutils/jobd/Makefile
@@ -1,19 +1,20 @@
# $FreeBSD$
-PORTNAME= relaunchd
-PORTVERSION= 0.6.1
+PORTNAME= jobd
+PORTVERSION= 0.7.0
DISTVERSIONPREFIX=v
CATEGORIES= sysutils
MAINTAINER= mark@heily.com
-COMMENT= Service management daemon similar to Darwin's launchd(8)
+COMMENT= Job management framework
LICENSE= ISCL
-LIB_DEPENDS= libucl.so:textproc/libucl
+BUILD_DEPENDS= docbook2mdoc:textproc/docbook2mdoc
HAS_CONFIGURE= YES
USE_GITHUB= YES
+USE_LDCONFIG= YES
GH_ACCOUNT= mheily
.include <bsd.port.mk>
diff --git a/sysutils/jobd/distinfo b/sysutils/jobd/distinfo
new file mode 100644
index 000000000000..951be332b6a1
--- /dev/null
+++ b/sysutils/jobd/distinfo
@@ -0,0 +1,2 @@
+SHA256 (mheily-jobd-v0.7.0_GH0.tar.gz) = 7c5f1bb169c70691b59105a13e9d2d3944416241e0f2ae3d509db9c74fc1cae0
+SIZE (mheily-jobd-v0.7.0_GH0.tar.gz) = 2901249
diff --git a/sysutils/jobd/pkg-descr b/sysutils/jobd/pkg-descr
new file mode 100644
index 000000000000..b3cc0236b712
--- /dev/null
+++ b/sysutils/jobd/pkg-descr
@@ -0,0 +1,5 @@
+jobd is a job management framework that allows daemons to be
+launched in a controlled fashion using a JSON configuration
+file for each job.
+
+WWW: https://github.com/mheily/jobd
diff --git a/sysutils/jobd/pkg-plist b/sysutils/jobd/pkg-plist
new file mode 100644
index 000000000000..02c44266820a
--- /dev/null
+++ b/sysutils/jobd/pkg-plist
@@ -0,0 +1,13 @@
+bin/jobctl
+lib/libjob.so.0
+lib/libjob.so
+lib/libjob.a
+etc/rc.d/jobd
+sbin/jobd
+man/man1/jobctl.1.gz
+man/man1/jobcfg.1.gz
+man/man5/job.5.gz
+man/man8/jobd.8.gz
+@dir etc/job.d
+@dir /var/cache/jobd
+@dir /var/db/jobd
diff --git a/sysutils/relaunchd/distinfo b/sysutils/relaunchd/distinfo
deleted file mode 100644
index a3a30b4f6598..000000000000
--- a/sysutils/relaunchd/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mheily-relaunchd-v0.6.1_GH0.tar.gz) = 02c9d158816797741e6ac72ec60dcc3b6debe1ee598636de9f13488d129d0fdc
-SIZE (mheily-relaunchd-v0.6.1_GH0.tar.gz) = 2789948
diff --git a/sysutils/relaunchd/pkg-descr b/sysutils/relaunchd/pkg-descr
deleted file mode 100644
index 28df4fecbbf4..000000000000
--- a/sysutils/relaunchd/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-relaunchd is a service management daemon that is similar to
-the launchd(8) facility found in the Darwin operating environment.
-
-WWW: https://github.com/mheily/relaunchd
diff --git a/sysutils/relaunchd/pkg-plist b/sysutils/relaunchd/pkg-plist
deleted file mode 100644
index 7114265a7444..000000000000
--- a/sysutils/relaunchd/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-bin/launchctl
-etc/rc.d/launchd
-sbin/launchd
-man/man1/launchctl.1.gz
-man/man5/launchd.plist.5.gz
-man/man8/launchd.8.gz
-@dir etc/launchd/agents
-@dir etc/launchd/daemons
-@dir share/launchd/agents
-@dir share/launchd/daemons
-@dir /var/cache/launchd
-@dir /var/db/launchd