summaryrefslogtreecommitdiff
path: root/devel/p5-Date-Calc
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>1999-12-28 12:08:17 +0000
committersimonb <simonb@pkgsrc.org>1999-12-28 12:08:17 +0000
commite8aac2ea18d95de0a69d45c4cb20c63da18304fc (patch)
tree49db0a64b8929cb3e42dea43098d8de83f5304d0 /devel/p5-Date-Calc
parent8ad83e61c99ceea8389c6129643da98c24196e3f (diff)
downloadpkgsrc-e8aac2ea18d95de0a69d45c4cb20c63da18304fc.tar.gz
Import of p5-Date-Calc-4.2 - a perl5 date calculation module.
Diffstat (limited to 'devel/p5-Date-Calc')
-rw-r--r--devel/p5-Date-Calc/Makefile17
-rw-r--r--devel/p5-Date-Calc/files/md53
-rw-r--r--devel/p5-Date-Calc/pkg/COMMENT1
-rw-r--r--devel/p5-Date-Calc/pkg/DESCR13
-rw-r--r--devel/p5-Date-Calc/pkg/PLIST-md.shared5
-rw-r--r--devel/p5-Date-Calc/pkg/PLIST-md.static4
-rw-r--r--devel/p5-Date-Calc/pkg/PLIST-mi4
7 files changed, 47 insertions, 0 deletions
diff --git a/devel/p5-Date-Calc/Makefile b/devel/p5-Date-Calc/Makefile
new file mode 100644
index 00000000000..5407c9d5eaf
--- /dev/null
+++ b/devel/p5-Date-Calc/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/12/28 12:08:17 simonb Exp $
+#
+
+DISTNAME= Date-Calc-4.2
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.engelschall.com/u/sb/download/
+
+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-Date-Calc/files/md5 b/devel/p5-Date-Calc/files/md5
new file mode 100644
index 00000000000..cf3ce1c6ed4
--- /dev/null
+++ b/devel/p5-Date-Calc/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/12/28 12:08:17 simonb Exp $
+
+MD5 (Date-Calc-4.2.tar.gz) = 0a475b3130fd06b3e00d91547197e021
diff --git a/devel/p5-Date-Calc/pkg/COMMENT b/devel/p5-Date-Calc/pkg/COMMENT
new file mode 100644
index 00000000000..d601253ce8a
--- /dev/null
+++ b/devel/p5-Date-Calc/pkg/COMMENT
@@ -0,0 +1 @@
+perl5 module for Gregorian calendar date calculations
diff --git a/devel/p5-Date-Calc/pkg/DESCR b/devel/p5-Date-Calc/pkg/DESCR
new file mode 100644
index 00000000000..867c647061d
--- /dev/null
+++ b/devel/p5-Date-Calc/pkg/DESCR
@@ -0,0 +1,13 @@
+This is the perl5 Date-Calc distribution. It requires perl version
+5.000 or later
+
+This package consists of a C library and a Perl module (which uses
+the C library, internally) for all kinds of date calculations based
+on the Gregorian calendar (the one used in all western countries today),
+thereby complying with all relevant norms and standards: ISO/R 2015-1971,
+DIN 1355 and, to some extent, ISO 8601 (where applicable).
+
+The module of course handles year numbers of 2000 and above correctly
+("Year 2000" or "Y2K" compliance) -- actually all year numbers from 1
+to the largest positive integer representable on your system (which
+is at least 32767) can be dealt with.
diff --git a/devel/p5-Date-Calc/pkg/PLIST-md.shared b/devel/p5-Date-Calc/pkg/PLIST-md.shared
new file mode 100644
index 00000000000..e4d92e7fed5
--- /dev/null
+++ b/devel/p5-Date-Calc/pkg/PLIST-md.shared
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST-md.shared,v 1.1.1.1 1999/12/28 12:08:17 simonb Exp $
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Date/Calc/.packlist
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Date/Calc/Calc.bs
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Date/Calc/Calc.so
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Date/Calc
diff --git a/devel/p5-Date-Calc/pkg/PLIST-md.static b/devel/p5-Date-Calc/pkg/PLIST-md.static
new file mode 100644
index 00000000000..bd664b3ff90
--- /dev/null
+++ b/devel/p5-Date-Calc/pkg/PLIST-md.static
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST-md.static,v 1.1.1.1 1999/12/28 12:08:17 simonb Exp $
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Date/Calc/Calc.a
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Date/Calc/extralibs.ld
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Date/Calc
diff --git a/devel/p5-Date-Calc/pkg/PLIST-mi b/devel/p5-Date-Calc/pkg/PLIST-mi
new file mode 100644
index 00000000000..4d788c842bf
--- /dev/null
+++ b/devel/p5-Date-Calc/pkg/PLIST-mi
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST-mi,v 1.1.1.1 1999/12/28 12:08:17 simonb Exp $
+lib/perl5/man/man3/Date::Calc.3
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Date/Calc/.packlist
+lib/perl5/site_perl/Date/Calc.pm