1
0
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:
Anton Berezin 2006-05-26 11:47:53 +00:00
parent 93ab03eb2c
commit 80b19c3e85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163474
5 changed files with 52 additions and 0 deletions

View File

@ -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

View 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>

View 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

View 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/

View 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