Import apachetop 0.12.6 from maintainer Gonzalo L. R., with some tweaks

by me and dcoppa@. 
ApacheTop is a curses-based top-like display for Apache information,
including requests per second, bytes per second, most popular URLs, etc.
ok benoit@ dcoppa@
This commit is contained in:
landry 2010-10-17 11:15:29 +00:00
parent e32b2750cf
commit c1df600c23
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/10/17 11:15:29 landry Exp $
COMMENT = top-like monitor for Apache
DISTNAME = apachetop-0.12.6
CATEGORIES = sysutils
MAINTAINER = Gonzalo L. R. <gonzalo@x61.com.ar>
HOMEPAGE = http://freshmeat.net/projects/apachetop/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES = http://www.webta.org/apachetop/
CONFIGURE_STYLE = autoconf
AUTOCONF_VERSION = 2.59
CONFIGURE_ARGS = --disable-fam \
--with-logfile=/var/www/logs/access_log
WANTLIB += c m ncurses readline stdc++
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (apachetop-0.12.6.tar.gz) = YEKDrEu73dmPybHxE4Flfg==
RMD160 (apachetop-0.12.6.tar.gz) = vOtS4zkQDyRMAkZCP7m2lyzePYg=
SHA1 (apachetop-0.12.6.tar.gz) = AFyUeYAKQY7n/r5QJ0eMqMvzxRs=
SHA256 (apachetop-0.12.6.tar.gz) = hQBiQUUXBV6rJEC3iLUD1F6+mykNSy4Cel+IetcPPyk=
SIZE (apachetop-0.12.6.tar.gz) = 126930

View File

@ -0,0 +1,2 @@
ApacheTop is a curses-based top-like display for Apache information,
including requests per second, bytes per second, most popular URLs, etc.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/17 11:15:29 landry Exp $
@bin bin/apachetop
@man man/man1/apachetop.1