head	1.21;
access;
symbols
	RELEASE_8_3_0:1.19
	RELEASE_9_0_0:1.19
	RELEASE_7_4_0:1.18
	RELEASE_8_2_0:1.18
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.18
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.17
	RELEASE_6_4_0:1.17
	old_RELEASE_5_EOL:1.14
	old_RELEASE_7_0_0:1.14
	old_RELEASE_6_3_0:1.14
	old_PRE_XORG_7:1.14
	old_RELEASE_4_EOL:1.14
	old_RELEASE_6_2_0:1.13
	old_RELEASE_6_1_0:1.13
	old_RELEASE_5_5_0:1.13
	old_RELEASE_6_0_0:1.13
	old_RELEASE_5_4_0:1.13
	old_RELEASE_4_11_0:1.13
	old_RELEASE_5_3_0:1.13
	old_RELEASE_4_10_0:1.13
	old_RELEASE_5_2_1:1.12
	old_RELEASE_5_2_0:1.12
	old_RELEASE_4_9_0:1.11
	old_RELEASE_5_1_0:1.11
	old_RELEASE_4_8_0:1.11
	old_RELEASE_5_0_0:1.8
	old_RELEASE_4_7_0:1.8
	old_RELEASE_4_6_2:1.6
	old_RELEASE_4_6_1:1.6
	old_RELEASE_4_6_0:1.6
	old_RELEASE_5_0_DP1:1.6
	old_RELEASE_4_5_0:1.6
	old_RELEASE_4_4_0:1.6
	old_RELEASE_4_3_0:1.3;
locks; strict;
comment	@# @;


1.21
date	2012.11.17.06.02.41;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.19;

1.19
date	2011.08.20.17.27.43;	author ohauer;	state Exp;
branches;
next	1.18;

1.18
date	2009.05.21.20.45.29;	author pgollucci;	state Exp;
branches;
next	1.17;

1.17
date	2008.07.23.02.00.35;	author delphij;	state Exp;
branches;
next	1.16;

1.16
date	2008.07.23.01.00.14;	author pav;	state Exp;
branches;
next	1.15;

1.15
date	2008.06.30.04.54.04;	author delphij;	state Exp;
branches;
next	1.14;

1.14
date	2006.12.10.14.33.34;	author ale;	state Exp;
branches;
next	1.13;

1.13
date	2004.01.18.10.50.14;	author ale;	state Exp;
branches;
next	1.12;

1.12
date	2003.11.07.09.12.53;	author marcus;	state Exp;
branches;
next	1.11;

1.11
date	2003.02.21.14.01.20;	author knu;	state Exp;
branches;
next	1.10;

1.10
date	2003.01.08.17.44.47;	author arved;	state Exp;
branches;
next	1.9;

1.9
date	2003.01.01.20.28.49;	author petef;	state Exp;
branches;
next	1.8;

1.8
date	2002.09.17.08.49.54;	author ijliao;	state Exp;
branches;
next	1.7;

1.7
date	2002.09.09.18.30.06;	author dinoex;	state Exp;
branches;
next	1.6;

1.6
date	2001.05.08.15.39.47;	author mi;	state Exp;
branches;
next	1.5;

1.5
date	2001.05.08.15.32.16;	author mi;	state Exp;
branches;
next	1.4;

1.4
date	2001.05.08.15.29.26;	author mi;	state Exp;
branches;
next	1.3;

1.3
date	2001.02.03.20.41.26;	author will;	state Exp;
branches;
next	1.2;

1.2
date	2001.01.16.19.08.36;	author will;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.13.21.44.33;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.21
log
@Switch exporter over
@
text
@# New ports collection makefile for:	mod_gzip2 Apache module
# Date created:		2008-06-27
# Whom:			Stefan `Sec` Zehl <sec@@42.org>
#
# $FreeBSD: head/www/mod_gzip2/Makefile 302724 2012-08-18 14:29:08Z ohauer $
#

