Initial import of Date-Handler-0.08

---

Date::Handler is a container for dates that holds all the methods
to transform itself from Timezone to Timezone and format itself.

Date::Handler is implemented in pure Perl using POSIX modules, it
encapsulates the environment variable TZ for it's time zone management
so you don't have to play with it externally in the implementation.

It uses operator overloading and Delta date objects to calculates
time differences.
This commit is contained in:
shell 2001-08-24 19:25:48 +00:00
parent 245ce1b97f
commit cde0335755
4 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/24 19:25:48 shell Exp $
COMMENT= "perl module for calculates time differences"
VERSION= 0.08
DISTNAME= Date-Handler-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.443
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Date
MAINTAINER= Shell Hung <shell@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Date-Handler-0.08.tar.gz) = 32e4d294495a020687f2adfbd4941b34
RMD160 (Date-Handler-0.08.tar.gz) = ab3aa82956fd88b9cf4eae45b283d1f1eecac87a
SHA1 (Date-Handler-0.08.tar.gz) = c07325769e44595f81c14e4c65e1f05aacaa25a4

View File

@ -0,0 +1,11 @@
Date::Handler is a container for dates that holds all the methods
to transform itself from Timezone to Timezone and format itself.
This module idea comes from an original version written by dLux
(Szabó, Balázs) <dlux@kapu.hu> in his module Class::Date.
Date::Handler is implemented in pure Perl using POSIX modules, it
encapsulates the environment variable TZ for it's time zone management
so you don't have to play with it externally in the implementation.
It uses operator overloading and Delta date objects to calculates
time differences.

View File

@ -0,0 +1,12 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/08/24 19:25:48 shell Exp $
libdata/perl5/site_perl/Date/Handler.pm
libdata/perl5/site_perl/Date/Handler.pod
libdata/perl5/site_perl/Date/Handler/Constants.pm
libdata/perl5/site_perl/Date/Handler/Delta.pm
libdata/perl5/site_perl/Date/Handler/Range.pm
libdata/perl5/site_perl/Date/Handler/Test.pm
man/man3/Date::Handler.3p
man/man3/Date::Handler::Delta.3p
man/man3/Date::Handler::Range.3p
man/man3/Date::Handler::Test.3p
@dirrm libdata/perl5/site_perl/Date/Handler