head	1.13;
access;
symbols
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2012.01.01.19.30.52;	author ohauer;	state dead;
branches;
next	1.12;

1.12
date	2011.11.02.03.43.40;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2011.09.07.03.00.46;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2011.08.27.09.55.08;	author ohauer;	state Exp;
branches;
next	1.9;

1.9
date	2011.08.09.15.47.34;	author mm;	state Exp;
branches;
next	1.8;

1.8
date	2010.09.21.07.56.42;	author mm;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.17.14.29.31;	author araujo;	state Exp;
branches;
next	1.6;

1.6
date	2007.04.05.13.19.08;	author mm;	state Exp;
branches;
next	1.5;

1.5
date	2006.12.03.12.45.55;	author demon;	state Exp;
branches;
next	1.4;

1.4
date	2005.06.23.14.12.56;	author jylefort;	state Exp;
branches;
next	1.3;

1.3
date	2005.02.24.01.44.07;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.24.12.04.32;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.01.14.07.03;	author mat;	state Exp;
branches;
next	;


desc
@@


1.13
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@# New ports collection makefile for:	p5-Apache-Compress
# Date created:				Sep 09 2003
# Whom:	      				Martin Matuska <mm@@FreeBSD.org>
#
# $FreeBSD: ports/www/p5-Apache-Compress/Makefile,v 1.12 2011/11/02 03:43:40 pgollucci Exp $
#

PORTNAME=	Apache-Compress
PORTVERSION=	1.005
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Auto-compress web files with Gzip

RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl

DEPRECATED=	depends on mod_perl
EXPIRATION_DATE=	2012-01-01

PERL_CONFIGURE=	yes

MAN3=		Apache::Compress.3
DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
BUILD_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/Changes ${DOCSDIR}
.endif

.include <bsd.port.post.mk>
@


1.12
log
@- sync apache13 related EXPIRATION_DATE

With Hat:	apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from now).
- This can be changed later as needed, if at all, either way we won't remove them
  until after 9.0 is released.

With Hat:   apache@@
Reported by:    dvl via freshports
@
text
@d22 1
a22 1
EXPIRATION_DATE=	2011-11-01
@


1.10
log
@- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"

with hat apache@@
@
text
@d22 1
a22 1
EXPIRATION_DATE=	one week after FreeBSD 9.0-RELEASE-p0
@


1.9
log
@Release maintainership and pass to ports@@FreeBSD.org

Approved by:	maintainer (myself)
@
text
@d21 3
@


1.8
log
@Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
@
text
@d15 1
a15 1
MAINTAINER=	mm@@FreeBSD.org
@


1.7
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d10 1
d18 2
a19 2
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl \
		${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
d26 7
d39 1
a39 1
.include <bsd.port.mk>
@


1.6
log
@- updated maintainer e-mail address

Approved by:	garga (mentor)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Apache/KWILLIAMS
@


1.5
log
@Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
@
text
@d3 1
a3 1
# Whom:	      				Martin Matuska <martin@@matuska.org>
d15 1
a15 1
MAINTAINER=	martin@@matuska.org
@


1.4
log
@- Update to 1.005 [1]
- Unsilence post-install

[1]:
PR:		ports/82567
Submitted by:	maintainer
@
text
@d19 1
a19 1
		${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
@


1.3
log
@- update Martin's email address

PR:		77938
Submitted by:	Martin Matuska <martin at matuska.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.003
d28 2
a29 4
	@@${MKDIR} ${DOCSDIR}
.for docfile in README Changes
	@@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
@


1.2
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d3 1
a3 1
# Whom:	      				Martin Matuska <martin@@tradex.sk>
d15 1
a15 1
MAINTAINER=	martin@@tradex.sk
@


1.1
log
@Add p5-Apache-Compress 1.003, auto-compress web files with Gzip.

PR:		56652
Submitted by:	Martin Matuska <martin@@tradex.sk>
@
text
@a22 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@

