aboutsummaryrefslogtreecommitdiff
path: root/www/mod_proctitle
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-04-15 11:11:16 +0000
committerStanislav Sedov <stas@FreeBSD.org>2007-04-15 11:11:16 +0000
commit14f652a60dea1dd87a8e08e736bd9ab94b498980 (patch)
tree2caee4720dca979c08596e9c54fd1a336baafcd3 /www/mod_proctitle
parent542c6cadfe2a4ca769b0b3fcc75448dd5ec95c5e (diff)
downloadports-14f652a60dea1dd87a8e08e736bd9ab94b498980.tar.gz
ports-14f652a60dea1dd87a8e08e736bd9ab94b498980.zip
Notes
Diffstat (limited to 'www/mod_proctitle')
-rw-r--r--www/mod_proctitle/Makefile25
-rw-r--r--www/mod_proctitle/distinfo3
-rw-r--r--www/mod_proctitle/pkg-descr5
3 files changed, 33 insertions, 0 deletions
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 <bsd.port.mk>
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 <stas@FreeBSD.org>