Port details |
- sqstat Script which allows to look through active squid users connections
- 1.20_1 www
=8 1.20_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2006-05-04 17:32:46
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: squid, mrtg, portupgrade, nagios
- License: ISCL
- Description:
- SqStat is a script which allows to look through active squid users
connections. It uses cachemgr protocol to get information from
squid proxy server.
WWW: http://samm.kiev.ua/sqstat/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/sqstat/ && make install clean
- To add the package, run one of these commands:
- pkg install www/sqstat
- pkg install sqstat
- PKGNAME: sqstat
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (sqstat-1.20.tar.gz) = 72869330c9a451d195e0ef93faf819f60a49813c4955b34400db1036f41ce6af
SIZE (sqstat-1.20.tar.gz) = 10715
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php74
- session.so : www/php74-session
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for sqstat-1.20_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_sqstat
- USES:
- php
- pkg-message:
- For install:
- - Copy file config.inc.php.defaults to config.inc.php, edit
config.inc.php to specify your squid proxy server IP and port.
- Set up squid:
acl manager proto cache_object
# replace 10.0.0.1 with your webserver IP
acl webserver src 10.0.0.1/255.255.255.255
http_access allow manager webserver
http_access deny manager
- Set up apache web server:
Alias /sqstat "/usr/local/share/sqstat/"
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.20_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Aug 2019 12:25:09
1.20_1
|
mat  |
Convert to UCL & cleanup pkg-message (categories w) |
11 Sep 2016 17:57:25
1.20_1
|
amdmi3  |
- Add LICENSE
- Add missing USES=php
- Add NO_ARCH
- Remove unneeded (because of SUB_FILES) and duplicate PKGMESSAGE
- Switch to options helpers
- Simplify installation
- Don't install license with docs
- Remove bogus BROKEN_powerpc64: this port does not even build |
21 Aug 2016 11:58:27
1.20_1
|
rene  |
Reset sem@'s ports per his request.
With hat: portmgr-secretary |
21 Apr 2016 16:43:15
1.20_1
|
swills  |
many ports: mark broken on powerpc64 |
20 Dec 2014 19:54:06
1.20_1
|
bapt  |
cleanup plist |
06 Aug 2014 09:11:58
1.20_1
|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt) |
05 Jun 2014 01:18:24
1.20_1
|
miwi  |
- Stage support
PR: 19063 |
20 Sep 2013 23:36:54
1.20_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
19 Mar 2011 12:38:54
1.20_1
|
miwi  |
- Get Rid MD5 support |
22 Aug 2009 00:38:34
1.20_1
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
10 Sep 2007 08:15:56
1.20_1
|
sem  |
- Add missed dependency on php5_session
PR: ports/115920
Submitted by: Anton Lysenok <bart@tapolsky.net.ua> |
08 Oct 2006 10:36:02
1.20
|
sem  |
- Update to 1.20
PR: ports/104093
Submitted by: Alex Samorukov (author) |
25 Jul 2006 05:56:58
1.10
|
sem  |
- Update to 1.10 |
04 May 2006 17:31:47
0.9.5
|
sem  |
SqStat is a script which allows to look through active squid users
connections. It use cachemgr protocol to get information from
squid proxy server.
WWW: http://samm.kiev.ua/sqstat/ |