mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Add p5-POE-XS-Queue-Array 0.001, XS implementation of POE::Queue::Array.
PR: ports/97903 Submitted by: Zach Thompson <hideo@lastamericanempire.com>
This commit is contained in:
parent
93ab03eb2c
commit
80b19c3e85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163474
@ -1137,6 +1137,7 @@
|
||||
SUBDIR += p5-POE-Devel-Profiler
|
||||
SUBDIR += p5-POE-Exceptions
|
||||
SUBDIR += p5-POE-Session-MultiDispatch
|
||||
SUBDIR += p5-POE-XS-Queue-Array
|
||||
SUBDIR += p5-PPerl
|
||||
SUBDIR += p5-PV
|
||||
SUBDIR += p5-PadWalker
|
||||
|
33
devel/p5-POE-XS-Queue-Array/Makefile
Normal file
33
devel/p5-POE-XS-Queue-Array/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: devel/p5-POE-XS-Queue-Array
|
||||
# Date created: 22 May 2006
|
||||
# Whom: Zach Thompson <hideo@lastamericanempire.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-XS-Queue-Array
|
||||
PORTVERSION= 0.001
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= POE
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= hideo@lastamericanempire.com
|
||||
COMMENT= XS implementation of POE::Queue::Array
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= POE::XS::Queue::Array.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
|
||||
RUN_DEPENDS+= ${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-POE-XS-Queue-Array/distinfo
Normal file
3
devel/p5-POE-XS-Queue-Array/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (POE-XS-Queue-Array-0.001.tar.gz) = 8a778f7dcc901dd6f3424537d54a96f2
|
||||
SHA256 (POE-XS-Queue-Array-0.001.tar.gz) = 77bff315075d319b5d95dbdf188392a42bfeee0c2bf60562c3475f1654924573
|
||||
SIZE (POE-XS-Queue-Array-0.001.tar.gz) = 10529
|
4
devel/p5-POE-XS-Queue-Array/pkg-descr
Normal file
4
devel/p5-POE-XS-Queue-Array/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This class is an implementation of the abstract POE::Queue interface.
|
||||
It implements a priority queue using C, with an XS interface supplied.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-XS-Queue-Array/
|
11
devel/p5-POE-XS-Queue-Array/pkg-plist
Normal file
11
devel/p5-POE-XS-Queue-Array/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/POE/XS/Queue/Array.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/XS/Queue/Array/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/XS/Queue/Array/Array.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/XS/Queue/Array/Array.so
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/XS/Queue/Array
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/XS/Queue
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/POE/XS/Queue
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/XS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/POE/XS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/POE
|
Loading…
Reference in New Issue
Block a user