From owner-dev-commits-ports-main@freebsd.org Thu Apr 29 14:35:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 83C5C62A7AB; Thu, 29 Apr 2021 14:35:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FWJ232wzZz4jDL; Thu, 29 Apr 2021 14:35:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B9E31D0E7; Thu, 29 Apr 2021 14:35:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13TEZNdf050557; Thu, 29 Apr 2021 14:35:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13TEZN3m050556; Thu, 29 Apr 2021 14:35:23 GMT (envelope-from git) Date: Thu, 29 Apr 2021 14:35:23 GMT Message-Id: <202104291435.13TEZN3m050556@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: b70bac0f6ddf - main - devel/p5-Adapter-Async: Add p5-Adapter-Async 0.019 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b70bac0f6ddf2c1cdd024f8a545d89ac6dcf351c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2021 14:35:23 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b70bac0f6ddf2c1cdd024f8a545d89ac6dcf351c commit b70bac0f6ddf2c1cdd024f8a545d89ac6dcf351c Author: Po-Chuan Hsieh AuthorDate: 2021-04-29 14:09:59 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-04-29 14:23:28 +0000 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 --- devel/Makefile | 1 + devel/p5-Adapter-Async/Makefile | 32 ++++++++++++++++++++++++++++++++ devel/p5-Adapter-Async/distinfo | 3 +++ devel/p5-Adapter-Async/pkg-descr | 3 +++ devel/p5-Adapter-Async/pkg-plist | 19 +++++++++++++++++++ 5 files changed, 58 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 9ab9187c03b1..c3960581cb9d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-Adapter-Async/Makefile b/devel/p5-Adapter-Async/Makefile new file mode 100644 index 000000000000..373463cd54d8 --- /dev/null +++ b/devel/p5-Adapter-Async/Makefile @@ -0,0 +1,32 @@ +# Created by: Po-Chuan Hsieh + +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 diff --git a/devel/p5-Adapter-Async/distinfo b/devel/p5-Adapter-Async/distinfo new file mode 100644 index 000000000000..bdb23d05eded --- /dev/null +++ b/devel/p5-Adapter-Async/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1619569387 +SHA256 (Adapter-Async-0.019.tar.gz) = bcecb4992eeb3868c79992277d549199534514d4dcb8510225bfee1fdfed5e41 +SIZE (Adapter-Async-0.019.tar.gz) = 25017 diff --git a/devel/p5-Adapter-Async/pkg-descr b/devel/p5-Adapter-Async/pkg-descr new file mode 100644 index 000000000000..70137ec10003 --- /dev/null +++ b/devel/p5-Adapter-Async/pkg-descr @@ -0,0 +1,3 @@ +Adapter::Async provides a way to link a data source with a view. + +WWW: https://metacpan.org/release/Adapter-Async diff --git a/devel/p5-Adapter-Async/pkg-plist b/devel/p5-Adapter-Async/pkg-plist new file mode 100644 index 000000000000..510a89d2a583 --- /dev/null +++ b/devel/p5-Adapter-Async/pkg-plist @@ -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