summaryrefslogtreecommitdiff
path: root/www/mod_gzip2
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_gzip2')
-rw-r--r--www/mod_gzip2/Makefile42
-rw-r--r--www/mod_gzip2/distinfo4
-rw-r--r--www/mod_gzip2/pkg-comment1
-rw-r--r--www/mod_gzip2/pkg-descr9
-rw-r--r--www/mod_gzip2/pkg-plist7
5 files changed, 0 insertions, 63 deletions
diff --git a/www/mod_gzip2/Makefile b/www/mod_gzip2/Makefile
deleted file mode 100644
index cfc1aa7b34a7..000000000000
--- a/www/mod_gzip2/Makefile
+++ /dev/null
@@ -1,42 +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.1a
-CATEGORIES= www
-MASTER_SITES= http://www.remotecommunications.com/apache/mod_gzip/src/${PORTVERSION}/
-DISTFILES= ${PORTNAME}.c.gz
-EXTRACT_ONLY= ${DISTFILES:M*.gz}
-
-MAINTAINER= ports@FreeBSD.org
-
-BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
-RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
-
-.if !defined(NOPORTDOCS)
-DISTFILES+= changes.txt commands.txt samples.txt
-.endif
-
-NO_WRKSUBDIR= YES
-
-DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
-EXTRACT_AFTER_ARGS= > ${PORTNAME}.c
-
-do-build:
- cd ${WRKSRC} && ${LOCALBASE}/sbin/apxs -c ${PORTNAME}.c
-
-do-install:
- cd ${WRKSRC} && ${LOCALBASE}/sbin/apxs -A -i ${PORTNAME}.so
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
- @cd ${_DISTDIR} && ${INSTALL_DATA} ${DISTFILES:N*gz} \
- ${PREFIX}/share/doc/${PORTNAME}
-.endif
-
-.include <bsd.port.mk>
diff --git a/www/mod_gzip2/distinfo b/www/mod_gzip2/distinfo
deleted file mode 100644
index c64aa5d5679d..000000000000
--- a/www/mod_gzip2/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 (mod_gzip-1.3.19.1a/mod_gzip.c.gz) = 4213af3e9a6cf208fa29b04512ce7c75
-MD5 (mod_gzip-1.3.19.1a/changes.txt) = 2e8e0e9f753e886f5ce93f4cfca91fc7
-MD5 (mod_gzip-1.3.19.1a/commands.txt) = 67b10b917047747e0f209ae0317e8099
-MD5 (mod_gzip-1.3.19.1a/samples.txt) = 2b5a0521650dc87b789326d66ddbdee2
diff --git a/www/mod_gzip2/pkg-comment b/www/mod_gzip2/pkg-comment
deleted file mode 100644
index e7e1598847a6..000000000000
--- a/www/mod_gzip2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An Apache module that provides on-the fly gzipping for capable browsers
diff --git a/www/mod_gzip2/pkg-descr b/www/mod_gzip2/pkg-descr
deleted file mode 100644
index 4472b21fe2b7..000000000000
--- a/www/mod_gzip2/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-This apache's module detects the browsers capable of decompressing
-the objects on the fly and applies compression to pages, etc. sent
-to those browsers. This includes dynamicly generated content too.
-
-Due to browsers' bugs or for other reasons (gzip-ing a typical JPEG
-file is silly, for example) you may wish to disable compression of
-some MIME-types and mod_gzip allows you to do that.
-
-WWW: http://www.remotecommunications.com/apache/mod_gzip/
diff --git a/www/mod_gzip2/pkg-plist b/www/mod_gzip2/pkg-plist
deleted file mode 100644
index ed697b363c33..000000000000
--- a/www/mod_gzip2/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-libexec/apache/mod_gzip.so
-%%PORTDOCS%%share/doc/mod_gzip/samples.txt
-%%PORTDOCS%%share/doc/mod_gzip/commands.txt
-%%PORTDOCS%%share/doc/mod_gzip/changes.txt
-%%PORTDOCS%%@dirrm share/doc/mod_gzip
-@exec ${PKG_PREFIX}/sbin/apxs -e -A -n gzip mod_gzip.so; echo " enable the mod_gzip in Apache's config manually"
-@unexec ${PKG_PREFIX}/sbin/apxs -e -A -n gzip mod_gzip.so || echo " remove the mod_gzip from Apache's config manually"