Date: Sun, 27 Sep 2009 01:59:00 -0500 From: "Zane C. B." <vvelox@vvelox.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/139171: New Port: sysutils/p5-ZConf-Cron Provides utilities and a module for storing crontabs in ZConf Message-ID: <1254034740.69677@chama.vulpes> Resent-Message-ID: <200909270700.n8R709VT051124@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139171 >Category: ports >Synopsis: New Port: sysutils/p5-ZConf-Cron Provides utilities and a module for storing crontabs in ZConf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 27 07:00:09 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Zane C. B. >Release: FreeBSD 6.4-STABLE i386 >Organization: >Environment: System: FreeBSD 6.4-STABLE #1: Sun Aug 23 20:24:55 CDT 2009 kitsune@chama.vulpes:/usr/obj/usr/src/sys/SMP >Description: This replaces "sysutils/p5-ZConf-Cron". This provides the required module for managing crontabs stored in ZConf. Scripts to use thoseare also included. The utility zccron is a single pass cron utilitie. zccron - Runs crontabs stored in ZConf. zccrontab - Manage crontabs stored in ZConf. WWW: http://search.cpan.org/dist/ZConf-Cron >How-To-Repeat: 1: removed "sysutils/zccron" if it is installed 2: unshar 3: install and enjoy >Fix: --- MOVED.diff begins here --- --- MOVED.orig 2009-09-27 01:51:05.000000000 -0500 +++ MOVED 2009-09-27 01:53:26.000000000 -0500 @@ -4179,3 +4179,4 @@ audio/gmpc-favorites||2009-09-24|Unmaintained upstream audio/gmpc-autoplaylist||2009-09-24|Unmaintained upstream audio/gmpc-stopbutton||2009-09-24|Unmaintained upstream +sysutils/zccron|sysutils/p5-ZConf-Cron|2009-09-27|This utility is now present in the more useful ZConf::Cron Perl module \ No newline at end of file --- MOVED.diff ends here --- --- p5-ZConf-Cron.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-ZConf-Cron/ # p5-ZConf-Cron/Makefile # p5-ZConf-Cron/pkg-descr # p5-ZConf-Cron/pkg-plist # p5-ZConf-Cron/distinfo # echo c - p5-ZConf-Cron/ mkdir -p p5-ZConf-Cron/ > /dev/null 2>&1 echo x - p5-ZConf-Cron/Makefile sed 's/^X//' >p5-ZConf-Cron/Makefile << 'c09ba71e0a052d084f975412b902c464' X# New ports collection makefile for: p5-ZConf-Cron X# Date created: 2009-09-27 X# Whom: Zane C, Bowers <vvelox@vvelox.net> X# X# $FreeBSD$ X# X XPORTNAME= ZConf-Cron XPORTVERSION= 0.0.1 XCATEGORIES= sysutils perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX XPKGNAMEPREFIX= p5- X XMAINTAINER= vvelox@vvelox.net XCOMMENT= Handles storing cron tabs in ZConf X XBUILD_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \ X ${SITE_PERL}/DateTime/Event/Cron.pm:${PORTSDIR}/devel/p5-DateTime-Event-Cron \ X ${SITE_PERL}/mach/DateTime/Duration.pm:${PORTSDIR}/devel/p5-DateTime \ X ${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime X XPERL_CONFIGURE= yes X XMAN3= ZConf::Cron.3 X X.include <bsd.port.mk> c09ba71e0a052d084f975412b902c464 echo x - p5-ZConf-Cron/pkg-descr sed 's/^X//' >p5-ZConf-Cron/pkg-descr << '9c250457c555a68a32495790d5f68e81' XThis provides the required module for managing crontabs stored Xin ZConf. Scripts to use thoseare also included. X XThe utility zccron is a single pass cron utilitie. X Xzccron - Runs crontabs stored in ZConf. Xzccrontab - Manage crontabs stored in ZConf. X XWWW: http://search.cpan.org/dist/ZConf-Cron 9c250457c555a68a32495790d5f68e81 echo x - p5-ZConf-Cron/pkg-plist sed 's/^X//' >p5-ZConf-Cron/pkg-plist << 'c14c2963a44384368068c85e4b54efca' Xbin/zccron Xbin/zccrontab X%%SITE_PERL%%/ZConf/Cron.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Cron/.packlist X@dirrmtry %%SITE_PERL%%/ZConf X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Cron X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf c14c2963a44384368068c85e4b54efca echo x - p5-ZConf-Cron/distinfo sed 's/^X//' >p5-ZConf-Cron/distinfo << '1ad50d952942a9ed1c1ae2fa39490251' XMD5 (ZConf-Cron-0.0.1.tar.gz) = c4b96ef0599ab3444d35a465f2b78a80 XSHA256 (ZConf-Cron-0.0.1.tar.gz) = 600ebfcc8b41629e39592572689ef22305515c2b7a9fabd5fcc0f430767f8dcc XSIZE (ZConf-Cron-0.0.1.tar.gz) = 8659 1ad50d952942a9ed1c1ae2fa39490251 exit --- p5-ZConf-Cron.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1254034740.69677>