mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Add devel/p5-Time-Out 0.11, an easy to use wrapper around alarm(3).
This commit is contained in:
parent
0d738cffd6
commit
622c2bc429
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264766
@ -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
|
||||
|
22
devel/p5-Time-Out/Makefile
Normal file
22
devel/p5-Time-Out/Makefile
Normal 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>
|
3
devel/p5-Time-Out/distinfo
Normal file
3
devel/p5-Time-Out/distinfo
Normal 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
|
4
devel/p5-Time-Out/pkg-descr
Normal file
4
devel/p5-Time-Out/pkg-descr
Normal 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/
|
6
devel/p5-Time-Out/pkg-plist
Normal file
6
devel/p5-Time-Out/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user