import p5-Time-Duration-Parse

Time::Duration::Parse is a module to parse human readable duration
strings like "2 minutes and 3 seconds" to seconds.
This commit is contained in:
simon 2008-05-17 17:43:50 +00:00
parent 4bb3086d3c
commit 3627411825
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/05/17 17:43:50 simon Exp $
COMMENT = parse strings that represent time durations
DISTNAME = Time-Duration-Parse-0.05
CATEGORIES = devel
MODULES = cpan
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::devel/p5-Exporter-Lite
REGRESS_DEPENDS = ::devel/p5-Time-Duration
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Time-Duration-Parse-0.05.tar.gz) = IBvrcfans7Zrrcm0+P63cg==
RMD160 (Time-Duration-Parse-0.05.tar.gz) = dS71UonCNEI5wZQ7P0aPAeiZ4M8=
SHA1 (Time-Duration-Parse-0.05.tar.gz) = Zz7nhDqBqf204dgNFg5oau6v6dI=
SHA256 (Time-Duration-Parse-0.05.tar.gz) = SYTG11Q5+1jpr9veRCXqjwhLs5V1IirYyKXG0aK1XdE=
SIZE (Time-Duration-Parse-0.05.tar.gz) = 18572

View File

@ -0,0 +1,2 @@
Time::Duration::Parse is a module to parse human readable duration
strings like "2 minutes and 3 seconds" to seconds.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/05/17 17:43:50 simon Exp $
${P5SITE}/Time/
${P5SITE}/Time/Duration/
${P5SITE}/Time/Duration/Parse.pm
@man man/man3p/Time::Duration::Parse.3p