This module is intended to provide a general-purpose date and

datetime type for perl. You have a Class::Date class for absolute
date and datetime, and have a Class::Date::Rel class for relative
dates.

You can use ``+'', ``-'', ``<'' and ``>'' operators as with native
perl data types.
This commit is contained in:
Hiramatsu Yoshifumi 2004-09-27 21:57:38 +00:00 committed by Thomas Klausner
parent a69a1c375c
commit 4607a3fda5
4 changed files with 31 additions and 0 deletions

7
p5-Class-Date/DESCR Normal file
View file

@ -0,0 +1,7 @@
This module is intended to provide a general-purpose date and
datetime type for perl. You have a Class::Date class for absolute
date and datetime, and have a Class::Date::Rel class for relative
dates.
You can use ``+'', ``-'', ``<'' and ``>'' operators as with native
perl data types.

19
p5-Class-Date/Makefile Normal file
View file

@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/09/27 21:57:38 jgoamakf Exp $
DISTNAME= Class-Date-1.1.7
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cld
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Class-Date/
COMMENT= Perl class for easy date and time manipulation
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/Date/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

1
p5-Class-Date/PLIST Normal file
View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/27 21:57:38 jgoamakf Exp $

4
p5-Class-Date/distinfo Normal file
View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2004/09/27 21:57:38 jgoamakf Exp $
SHA1 (Class-Date-1.1.7.tar.gz) = 1f34236f87892254fbc04918104c237839aada4f
Size (Class-Date-1.1.7.tar.gz) = 27828 bytes