diff options
author | dmcmahill <dmcmahill> | 2011-05-18 01:29:20 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2011-05-18 01:29:20 +0000 |
commit | e50192c14eff486c2f60e7dd52c525ed828b9358 (patch) | |
tree | ae239419c2934482351988023c6f944e10e26843 /time | |
parent | 6d748280d231b99bf6386507bd31d4b36dc3e32f (diff) | |
download | pkgsrc-e50192c14eff486c2f60e7dd52c525ed828b9358.tar.gz |
Initial import of time/p5-Schedule-At version 1.10
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß
-------------------------------------
This modules provides an OS independent interface to 'at', the Unix command
that allows you to execute commands at a specified time.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Schedule-At/DESCR | 2 | ||||
-rw-r--r-- | time/p5-Schedule-At/Makefile | 19 | ||||
-rw-r--r-- | time/p5-Schedule-At/distinfo | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/time/p5-Schedule-At/DESCR b/time/p5-Schedule-At/DESCR new file mode 100644 index 00000000000..9fde54f9e54 --- /dev/null +++ b/time/p5-Schedule-At/DESCR @@ -0,0 +1,2 @@ +This modules provides an OS independent interface to 'at', the Unix command +that allows you to execute commands at a specified time. diff --git a/time/p5-Schedule-At/Makefile b/time/p5-Schedule-At/Makefile new file mode 100644 index 00000000000..36b5a47d870 --- /dev/null +++ b/time/p5-Schedule-At/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/18 01:29:20 dmcmahill Exp $ + +DISTNAME= Schedule-At-1.10 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JO/JOSERODR/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Schedule-At/ +COMMENT= OS independent interface to the Unix 'at' command +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Schedule/At/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Schedule-At/distinfo b/time/p5-Schedule-At/distinfo new file mode 100644 index 00000000000..2f889e67df6 --- /dev/null +++ b/time/p5-Schedule-At/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/05/18 01:29:20 dmcmahill Exp $ + +SHA1 (Schedule-At-1.10.tar.gz) = d55dc9785dbde1adb46fef6836289c37582200fc +RMD160 (Schedule-At-1.10.tar.gz) = 6088578d1b74dfaac215e0dab0a9ae3d17bdf050 +Size (Schedule-At-1.10.tar.gz) = 7254 bytes |