Initial import of DateTime-Format-Strptime-1.0700.
This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.
This commit is contained in:
parent
00f7dcf7ca
commit
7450ea7271
28
devel/p5-DateTime-Format-Strptime/Makefile
Normal file
28
devel/p5-DateTime-Format-Strptime/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/26 09:37:40 bernd Exp $
|
||||
|
||||
COMMENT= "parse and format strp and strf time patterns"
|
||||
|
||||
DISTNAME= DateTime-Format-Strptime-1.0700
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
||||
|
||||
RUN_DEPENDS= ::devel/p5-DateTime \
|
||||
::devel/p5-DateTime-Locale \
|
||||
::devel/p5-DateTime-TimeZone \
|
||||
::devel/p5-Params-Validate
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
REGRESS_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/p5-DateTime-Format-Strptime/distinfo
Normal file
4
devel/p5-DateTime-Format-Strptime/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (DateTime-Format-Strptime-1.0700.tar.gz) = fcda7127b01dcad43ca7cf30be9a1dc6
|
||||
RMD160 (DateTime-Format-Strptime-1.0700.tar.gz) = 8f8b1fc94a50676dd202e477d888d5e260189c7b
|
||||
SHA1 (DateTime-Format-Strptime-1.0700.tar.gz) = 28791945de321a8f3230ac81b644c488ec440d2e
|
||||
SIZE (DateTime-Format-Strptime-1.0700.tar.gz) = 26324
|
4
devel/p5-DateTime-Format-Strptime/pkg/DESCR
Normal file
4
devel/p5-DateTime-Format-Strptime/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
This module implements most of strptime(3), the POSIX function that is
|
||||
the reverse of strftime(3), for DateTime. While strftime takes a
|
||||
DateTime and a pattern and returns a string, strptime takes a string and
|
||||
a pattern and returns the DateTime object associated.
|
4
devel/p5-DateTime-Format-Strptime/pkg/PLIST
Normal file
4
devel/p5-DateTime-Format-Strptime/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/06/26 09:37:40 bernd Exp $
|
||||
${P5SITE}/DateTime/Format/
|
||||
${P5SITE}/DateTime/Format/Strptime.pm
|
||||
@man man/man3p/DateTime::Format::Strptime.3p
|
Loading…
Reference in New Issue
Block a user