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

www/p5-Catalyst-Plugin-FormBuilder: Remove expired port

2024-04-13 www/p5-Catalyst-Plugin-FormBuilder: Deprecated by upstream
parent 97f46701
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3175,3 +3175,4 @@ x11-wm/kwinft|x11-wm/theseus-ship|2024-04-13|Project renamed
textproc/spiff||2024-04-13|Has expired: Active development of this port has been ceased
www/p5-libservlet||2024-04-13|Has expired: Upstream unmaintained and last release was in 2001
textproc/libparsifal||2024-04-13|Has expired: Upsrteam no longer available including WWW and distfile
www/p5-Catalyst-Plugin-FormBuilder||2024-04-13|Has expired: Deprecated by upstream
+0 −1
Original line number Diff line number Diff line
@@ -683,7 +683,6 @@
    SUBDIR += p5-Catalyst-Plugin-Email
    SUBDIR += p5-Catalyst-Plugin-ErrorCatcher
    SUBDIR += p5-Catalyst-Plugin-FillInForm
    SUBDIR += p5-Catalyst-Plugin-FormBuilder
    SUBDIR += p5-Catalyst-Plugin-FormValidator
    SUBDIR += p5-Catalyst-Plugin-I18N
    SUBDIR += p5-Catalyst-Plugin-Log-Dispatch
+0 −25
Original line number Diff line number Diff line
PORTNAME=	Catalyst-Plugin-FormBuilder
PORTVERSION=	1.07
PORTREVISION=	3
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	FormBuilder for Catalyst
WWW=		https://metacpan.org/release/Catalyst-Plugin-FormBuilder

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

DEPRECATED=	Deprecated by upstream
EXPIRATION_DATE=2024-04-13

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7:www/p5-Catalyst-Runtime \
		p5-CGI-FormBuilder>=3.02:www/p5-CGI-FormBuilder

USES=		perl5 tar:tgz
USE_PERL5=	configure

.include <bsd.port.mk>
+0 −2
Original line number Diff line number Diff line
SHA256 (Catalyst-Plugin-FormBuilder-1.07.tgz) = 40bf0ef703d980be739e87f879629d6ae73de3a41a561c81f6831fcd7770fad2
SIZE (Catalyst-Plugin-FormBuilder-1.07.tgz) = 7830
+0 −7
Original line number Diff line number Diff line
Catalyst::Plugin::FormBuilder - Catalyst FormBuilder Plugin

This plugin merges the functionality of CGI::FormBuilder with Catalyst
and Template Toolkit. This gives you access to all of FormBuilder's
niceties, such as controllable field stickiness, multilingual support,
and Javascript generation. For more details, see CGI::FormBuilder or
the website at: http://www.formbuilder.org
Loading