aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Schedule-Match
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2001-01-03 09:26:38 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2001-01-03 09:26:38 +0000
commit738f1d0b7aebefc2e5c7dd4999276e4ba17ffd73 (patch)
tree6402140f9e65cda7968b791a9e41b403f84d607f /sysutils/p5-Schedule-Match
parentd8aee0d7661d001d1499f8bf29576e6944b5672e (diff)
downloadports-738f1d0b7aebefc2e5c7dd4999276e4ba17ffd73.tar.gz
ports-738f1d0b7aebefc2e5c7dd4999276e4ba17ffd73.zip
Notes
Diffstat (limited to 'sysutils/p5-Schedule-Match')
-rw-r--r--sysutils/p5-Schedule-Match/Makefile23
-rw-r--r--sysutils/p5-Schedule-Match/distinfo1
-rw-r--r--sysutils/p5-Schedule-Match/pkg-comment1
-rw-r--r--sysutils/p5-Schedule-Match/pkg-descr11
-rw-r--r--sysutils/p5-Schedule-Match/pkg-plist5
5 files changed, 41 insertions, 0 deletions
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 <tobez@tobez.org>
+#
+# $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 <bsd.port.mk>
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
+<tobez@tobez.org>
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