Commit 2184ab67 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/p5-Catalyst-Controller-BindLex: Remove expired port

2026-05-08 www/p5-Catalyst-Controller-BindLex: Upstream unmaintained and declared to be dangerous to use
parent bb1bdf19
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5290,3 +5290,4 @@ devel/kyua||2026-05-07|Removed, kyua from base must be used for FreeBSD 14.x and
devel/sd-mux-ctrl||2026-05-08|Has expired: Upstream project is unmaintained as the Tizen project is no longer active
devel/py-rednose||2026-05-08|Has expired: Depends on unmaintained nosetests
devel/py-termstyle||2026-05-09|Has expired: Upstream project appears to be abandoned
www/p5-Catalyst-Controller-BindLex||2026-05-09|Has expired: Upstream unmaintained and declared to be dangerous to use
+0 −1
Original line number Diff line number Diff line
@@ -678,7 +678,6 @@
    SUBDIR += p5-Catalyst-Component-ACCEPT_CONTEXT
    SUBDIR += p5-Catalyst-Component-InstancePerContext
    SUBDIR += p5-Catalyst-Controller-ActionRole
    SUBDIR += p5-Catalyst-Controller-BindLex
    SUBDIR += p5-Catalyst-Controller-FormBuilder
    SUBDIR += p5-Catalyst-Controller-HTML-FormFu
    SUBDIR += p5-Catalyst-Controller-RateLimit
+0 −29
Original line number Diff line number Diff line
PORTNAME=	Catalyst-Controller-BindLex
DISTVERSION=	0.05
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MSTROUT
PKGNAMEPREFIX=	p5-

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Stash your lexical goodness
WWW=		https://metacpan.org/release/Catalyst-Controller-BindLex

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

DEPRECATED=		Upstream unmaintained and declared to be dangerous to use
EXPIRATION_DATE=	2026-05-08

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Catalyst-Runtime>=0:www/p5-Catalyst-Runtime \
		p5-Array-RefElem>=0:misc/p5-Array-RefElem \
		p5-Devel-Caller>=0:devel/p5-Devel-Caller \
		p5-Devel-LexAlias>=0:devel/p5-Devel-LexAlias \
		p5-PadWalker>=0:devel/p5-PadWalker

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1775639026
SHA256 (Catalyst-Controller-BindLex-0.05.tar.gz) = 716e60278f4d9d534b908c02b9674123359e837dce5b4fb6c0bb09229d2ae35a
SIZE (Catalyst-Controller-BindLex-0.05.tar.gz) = 22293
+0 −6
Original line number Diff line number Diff line
This plugin lets you put your lexicals on the stash and elsewhere very easily.

If you use the same name for two variables with the same storage binding
attribute they will be aliased to each other, so you can use this for reading
as well as writing values across controller subs. This is almost like sharing
your lexical scope.
Loading