summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Compress
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Apache-Compress')
-rw-r--r--www/p5-Apache-Compress/Makefile42
-rw-r--r--www/p5-Apache-Compress/distinfo2
-rw-r--r--www/p5-Apache-Compress/files/patch-Makefile.PL21
-rw-r--r--www/p5-Apache-Compress/pkg-descr10
-rw-r--r--www/p5-Apache-Compress/pkg-plist7
5 files changed, 0 insertions, 82 deletions
diff --git a/www/p5-Apache-Compress/Makefile b/www/p5-Apache-Compress/Makefile
deleted file mode 100644
index 8e7e4412ee9f..000000000000
--- a/www/p5-Apache-Compress/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: p5-Apache-Compress
-# Date created: Sep 09 2003
-# Whom: Martin Matuska <mm@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Apache-Compress
-PORTVERSION= 1.005
-PORTREVISION= 1
-CATEGORIES= www perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= perl@FreeBSD.org
-COMMENT= Auto-compress web files with Gzip
-
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl
-
-DEPRECATED= depends on mod_perl
-EXPIRATION_DATE= 2012-01-01
-
-PERL_CONFIGURE= yes
-
-MAN3= Apache::Compress.3
-DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/Changes ${DOCSDIR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/www/p5-Apache-Compress/distinfo b/www/p5-Apache-Compress/distinfo
deleted file mode 100644
index 846bd92239b3..000000000000
--- a/www/p5-Apache-Compress/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Apache-Compress-1.005.tar.gz) = 8853f2d80396eb0f74d588f3200af7063611cc276539da6af61dd20ae4422697
-SIZE (Apache-Compress-1.005.tar.gz) = 12378
diff --git a/www/p5-Apache-Compress/files/patch-Makefile.PL b/www/p5-Apache-Compress/files/patch-Makefile.PL
deleted file mode 100644
index 261839428413..000000000000
--- a/www/p5-Apache-Compress/files/patch-Makefile.PL
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.PL.orig Tue Sep 9 20:16:44 2003
-+++ Makefile.PL Tue Sep 9 20:17:08 2003
-@@ -2,12 +2,12 @@
- use lib 't/lib'; # distributed here until changes are incorporated into the real version
- use Apache::test;
-
--my %params = Apache::test->get_test_params();
--chomp (my $cwd = `pwd`);
--Apache::test->write_httpd_conf
-- (%params,
-- include => do {local $/; <DATA>});
--*MY::test = sub { Apache::test->MM_test(%params) };
-+#my %params = Apache::test->get_test_params();
-+#chomp (my $cwd = `pwd`);
-+#Apache::test->write_httpd_conf
-+# (%params,
-+# include => do {local $/; <DATA>});
-+#*MY::test = sub { Apache::test->MM_test(%params) };
-
- my $module = 'Apache::Compress';
- my ($name, $dir);
diff --git a/www/p5-Apache-Compress/pkg-descr b/www/p5-Apache-Compress/pkg-descr
deleted file mode 100644
index a2286d764961..000000000000
--- a/www/p5-Apache-Compress/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-This module lets you send the content of an HTTP response as gzip-
-compressed data. Certain browsers (Netscape, IE) can request content
-compression via the `Content-Encoding' header. This can speed things up
-if you're sending large files to your users through slow connections.
-
-Browsers that don't request gzipped data will receive regular
-noncompressed data.
-
-This module is compatibile with Apache::Filter, so you can compress the
-output of other content-generators.
diff --git a/www/p5-Apache-Compress/pkg-plist b/www/p5-Apache-Compress/pkg-plist
deleted file mode 100644
index 355aacd3cee6..000000000000
--- a/www/p5-Apache-Compress/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-%%SITE_PERL%%/Apache/Compress.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Compress/.packlist
-%%PORTDOCS%%%%DOCSDIR%%/Changes
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Compress
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache
-@dirrmtry %%SITE_PERL%%/Apache