summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrh <rh>1999-12-03 08:47:25 +0000
committerrh <rh>1999-12-03 08:47:25 +0000
commit887f00ba2020e594a20117b8ce25655cb9404def (patch)
treed35df89dc3ff4d7274c65f2ad52f697d83485c17 /devel
parent69470daa7d5b2af855c10933e7514ee82046a4ec (diff)
downloadpkgsrc-887f00ba2020e594a20117b8ce25655cb9404def.tar.gz
Import of p5-TimeDate-1.08, the perl5 TimeDate distribution.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-TimeDate/Makefile16
-rw-r--r--devel/p5-TimeDate/files/md53
-rw-r--r--devel/p5-TimeDate/pkg/COMMENT1
-rw-r--r--devel/p5-TimeDate/pkg/DESCR17
-rw-r--r--devel/p5-TimeDate/pkg/PLIST12
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