diff options
author | rh <rh@pkgsrc.org> | 1999-12-03 08:47:25 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-03 08:47:25 +0000 |
commit | d6537df09960d30ba8d38d8b071ca6ba2ecdc048 (patch) | |
tree | d35df89dc3ff4d7274c65f2ad52f697d83485c17 /devel/p5-TimeDate | |
parent | 378f6e955a3cdb69c9ef10764eedf2d0c4d70c6f (diff) | |
download | pkgsrc-d6537df09960d30ba8d38d8b071ca6ba2ecdc048.tar.gz |
Import of p5-TimeDate-1.08, the perl5 TimeDate distribution.
Diffstat (limited to 'devel/p5-TimeDate')
-rw-r--r-- | devel/p5-TimeDate/Makefile | 16 | ||||
-rw-r--r-- | devel/p5-TimeDate/files/md5 | 3 | ||||
-rw-r--r-- | devel/p5-TimeDate/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/p5-TimeDate/pkg/DESCR | 17 | ||||
-rw-r--r-- | devel/p5-TimeDate/pkg/PLIST | 12 |
5 files changed, 49 insertions, 0 deletions
diff --git a/devel/p5-TimeDate/Makefile b/devel/p5-TimeDate/Makefile new file mode 100644 index 00000000000..8eafd6ec60d --- /dev/null +++ b/devel/p5-TimeDate/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/12/03 08:47:25 rh Exp $ +# + +PKGNAME= p5-TimeDate-1.08 +DISTNAME!= echo ${PKGNAME} | sed -e 's/^p5-//' +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} + +MAINTAINER= packages@netbsd.org + +USE_PERL5= YES + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-TimeDate/files/md5 b/devel/p5-TimeDate/files/md5 new file mode 100644 index 00000000000..3f02f9d97bd --- /dev/null +++ b/devel/p5-TimeDate/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/12/03 08:47:25 rh Exp $ + +MD5 (TimeDate-1.08.tar.gz) = d89840e268c92693ed428368892b0079 diff --git a/devel/p5-TimeDate/pkg/COMMENT b/devel/p5-TimeDate/pkg/COMMENT new file mode 100644 index 00000000000..a2327299bb7 --- /dev/null +++ b/devel/p5-TimeDate/pkg/COMMENT @@ -0,0 +1 @@ +the perl5 TimeDate distribution. diff --git a/devel/p5-TimeDate/pkg/DESCR b/devel/p5-TimeDate/pkg/DESCR new file mode 100644 index 00000000000..0dacc3ef171 --- /dev/null +++ b/devel/p5-TimeDate/pkg/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/devel/p5-TimeDate/pkg/PLIST b/devel/p5-TimeDate/pkg/PLIST new file mode 100644 index 00000000000..aa27c60f983 --- /dev/null +++ b/devel/p5-TimeDate/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/03 08:47:25 rh Exp $ +lib/perl5/site_perl/Date/Format.pm +lib/perl5/site_perl/Date/Parse.pm +lib/perl5/site_perl/Date/Language.pm +lib/perl5/site_perl/Time/Zone.pm +lib/perl5/man/man3/Date::Format.3 +lib/perl5/man/man3/Date::Parse.3 +lib/perl5/man/man3/Time::Zone.3 +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/TimeDate/.packlist +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/TimeDate +@dirrm lib/perl5/site_perl/Date +@dirrm lib/perl5/site_perl/Time |