Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2026 05:29:24 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4fd6384333f4 - main - devel/p5-Sub-HandlesVia-XS: Add p5-Sub-HandlesVia-XS 0.003004
Message-ID:  <6a13de34.345e9.5c3c1b68@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4fd6384333f43d149117903efcc4160a40b1948e

commit 4fd6384333f43d149117903efcc4160a40b1948e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-25 05:21:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-25 05:21:58 +0000

    devel/p5-Sub-HandlesVia-XS: Add p5-Sub-HandlesVia-XS 0.003004
    
    Sub::HandlesVia will make use of Sub::HandlesVia::XS when it can.
---
 devel/Makefile                       |  1 +
 devel/p5-Sub-HandlesVia-XS/Makefile  | 26 ++++++++++++++++++++++++++
 devel/p5-Sub-HandlesVia-XS/distinfo  |  3 +++
 devel/p5-Sub-HandlesVia-XS/pkg-descr |  1 +
 devel/p5-Sub-HandlesVia-XS/pkg-plist |  3 +++
 5 files changed, 34 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 47e00ad5b35d..ed0bf847b4a9 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3568,6 +3568,7 @@
     SUBDIR += p5-Sub-Exporter-Lexical
     SUBDIR += p5-Sub-Exporter-Progressive
     SUBDIR += p5-Sub-HandlesVia
+    SUBDIR += p5-Sub-HandlesVia-XS
     SUBDIR += p5-Sub-Identify
     SUBDIR += p5-Sub-Infix
     SUBDIR += p5-Sub-Info
diff --git a/devel/p5-Sub-HandlesVia-XS/Makefile b/devel/p5-Sub-HandlesVia-XS/Makefile
new file mode 100644
index 000000000000..7ef8f65b8238
--- /dev/null
+++ b/devel/p5-Sub-HandlesVia-XS/Makefile
@@ -0,0 +1,26 @@
+PORTNAME=	Sub-HandlesVia-XS
+PORTVERSION=	0.003004
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:TOBYINK
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	XS parts for Sub::HandlesVia; no user-serviceable parts inside
+WWW=		https://metacpan.org/dist/Sub-HandlesVia-XS
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE_GPLv1+ =	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Type-Tiny>=2.010001:devel/p5-Type-Tiny
+TEST_DEPENDS=	p5-Test-Simple>=1.302200:devel/p5-Test-Simple
+
+USES=		perl5
+USE_PERL5=	configure
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sub/HandlesVia/XS/XS.so
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Sub-HandlesVia-XS/distinfo b/devel/p5-Sub-HandlesVia-XS/distinfo
new file mode 100644
index 000000000000..e30fede000c6
--- /dev/null
+++ b/devel/p5-Sub-HandlesVia-XS/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1779605223
+SHA256 (Sub-HandlesVia-XS-0.003004.tar.gz) = f854d358ea0d872cc09fa9c2b368fa070dc7898289b58fc9f1553abdbf85fb08
+SIZE (Sub-HandlesVia-XS-0.003004.tar.gz) = 167095
diff --git a/devel/p5-Sub-HandlesVia-XS/pkg-descr b/devel/p5-Sub-HandlesVia-XS/pkg-descr
new file mode 100644
index 000000000000..021dd398419f
--- /dev/null
+++ b/devel/p5-Sub-HandlesVia-XS/pkg-descr
@@ -0,0 +1 @@
+Sub::HandlesVia will make use of Sub::HandlesVia::XS when it can.
diff --git a/devel/p5-Sub-HandlesVia-XS/pkg-plist b/devel/p5-Sub-HandlesVia-XS/pkg-plist
new file mode 100644
index 000000000000..8046a64aafa9
--- /dev/null
+++ b/devel/p5-Sub-HandlesVia-XS/pkg-plist
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/Sub/HandlesVia/XS.pm
+%%SITE_ARCH%%/auto/Sub/HandlesVia/XS/XS.so
+%%PERL5_MAN3%%/Sub::HandlesVia::XS.3.gz


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a13de34.345e9.5c3c1b68>