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

(-)Makefile (-7 / +11 lines)
Lines 8-21 Link Here
8
PORTNAME=	mod_gzip
8
PORTNAME=	mod_gzip
9
PORTVERSION=	1.3.26.1a
9
PORTVERSION=	1.3.26.1a
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	SF
12
MASTER_SITE_SUBDIR=	mod-gzip
12
MASTER_SITE_SUBDIR=	${PORTNAME:S/_/-/}
13
EXTRACT_SUFX=	.tgz
13
EXTRACT_SUFX=	.tgz
14
14
15
MAINTAINER=	ale@FreeBSD.org
15
MAINTAINER=	ale@FreeBSD.org
16
COMMENT=	An Internet Content Acceleration module for Apache
16
COMMENT=	An Internet Content Acceleration module for Apache
17
17
18
USE_APACHE=	yes
18
USE_APACHE=	1.3
19
MAKE_ENV+=	"APXS=${APXS}"
19
MAKE_ENV+=	"APXS=${APXS}"
20
ALL_TARGET=	build
20
ALL_TARGET=	build
21
21
Lines 23-34 Link Here
23
	@${REINPLACE_CMD} 's|-Wc,-Wall,-O3,-fomit-frame-pointer,-pipe||' \
23
	@${REINPLACE_CMD} 's|-Wc,-Wall,-O3,-fomit-frame-pointer,-pipe||' \
24
		${WRKSRC}/Makefile
24
		${WRKSRC}/Makefile
25
25
26
PORTEXAMPLES=	${PORTNAME}.conf.sample
27
26
post-install:
28
post-install:
27
	@${MKDIR} ${EXAMPLESDIR}
29
.if !defined(NOPORTEXAMPLES)
28
	@${INSTALL_DATA} ${WRKSRC}/docs/mod_gzip.conf.sample ${EXAMPLESDIR}
30
	@${MKDIR} ${EXAMPLESDIR}/
31
	@${INSTALL_DATA} ${WRKSRC}/docs/${PORTNAME}.conf.sample ${EXAMPLESDIR}/
32
.endif
29
.if !defined(NOPORTDOCS)
33
.if !defined(NOPORTDOCS)
30
	@${MKDIR} ${DOCSDIR}
34
	@${MKDIR} ${DOCSDIR}/
31
	@${INSTALL_DATA} ${WRKSRC}/docs/manual/english/* ${DOCSDIR}
35
	@${INSTALL_DATA} ${WRKSRC}/docs/manual/english/* ${DOCSDIR}/
32
.endif
36
.endif
33
37
34
.include <bsd.port.mk>
38
.include <bsd.port.mk>
(-)pkg-plist (-18 / +16 lines)
Lines 1-20 Link Here
1
libexec/apache/mod_gzip.so
1
%%APACHEMODDIR%%/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
4
%%PORTDOCS%%%%DOCSDIR%%/browser.htm
5
%%PORTDOCS%%share/doc/mod_gzip/cache.htm
5
%%PORTDOCS%%%%DOCSDIR%%/cache.htm
6
%%PORTDOCS%%share/doc/mod_gzip/config.htm
6
%%PORTDOCS%%%%DOCSDIR%%/config.htm
7
%%PORTDOCS%%share/doc/mod_gzip/encoding.htm
7
%%PORTDOCS%%%%DOCSDIR%%/encoding.htm
8
%%PORTDOCS%%share/doc/mod_gzip/enhancements.htm
8
%%PORTDOCS%%%%DOCSDIR%%/enhancements.htm
9
%%PORTDOCS%%share/doc/mod_gzip/extern.gif
9
%%PORTDOCS%%%%DOCSDIR%%/extern.gif
10
%%PORTDOCS%%share/doc/mod_gzip/firewalls.htm
10
%%PORTDOCS%%%%DOCSDIR%%/firewalls.htm
11
%%PORTDOCS%%share/doc/mod_gzip/index.htm
11
%%PORTDOCS%%%%DOCSDIR%%/index.htm
12
%%PORTDOCS%%share/doc/mod_gzip/links.htm
12
%%PORTDOCS%%%%DOCSDIR%%/links.htm
13
%%PORTDOCS%%share/doc/mod_gzip/mod_gzip_logo.gif
13
%%PORTDOCS%%%%DOCSDIR%%/mod_gzip_logo.gif
14
%%PORTDOCS%%share/doc/mod_gzip/status.htm
14
%%PORTDOCS%%%%DOCSDIR%%/status.htm
15
%%PORTDOCS%%share/doc/mod_gzip/valid-css.png
15
%%PORTDOCS%%%%DOCSDIR%%/valid-css.png
16
%%PORTDOCS%%share/doc/mod_gzip/valid-xhtml11.png
16
%%PORTDOCS%%%%DOCSDIR%%/valid-xhtml11.png
17
%%PORTDOCS%%share/doc/mod_gzip/versions.htm
17
%%PORTDOCS%%%%DOCSDIR%%/versions.htm
18
share/examples/mod_gzip/mod_gzip.conf.sample
18
%%PORTDOCS%%@dirrm %%DOCSDIR%%
19
@dirrm share/examples/mod_gzip
20
%%PORTDOCS%%@dirrm share/doc/mod_gzip

Return to bug 133645