Initial import of Date-Simple 3.00

This module may be used to create simple date objects. It
only handles dates within the range of Unix time. It will
only allow the creation of objects for valid dates.
Attempting to create an invalid date will return undef.

from Sam Smith <S at msmith.net>
This commit is contained in:
sturm 2004-04-11 11:55:39 +00:00
parent 1c2fa234b3
commit 254156604d
4 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/04/11 11:55:39 sturm Exp $
COMMENT= "Manipulate simple date objects"
NOT_FOR_ARCHS=${NO_SHARED_ARCHS}
DISTNAME= Date-Simple-3.00
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
MAINTAINER= Sam Smith <S@msmith.net>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Date-Simple-3.00.tar.gz) = af960663045077810739f7e2beab6239
RMD160 (Date-Simple-3.00.tar.gz) = a09f827b4711362171bee3e39f53a9115ade8cbd
SHA1 (Date-Simple-3.00.tar.gz) = 0994ea20f7a003d2f927e84629fc3016f1cde81e

View File

@ -0,0 +1,5 @@
This module may be used to create simple date objects. It
only handles dates within the range of Unix time. It will
only allow the creation of objects for valid dates.
Attempting to create an invalid date will return undef.

View File

@ -0,0 +1,21 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/04/11 11:55:39 sturm Exp $
${P5ARCH}/Date/Simple.pm
${P5ARCH}/Date/Simple/D8.pm
${P5ARCH}/Date/Simple/Fmt.pm
${P5ARCH}/Date/Simple/ISO.pm
${P5ARCH}/Date/Simple/NoXS.pm
@comment ${P5ARCH}/auto/Date/Simple/.packlist
${P5ARCH}/auto/Date/Simple/Simple.bs
${P5ARCH}/auto/Date/Simple/Simple.so
man/man3p/Date::Simple.3p
man/man3p/Date::Simple::D8.3p
man/man3p/Date::Simple::Fmt.3p
man/man3p/Date::Simple::ISO.3p
man/man3p/Date::Simple::NoXS.3p
@dirrm man/man3p
@dirrm ${P5ARCH}/auto/Date/Simple
@dirrm ${P5ARCH}/auto/Date
@dirrm ${P5ARCH}/auto
@dirrm ${P5ARCH}/Date/Simple
@dirrm ${P5ARCH}/Date
@dirrm ${P5ARCH}