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:
parent
245ce1b97f
commit
cde0335755
22
devel/p5-Date-Handler/Makefile
Normal file
22
devel/p5-Date-Handler/Makefile
Normal 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>
|
3
devel/p5-Date-Handler/files/md5
Normal file
3
devel/p5-Date-Handler/files/md5
Normal 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
|
11
devel/p5-Date-Handler/pkg/DESCR
Normal file
11
devel/p5-Date-Handler/pkg/DESCR
Normal 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.
|
12
devel/p5-Date-Handler/pkg/PLIST
Normal file
12
devel/p5-Date-Handler/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user