SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,13 @@
COMMENT= perl module for calculates time differences
MODULES= cpan
PKG_ARCH= *
VERSION= 1.2
DISTNAME= Date-Handler-${VERSION}
REVISION= 2
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Date-Handler-1.2.tar.gz) = w2/Sto1IwuF0F78oc8eIIPOuAkYP31l2uO6riH1Z4Ww=
SIZE (Date-Handler-1.2.tar.gz) = 33473

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
(Szabo, Balazs) <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 @@
${P5SITE}/Date/
${P5SITE}/Date/Handler/
${P5SITE}/Date/Handler.pm
${P5SITE}/Date/Handler.pod
${P5SITE}/Date/Handler/Constants.pm
${P5SITE}/Date/Handler/Delta.pm
${P5SITE}/Date/Handler/Range.pm
${P5SITE}/Date/Handler/Test.pm
@man man/man3p/Date::Handler.3p
@man man/man3p/Date::Handler::Delta.3p
@man man/man3p/Date::Handler::Range.3p
@man man/man3p/Date::Handler::Test.3p