- initial import of Time-modules-2003.1126

Time-modules contains the following modules:

 Time::CTime - ctime, strftime, and asctime
 Time::JulianDay - Julian calendar manipulations
 Time::ParseDate - reverses strftime and also understands relative times
 Time::Timezone - miscellaneous timezone manipulations routines
 Time::DaysInMonth - simply report the number of days in a month
This commit is contained in:
msf 2005-04-01 21:45:42 +00:00
parent d1e3458e81
commit 35657da2b6
4 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/04/01 21:45:42 msf Exp $
COMMENT= "object oriented time interface"
DISTNAME= Time-modules-2003.1126
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@kisoku.net>
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Time-modules-2003.1126.tar.gz) = b3bda3a2935c2d7d099c8001f583c4cb
RMD160 (Time-modules-2003.1126.tar.gz) = 6786aeca784b92674f25a605d766674055bfefd3
SHA1 (Time-modules-2003.1126.tar.gz) = c6996386642678a2d0c8eaa28ecb5b564c8ccb6c
SIZE (Time-modules-2003.1126.tar.gz) = 22296

View File

@ -0,0 +1,7 @@
Time-modules contains the following modules:
Time::CTime - ctime, strftime, and asctime
Time::JulianDay - Julian calendar manipulations
Time::ParseDate - reverses strftime and also understands relative times
Time::Timezone - miscellaneous timezone manipulations routines
Time::DaysInMonth - simply report the number of days in a month

View File

@ -0,0 +1,12 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/04/01 21:45:42 msf Exp $
${P5SITE}/Time/
${P5SITE}/Time/CTime.pm
${P5SITE}/Time/DaysInMonth.pm
${P5SITE}/Time/JulianDay.pm
${P5SITE}/Time/ParseDate.pm
${P5SITE}/Time/Timezone.pm
@man man/man3p/Time::CTime.3p
@man man/man3p/Time::DaysInMonth.3p
@man man/man3p/Time::JulianDay.3p
@man man/man3p/Time::ParseDate.3p
@man man/man3p/Time::Timezone.3p