2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
2008-02-15 15:38:41 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mod_log_firstbyte
|
|
|
|
PORTVERSION= 1.01
|
2011-08-20 19:27:52 +02:00
|
|
|
PORTREVISION= 1
|
2008-02-15 15:38:41 +01:00
|
|
|
CATEGORIES= www
|
2008-04-17 00:54:50 +02:00
|
|
|
MASTER_SITES= http://mod-log-firstbyte.googlecode.com/svn/trunk/
|
2010-05-25 22:17:37 +02:00
|
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
2008-02-15 15:38:41 +01:00
|
|
|
DISTFILES= ${PORTNAME}.c readme.txt
|
2010-06-07 20:50:59 +02:00
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
2008-02-15 15:38:41 +01:00
|
|
|
|
2010-06-07 21:15:42 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2008-02-15 15:38:41 +01:00
|
|
|
COMMENT= Log the time between request and the first byte of the response served
|
|
|
|
|
2012-08-18 16:29:08 +02:00
|
|
|
USE_APACHE= 22+
|
2010-06-07 20:50:59 +02:00
|
|
|
|
|
|
|
PROJECTHOST= mod-log-firstbyte
|
2008-02-15 15:38:41 +01:00
|
|
|
PKGMESSAGE= ${WRKSRC}/readme.txt
|
2010-06-07 20:50:59 +02:00
|
|
|
|
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
2008-02-15 15:38:41 +01:00
|
|
|
|
|
|
|
do-extract:
|
|
|
|
${MKDIR} ${WRKSRC}
|
2013-12-15 23:11:20 +01:00
|
|
|
${CP} ${DISTFILES:S|^|${DISTDIR}/${DIST_SUBDIR}/|} ${WRKSRC}
|
2008-02-15 15:38:41 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|