Date: Thu, 21 Jun 2018 07:29:20 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472958 - in head/sysutils: . p5-App-RunCron Message-ID: <201806210729.w5L7TKs3026303@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Jun 21 07:29:20 2018 New Revision: 472958 URL: https://svnweb.freebsd.org/changeset/ports/472958 Log: New port: sysutils/p5-App-RunCron Making wrapper scripts for cron tasks WWW: https://metacpan.org/release/App-RunCron PR: 229158 Submitted by: Tomohiro Hosaka <bokutin@bokut.in> Added: head/sysutils/p5-App-RunCron/ head/sysutils/p5-App-RunCron/Makefile (contents, props changed) head/sysutils/p5-App-RunCron/distinfo (contents, props changed) head/sysutils/p5-App-RunCron/pkg-descr (contents, props changed) head/sysutils/p5-App-RunCron/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Jun 21 07:22:32 2018 (r472957) +++ head/sysutils/Makefile Thu Jun 21 07:29:20 2018 (r472958) @@ -764,6 +764,7 @@ SUBDIR += ori SUBDIR += osinfo-db-tools SUBDIR += osquery + SUBDIR += p5-App-RunCron SUBDIR += p5-BSD-Jail-Object SUBDIR += p5-BSD-Process SUBDIR += p5-BSD-Sysctl Added: head/sysutils/p5-App-RunCron/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-App-RunCron/Makefile Thu Jun 21 07:29:20 2018 (r472958) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= App-RunCron +PORTVERSION= 0.08 +CATEGORIES= sysutils perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= bokutin@bokut.in +COMMENT= Making wrapper scripts for cron tasks + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Module-Build>=0.38:devel/p5-Module-Build +RUN_DEPENDS= p5-Class-Accessor-Lite>=0:devel/p5-Class-Accessor-Lite \ + p5-YAML-Tiny>=0:textproc/p5-YAML-Tiny +TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ + p5-File-pushd>=0:devel/p5-File-pushd \ + p5-Test-Exit>=0:devel/p5-Test-Exit \ + p5-Test-Requires>=0:devel/p5-Test-Requires \ + p5-Test-Mock-Guard>=0:devel/p5-Test-Mock-Guard + +USES= perl5 +USE_PERL5= modbuild + +.include <bsd.port.mk> Added: head/sysutils/p5-App-RunCron/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-App-RunCron/distinfo Thu Jun 21 07:29:20 2018 (r472958) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529412424 +SHA256 (App-RunCron-0.08.tar.gz) = 048493537ecd35920edd83a00e691c3d3d23b21493975489abed8e060126b76b +SIZE (App-RunCron-0.08.tar.gz) = 17683 Added: head/sysutils/p5-App-RunCron/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-App-RunCron/pkg-descr Thu Jun 21 07:29:20 2018 (r472958) @@ -0,0 +1,3 @@ +Making wrapper scripts for cron tasks + +WWW: https://metacpan.org/release/App-RunCron Added: head/sysutils/p5-App-RunCron/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-App-RunCron/pkg-plist Thu Jun 21 07:29:20 2018 (r472958) @@ -0,0 +1,17 @@ +bin/runcron +%%SITE_PERL%%/App/RunCron.pm +%%SITE_PERL%%/App/RunCron/Announcer/Code.pm +%%SITE_PERL%%/App/RunCron/Announcer/Command.pm +%%SITE_PERL%%/App/RunCron/CLI.pm +%%SITE_PERL%%/App/RunCron/Reporter.pm +%%SITE_PERL%%/App/RunCron/Reporter/Code.pm +%%SITE_PERL%%/App/RunCron/Reporter/Command.pm +%%SITE_PERL%%/App/RunCron/Reporter/File.pm +%%SITE_PERL%%/App/RunCron/Reporter/Fluentd.pm +%%SITE_PERL%%/App/RunCron/Reporter/None.pm +%%SITE_PERL%%/App/RunCron/Reporter/Stdout.pm +%%SITE_PERL%%/Test/App/RunCron.pm +%%PERL5_MAN1%%/runcron.1.gz +%%PERL5_MAN3%%/App::RunCron.3.gz +%%PERL5_MAN3%%/App::RunCron::Reporter.3.gz +%%PERL5_MAN3%%/Test::App::RunCron.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806210729.w5L7TKs3026303>