diff options
author | tron <tron@pkgsrc.org> | 2002-07-05 06:58:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-07-05 06:58:25 +0000 |
commit | fb41ed89b8c1260a55d873baa85567200cae27c1 (patch) | |
tree | f8a8111d4f3d8c84a362c843f12f75fbd6c949bc /time/p5-TimeDate | |
parent | 018af750110c8637731ded57f76df47fbc799bff (diff) | |
download | pkgsrc-fb41ed89b8c1260a55d873baa85567200cae27c1.tar.gz |
Move time management related Perl5 packages to category "time".
Diffstat (limited to 'time/p5-TimeDate')
-rw-r--r-- | time/p5-TimeDate/DESCR | 17 | ||||
-rw-r--r-- | time/p5-TimeDate/Makefile | 20 | ||||
-rw-r--r-- | time/p5-TimeDate/PLIST | 1 | ||||
-rw-r--r-- | time/p5-TimeDate/distinfo | 4 |
4 files changed, 42 insertions, 0 deletions
diff --git a/time/p5-TimeDate/DESCR b/time/p5-TimeDate/DESCR new file mode 100644 index 00000000000..0dacc3ef171 --- /dev/null +++ b/time/p5-TimeDate/DESCR @@ -0,0 +1,17 @@ + This is the perl5 TimeDate distribution. It requires perl version +5.003 or later + + This distribution replaces the earlier GetDate distribution, which was +only a date parser. The date parser contained in this distribution is +far superior to the yacc based parser, and a *lot* faster. + + The parser contained here will only parse absolute dates, if you want a +date parser that can parse relative dates then take a look at the Time +modules by David Muir on CPAN. + + Please report any bugs/suggestions to <Graham.Barr@pobox.com> + + Copyright 1996-1998 Graham Barr. All rights reserved. + + This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. diff --git a/time/p5-TimeDate/Makefile b/time/p5-TimeDate/Makefile new file mode 100644 index 00000000000..3c073e0dc5e --- /dev/null +++ b/time/p5-TimeDate/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2002/07/05 06:58:34 tron Exp $ +# + +DISTNAME= TimeDate-1.10 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5tid +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} + +MAINTAINER= packages@netbsd.org +COMMENT= perl5 TimeDate distribution + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/TimeDate/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-TimeDate/PLIST b/time/p5-TimeDate/PLIST new file mode 100644 index 00000000000..76063aeb72c --- /dev/null +++ b/time/p5-TimeDate/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2002/07/05 06:58:35 tron Exp $ diff --git a/time/p5-TimeDate/distinfo b/time/p5-TimeDate/distinfo new file mode 100644 index 00000000000..4fd4faa14c7 --- /dev/null +++ b/time/p5-TimeDate/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2002/07/05 06:58:35 tron Exp $ + +SHA1 (TimeDate-1.10.tar.gz) = db332b218a343de452d575fc4aba1fbe42bd510f +Size (TimeDate-1.10.tar.gz) = 16983 bytes |