From owner-svn-ports-head@freebsd.org Fri May 20 16:57:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD7D2B432F7; Fri, 20 May 2016 16:57:35 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84E4416DF; Fri, 20 May 2016 16:57:35 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4KGvY5D074076; Fri, 20 May 2016 16:57:34 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4KGvYNI074070; Fri, 20 May 2016 16:57:34 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201605201657.u4KGvYNI074070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Fri, 20 May 2016 16:57:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415559 - in head: . sysutils sysutils/jobd sysutils/relaunchd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2016 16:57:35 -0000 Author: kmoore Date: Fri May 20 16:57:33 2016 New Revision: 415559 URL: https://svnweb.freebsd.org/changeset/ports/415559 Log: - Rename sysutils/relaunchd -> sysutils/jobd - Bump to version 0.7.0 - Update MOVED Added: head/sysutils/jobd/ - copied from r415558, head/sysutils/relaunchd/ Deleted: head/sysutils/relaunchd/ Modified: head/MOVED head/sysutils/Makefile head/sysutils/jobd/Makefile head/sysutils/jobd/distinfo head/sysutils/jobd/pkg-descr head/sysutils/jobd/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Fri May 20 15:38:52 2016 (r415558) +++ head/MOVED Fri May 20 16:57:33 2016 (r415559) @@ -8323,3 +8323,4 @@ databases/postgresql90-contrib||2016-05- databases/postgresql90-pltcl||2016-05-16|Has expired: "EOL was reached in September 2015" databases/postgresql90-docs||2016-05-16|Has expired: "EOL was reached in September 2015" devel/py-gyp-devel|devel/py-gyp|2016-05-16|Renamed to devel/py-gyp +sysutils/relaunchd|sysutils/jobd|2016-05-20|Renamed to sysutils/jobd Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri May 20 15:38:52 2016 (r415558) +++ head/sysutils/Makefile Fri May 20 16:57:33 2016 (r415559) @@ -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 Modified: head/sysutils/jobd/Makefile ============================================================================== --- head/sysutils/relaunchd/Makefile Fri May 20 15:38:52 2016 (r415558) +++ head/sysutils/jobd/Makefile Fri May 20 16:57:33 2016 (r415559) @@ -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 Modified: head/sysutils/jobd/distinfo ============================================================================== --- head/sysutils/relaunchd/distinfo Fri May 20 15:38:52 2016 (r415558) +++ head/sysutils/jobd/distinfo Fri May 20 16:57:33 2016 (r415559) @@ -1,2 +1,2 @@ -SHA256 (mheily-relaunchd-v0.6.1_GH0.tar.gz) = 02c9d158816797741e6ac72ec60dcc3b6debe1ee598636de9f13488d129d0fdc -SIZE (mheily-relaunchd-v0.6.1_GH0.tar.gz) = 2789948 +SHA256 (mheily-jobd-v0.7.0_GH0.tar.gz) = 7c5f1bb169c70691b59105a13e9d2d3944416241e0f2ae3d509db9c74fc1cae0 +SIZE (mheily-jobd-v0.7.0_GH0.tar.gz) = 2901249 Modified: head/sysutils/jobd/pkg-descr ============================================================================== --- head/sysutils/relaunchd/pkg-descr Fri May 20 15:38:52 2016 (r415558) +++ head/sysutils/jobd/pkg-descr Fri May 20 16:57:33 2016 (r415559) @@ -1,4 +1,5 @@ -relaunchd is a service management daemon that is similar to -the launchd(8) facility found in the Darwin operating environment. +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/relaunchd +WWW: https://github.com/mheily/jobd Modified: head/sysutils/jobd/pkg-plist ============================================================================== --- head/sysutils/relaunchd/pkg-plist Fri May 20 15:38:52 2016 (r415558) +++ head/sysutils/jobd/pkg-plist Fri May 20 16:57:33 2016 (r415559) @@ -1,12 +1,13 @@ -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 +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