head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.02.42;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.5;

1.5
date	2011.08.20.17.27.48;	author ohauer;	state Exp;
branches;
next	1.4;

1.4
date	2011.05.14.15.46.27;	author ohauer;	state Exp;
branches;
next	1.3;

1.3
date	2010.11.07.02.36.56;	author ohauer;	state Exp;
branches;
next	1.2;

1.2
date	2009.05.21.20.45.34;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.30.15.57.15;	author pav;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	mod_xsendfile Apache module
# Date created:			2006-11-23
# Whom:				Andrew T. Bennett <potatosaladx@@gmail.com>
#
# $FreeBSD: head/www/mod_xsendfile/Makefile 302724 2012-08-18 14:29:08Z ohauer $
#

PORTNAME=	mod_xsendfile
PORTVERSION=	0.12
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	https://tn123.org/mod_xsendfile/ \
		http://cloud.github.com/downloads/potatosalad/mod_xsendfile/

MAINTAINER=	potatosaladx@@gmail.com
COMMENT=	An Apache2 module that processes X-SENDFILE headers

MAKE_JOBS_SAFE=	yes

USE_APACHE=	22+
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

.include <bsd.port.mk>
@


1.6
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.5
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d20 1
a20 1
USE_APACHE=	20+
@


1.4
log
@- source was re-rolled (No changes compaired old and new source)
- add additional MASTER_SITE

PR:		ports/154032
Submitted by:	Andrew Bennett <potatosaladx _at_ gmail.com> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	1
d20 1
a20 1
USE_APACHE=	2.0+
@


1.3
log
@ - update to version 0.12
 - change MASTER_SITES

Changelog:
===========
  Version 0.12
    * Now incorrect headers will be dropped early

  Version 0.11.1
    * Fixed some documentation bugs
    * Built win32 binaries against latest httpd using MSVC9
    * Updated MSVC Project files

  Version 0.11
    * Fixed large file support

  Version 0.10
    * Won't override Etag/Last-Modified if already set.
    * New Configuration directive: XSendFileIgnoreEtag
    * New Configuration directive: XSendFileIgnoreLastModified
    * New Configuration directive: XSendFilePath
    * Removed Configuration directive: XSendFileAllowAbove
      Use XSendFilePath instead.
    * Improved header handling for FastCGI/CGI output (removing duplicate headers).

PR:		151991
Submitted by:	Andrew Bennett <potatosaladx _at_ gmail.com> (maintainer)
Approved by:	glarkin (mentor, implicit)
@
text
@d10 1
d12 2
a13 1
MASTER_SITES=	https://tn123.org/mod_xsendfile/
@


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

PR:             ports/134611
Approved by:    pav (#bsdports)
@
text
@d9 1
a9 1
PORTVERSION=	0.9
d11 1
a11 1
MASTER_SITES=	http://celebnamer.celebworld.ws/stuff/mod_xsendfile/
d16 1
a16 1
MAKE_JOBS_SAFE=  yes
@


1.1
log
@mod_xsendfile is a small Apache2 module that processes X-SENDFILE headers
registered by the original output handler.

If it encounters the presence of such header it will discard all output and
send the file specified by that header instead using Apache internals
including all optimizations like caching-headers and sendfile or mmap if
configured.

It is useful for processing script-output of e.g. php, perl or any cgi.

WWW: http://celebnamer.celebworld.ws/stuff/mod_xsendfile/

PR:		ports/105784
Submitted by:	Andrew Bennett <andrew@@mystock.com>
@
text
@d16 2
@

