diff --git a/devel/p5-DateTime-Format-Strptime/Makefile b/devel/p5-DateTime-Format-Strptime/Makefile new file mode 100644 index 00000000000..dd827e92577 --- /dev/null +++ b/devel/p5-DateTime-Format-Strptime/Makefile @@ -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 diff --git a/devel/p5-DateTime-Format-Strptime/distinfo b/devel/p5-DateTime-Format-Strptime/distinfo new file mode 100644 index 00000000000..bdf182034dc --- /dev/null +++ b/devel/p5-DateTime-Format-Strptime/distinfo @@ -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 diff --git a/devel/p5-DateTime-Format-Strptime/pkg/DESCR b/devel/p5-DateTime-Format-Strptime/pkg/DESCR new file mode 100644 index 00000000000..b5c470fd50a --- /dev/null +++ b/devel/p5-DateTime-Format-Strptime/pkg/DESCR @@ -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. diff --git a/devel/p5-DateTime-Format-Strptime/pkg/PLIST b/devel/p5-DateTime-Format-Strptime/pkg/PLIST new file mode 100644 index 00000000000..46afbbd6dfe --- /dev/null +++ b/devel/p5-DateTime-Format-Strptime/pkg/PLIST @@ -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