import p5-Time-TimeDate-1.10

reviewed by brad@
--
This is the perl5 TimeDate distribution.

This distribution replaces the earlier GetDate distribution, which
was only a date parser. The date parser contained in this distribution
is far superior to the yacc based parser, and a *lot* fatser.

The parser contained here will only parse absolute dates, if you
want a date parser that can parse relative dates then take a look
at the Time modules by David Muir on CPAN.
This commit is contained in:
avsm 2000-09-16 14:56:05 +00:00
parent a3f84b5622
commit c4d6f79f8a
5 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/16 14:56:05 avsm Exp $
DISTNAME= TimeDate-1.10
PKGNAME= p5-Time-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.330
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Time
MAINTAINER= avsm@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
ALL_TARGET= test
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (TimeDate-1.10.tar.gz) = 59c57fb3494c18dd8d6e0252a41564b9
RMD160 (TimeDate-1.10.tar.gz) = a02b58f38a018e2754a576571ae75d29b3867122
SHA1 (TimeDate-1.10.tar.gz) = db332b218a343de452d575fc4aba1fbe42bd510f

View File

@ -0,0 +1 @@
library for parsing and formatting dates and times

View File

@ -0,0 +1,9 @@
This is the perl5 TimeDate distribution.
This distribution replaces the earlier GetDate distribution, which
was only a date parser. The date parser contained in this distribution
is far superior to the yacc based parser, and a *lot* fatser.
The parser contained here will only parse absolute dates, if you
want a date parser that can parse relative dates then take a look
at the Time modules by David Muir on CPAN.

View File

@ -0,0 +1,19 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/09/16 14:56:06 avsm Exp $
libdata/perl5/site_perl/Date/Format.pm
libdata/perl5/site_perl/Date/Language.pm
libdata/perl5/site_perl/Date/Language/Austrian.pm
libdata/perl5/site_perl/Date/Language/Czech.pm
libdata/perl5/site_perl/Date/Language/Dutch.pm
libdata/perl5/site_perl/Date/Language/English.pm
libdata/perl5/site_perl/Date/Language/French.pm
libdata/perl5/site_perl/Date/Language/German.pm
libdata/perl5/site_perl/Date/Language/Italian.pm
libdata/perl5/site_perl/Date/Language/Norwegian.pm
libdata/perl5/site_perl/Date/Parse.pm
libdata/perl5/site_perl/Time/Zone.pm
libdata/perl5/site_perl/${ARCH}-openbsd/auto/TimeDate/.packlist
man/man3/Date::Format.3p
man/man3/Date::Parse.3p
man/man3/Time::Zone.3p
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/TimeDate
@dirrm libdata/perl5/site_perl/Date/Language