diff options
author | rodent <rodent@pkgsrc.org> | 2014-04-12 12:47:39 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-04-12 12:47:39 +0000 |
commit | 852dba6dc79a40d9f36e3541c2c450818aed89e4 (patch) | |
tree | 9a091833fe0460f04f63be5e6ca4786f683edcf1 /www | |
parent | 6a1528daf8ff6aa0ba635df7d2fe8650c854686a (diff) | |
download | pkgsrc-852dba6dc79a40d9f36e3541c2c450818aed89e4.tar.gz |
Import sqtop-20131217 as www/sqtop.
sqtop is a console applicaton to display information about currently active
client connections for a Squid proxy in a convenient way.
Diffstat (limited to 'www')
-rw-r--r-- | www/sqtop/DESCR | 2 | ||||
-rw-r--r-- | www/sqtop/Makefile | 21 | ||||
-rw-r--r-- | www/sqtop/PLIST | 3 | ||||
-rw-r--r-- | www/sqtop/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/www/sqtop/DESCR b/www/sqtop/DESCR new file mode 100644 index 00000000000..b28ccbf0e73 --- /dev/null +++ b/www/sqtop/DESCR @@ -0,0 +1,2 @@ +sqtop is a console applicaton to display information about currently active +client connections for a Squid proxy in a convenient way. diff --git a/www/sqtop/Makefile b/www/sqtop/Makefile new file mode 100644 index 00000000000..5df5346cb45 --- /dev/null +++ b/www/sqtop/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2014/04/12 12:47:39 rodent Exp $ + +DISTNAME= sqtop-2013-12-17 +PKGNAME= ${DISTNAME:C/([0-9]{4})-([0-9]{2})-([0-9]{2})/\1\2\3/1} +CATEGORIES= www +MASTER_SITES= http://sqtop.googlecode.com/files/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://code.google.com/p/sqtop/ +COMMENT= Display active client connections for Squid +LICENSE= gnu-gpl-v2 + +DEPENDS+= squid-[0-9]*:../../www/squid3 + +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ + +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/sqtop/PLIST b/www/sqtop/PLIST new file mode 100644 index 00000000000..b6bce2a88cf --- /dev/null +++ b/www/sqtop/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2014/04/12 12:47:39 rodent Exp $ +bin/sqtop +man/man1/sqtop.1 diff --git a/www/sqtop/distinfo b/www/sqtop/distinfo new file mode 100644 index 00000000000..d78c177e973 --- /dev/null +++ b/www/sqtop/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/04/12 12:47:39 rodent Exp $ + +SHA1 (sqtop-2013-12-17.tar.bz2) = 930608bff0c4821f78976d50aec8bb27c9218adf +RMD160 (sqtop-2013-12-17.tar.bz2) = bc3e0cb9398a7b9bdc7c9ea158a0ee605697b0fc +Size (sqtop-2013-12-17.tar.bz2) = 117247 bytes |