diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2015-12-02 22:15:34 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2015-12-02 22:15:34 +0000 |
commit | be0033ea92a3c314d7a8fc7f40e676fb158fda19 (patch) | |
tree | 45892e366543f84b12ab45cd8a7e0239e7122c1b | |
parent | b43fc7b8a3433cba55319f027c30a26d126b6fe7 (diff) | |
download | freebsd-ports-be0033ea92a3c314d7a8fc7f40e676fb158fda19.zip |
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
PR: 204240
Submitted by: Mark Heily <mark@heily.com>
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/relaunchd/Makefile | 17 | ||||
-rw-r--r-- | sysutils/relaunchd/distinfo | 2 | ||||
-rw-r--r-- | sysutils/relaunchd/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/relaunchd/pkg-plist | 13 |
5 files changed, 37 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index db5cc7c10955..fe39678fc903 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -830,6 +830,7 @@ SUBDIR += recoverdm SUBDIR += reed SUBDIR += rej + SUBDIR += relaunchd SUBDIR += relaxconf SUBDIR += rename SUBDIR += renameutils diff --git a/sysutils/relaunchd/Makefile b/sysutils/relaunchd/Makefile new file mode 100644 index 000000000000..a40883b8120b --- /dev/null +++ b/sysutils/relaunchd/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= relaunchd +PORTVERSION= 0.2.1 +CATEGORIES= sysutils + +MAINTAINER= mark@heily.com +COMMENT= Service management daemon similar to Darwin's launchd(8) + +LICENSE= ISCL + +USE_GITHUB= YES +GH_ACCOUNT= mheily +GH_PROJECT= relaunchd +GH_TAGNAME= v${PORTVERSION} + +.include <bsd.port.mk> diff --git a/sysutils/relaunchd/distinfo b/sysutils/relaunchd/distinfo new file mode 100644 index 000000000000..4fc13ada4982 --- /dev/null +++ b/sysutils/relaunchd/distinfo @@ -0,0 +1,2 @@ +SHA256 (mheily-relaunchd-0.2.1-v0.2.1_GH0.tar.gz) = dcf95567fdf72d2e8789b2cedd910500d9994cee91de4b19cd712bb69c20c25e +SIZE (mheily-relaunchd-0.2.1-v0.2.1_GH0.tar.gz) = 52900 diff --git a/sysutils/relaunchd/pkg-descr b/sysutils/relaunchd/pkg-descr new file mode 100644 index 000000000000..d3414bee0433 --- /dev/null +++ b/sysutils/relaunchd/pkg-descr @@ -0,0 +1,4 @@ +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 new file mode 100644 index 000000000000..8706b7591ccf --- /dev/null +++ b/sysutils/relaunchd/pkg-plist @@ -0,0 +1,13 @@ +etc/rc.d/launchd +bin/launchctl +sbin/launchd +man/man1/launchctl.1.gz +man/man8/launchd.8.gz +man/man5/launchd.plist.5.gz +@dir /.launchd +@dir etc/launchd +@dir etc/launchd/agents +@dir etc/launchd/daemons +@dir share/launchd +@dir share/launchd/agents +@dir share/launchd/daemons |