Initial import of p5-TimeDate 1.16

This module replaces my 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.
This commit is contained in:
kevlo 2004-12-10 03:24:22 +00:00
parent e7c33bbea3
commit e880619b11
4 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/10 03:24:22 kevlo Exp $
COMMENT= "module containing a faster date parser for absolute date"
DISTNAME= TimeDate-1.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (TimeDate-1.16.tar.gz) = b3cc35a7cabd106ac8829d2f2ff4bd9d
RMD160 (TimeDate-1.16.tar.gz) = 9486bd25768dd82a6597409a57a2a9ec34973f70
SHA1 (TimeDate-1.16.tar.gz) = 36875a6cb20585d0589e2fccade04fae6e0db372

View File

@ -0,0 +1,7 @@
This module replaces my 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,34 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/10 03:24:22 kevlo Exp $
${P5SITE}/Date/
${P5SITE}/Date/Format.pm
${P5SITE}/Date/Language/
${P5SITE}/Date/Language.pm
${P5SITE}/Date/Language/Afar.pm
${P5SITE}/Date/Language/Amharic.pm
${P5SITE}/Date/Language/Austrian.pm
${P5SITE}/Date/Language/Brazilian.pm
${P5SITE}/Date/Language/Chinese_GB.pm
${P5SITE}/Date/Language/Czech.pm
${P5SITE}/Date/Language/Danish.pm
${P5SITE}/Date/Language/Dutch.pm
${P5SITE}/Date/Language/English.pm
${P5SITE}/Date/Language/Finnish.pm
${P5SITE}/Date/Language/French.pm
${P5SITE}/Date/Language/Gedeo.pm
${P5SITE}/Date/Language/German.pm
${P5SITE}/Date/Language/Greek.pm
${P5SITE}/Date/Language/Italian.pm
${P5SITE}/Date/Language/Norwegian.pm
${P5SITE}/Date/Language/Oromo.pm
${P5SITE}/Date/Language/Sidama.pm
${P5SITE}/Date/Language/Somali.pm
${P5SITE}/Date/Language/Swedish.pm
${P5SITE}/Date/Language/Tigrinya.pm
${P5SITE}/Date/Language/TigrinyaEritrean.pm
${P5SITE}/Date/Language/TigrinyaEthiopian.pm
${P5SITE}/Date/Parse.pm
${P5SITE}/Time/
${P5SITE}/Time/Zone.pm
@man man/man3p/Date::Format.3p
@man man/man3p/Date::Parse.3p
@man man/man3p/Time::Zone.3p