diff options
author | dougb <dougb@FreeBSD.org> | 2011-10-09 12:23:19 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-10-09 12:23:19 +0800 |
commit | 22e293e79b2736cd7daa2c270cf41d0920956f2f (patch) | |
tree | b137281673a68f3f2709ff65a352a92539810328 /www | |
parent | 9c2b7ba477c7a80750922c37bed854d6b4812c1d (diff) | |
download | freebsd-ports-gnome-22e293e79b2736cd7daa2c270cf41d0920956f2f.tar.gz freebsd-ports-gnome-22e293e79b2736cd7daa2c270cf41d0920956f2f.tar.zst freebsd-ports-gnome-22e293e79b2736cd7daa2c270cf41d0920956f2f.zip |
Remove p5- ports that have disappeared from CPAN
Approved by: perl@ (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-FormCanary/Makefile | 31 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-FormCanary/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-FormCanary/pkg-descr | 16 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-FormCanary/pkg-plist | 7 |
5 files changed, 0 insertions, 57 deletions
diff --git a/www/Makefile b/www/Makefile index f436833735b4..bd1be6776493 100644 --- a/www/Makefile +++ b/www/Makefile @@ -810,7 +810,6 @@ SUBDIR += p5-Catalyst-Plugin-ErrorCatcher SUBDIR += p5-Catalyst-Plugin-FillInForm SUBDIR += p5-Catalyst-Plugin-FormBuilder - SUBDIR += p5-Catalyst-Plugin-FormCanary SUBDIR += p5-Catalyst-Plugin-FormValidator SUBDIR += p5-Catalyst-Plugin-I18N SUBDIR += p5-Catalyst-Plugin-Log-Dispatch diff --git a/www/p5-Catalyst-Plugin-FormCanary/Makefile b/www/p5-Catalyst-Plugin-FormCanary/Makefile deleted file mode 100644 index 169bb045c144..000000000000 --- a/www/p5-Catalyst-Plugin-FormCanary/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Ports collection makefile for: p5-Catalyst-Plugin-FormCanary -# Date created: Jun 19, 2007 -# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= Catalyst-Plugin-FormCanary -PORTVERSION= 0.01 -CATEGORIES= www perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Check that forms are submitted from your site - -DEPRECATED= Disappear from CPAN -EXPIRATION_DATE= 2011-09-01 - -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session - -PERL_CONFIGURE= yes - -MAN3= Catalyst::Plugin::FormCanary.3 - -post-extract: - @${PERL} -i.bak -ne 'print unless m,build_requires,' ${WRKSRC}/Makefile.PL - -.include <bsd.port.mk> diff --git a/www/p5-Catalyst-Plugin-FormCanary/distinfo b/www/p5-Catalyst-Plugin-FormCanary/distinfo deleted file mode 100644 index 8a78999a8325..000000000000 --- a/www/p5-Catalyst-Plugin-FormCanary/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Catalyst-Plugin-FormCanary-0.01.tar.gz) = 9e4ff6a82b152b87ee0cb72ded9acfe2a7052918b7ce9caa068676f262421169 -SIZE (Catalyst-Plugin-FormCanary-0.01.tar.gz) = 27084 diff --git a/www/p5-Catalyst-Plugin-FormCanary/pkg-descr b/www/p5-Catalyst-Plugin-FormCanary/pkg-descr deleted file mode 100644 index 7dc6451ec692..000000000000 --- a/www/p5-Catalyst-Plugin-FormCanary/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -FormCanary will examine your outgoing HTML and add a canary value to -each form. When the form is submitted, the value of the canary is com- -pared against one saved in the session at page generation time. If the -canary that's sent doesn't match the one in the session (or there is no -canary at all), the request is halted. - -There is no way to get params into your application without a correct -canary. This is good for preventing "cross-site request attacks". - -This module is compatible with FormBuilder. Just drop it into your use -line and have secure submit-once-only forms. Yay. - -Inspired by: -http://www.25hoursaday.com/weblog/2007/06/05/WhatRubyOnRailsCanLearnFromASPNET.aspx - -WWW: http://search.cpan.org/dist/Catalyst-Plugin-FormCanary/ diff --git a/www/p5-Catalyst-Plugin-FormCanary/pkg-plist b/www/p5-Catalyst-Plugin-FormCanary/pkg-plist deleted file mode 100644 index a73ec7efe0ff..000000000000 --- a/www/p5-Catalyst-Plugin-FormCanary/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%SITE_PERL%%/Catalyst/Plugin/FormCanary.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/FormCanary/.packlist -@dirrmtry %%SITE_PERL%%/Catalyst/Plugin -@dirrmtry %%SITE_PERL%%/Catalyst -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/FormCanary -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst |