From owner-cvs-all@FreeBSD.ORG Wed Jul 9 12:28:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33402106567F; Wed, 9 Jul 2008 12:28:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2542A8FC20; Wed, 9 Jul 2008 12:28:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m69CSJxH054688; Wed, 9 Jul 2008 12:28:19 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m69CSJrM054687; Wed, 9 Jul 2008 12:28:19 GMT (envelope-from edwin) Message-Id: <200807091228.m69CSJrM054687@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 9 Jul 2008 12:28:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/zccron Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2008 12:28:19 -0000 edwin 2008-07-09 12:28:18 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/zccron Makefile distinfo pkg-descr Log: New port: sysutil/zccron A cron like tool that performs a single pass on a crontab stored in ZConf. This is like comiccron, but stores the tabs in ZConf. For it to run the command, the last or next time it will be will have to be within a minute and 15 seconds. For most usages, you will want to have the hour and minute set to *. This allows a user to do something how ever many times they want any time during the period it is active. After running through every entry in the crontab, it then exits. Why not cron? You can have cron open opera or the like on a specific display by either switch or enviromental options, but it will always open it. This allows you to open it any time along the point it is active. PR: ports/124962 Submitted by: "Zane C.B." Revision Changes Path 1.1029 +1 -0 ports/sysutils/Makefile 1.1 +41 -0 ports/sysutils/zccron/Makefile (new) 1.1 +3 -0 ports/sysutils/zccron/distinfo (new) 1.1 +13 -0 ports/sysutils/zccron/pkg-descr (new)