From 14f652a60dea1dd87a8e08e736bd9ab94b498980 Mon Sep 17 00:00:00 2001 From: Stanislav Sedov Date: Sun, 15 Apr 2007 11:11:16 +0000 Subject: This module sets httpd process titles to reflect the request currently processed, so they will be visible in top(1) or ps(1). Useful for debugging purposes. Author: Stanislav Sedov --- www/mod_proctitle/Makefile | 25 +++++++++++++++++++++++++ www/mod_proctitle/distinfo | 3 +++ www/mod_proctitle/pkg-descr | 5 +++++ 3 files changed, 33 insertions(+) create mode 100644 www/mod_proctitle/Makefile create mode 100644 www/mod_proctitle/distinfo create mode 100644 www/mod_proctitle/pkg-descr (limited to 'www/mod_proctitle') diff --git a/www/mod_proctitle/Makefile b/www/mod_proctitle/Makefile new file mode 100644 index 000000000000..762c599f2213 --- /dev/null +++ b/www/mod_proctitle/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: mod_proctitle +# Date created: 15 April 2007 +# Whom: stas +# +# $FreeBSD$ +# + +PORTNAME= mod_proctitle +PORTVERSION= 0.2 +CATEGORIES= www +MASTER_SITES= ftp://ftp.springdaemons.com/soft/ + +MAINTAINER= stas@FreeBSD.org +COMMENT= Set httpd process titles to reflect currently processed request + +USE_APACHE?= 2.0+ +GNU_CONFIGURE= yes +USE_BZIP2= yes +PLIST_FILES= ${APACHEMODDIR}/${PORTNAME}.so + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/mod_proctitle.so \ + ${PREFIX}/${APACHEMODDIR}/ + +.include diff --git a/www/mod_proctitle/distinfo b/www/mod_proctitle/distinfo new file mode 100644 index 000000000000..668fe0ee7f22 --- /dev/null +++ b/www/mod_proctitle/distinfo @@ -0,0 +1,3 @@ +MD5 (mod_proctitle-0.2.tar.bz2) = efd63c4ba7ee40dcf24e5b91e2d29335 +SHA256 (mod_proctitle-0.2.tar.bz2) = 5890646cfb5eb42f5aae445ba814c96519bdaefea79df883d6610287bec29519 +SIZE (mod_proctitle-0.2.tar.bz2) = 202806 diff --git a/www/mod_proctitle/pkg-descr b/www/mod_proctitle/pkg-descr new file mode 100644 index 000000000000..908918c3a086 --- /dev/null +++ b/www/mod_proctitle/pkg-descr @@ -0,0 +1,5 @@ +This module sets httpd process titles to reflect the request currently +processed, so they will be visible in top(1) or ps(1). Useful for +debugging purposes. + +Author: Stanislav Sedov -- cgit v1.2.3