Commit b51cdd11 authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/p5-Data-Thunk: Remove expired port

no updates in years, depends on expired devel/p5-Data-Swap
parent b6badd27
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5540,3 +5540,4 @@ www/cgicc||2026-07-31|Has expired: Unmaintained upstream
mail/py-afew||2026-07-31|Has expired: Fails to build with sphinx-9.0.4, does not support Python 3.13
devel/electron39||2026-07-31|Has expired: EOLed upstream, switch to newer version
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
+0 −1
Original line number Diff line number Diff line
@@ -2431,7 +2431,6 @@
    SUBDIR += p5-Data-TemporaryBag
    SUBDIR += p5-Data-Throttler
    SUBDIR += p5-Data-Throttler-Memcached
    SUBDIR += p5-Data-Thunk
    SUBDIR += p5-Data-TreeDumper
    SUBDIR += p5-Data-TreeDumper-Renderer-GTK
    SUBDIR += p5-Data-Types

devel/p5-Data-Thunk/Makefile

deleted100644 → 0
+0 −25
Original line number Diff line number Diff line
PORTNAME=	Data-Thunk
PORTVERSION=	0.07
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:FLORA
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Lazy/deferred evaluation - a sneakier Scalar::Defer
WWW=		https://metacpan.org/release/Data-Thunk

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Check-ISA>=0:devel/p5-Check-ISA \
		p5-Data-Swap>=0:devel/p5-Data-Swap \
		p5-Devel-Refcount>=0:devel/p5-Devel-Refcount \
		p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
		p5-Try-Tiny>=0:lang/p5-Try-Tiny \
		p5-UNIVERSAL-ref>=0:devel/p5-UNIVERSAL-ref \
		p5-namespace-clean>=0:devel/p5-namespace-clean

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>

devel/p5-Data-Thunk/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (Data-Thunk-0.07.tar.gz) = 0d079ce4c7c7640be9d1eff93d26540decb70557cc686464a154641744620dd4
SIZE (Data-Thunk-0.07.tar.gz) = 8152

devel/p5-Data-Thunk/pkg-descr

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
This is an implementation of thunks a la Scalar::Defer, but uses
Data::Swap and assignment to $_[0] in order to leave a minimal trace of
the thunk.
Loading