1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add devel/p5-Time-Out 0.11, an easy to use wrapper around alarm(3).

This commit is contained in:
Anton Berezin 2010-11-18 13:43:33 +00:00
parent 0d738cffd6
commit 622c2bc429
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264766
5 changed files with 36 additions and 0 deletions

View File

@ -2337,6 +2337,7 @@
SUBDIR += p5-Time-Interval
SUBDIR += p5-Time-Local
SUBDIR += p5-Time-Object
SUBDIR += p5-Time-Out
SUBDIR += p5-Time-Period
SUBDIR += p5-Time-Piece
SUBDIR += p5-Time-Piece-Range

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: devel/p5-Time-Out
# Date created: 18 November 2010
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Time-Out
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Time
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Easily timeout long running operations
PERL_CONFIGURE= yes
MAN3= Time::Out.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Time-Out-0.11.tar.gz) = 02501f7c839c49d3693ed1217e0682e4
SHA256 (Time-Out-0.11.tar.gz) = 9396da698fd452d9ce60d642cda2108f11f20ed76c8961779ae11b897ae815d2
SIZE (Time-Out-0.11.tar.gz) = 3647

View File

@ -0,0 +1,4 @@
Time::Out provides an easy interface to alarm(2) based timeouts. Nested
timeouts are supported.
WWW: http://search.cpan.org/dist/Time-Out/

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/Time/Out.pm
%%SITE_PERL%%/Time/Out.pod
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Time/Out/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Time/Out
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Time
@dirrmtry %%SITE_PERL%%/Time