git: 1976634cad08 - main - devel/p5-Eval-Quosure: Add p5-Eval-Quosure 0.001002

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 28 Jan 2025 17:05:57 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1976634cad0815d603624fddafb8f1cc01a6f87b

commit 1976634cad0815d603624fddafb8f1cc01a6f87b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-01-28 16:48:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-01-28 16:48:40 +0000

    devel/p5-Eval-Quosure: Add p5-Eval-Quosure 0.001002
    
    Eval::Quosure acts similar to R's "quosure". A "quosure" is an object that
    combines an expression and an environment in which the expression can be
    evaluated.
---
 devel/Makefile                  |  1 +
 devel/p5-Eval-Quosure/Makefile  | 28 ++++++++++++++++++++++++++++
 devel/p5-Eval-Quosure/distinfo  |  3 +++
 devel/p5-Eval-Quosure/pkg-descr |  3 +++
 devel/p5-Eval-Quosure/pkg-plist |  2 ++
 5 files changed, 37 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index af67785cfabc..10a98bcea302 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2545,6 +2545,7 @@
     SUBDIR += p5-Eval-Closure
     SUBDIR += p5-Eval-Context
     SUBDIR += p5-Eval-LineNumbers
+    SUBDIR += p5-Eval-Quosure
     SUBDIR += p5-Eval-WithLexicals
     SUBDIR += p5-Event
     SUBDIR += p5-Event-ExecFlow
diff --git a/devel/p5-Eval-Quosure/Makefile b/devel/p5-Eval-Quosure/Makefile
new file mode 100644
index 000000000000..2f1d1b89e9fb
--- /dev/null
+++ b/devel/p5-Eval-Quosure/Makefile
@@ -0,0 +1,28 @@
+PORTNAME=	Eval-Quosure
+PORTVERSION=	0.001002
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:SLOYD
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Evaluate within a caller environment
+WWW=		https://metacpan.org/dist/Eval-Quosure
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-PadWalker>=2.3:devel/p5-PadWalker \
+		p5-Safe-Isa>=1.000009:devel/p5-Safe-Isa \
+		p5-Sub-Quote>=2.005:devel/p5-Sub-Quote \
+		p5-Type-Tiny>=1.004004:devel/p5-Type-Tiny
+TEST_DEPENDS=	p5-Test-Simple>=1.302200:devel/p5-Test-Simple
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Eval-Quosure/distinfo b/devel/p5-Eval-Quosure/distinfo
new file mode 100644
index 000000000000..49eaa77de088
--- /dev/null
+++ b/devel/p5-Eval-Quosure/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1736671115
+SHA256 (Eval-Quosure-0.001002.tar.gz) = ae4d3872cca39c61f819a507801ad341fb89b4b45043400a598b2439b9f58a95
+SIZE (Eval-Quosure-0.001002.tar.gz) = 11311
diff --git a/devel/p5-Eval-Quosure/pkg-descr b/devel/p5-Eval-Quosure/pkg-descr
new file mode 100644
index 000000000000..18359ed5207e
--- /dev/null
+++ b/devel/p5-Eval-Quosure/pkg-descr
@@ -0,0 +1,3 @@
+Eval::Quosure acts similar to R's "quosure". A "quosure" is an object that
+combines an expression and an environment in which the expression can be
+evaluated.
diff --git a/devel/p5-Eval-Quosure/pkg-plist b/devel/p5-Eval-Quosure/pkg-plist
new file mode 100644
index 000000000000..9f6725d219db
--- /dev/null
+++ b/devel/p5-Eval-Quosure/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Eval/Quosure.pm
+%%PERL5_MAN3%%/Eval::Quosure.3.gz