ports/153837: [NEW PORT] p5-Async-Interrupt: allow C/XS libraries to interrupt perl asynchronously

Mikhail T. michael at fun-box.ru
Mon Jan 10 08:20:10 UTC 2011


>Number:         153837
>Category:       ports
>Synopsis:       [NEW PORT] p5-Async-Interrupt: allow C/XS libraries to interrupt perl asynchronously
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 10 08:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail T.
>Release:        8.2-PRE
>Organization:
FunBox
>Environment:
FreeBSD fr1 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0 r216427: Tue Dec 14 15:19:59 MSK 2010     root at f4.fun-box.ru:/usr/obj/usr/src/sys/CUSTOM  amd64

>Description:
This module implements a single feature only of interest to advanced perl modules, namely asynchronous interruptions.
You can use this module by creating an Async::Interrupt object for each such event source. This object stores a perl and/or a C-level callback that is invoked when the Async::Interrupt object gets signalled. It is executed at the next time the perl interpreter is running (i.e. it will interrupt a computation, but not an XS function or a syscall).
>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./Makefile
#	./distinfo
#	./pkg-descr
#	./pkg-plist
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19'
X# New ports collection makefile for:	p5-Async-Interrupt
X# Date created:		2010-12-29
X# Whom:			Mikhail T. <michael at fun-box.ru>
X#
X
XPORTNAME=	Async-Interrupt
XPORTVERSION=	1.05
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	michael at fun-box.ru
XCOMMENT=	allow C/XS libraries to interrupt perl asynchronously
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Async::Interrupt.3
X
X.include <bsd.port.mk>
464ef7c6571951809b23e262cbe26e19
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2'
XSHA256 (Async-Interrupt-1.05.tar.gz) = 2177e125175cd80857bff7e70d928ab794391c244a7e598c6f4f82b85b66c7f1
XSIZE (Async-Interrupt-1.05.tar.gz) = 24706
aec8793adfd5b7c3f00e62ae41a09ac2
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5'
XThis module implements asynchronous notifications that enable you 
Xto signal running perl code from another thread, asynchronously, 
Xand sometimes even without using a single syscall.
X
XWWW:    http://search.cpan.org/dist/Async-Interrupt/
0e313719ff012ceaf97a028d51caa8f5
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'ef3e7f63841ae908ba397c2bef1fbad6'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Async/Interrupt/Interrupt.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Async/Interrupt/Interrupt.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/Async/Interrupt.pm
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Async/Interrupt
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Async
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Async
ef3e7f63841ae908ba397c2bef1fbad6
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list