From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 03:48:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 6A2336B29F4; Tue, 21 Sep 2021 03:48:35 +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 4HD6pq0cKFz4cxF; Tue, 21 Sep 2021 03:48:35 +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 E6DED1CBDB; Tue, 21 Sep 2021 03:48:34 +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 18L3mYN7016978; Tue, 21 Sep 2021 03:48:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18L3mYal016977; Tue, 21 Sep 2021 03:48:34 GMT (envelope-from git) Date: Tue, 21 Sep 2021 03:48:34 GMT Message-Id: <202109210348.18L3mYal016977@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: 99dc85299b48 - main - devel/p5-Syntax-Keyword-Dynamically: Add p5-Syntax-Keyword-Dynamically 0.09 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: 99dc85299b48a637195a175fbfaab1fadfe25409 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 03:48:35 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=99dc85299b48a637195a175fbfaab1fadfe25409 commit 99dc85299b48a637195a175fbfaab1fadfe25409 Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 03:05:57 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-21 03:35:06 +0000 devel/p5-Syntax-Keyword-Dynamically: Add p5-Syntax-Keyword-Dynamically 0.09 Syntax::Keyword::Dynamically provides a syntax plugin that implements a single keyword, dynamically, which alters the behaviour of a scalar assignment operation. Syntactically and semantically it is similar to the built-in perl keyword local, but is implemented somewhat differently to give two key advantages over regular local: - You can dynamically assign to lvalue functions and accessors. - You can dynamically assign to regular lexical variables. WWW: https://metacpan.org/dist/Syntax-Keyword-Dynamically --- devel/Makefile | 1 + devel/p5-Syntax-Keyword-Dynamically/Makefile | 25 +++++++++++++++++++++++++ devel/p5-Syntax-Keyword-Dynamically/distinfo | 3 +++ devel/p5-Syntax-Keyword-Dynamically/pkg-descr | 9 +++++++++ devel/p5-Syntax-Keyword-Dynamically/pkg-plist | 3 +++ 5 files changed, 41 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 38fcc164fc36..171aa75ee4cc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3294,6 +3294,7 @@ SUBDIR += p5-Symbol-Get SUBDIR += p5-Symbol-Global-Name SUBDIR += p5-Symbol-Util + SUBDIR += p5-Syntax-Keyword-Dynamically SUBDIR += p5-Syntax-Keyword-Gather SUBDIR += p5-Syntax-Keyword-Junction SUBDIR += p5-Syntax-Keyword-Try diff --git a/devel/p5-Syntax-Keyword-Dynamically/Makefile b/devel/p5-Syntax-Keyword-Dynamically/Makefile new file mode 100644 index 000000000000..47761b9f7b64 --- /dev/null +++ b/devel/p5-Syntax-Keyword-Dynamically/Makefile @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= Syntax-Keyword-Dynamically +PORTVERSION= 0.09 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Dynamically change the value of a variable + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-XS-Parse-Keyword>=0.13:devel/p5-XS-Parse-Keyword + +USES= perl5 +USE_PERL5= modbuild + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Syntax/Keyword/Dynamically/Dynamically.so + +.include diff --git a/devel/p5-Syntax-Keyword-Dynamically/distinfo b/devel/p5-Syntax-Keyword-Dynamically/distinfo new file mode 100644 index 000000000000..1d70c37e4d07 --- /dev/null +++ b/devel/p5-Syntax-Keyword-Dynamically/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632036818 +SHA256 (Syntax-Keyword-Dynamically-0.09.tar.gz) = 70000075749302ea3d9fbc440e20374452ebea48667fd1b6a5b076ab8a7eea50 +SIZE (Syntax-Keyword-Dynamically-0.09.tar.gz) = 25212 diff --git a/devel/p5-Syntax-Keyword-Dynamically/pkg-descr b/devel/p5-Syntax-Keyword-Dynamically/pkg-descr new file mode 100644 index 000000000000..7c9ecc195b41 --- /dev/null +++ b/devel/p5-Syntax-Keyword-Dynamically/pkg-descr @@ -0,0 +1,9 @@ +Syntax::Keyword::Dynamically provides a syntax plugin that implements a single +keyword, dynamically, which alters the behaviour of a scalar assignment +operation. Syntactically and semantically it is similar to the built-in perl +keyword local, but is implemented somewhat differently to give two key +advantages over regular local: +- You can dynamically assign to lvalue functions and accessors. +- You can dynamically assign to regular lexical variables. + +WWW: https://metacpan.org/dist/Syntax-Keyword-Dynamically diff --git a/devel/p5-Syntax-Keyword-Dynamically/pkg-plist b/devel/p5-Syntax-Keyword-Dynamically/pkg-plist new file mode 100644 index 000000000000..a7a3b579d049 --- /dev/null +++ b/devel/p5-Syntax-Keyword-Dynamically/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_ARCH%%/Syntax/Keyword/Dynamically.pm +%%SITE_ARCH%%/auto/Syntax/Keyword/Dynamically/Dynamically.so +%%PERL5_MAN3%%/Syntax::Keyword::Dynamically.3.gz