diff options
Diffstat (limited to 'www/mod_gzip2')
-rw-r--r-- | www/mod_gzip2/Makefile | 34 | ||||
-rw-r--r-- | www/mod_gzip2/distinfo | 3 | ||||
-rw-r--r-- | www/mod_gzip2/pkg-descr | 13 | ||||
-rw-r--r-- | www/mod_gzip2/pkg-plist | 20 |
4 files changed, 0 insertions, 70 deletions
diff --git a/www/mod_gzip2/Makefile b/www/mod_gzip2/Makefile deleted file mode 100644 index a9582444c26e..000000000000 --- a/www/mod_gzip2/Makefile +++ /dev/null @@ -1,34 +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.26.1a -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= mod-gzip -EXTRACT_SUFX= .tgz - -MAINTAINER= ale@FreeBSD.org -COMMENT= An Internet Content Acceleration module for Apache - -USE_APACHE= yes -MAKE_ENV+= "APXS=${APXS}" -ALL_TARGET= build - -post-patch: - @${REINPLACE_CMD} 's|-Wc,-Wall,-O3,-fomit-frame-pointer,-pipe||' \ - ${WRKSRC}/Makefile - -post-install: - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/mod_gzip.conf.sample ${EXAMPLESDIR} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/manual/english/* ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/www/mod_gzip2/distinfo b/www/mod_gzip2/distinfo deleted file mode 100644 index 46c5448cd6bc..000000000000 --- a/www/mod_gzip2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mod_gzip-1.3.26.1a.tgz) = 080ccc5d789ed5efa0c0a7625e4fa02d -SHA256 (mod_gzip-1.3.26.1a.tgz) = db9dd1c621f86d19145a2d7e9ad255f54fad067924744926478f9e72e8deaef5 -SIZE (mod_gzip-1.3.26.1a.tgz) = 137394 diff --git a/www/mod_gzip2/pkg-descr b/www/mod_gzip2/pkg-descr deleted file mode 100644 index fa726081e469..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 -ale@FreeBSD.org diff --git a/www/mod_gzip2/pkg-plist b/www/mod_gzip2/pkg-plist deleted file mode 100644 index 45274e10e7ad..000000000000 --- a/www/mod_gzip2/pkg-plist +++ /dev/null @@ -1,20 +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 -%%PORTDOCS%%share/doc/mod_gzip/browser.htm -%%PORTDOCS%%share/doc/mod_gzip/cache.htm -%%PORTDOCS%%share/doc/mod_gzip/config.htm -%%PORTDOCS%%share/doc/mod_gzip/encoding.htm -%%PORTDOCS%%share/doc/mod_gzip/enhancements.htm -%%PORTDOCS%%share/doc/mod_gzip/extern.gif -%%PORTDOCS%%share/doc/mod_gzip/firewalls.htm -%%PORTDOCS%%share/doc/mod_gzip/index.htm -%%PORTDOCS%%share/doc/mod_gzip/links.htm -%%PORTDOCS%%share/doc/mod_gzip/mod_gzip_logo.gif -%%PORTDOCS%%share/doc/mod_gzip/status.htm -%%PORTDOCS%%share/doc/mod_gzip/valid-css.png -%%PORTDOCS%%share/doc/mod_gzip/valid-xhtml11.png -%%PORTDOCS%%share/doc/mod_gzip/versions.htm -share/examples/mod_gzip/mod_gzip.conf.sample -@dirrm share/examples/mod_gzip -%%PORTDOCS%%@dirrm share/doc/mod_gzip |