summaryrefslogtreecommitdiff
path: root/www/p5-MasonX-Apache2Handler
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-MasonX-Apache2Handler')
-rw-r--r--www/p5-MasonX-Apache2Handler/Makefile35
-rw-r--r--www/p5-MasonX-Apache2Handler/distinfo2
-rw-r--r--www/p5-MasonX-Apache2Handler/files/patch-Makefile.PL12
-rw-r--r--www/p5-MasonX-Apache2Handler/files/patch-lib-MasonX-Apache2Handler.pm11
-rw-r--r--www/p5-MasonX-Apache2Handler/pkg-descr7
-rw-r--r--www/p5-MasonX-Apache2Handler/pkg-plist8
6 files changed, 0 insertions, 75 deletions
diff --git a/www/p5-MasonX-Apache2Handler/Makefile b/www/p5-MasonX-Apache2Handler/Makefile
deleted file mode 100644
index 657cadf1e8dc..000000000000
--- a/www/p5-MasonX-Apache2Handler/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: www/p5-MasonX-Apache2Handler
-# Date created: June 5, 2004
-# Whom: Autrijus Tang <autrijus@autrijus.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= MasonX-Apache2Handler
-PORTVERSION= 0.05
-PORTREVISION= 1
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= MasonX
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Mason/mod_perl2 interface
-
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/ModPerl/Config.pm:${PORTSDIR}/www/mod_perl2 \
- ${SITE_PERL}/${PERL_ARCH}/Apache2/Apache/Cookie.pm:${PORTSDIR}/www/p5-libapreq2 \
- ${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-
-BROKEN= Broken due the new mod_perl2 API
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2005-09-22
-
-MAN3= MasonX::Apache2Handler.3 MasonX::Mason-with-mod_perl2.3
-
-post-patch:
- ${FIND} ${WRKSRC} -name '*.orig' | ${XARGS} ${RM}
-
-.include <bsd.port.mk>
diff --git a/www/p5-MasonX-Apache2Handler/distinfo b/www/p5-MasonX-Apache2Handler/distinfo
deleted file mode 100644
index 80749d534f06..000000000000
--- a/www/p5-MasonX-Apache2Handler/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (MasonX-Apache2Handler-0.05.tar.gz) = 64fbb393e3e9a3a28e39827e74e9b11d
-SIZE (MasonX-Apache2Handler-0.05.tar.gz) = 74113
diff --git a/www/p5-MasonX-Apache2Handler/files/patch-Makefile.PL b/www/p5-MasonX-Apache2Handler/files/patch-Makefile.PL
deleted file mode 100644
index 47aa3202ff99..000000000000
--- a/www/p5-MasonX-Apache2Handler/files/patch-Makefile.PL
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.PL.orig Thu Sep 23 18:16:48 2004
-+++ Makefile.PL Thu Sep 23 18:17:14 2004
-@@ -14,6 +14,9 @@
- *EOF*
- sleep 3;
-
-+# Detect PREREQ_PM if they are installed in Apache2/.
-+eval { require Apache2 };
-+
- WriteMakefile(
- NAME => 'MasonX::Apache2Handler',
- VERSION_FROM => 'lib/MasonX/Apache2Handler.pm', # finds $VERSION
diff --git a/www/p5-MasonX-Apache2Handler/files/patch-lib-MasonX-Apache2Handler.pm b/www/p5-MasonX-Apache2Handler/files/patch-lib-MasonX-Apache2Handler.pm
deleted file mode 100644
index 447a25380765..000000000000
--- a/www/p5-MasonX-Apache2Handler/files/patch-lib-MasonX-Apache2Handler.pm
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/MasonX/Apache2Handler.pm Thu Sep 23 17:26:41 2004
-+++ lib/MasonX/Apache2Handler.pm Thu Sep 23 17:26:54 2004
-@@ -615,7 +615,7 @@
- if (exists $allowed_params->{data_dir} and not exists $params{data_dir})
- {
- # constructs path to <server root>/mason
-- my $def = $defaults{data_dir} = Apache->server->server_root_relative('mason');
-+ my $def = $defaults{data_dir} = File::Spec->catfile(Apache::ServerUtil::server_root(), 'mason');
- param_error "Default data_dir (MasonDataDir) '$def' must be an absolute path"
- unless File::Spec->file_name_is_absolute($def);
-
diff --git a/www/p5-MasonX-Apache2Handler/pkg-descr b/www/p5-MasonX-Apache2Handler/pkg-descr
deleted file mode 100644
index a94373dfa949..000000000000
--- a/www/p5-MasonX-Apache2Handler/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-MasonX::Apache2Handler is a Mason add-on which allows Mason to run
-in a pure mod_perl2 environment.
-
-Author: Beau E. Cox
-WWW: http://search.cpan.org/dist/MasonX-Apache2Handler/
-
---- Autrijus Tang <autrijus@autrijus.org>
diff --git a/www/p5-MasonX-Apache2Handler/pkg-plist b/www/p5-MasonX-Apache2Handler/pkg-plist
deleted file mode 100644
index 39aaa1913adb..000000000000
--- a/www/p5-MasonX-Apache2Handler/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-%%SITE_PERL%%/MasonX/Mason-with-mod_perl2.pod
-%%SITE_PERL%%/MasonX/Request2.pm
-%%SITE_PERL%%/MasonX/Apache2Handler.pm
-%%SITE_PERL%%/MasonX/Buffer2.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX/Apache2Handler/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX/Apache2Handler
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX 2>/dev/null || true
-@dirrm %%SITE_PERL%%/MasonX