summaryrefslogtreecommitdiff
path: root/www/mod_bunzip2
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_bunzip2')
-rw-r--r--www/mod_bunzip2/Makefile33
-rw-r--r--www/mod_bunzip2/distinfo2
-rw-r--r--www/mod_bunzip2/pkg-descr5
-rw-r--r--www/mod_bunzip2/pkg-message5
4 files changed, 0 insertions, 45 deletions
diff --git a/www/mod_bunzip2/Makefile b/www/mod_bunzip2/Makefile
deleted file mode 100644
index 5b947e9d87b1..000000000000
--- a/www/mod_bunzip2/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: mod_bunzip2
-# Date created: 26 January 2002
-# Whom: Tilman Linneweh <arved@FreeBSD.org>
-#
-# $FreeBSD$
-
-PORTNAME= mod_bunzip2
-PORTVERSION= 1
-CATEGORIES= www
-MASTER_SITES= http://oldach.net/
-DISTNAME= ${PORTNAME}
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= Apache module for server-side decompression of bzip2 files
-
-DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
-EXPIRATION_DATE= 2012-01-01
-
-MAKE_JOBS_SAFE= yes
-
-USE_APACHE= 13
-AP_FAST_BUILD= yes
-AP_GENPLIST= yes
-USE_BZIP2= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-2
-
-AP_LIB= -lbz2
-
-post-install:
- ${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/www/mod_bunzip2/distinfo b/www/mod_bunzip2/distinfo
deleted file mode 100644
index a46c7c37e797..000000000000
--- a/www/mod_bunzip2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mod_bunzip2.tar.bz2) = 78139a2eb6fae9a6c3d8ab017b6aa2c8fccf51d8b613df1569a6b300b084098f
-SIZE (mod_bunzip2.tar.bz2) = 11087
diff --git a/www/mod_bunzip2/pkg-descr b/www/mod_bunzip2/pkg-descr
deleted file mode 100644
index ff5e816e1669..000000000000
--- a/www/mod_bunzip2/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-mod_bunzip2 -- an Apache module implementing server-side decompression of bzip2
-compressed documents. Makes use of libbzip2 functionality.
-
-Author: Helge Oldach <mod_bunzip2@oldach.net>
-WWW: http://oldach.net
diff --git a/www/mod_bunzip2/pkg-message b/www/mod_bunzip2/pkg-message
deleted file mode 100644
index d1be7d1c46d3..000000000000
--- a/www/mod_bunzip2/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-You might want to add the following lines to your httpd.conf:
-
- LoadModule bunzip2_module libexec/apache/mod_bunzip2.so
- AddModule mod_bunzip2.c
- AddHandler send-gunzipped .html