View | Details | Raw Unified | Return to bug 45734
Collapse All | Expand All

(-)mod_gzip/Makefile (-1 / +9 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mod_gzip
8
PORTNAME=	mod_gzip
9
PORTVERSION=	1.3.19.2a
9
PORTVERSION=	1.3.26.1a
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	mod-gzip
12
MASTER_SITE_SUBDIR=	mod-gzip
Lines 21-25 Link Here
21
APACHE_PORT?=	${PORTSDIR}/www/apache13
21
APACHE_PORT?=	${PORTSDIR}/www/apache13
22
22
23
ALL_TARGET=	build
23
ALL_TARGET=	build
24
25
post-install:
26
	@${MKDIR} ${EXAMPLESDIR}
27
	@${INSTALL_DATA} ${WRKSRC}/docs/mod_gzip.conf.sample ${EXAMPLESDIR}
28
.if !defined(NOPORTDOCS)
29
	@${MKDIR} ${DOCSDIR}
30
	@${INSTALL_DATA} ${WRKSRC}/docs/manual/english/* ${DOCSDIR}
31
.endif
24
32
25
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)mod_gzip/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (mod_gzip-1.3.19.2a.tgz) = a0f2247455953a961fe4dfc2e0beda50
1
MD5 (mod_gzip-1.3.26.1a.tgz) = 080ccc5d789ed5efa0c0a7625e4fa02d
(-)mod_gzip/pkg-plist (+17 lines)
Lines 1-3 Link Here
1
libexec/apache/mod_gzip.so
1
libexec/apache/mod_gzip.so
2
@exec %D/sbin/apxs -e -A -n gzip %f
2
@exec %D/sbin/apxs -e -A -n gzip %f
3
@unexec %D/sbin/apxs -e -A -n gzip %f
3
@unexec %D/sbin/apxs -e -A -n gzip %f
4
%%PORTDOCS%%share/doc/mod_gzip/browser.htm
5
%%PORTDOCS%%share/doc/mod_gzip/cache.htm
6
%%PORTDOCS%%share/doc/mod_gzip/config.htm
7
%%PORTDOCS%%share/doc/mod_gzip/encoding.htm
8
%%PORTDOCS%%share/doc/mod_gzip/enhancements.htm
9
%%PORTDOCS%%share/doc/mod_gzip/extern.gif
10
%%PORTDOCS%%share/doc/mod_gzip/firewalls.htm
11
%%PORTDOCS%%share/doc/mod_gzip/index.htm
12
%%PORTDOCS%%share/doc/mod_gzip/links.htm
13
%%PORTDOCS%%share/doc/mod_gzip/mod_gzip_logo.gif
14
%%PORTDOCS%%share/doc/mod_gzip/status.htm
15
%%PORTDOCS%%share/doc/mod_gzip/valid-css.png
16
%%PORTDOCS%%share/doc/mod_gzip/valid-xhtml11.png
17
%%PORTDOCS%%share/doc/mod_gzip/versions.htm
18
share/examples/mod_gzip/mod_gzip.conf.sample
19
@dirrm share/examples/mod_gzip
20
%%PORTDOCS%%@dirrm share/doc/mod_gzip

Return to bug 45734