- update p5-DateTime-Format-Builder to 0.7901

This commit is contained in:
jasper 2008-10-08 12:41:46 +00:00
parent 4933b53391
commit c5e9e1a931
3 changed files with 23 additions and 10 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2007/09/16 02:53:04 merdely Exp $
# $OpenBSD: Makefile,v 1.4 2008/10/08 12:41:46 jasper Exp $
COMMENT= create DateTime parser classes and objects
MODULES= cpan
DISTNAME= DateTime-Format-Builder-0.7807
DISTNAME= DateTime-Format-Builder-0.7901
CATEGORIES= devel
# perl
@ -14,8 +14,8 @@ PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Params-Validate \
::devel/p5-Class-Factory-Util \
::devel/p5-DateTime-Format-Strptime
::devel/p5-DateTime-Format-Strptime \
::devel/p5-Task-Weaken
# intentionally no p5-DateTime-Format-IBeat, what's the use ?
REGRESS_DEPENDS=::devel/p5-DateTime-Format-HTTP \
@ -23,4 +23,9 @@ REGRESS_DEPENDS=::devel/p5-DateTime-Format-HTTP \
CONFIGURE_STYLE=modbuild
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-DateTime-Format-Builder
${INSTALL_DATA} ${WRKSRC}/examples/*.pm \
${PREFIX}/share/examples/p5-DateTime-Format-Builder
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (DateTime-Format-Builder-0.7807.tar.gz) = T27mcMq5RNsEkucMqN874w==
RMD160 (DateTime-Format-Builder-0.7807.tar.gz) = YV3lK/Nyoszej0yAFpq61nz2Fro=
SHA1 (DateTime-Format-Builder-0.7807.tar.gz) = YmfPQRgzEpag+//ZWt8ZdCA8Q3w=
SHA256 (DateTime-Format-Builder-0.7807.tar.gz) = sC3Jk6pY6H5mi89FFyxbkBSwa8Xc3FeZ3OZexHN+2Ew=
SIZE (DateTime-Format-Builder-0.7807.tar.gz) = 48307
MD5 (DateTime-Format-Builder-0.7901.tar.gz) = Q0ByhSN83DzdLAi5NiKRmA==
RMD160 (DateTime-Format-Builder-0.7901.tar.gz) = iA0BQ7w4TqzDEjusrkeBphlzQ5M=
SHA1 (DateTime-Format-Builder-0.7901.tar.gz) = v4hIb4EaEsulV0sJPCGjMKY9768=
SHA256 (DateTime-Format-Builder-0.7901.tar.gz) = 7qMXSXvxaAPY0t5WX5fU975mXLZtOjMOcm7SAl9C9CM=
SIZE (DateTime-Format-Builder-0.7901.tar.gz) = 49218

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/12 18:00:56 espie Exp $
@comment $OpenBSD: PLIST,v 1.2 2008/10/08 12:41:46 jasper Exp $
${P5SITE}/DateTime/Format/Builder/
${P5SITE}/DateTime/Format/Builder.pm
${P5SITE}/DateTime/Format/Builder.pod
@ -18,3 +18,11 @@ ${P5SITE}/DateTime/Format/Builder/Tutorial.pod
@man man/man3p/DateTime::Format::Builder::Parser::Strptime.3p
@man man/man3p/DateTime::Format::Builder::Parser::generic.3p
@man man/man3p/DateTime::Format::Builder::Tutorial.3p
share/examples/p5-DateTime-Format-Builder/
share/examples/p5-DateTime-Format-Builder/Apache.pm
share/examples/p5-DateTime-Format-Builder/Fall.pm
share/examples/p5-DateTime-Format-Builder/ICal.pm
share/examples/p5-DateTime-Format-Builder/MySQL.pm
share/examples/p5-DateTime-Format-Builder/Simple.pm
share/examples/p5-DateTime-Format-Builder/Tivoli.pm
share/examples/p5-DateTime-Format-Builder/W3CDTF.pm