SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
devel/p5-Date-Handler/Makefile
Normal file
13
devel/p5-Date-Handler/Makefile
Normal 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>
|
2
devel/p5-Date-Handler/distinfo
Normal file
2
devel/p5-Date-Handler/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Date-Handler-1.2.tar.gz) = w2/Sto1IwuF0F78oc8eIIPOuAkYP31l2uO6riH1Z4Ww=
|
||||
SIZE (Date-Handler-1.2.tar.gz) = 33473
|
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
|
||||
(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.
|
12
devel/p5-Date-Handler/pkg/PLIST
Normal file
12
devel/p5-Date-Handler/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue