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:
parent
e32b2750cf
commit
c1df600c23
28
sysutils/apachetop/Makefile
Normal file
28
sysutils/apachetop/Makefile
Normal 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>
|
5
sysutils/apachetop/distinfo
Normal file
5
sysutils/apachetop/distinfo
Normal 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
|
2
sysutils/apachetop/pkg/DESCR
Normal file
2
sysutils/apachetop/pkg/DESCR
Normal 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.
|
3
sysutils/apachetop/pkg/PLIST
Normal file
3
sysutils/apachetop/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user