Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2002 16:47:24 +0200 (CEST)
From:      Alex Dupre <sysadmin@alexdupre.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42738: [Update Port] www/mod_gzip (take maintainership)
Message-ID:  <200209131447.g8DElOnX066219@www2-bsd.m4d.sm>

next in thread | raw e-mail | index | archive | help

>Number:         42738
>Category:       ports
>Synopsis:       [Update Port] www/mod_gzip (take maintainership)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 13 08:40:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD www2-bsd.m4d.sm 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Mon Sep 9 16:36:05 CEST 2002 alex@www2-bsd.m4d.sm:/usr/src/sys/compile/SMP i386


	
>Description:
Update to latest release. The software is now hosted by sourceforge and
developed by other programmers.

Take maintainership.
	
>How-To-Repeat:
	
>Fix:

	

--- mod_gzip.diff begins here ---
diff -ruN mod_gzip.orig/Makefile mod_gzip/Makefile
--- mod_gzip.orig/Makefile	Fri Sep 13 15:19:04 2002
+++ mod_gzip/Makefile	Fri Sep 13 16:38:41 2002
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	mod_gzip
-PORTVERSION=	1.3.19.1a
+PORTVERSION=	1.3.19.2a
 CATEGORIES=	www
-MASTER_SITES=	http://www.remotecommunications.com/apache/mod_gzip/src/${PORTVERSION}/
-DISTFILES=	${PORTNAME}.c.gz
-EXTRACT_ONLY=	${DISTFILES:M*.gz}
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	mod-gzip
+EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sysadmin@alexdupre.com
 
 BUILD_DEPENDS=	${APXS}:${APACHE_PORT}
 RUN_DEPENDS=	${APXS}:${APACHE_PORT}
@@ -20,26 +20,6 @@
 APXS?=		${LOCALBASE}/sbin/apxs
 APACHE_PORT?=	${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
+ALL_TARGET=	build
 
 .include <bsd.port.mk>
diff -ruN mod_gzip.orig/distinfo mod_gzip/distinfo
--- mod_gzip.orig/distinfo	Fri Sep 13 15:19:04 2002
+++ mod_gzip/distinfo	Fri Sep 13 15:35:38 2002
@@ -1,4 +1 @@
-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
+MD5 (mod_gzip-1.3.19.2a.tgz) = edc35590a4a646cf2eaf62c36ee64fae
diff -ruN mod_gzip.orig/pkg-comment mod_gzip/pkg-comment
--- mod_gzip.orig/pkg-comment	Fri Sep 13 15:19:04 2002
+++ mod_gzip/pkg-comment	Fri Sep 13 16:01:22 2002
@@ -1 +1 @@
-Apache module that provides on-the fly gzipping for capable browsers
+An Internet Content Acceleration module for Apache
diff -ruN mod_gzip.orig/pkg-descr mod_gzip/pkg-descr
--- mod_gzip.orig/pkg-descr	Fri Sep 13 15:19:04 2002
+++ mod_gzip/pkg-descr	Fri Sep 13 16:28:28 2002
@@ -1,9 +1,13 @@
-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.
+mod_gzip is an Internet Content Acceleration module for the popular
+Apache Web Server. 
 
-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.
+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://www.remotecommunications.com/apache/mod_gzip/
+WWW: http://sourceforge.net/projects/mod-gzip/
+
+- Alex Dupre
+sysadmin@alexdupre.com
diff -ruN mod_gzip.orig/pkg-plist mod_gzip/pkg-plist
--- mod_gzip.orig/pkg-plist	Fri Sep 13 15:19:04 2002
+++ mod_gzip/pkg-plist	Fri Sep 13 15:33:18 2002
@@ -1,7 +1,3 @@
 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"
+@exec %D/sbin/apxs -e -A -n gzip %f
+@unexec %D/sbin/apxs -e -A -n gzip %f
--- mod_gzip.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209131447.g8DElOnX066219>