diff --git a/math/Makefile b/math/Makefile index a90f1b85a702..822c50fbe425 100644 --- a/math/Makefile +++ b/math/Makefile @@ -59,6 +59,7 @@ SUBDIR += p5-AI-Perceptron SUBDIR += p5-Bit-ShiftReg SUBDIR += p5-Bit-Vector + SUBIDR += p5-Date-Handler SUBDIR += p5-Math-Bezier SUBDIR += p5-Math-BigIntFast SUBDIR += p5-Math-Currency diff --git a/math/p5-Date-Handler/Makefile b/math/p5-Date-Handler/Makefile new file mode 100644 index 000000000000..95add961362b --- /dev/null +++ b/math/p5-Date-Handler/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Date-Handler +# Date Created: 25 Aug 2001 +# Whom: Shell Hung +# +# $FreeBSD$ +# +# Considering this module for calculating date, so +# I putted it into 'math' and not 'devel' or other + +PORTNAME= Date-Handler +PORTVERSION= 0.08 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Date +PKGNAMEPREFIX= p5- + +MAINTAINER= shell@shellhung.org + +PERL_CONFIGURE= yes + +MAN3= Date::Handler.3 Date::Handler::Delta.3 \ + Date::Handler::Range.3 Date::Handler::Test.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include diff --git a/math/p5-Date-Handler/distinfo b/math/p5-Date-Handler/distinfo new file mode 100644 index 000000000000..71f05359c089 --- /dev/null +++ b/math/p5-Date-Handler/distinfo @@ -0,0 +1 @@ +MD5 (Date-Handler-0.08.tar.gz) = 32e4d294495a020687f2adfbd4941b34 diff --git a/math/p5-Date-Handler/pkg-comment b/math/p5-Date-Handler/pkg-comment new file mode 100644 index 000000000000..fe9c5e014bb9 --- /dev/null +++ b/math/p5-Date-Handler/pkg-comment @@ -0,0 +1 @@ +Perl module for calculating time differences diff --git a/math/p5-Date-Handler/pkg-descr b/math/p5-Date-Handler/pkg-descr new file mode 100644 index 000000000000..4c610ef48fc0 --- /dev/null +++ b/math/p5-Date-Handler/pkg-descr @@ -0,0 +1,6 @@ +Date::Handler is a container for dates that holds all the methods +to transform itself from Timezone to Timezone and format itself. +It uses operator overloading and Delta date objects to calculates +time differences. + +WWW: http://search.cpan.org/search?dist=Date-Handler diff --git a/math/p5-Date-Handler/pkg-plist b/math/p5-Date-Handler/pkg-plist new file mode 100644 index 000000000000..d219319dbbf3 --- /dev/null +++ b/math/p5-Date-Handler/pkg-plist @@ -0,0 +1,11 @@ +lib/perl5/site_perl/%%PERL_VER%%/Date/Handler.pm +lib/perl5/site_perl/%%PERL_VER%%/Date/Handler.pod +lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Constants.pm +lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Delta.pm +lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Range.pm +lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Test.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Handler/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Handler +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Date/Handler +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true