Commit 40aa4e26 authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/p5-Data-Swap: Remove expired port

2026-08-01 devel/p5-Data-Swap: uses hidden Perl functions that are hidden after 5.37.0
parent 3d869c1a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5542,3 +5542,4 @@ devel/electron39||2026-07-31|Has expired: EOLed upstream, switch to newer versio
www/p5-Apache-DB||2026-08-02|Has expired: uses hidden Perl functions that are hidden after 5.37.0
devel/p5-Data-Thunk||2026-08-02|Removed: no updates in years, depends on expired devel/p5-Data-Swap
math/p5-Set-IntSpan-Fast-XS||2026-08-02|Removed: no updates in years, depends on expired devel/p5-Data-Swap
devel/p5-Data-Swap||2026-08-02|Has expired: uses hidden Perl functions that are hidden after 5.37.0
+0 −1
Original line number Diff line number Diff line
@@ -2425,7 +2425,6 @@
    SUBDIR += p5-Data-Stag
    SUBDIR += p5-Data-Stream-Bulk
    SUBDIR += p5-Data-Structure-Util
    SUBDIR += p5-Data-Swap
    SUBDIR += p5-Data-Table
    SUBDIR += p5-Data-Taxonomy-Tags
    SUBDIR += p5-Data-TemporaryBag

devel/p5-Data-Swap/Makefile

deleted100644 → 0
+0 −19
Original line number Diff line number Diff line
PORTNAME=	Data-Swap
PORTVERSION=	0.08
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	parv@pair.com
COMMENT=	XS module to swap the contents and types of referenced variables
WWW=		https://metacpan.org/release/Data-Swap

USES=		perl5
USE_PERL5=	configure

BROKEN=         uses hidden Perl functions that are hidden after 5.37.0
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2026-08-01

.include <bsd.port.mk>

devel/p5-Data-Swap/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (Data-Swap-0.08.tar.gz) = e688ea3e3e9a77df5c98f4e5b21381697b7d459f70ca33f9832225ee60a6cae1
SIZE (Data-Swap-0.08.tar.gz) = 27003

devel/p5-Data-Swap/pkg-descr

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
Paraphrased from the Data:Swap's documentation  ...

Data::Swap (XS) module allows to swap the contents of two referenced
variables, even if they have different types.  The main application is
to change the base type of an object after it has been created, for
example for dynamic loading of data structures:

      swap $self, bless $replacement, $newclass;
Loading