summaryrefslogtreecommitdiff
path: root/www/mod_gzip2
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_gzip2')
-rw-r--r--www/mod_gzip2/Makefile25
-rw-r--r--www/mod_gzip2/distinfo1
-rw-r--r--www/mod_gzip2/pkg-comment1
-rw-r--r--www/mod_gzip2/pkg-descr13
-rw-r--r--www/mod_gzip2/pkg-plist3
5 files changed, 0 insertions, 43 deletions
diff --git a/www/mod_gzip2/Makefile b/www/mod_gzip2/Makefile
deleted file mode 100644
index 1b2f5bc30502..000000000000
--- a/www/mod_gzip2/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: mod_gzip Apache module
-# Date created: Dec 13 2000
-# Whom: Mikhail Teterin <mi@aldan.algebra.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_gzip
-PORTVERSION= 1.3.19.2a
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= mod-gzip
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= sysadmin@alexdupre.com
-
-BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
-RUN_DEPENDS= ${APXS}:${APACHE_PORT}
-
-APXS?= ${LOCALBASE}/sbin/apxs
-APACHE_PORT?= ${PORTSDIR}/www/apache13
-
-ALL_TARGET= build
-
-.include <bsd.port.mk>
diff --git a/www/mod_gzip2/distinfo b/www/mod_gzip2/distinfo
deleted file mode 100644
index f5a19c6ad5f0..000000000000
--- a/www/mod_gzip2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (mod_gzip-1.3.19.2a.tgz) = a0f2247455953a961fe4dfc2e0beda50
diff --git a/www/mod_gzip2/pkg-comment b/www/mod_gzip2/pkg-comment
deleted file mode 100644
index d776397665e1..000000000000
--- a/www/mod_gzip2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An Internet Content Acceleration module for Apache
diff --git a/www/mod_gzip2/pkg-descr b/www/mod_gzip2/pkg-descr
deleted file mode 100644
index e27f24884a7b..000000000000
--- a/www/mod_gzip2/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-mod_gzip is an Internet Content Acceleration module for the popular
-Apache Web Server.
-
-mod_gzip uses the well established and publicly available IETF
-Content-Encoding standards in conjunction with publicy available GZIP
-compression libraries such as ZLIB to deliver dynamically compressed
-content 'on the fly' to any browser or user-agent that is capable of
-receiving it.
-
-WWW: http://sourceforge.net/projects/mod-gzip/
-
-- Alex Dupre
-sysadmin@alexdupre.com
diff --git a/www/mod_gzip2/pkg-plist b/www/mod_gzip2/pkg-plist
deleted file mode 100644
index d837399da5df..000000000000
--- a/www/mod_gzip2/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-libexec/apache/mod_gzip.so
-@exec %D/sbin/apxs -e -A -n gzip %f
-@unexec %D/sbin/apxs -e -A -n gzip %f