diff options
Diffstat (limited to 'www/mod_gzip')
-rw-r--r-- | www/mod_gzip/Makefile | 44 | ||||
-rw-r--r-- | www/mod_gzip/distinfo | 2 | ||||
-rw-r--r-- | www/mod_gzip/pkg-descr | 10 |
3 files changed, 0 insertions, 56 deletions
diff --git a/www/mod_gzip/Makefile b/www/mod_gzip/Makefile deleted file mode 100644 index ba86912b3497..000000000000 --- a/www/mod_gzip/Makefile +++ /dev/null @@ -1,44 +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= SF/mod-gzip/mod-gzip13x/${PORTNAME}-${PORTVERSION} -PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} -EXTRACT_SUFX= .tgz - -MAINTAINER= ale@FreeBSD.org -COMMENT= An Internet Content Acceleration module for Apache - -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 - -PORTDOCS= *.htm *.png *.gif -PORTEXAMPLES= ${PORTNAME}.conf.sample - -post-patch: - @${REINPLACE_CMD} 's|-Wc,-Wall,-O3,-fomit-frame-pointer,-pipe||' ${WRKSRC}/Makefile - -post-install: -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR}/ - @${INSTALL_DATA} ${WRKSRC}/docs/${PORTNAME}.conf.sample ${EXAMPLESDIR}/ -.endif -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/docs/manual/english/* ${DOCSDIR}/ -.endif - -.include <bsd.port.mk> diff --git a/www/mod_gzip/distinfo b/www/mod_gzip/distinfo deleted file mode 100644 index 41a88d6ae8b3..000000000000 --- a/www/mod_gzip/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mod_gzip-1.3.26.1a.tgz) = db9dd1c621f86d19145a2d7e9ad255f54fad067924744926478f9e72e8deaef5 -SIZE (mod_gzip-1.3.26.1a.tgz) = 137394 diff --git a/www/mod_gzip/pkg-descr b/www/mod_gzip/pkg-descr deleted file mode 100644 index 876e1a143df2..000000000000 --- a/www/mod_gzip/pkg-descr +++ /dev/null @@ -1,10 +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/ |