From 738f1d0b7aebefc2e5c7dd4999276e4ba17ffd73 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Wed, 3 Jan 2001 09:26:38 +0000 Subject: Add p5-Schedule-Match 0.07, handles and detects clash between pattern-based schedules. PR: 24031 Submitted by: Anton Berezin --- sysutils/p5-Schedule-Match/Makefile | 23 +++++++++++++++++++++++ sysutils/p5-Schedule-Match/distinfo | 1 + sysutils/p5-Schedule-Match/pkg-comment | 1 + sysutils/p5-Schedule-Match/pkg-descr | 11 +++++++++++ sysutils/p5-Schedule-Match/pkg-plist | 5 +++++ 5 files changed, 41 insertions(+) create mode 100644 sysutils/p5-Schedule-Match/Makefile create mode 100644 sysutils/p5-Schedule-Match/distinfo create mode 100644 sysutils/p5-Schedule-Match/pkg-comment create mode 100644 sysutils/p5-Schedule-Match/pkg-descr create mode 100644 sysutils/p5-Schedule-Match/pkg-plist (limited to 'sysutils/p5-Schedule-Match') diff --git a/sysutils/p5-Schedule-Match/Makefile b/sysutils/p5-Schedule-Match/Makefile new file mode 100644 index 000000000000..86b600216435 --- /dev/null +++ b/sysutils/p5-Schedule-Match/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: sysutils/p5-Schedule-Match +# Date created: 03 January 2001 +# Whom: Anton Berezin +# +# $FreeBSD$ +# + +PORTNAME= Schedule-Match +PORTVERSION= 0.07 +CATEGORIES= sysutils perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Schedule +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@tobez.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MAN3= Schedule::Match.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include diff --git a/sysutils/p5-Schedule-Match/distinfo b/sysutils/p5-Schedule-Match/distinfo new file mode 100644 index 000000000000..8c53e3dce130 --- /dev/null +++ b/sysutils/p5-Schedule-Match/distinfo @@ -0,0 +1 @@ +MD5 (Schedule-Match-0.07.tar.gz) = 5502a8d35706af596878ae295205c21a diff --git a/sysutils/p5-Schedule-Match/pkg-comment b/sysutils/p5-Schedule-Match/pkg-comment new file mode 100644 index 000000000000..af3e0317cc56 --- /dev/null +++ b/sysutils/p5-Schedule-Match/pkg-comment @@ -0,0 +1 @@ +Handles and detects clash between pattern-based schedules diff --git a/sysutils/p5-Schedule-Match/pkg-descr b/sysutils/p5-Schedule-Match/pkg-descr new file mode 100644 index 000000000000..0349e26b291f --- /dev/null +++ b/sysutils/p5-Schedule-Match/pkg-descr @@ -0,0 +1,11 @@ +This library allows you to manage schedule which has structure similar +to crontab(5) format. It offers methods to detect clash between +schedules (with or without duration considered), and can also tell when, +and how often they clash. + +From the viewpoint of data structure, one major difference compared to +crontab(5) is a concept of duration. Each schedule has its own duration, +and clash detection can be done upon that. + +-Anton + diff --git a/sysutils/p5-Schedule-Match/pkg-plist b/sysutils/p5-Schedule-Match/pkg-plist new file mode 100644 index 000000000000..2e70c444039f --- /dev/null +++ b/sysutils/p5-Schedule-Match/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Schedule/Match/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Schedule/Match.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Schedule/Match +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Schedule 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Schedule 2>/dev/null || true -- cgit v1.2.3