aboutsummaryrefslogtreecommitdiff
path: root/www/ftasv
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2009-11-07 19:23:14 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2009-11-07 19:23:14 +0000
commit389cd81fa0cf998c0af646ae80a4a71a22f7bf23 (patch)
tree8b9e903e13a76c689a12200f34d6afc24c37fe62 /www/ftasv
parent56801ec95259683f532a896092ff8f85f338efdf (diff)
downloadports-389cd81fa0cf998c0af646ae80a4a71a22f7bf23.tar.gz
ports-389cd81fa0cf998c0af646ae80a4a71a22f7bf23.zip
Notes
Diffstat (limited to 'www/ftasv')
-rw-r--r--www/ftasv/Makefile34
-rw-r--r--www/ftasv/distinfo3
-rw-r--r--www/ftasv/files/pkg-message.in8
-rw-r--r--www/ftasv/pkg-descr12
4 files changed, 57 insertions, 0 deletions
diff --git a/www/ftasv/Makefile b/www/ftasv/Makefile
new file mode 100644
index 000000000000..bd1a507cb269
--- /dev/null
+++ b/www/ftasv/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: ftasv
+# Date created: 2009-10-26
+# Whom: Sylvio Cesar Teixeira <sylvio@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ftasv
+PORTVERSION= 0.9.2
+CATEGORIES= www
+MASTER_SITES= http://fabletech.com/${PORTNAME}-download/
+
+MAINTAINER= sylvio@FreeBSD.org
+COMMENT= Is a commandline scoreboard viewer for the Apache server
+
+BUILD_DEPENDS= ${LOCALBASE}/bin/apr-1-config:${PORTSDIR}/devel/apr
+
+GNU_CONFIGURE= yes
+USE_APACHE= 2.2+
+
+PLIST_FILES= sbin/ftasv
+SUB_FILES= pkg-message
+
+PORTDOCS= AUTHORS COPYING ChangeLog README
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for docs in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
+.endfor
+.endif
+ @${CAT} ${PKGMESSAGE}
+.include <bsd.port.mk>
diff --git a/www/ftasv/distinfo b/www/ftasv/distinfo
new file mode 100644
index 000000000000..e4bc9bdca18a
--- /dev/null
+++ b/www/ftasv/distinfo
@@ -0,0 +1,3 @@
+MD5 (ftasv-0.9.2.tar.gz) = 42147e557cd54f873c4da724e703ecec
+SHA256 (ftasv-0.9.2.tar.gz) = 25ffe8852cfc0522915e6ff25231401b3826895fcc065ba3c973cb5bcd72a49e
+SIZE (ftasv-0.9.2.tar.gz) = 104377
diff --git a/www/ftasv/files/pkg-message.in b/www/ftasv/files/pkg-message.in
new file mode 100644
index 000000000000..1ce132eea120
--- /dev/null
+++ b/www/ftasv/files/pkg-message.in
@@ -0,0 +1,8 @@
+
+*******************************************************************************
+
+ See %%DOCSDIR%%/README to know how configure the httpd.conf
+ of your apache.
+
+*******************************************************************************
+
diff --git a/www/ftasv/pkg-descr b/www/ftasv/pkg-descr
new file mode 100644
index 000000000000..2e6fd199abcb
--- /dev/null
+++ b/www/ftasv/pkg-descr
@@ -0,0 +1,12 @@
+Apache's status module is an easy way to get information about what
+your webserver is doing - at any time, except when you need that
+information. Because this information is normally gathered via the
+server-status page, it will be unavailable when the webserver is not responding.
+The system administrator can restart the daemon and hope to get a glimpse of the
+server-status page, a tiny clue about what is causing the trouble, before the
+server gets overloaded again.
+
+This project aims at helping the system administrator get his information
+in crisis situations.
+
+WWW: http://fabletech.com/ftasv