PORTNAME=	mod_gzip2
PORTVERSION=	2.1.0
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://www.gknw.net/development/apache/httpd-2.0/unix/modules/
DISTNAME=	mod_gzip-${PORTVERSION}

MAINTAINER=	sec@@42.org
COMMENT=	An Internet Content Acceleration module for Apache2+

MAKE_JOBS_SAFE=  yes

USE_APACHE=	22+
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
MAKE_ENV+=	"APXS=${APXS}"
USE_GMAKE=	yes

.if !defined(NOPORTDOCS)
PLIST_FILES=	${DOCSDIR:S/${PREFIX}\///}/commands.txt
PLIST_FILES+=	${DOCSDIR:S/${PREFIX}\///}/samples.txt
PLIST_DIRS=	${DOCSDIR:S/${PREFIX}\///}
.endif
PLIST_FILES+=	share/examples/mod_gzip2/mod_gzip2.conf.sample
PLIST_DIRS+=	share/examples/mod_gzip2

post-patch:
	@@${MV} ${WRKSRC}/mod_gzip.c ${WRKSRC}/${PORTNAME}.c

post-install:
	@@${MKDIR} ${EXAMPLESDIR}
	@@${INSTALL_DATA} ${WRKSRC}/my_cfg.txt ${EXAMPLESDIR}/mod_gzip2.conf.sample
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${WRKSRC}/commands.txt ${WRKSRC}/samples.txt ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.20
log
@SVN rev 302724 on 2012-08-18 14:29:08Z by ohauer

- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.19
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d20 1
a20 1
USE_APACHE=	20+
@


1.18
log
@- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
@
text
@d20 1
a20 1
USE_APACHE=	2.0+
@


1.17
log
@Unbreak by fixing the generation of plist.

Pointy hat to:	delphij
@
text
@d18 2
@


1.16
log
@- Mark BROKEN: bad plist (AP_GENPLIST ignores pkg-plist file)
@
text
@d10 1
a17 2
BROKEN=		bad plist

d24 8
@


1.15
log
@New port: mod_gzip2, an updated version of mod_gzip for apache 2.x.

Submitted by:	Stefan `Sec` Zehl <sec@@42.org>
PR:		ports/125032
Repocopy by:	marcus (www/mod_gzip -> www/mod_gzip2)
@
text
@d17 2
@


1.14
log
@Respect CFLAGS.

Submitted by:	Cory R. King <coryking@@xlan.org>
@
text
@d1 3
a3 3
# New ports collection makefile for:	mod_gzip Apache module
# Date created:		Dec 13 2000
# Whom:			Mikhail Teterin <mi@@aldan.algebra.com>
d8 2
a9 2
PORTNAME=	mod_gzip
PORTVERSION=	1.3.26.1a
d11 2
a12 3
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	mod-gzip
EXTRACT_SUFX=	.tgz
d14 2
a15 2
MAINTAINER=	ale@@FreeBSD.org
COMMENT=	An Internet Content Acceleration module for Apache
d17 3
a19 1
USE_APACHE=	yes
d21 1
a21 1
ALL_TARGET=	build
d24 1
a24 2
	@@${REINPLACE_CMD} 's|-Wc,-Wall,-O3,-fomit-frame-pointer,-pipe||' \
		${WRKSRC}/Makefile
d28 1
a28 1
	@@${INSTALL_DATA} ${WRKSRC}/docs/mod_gzip.conf.sample ${EXAMPLESDIR}
d31 1
a31 1
	@@${INSTALL_DATA} ${WRKSRC}/docs/manual/english/* ${DOCSDIR}
@


1.13
log
@Switch to my @@FreeBSD.org email address.

Approved by:	nork (mentor)
@
text
@d22 4
@


1.12
log
@Use the new Apache bits from bsd.port.mk.

Submitted by:	dinoex
@
text
@d15 1
a15 1
MAINTAINER=	sysadmin@@alexdupre.com
@


1.11
log
@De-pkg-comment.
@
text
@d18 1
a18 5
BUILD_DEPENDS=	${APXS}:${APACHE_PORT}
RUN_DEPENDS=	${APXS}:${APACHE_PORT}

APXS?=		${LOCALBASE}/sbin/apxs
APACHE_PORT?=	${PORTSDIR}/www/apache13
@


1.10
log
@Add MAKE_ENV

PR:		42929
Submitted by:	Thomas Hurst <freaky@@aagh.net>
Approved by:	 Alex Dupre <sysadmin@@alexdupre.com> (maintainer)
@
text
@d16 1
@


1.9
log
@Update to 1.3.26.1a.

PR:		45734
Submitted by:	maintainer
@
text
@d22 1
a22 1

@


1.8
log
@upgrade to 1.3.19.2a
take maintainership

PR:		42738
Submitted by:	Alex Dupre <sysadmin@@alexdupre.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.3.19.2a
d24 8
@


1.7
log
@support appache13-modssl by defining APACHE_PORT in /etc/make.conf
others variants of the apache ports can be used too.
@
text
@d9 1
a9 1
PORTVERSION=	1.3.19.1a
d11 3
a13 3
MASTER_SITES=	http://www.remotecommunications.com/apache/mod_gzip/src/${PORTVERSION}/
DISTFILES=	${PORTNAME}.c.gz
EXTRACT_ONLY=	${DISTFILES:M*.gz}
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d23 1
a23 21
.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
@


1.6
log
@Fix the post-install target now  that there is more than
one text file to install.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/mod_gzip/Makefile,v 1.5 2001/05/08 15:32:16 mi Exp $
d17 5
a21 2
BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
RUN_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
@


1.5
log
@The distfiles themselves don't have any version information in their names.
Make PORTVERSION part of the DISTSUBDIR.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/mod_gzip/Makefile,v 1.4 2001/05/08 15:29:26 mi Exp $
d35 1
a36 1
.if !defined(NOPORTDOCS)
d38 1
a38 1
	@@${INSTALL_DATA} ${_DISTDIR}/${DISTFILES:N*gz} \
@


1.4
log
@Upgrade the version number and change the master site. Disclaim the
maintainership. Install some more text documentation.

Submitted by:	Vanilla I. Shu
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/mod_gzip/Makefile,v 1.3 2001/02/03 20:41:26 will Exp $
d26 1
a26 1
DIST_SUBDIR=	${PORTNAME}
@


1.3
log
@Fix bogon caused by overly aggressive NOPORTDOCS nuking by myself.

Submitted by:	knu
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/mod_gzip/Makefile,v 1.2 2001/01/16 19:08:36 will Exp $
d9 1
a9 1
PORTVERSION=	1.3.14.6e
d11 1
a11 1
MASTER_SITES=	http://12.17.228.52/mod_gzip/src/${PORTVERSION}/
d15 1
a15 1
MAINTAINER=	mi@@aldan.algebra.com
d21 1
a21 1
DISTFILES+=	readme.txt
@


1.2
log
@Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now in
bsd.port.mk, for easy removal of documentation.  I left alone one port -
japanese/elisa8x8 (or something like that), because it appeared to have
some rather weird way of doing PORTDOCS substitution.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/mod_gzip/Makefile,v 1.1 2000/12/13 21:44:33 jeh Exp $
d19 4
@


1.1
log
@New Port: An Apache module that provides on-the fly gzipping for capable browsers

PR:		23530
Submitted by:	Mikhail Teterin <mi@@aldan.algebra.com>
@
text
@d5 1
a5 1
# $FreeBSD$
d31 1
a32 4
DISTFILES+=	readme.txt
PLIST_SUB+=	DOC=''

post-install:
a35 3

.else
PLIST_SUB+=	DOC='@@comment '
@

