Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2015 22:15:34 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402856 - in head/sysutils: . relaunchd
Message-ID:  <201512022215.tB2MFYKM042607@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Wed Dec  2 22:15:34 2015
New Revision: 402856
URL: https://svnweb.freebsd.org/changeset/ports/402856

Log:
  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>

Added:
  head/sysutils/relaunchd/
  head/sysutils/relaunchd/Makefile   (contents, props changed)
  head/sysutils/relaunchd/distinfo   (contents, props changed)
  head/sysutils/relaunchd/pkg-descr   (contents, props changed)
  head/sysutils/relaunchd/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Wed Dec  2 21:49:51 2015	(r402855)
+++ head/sysutils/Makefile	Wed Dec  2 22:15:34 2015	(r402856)
@@ -830,6 +830,7 @@
     SUBDIR += recoverdm
     SUBDIR += reed
     SUBDIR += rej
+    SUBDIR += relaunchd
     SUBDIR += relaxconf
     SUBDIR += rename
     SUBDIR += renameutils

Added: head/sysutils/relaunchd/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/relaunchd/Makefile	Wed Dec  2 22:15:34 2015	(r402856)
@@ -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>

Added: head/sysutils/relaunchd/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/relaunchd/distinfo	Wed Dec  2 22:15:34 2015	(r402856)
@@ -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

Added: head/sysutils/relaunchd/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/relaunchd/pkg-descr	Wed Dec  2 22:15:34 2015	(r402856)
@@ -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

Added: head/sysutils/relaunchd/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/relaunchd/pkg-plist	Wed Dec  2 22:15:34 2015	(r402856)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512022215.tB2MFYKM042607>