mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
devel/p5-Adapter-Async: Add p5-Adapter-Async 0.019
Adapter::Async provides a way to link a data source with a view. WWW: https://metacpan.org/release/Adapter-Async
This commit is contained in:
parent
cb124de0aa
commit
b70bac0f6d
@ -1656,6 +1656,7 @@
|
||||
SUBDIR += p5-Acme-Comment
|
||||
SUBDIR += p5-Acme-Damn
|
||||
SUBDIR += p5-Acme-MetaSyntactic
|
||||
SUBDIR += p5-Adapter-Async
|
||||
SUBDIR += p5-Agent
|
||||
SUBDIR += p5-Algorithm-Accounting
|
||||
SUBDIR += p5-Algorithm-Annotate
|
||||
|
32
devel/p5-Adapter-Async/Makefile
Normal file
32
devel/p5-Adapter-Async/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= Adapter-Async
|
||||
PORTVERSION= 0.019
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:TEAM
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Provide a way to link a data source with a view
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Future>=0.30:devel/p5-Future \
|
||||
p5-List-BinarySearch>=0.25:devel/p5-List-BinarySearch \
|
||||
p5-Log-Any>=0:devel/p5-Log-Any \
|
||||
p5-Mixin-Event-Dispatch>=1.006:devel/p5-Mixin-Event-Dispatch \
|
||||
p5-Variable-Disposition>=0.004:devel/p5-Variable-Disposition \
|
||||
p5-curry>=0:devel/p5-curry
|
||||
TEST_DEPENDS= p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \
|
||||
p5-Test-Fatal>=0.010:devel/p5-Test-Fatal
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Adapter-Async/distinfo
Normal file
3
devel/p5-Adapter-Async/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1619569387
|
||||
SHA256 (Adapter-Async-0.019.tar.gz) = bcecb4992eeb3868c79992277d549199534514d4dcb8510225bfee1fdfed5e41
|
||||
SIZE (Adapter-Async-0.019.tar.gz) = 25017
|
3
devel/p5-Adapter-Async/pkg-descr
Normal file
3
devel/p5-Adapter-Async/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Adapter::Async provides a way to link a data source with a view.
|
||||
|
||||
WWW: https://metacpan.org/release/Adapter-Async
|
19
devel/p5-Adapter-Async/pkg-plist
Normal file
19
devel/p5-Adapter-Async/pkg-plist
Normal file
@ -0,0 +1,19 @@
|
||||
%%SITE_PERL%%/Adapter/Async.pm
|
||||
%%SITE_PERL%%/Adapter/Async/Bus.pm
|
||||
%%SITE_PERL%%/Adapter/Async/Bus.pod
|
||||
%%SITE_PERL%%/Adapter/Async/Model.pm
|
||||
%%SITE_PERL%%/Adapter/Async/OrderedList.pm
|
||||
%%SITE_PERL%%/Adapter/Async/OrderedList.pod
|
||||
%%SITE_PERL%%/Adapter/Async/OrderedList/Array.pm
|
||||
%%SITE_PERL%%/Adapter/Async/OrderedList/Array.pod
|
||||
%%SITE_PERL%%/Adapter/Async/UnorderedMap.pm
|
||||
%%SITE_PERL%%/Adapter/Async/UnorderedMap.pod
|
||||
%%SITE_PERL%%/Adapter/Async/UnorderedMap/Hash.pm
|
||||
%%SITE_PERL%%/Adapter/Async/UnorderedMap/Hash.pod
|
||||
%%PERL5_MAN3%%/Adapter::Async.3.gz
|
||||
%%PERL5_MAN3%%/Adapter::Async::Bus.3.gz
|
||||
%%PERL5_MAN3%%/Adapter::Async::Model.3.gz
|
||||
%%PERL5_MAN3%%/Adapter::Async::OrderedList.3.gz
|
||||
%%PERL5_MAN3%%/Adapter::Async::OrderedList::Array.3.gz
|
||||
%%PERL5_MAN3%%/Adapter::Async::UnorderedMap.3.gz
|
||||
%%PERL5_MAN3%%/Adapter::Async::UnorderedMap::Hash.3.gz
|
Loading…
Reference in New Issue
Block a user