diff options
Diffstat (limited to 'www/mod_gzip2')
-rw-r--r-- | www/mod_gzip2/Makefile | 39 | ||||
-rw-r--r-- | www/mod_gzip2/distinfo | 2 | ||||
-rw-r--r-- | www/mod_gzip2/files/patch-Makefile | 24 | ||||
-rw-r--r-- | www/mod_gzip2/files/patch-mod_gzip | 10 | ||||
-rw-r--r-- | www/mod_gzip2/files/patch-zutil.h | 68 | ||||
-rw-r--r-- | www/mod_gzip2/pkg-descr | 12 |
6 files changed, 0 insertions, 155 deletions
diff --git a/www/mod_gzip2/Makefile b/www/mod_gzip2/Makefile deleted file mode 100644 index 35e5afdca5d4..000000000000 --- a/www/mod_gzip2/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: Stefan `Sec` Zehl <sec@42.org> -# $FreeBSD$ - -PORTNAME= mod_gzip2 -PORTVERSION= 2.1.0 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://www.gknw.net/development/apache/httpd-2.0/unix/modules/ -DISTNAME= mod_gzip-${PORTVERSION} - -MAINTAINER= sec@42.org -COMMENT= Apache 2.x Internet Content Acceleration module - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -#LICENSE= AL11 - -AP_FAST_BUILD= yes -AP_GENPLIST= yes -MAKE_ENV+= "APXS=${APXS}" -USES= apache:2.2+ gmake - -PORTDOCS= commands.txt samples.txt -PORTEXAMPLES= mod_gzip2.conf.sample - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-patch: - @${MV} ${WRKSRC}/mod_gzip.c ${WRKSRC}/${PORTNAME}.c - -post-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/my_cfg.txt ${STAGEDIR}${EXAMPLESDIR}/mod_gzip2.conf.sample - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/www/mod_gzip2/distinfo b/www/mod_gzip2/distinfo deleted file mode 100644 index dc4cfc07cc20..000000000000 --- a/www/mod_gzip2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mod_gzip-2.1.0.tar.gz) = 56bb3dafd0adc7ebf54fedf1f120974c3ea8bf3eb6190daf3baf393543718fdd -SIZE (mod_gzip-2.1.0.tar.gz) = 76887 diff --git a/www/mod_gzip2/files/patch-Makefile b/www/mod_gzip2/files/patch-Makefile deleted file mode 100644 index b97a7e94ec0b..000000000000 --- a/www/mod_gzip2/files/patch-Makefile +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.org 2005-05-12 04:25:40.000000000 +0200 -+++ Makefile 2008-06-27 01:08:33.000000000 +0200 -@@ -2,17 +2,17 @@ - TARGET=mod_gzip - - # the used tools --APXS=/usr/local/apache2/bin/apxs -+#APXS=/usr/local/apache2/bin/apxs - APACHECTL=/usr/local/apache2/bin/apachectl - - # additional defines, includes and libraries --LIBDIR=/usr/lib -+#LIBDIR=/usr/lib - #INC=-I/usr/include/zlib - LIB=-lz -L$(LIBDIR) - - # the default target --OPT=-Wc,-Wall --OPT+=-Wl,--rpath -Wl,$(LIBDIR) -+#OPT=-Wc,-Wall -+#OPT+=-Wl,--rpath -Wl,$(LIBDIR) - - # the default target - all: $(TARGET).la diff --git a/www/mod_gzip2/files/patch-mod_gzip b/www/mod_gzip2/files/patch-mod_gzip deleted file mode 100644 index 764a830b00b6..000000000000 --- a/www/mod_gzip2/files/patch-mod_gzip +++ /dev/null @@ -1,10 +0,0 @@ ---- mod_gzip.c.org 2005-05-11 03:13:14.000000000 +0200 -+++ mod_gzip.c 2008-06-27 01:13:37.000000000 +0200 -@@ -86,6 +86,7 @@ - /* included automatically at this point in a pre-2.0 compile... */ - - #include <sys/stat.h> /* For stat() call */ -+#include <unistd.h> - - /* Version information... */ - diff --git a/www/mod_gzip2/files/patch-zutil.h b/www/mod_gzip2/files/patch-zutil.h deleted file mode 100644 index 1049cdfbb13d..000000000000 --- a/www/mod_gzip2/files/patch-zutil.h +++ /dev/null @@ -1,68 +0,0 @@ ---- /dev/null 2008-06-29 21:37:16.000000000 -0700 -+++ zutil.h 2008-06-29 21:37:12.114407940 -0700 -@@ -0,0 +1,65 @@ -+/* zutil.h -- stripped version just containing OS_CODE -+ * Copyright (C) 1995-2005 Jean-loup Gailly. -+ * For conditions of distribution and use, see copyright notice in zlib.h -+ */ -+ -+/* WARNING: this file should *not* be used by applications. It is -+ part of the implementation of the compression library and is -+ subject to change. Applications should only use zlib.h. -+ */ -+ -+#ifndef ZUTIL_H -+#define ZUTIL_H -+ -+#define ZLIB_INTERNAL -+#include "zlib.h" -+ -+ /* target dependencies */ -+ -+#if defined(MSDOS) || (defined(WINDOWS) && !defined(WIN32)) -+# define OS_CODE 0x00 -+#endif -+ -+#ifdef AMIGA -+# define OS_CODE 0x01 -+#endif -+ -+#if defined(VAXC) || defined(VMS) -+# define OS_CODE 0x02 -+#endif -+ -+#if defined(ATARI) || defined(atarist) -+# define OS_CODE 0x05 -+#endif -+ -+#ifdef OS2 -+# define OS_CODE 0x06 -+# ifdef M_I86 -+ #include <malloc.h> -+# endif -+#endif -+ -+#if defined(MACOS) || defined(TARGET_OS_MAC) -+# define OS_CODE 0x07 -+#endif -+ -+#ifdef TOPS20 -+# define OS_CODE 0x0a -+#endif -+ -+#ifdef WIN32 -+# ifndef __CYGWIN__ /* Cygwin is Unix, not Win32 */ -+# define OS_CODE 0x0b -+# endif -+#endif -+ -+#ifdef __50SERIES /* Prime/PRIMOS */ -+# define OS_CODE 0x0f -+#endif -+ -+ /* common defaults */ -+ -+#ifndef OS_CODE -+# define OS_CODE 0x03 /* assume Unix */ -+#endif -+#endif diff --git a/www/mod_gzip2/pkg-descr b/www/mod_gzip2/pkg-descr deleted file mode 100644 index 794afa59a26c..000000000000 --- a/www/mod_gzip2/pkg-descr +++ /dev/null @@ -1,12 +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. - -This is the updated mod_gzip for apache version 2.0 and above. -It has better compression and better logging than the builtin module -mod_deflate. |