diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-09-26 08:48:39 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-09-26 08:48:39 +0000 |
commit | 2f927f6e7697df81ad9f70c98c9401faba418537 (patch) | |
tree | 839f3d0044fe73dfe6af135c4daef979315f9565 /net/sqtop | |
parent | 025752cd447a54fbbb1ef947c85458cc3b0f51b1 (diff) | |
download | ports-2f927f6e7697df81ad9f70c98c9401faba418537.tar.gz ports-2f927f6e7697df81ad9f70c98c9401faba418537.zip |
sqtop is a console applicaton to display information about currently active
client connections for a Squid proxy in a convenient way.
WWW: http://code.google.com/p/sqtop/
PR: ports/150313
Submitted by: Marco Steinbach <coco@moehre.org>
Notes
Notes:
svn path=/head/; revision=261880
Diffstat (limited to 'net/sqtop')
-rw-r--r-- | net/sqtop/Makefile | 33 | ||||
-rw-r--r-- | net/sqtop/distinfo | 3 | ||||
-rw-r--r-- | net/sqtop/pkg-descr | 4 |
3 files changed, 40 insertions, 0 deletions
diff --git a/net/sqtop/Makefile b/net/sqtop/Makefile new file mode 100644 index 000000000000..3be0b9a775d8 --- /dev/null +++ b/net/sqtop/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: sqtop +# Date created: 2010-09-05 +# Whom: Marco Steinbach <coco@webdev.c0c0.intra> +# +# $FreeBSD$ +# + +PORTNAME= sqtop +DISTVERSION= 2010-06-03 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} + +MAINTAINER= coco@executive-computing.de +COMMENT= Console-based display of Squid proxy connections + +USE_BZIP2= yes + +PLIST_FILES= bin/sqtop + +MAN1= sqtop.1 + +GNU_CONFIGURE= yes + +OPTIONS= NCURSES "Enable ncurses user interface" On + +.include <bsd.port.options.mk> + +.if defined(WITHOUT_NCURSES) +CONFIGURE_ARGS+= --disable-ui +.endif + +.include <bsd.port.pre.mk> +.include <bsd.port.post.mk> diff --git a/net/sqtop/distinfo b/net/sqtop/distinfo new file mode 100644 index 000000000000..7694afed4891 --- /dev/null +++ b/net/sqtop/distinfo @@ -0,0 +1,3 @@ +MD5 (sqtop-2010-06-03.tar.bz2) = 6fc6129e239e8fa3ee6b54c624f472dd +SHA256 (sqtop-2010-06-03.tar.bz2) = f50707ff55bdc773014337e27b242cf8198320b3546dc990622abdf7134db319 +SIZE (sqtop-2010-06-03.tar.bz2) = 86541 diff --git a/net/sqtop/pkg-descr b/net/sqtop/pkg-descr new file mode 100644 index 000000000000..4bbf6cddfd74 --- /dev/null +++ b/net/sqtop/pkg-descr @@ -0,0 +1,4 @@ +sqtop is a console applicaton to display information about currently active +client connections for a Squid proxy in a convenient way. + +WWW: http://code.google.com/p/sqtop/ |