Squid 2.x Accounting Management System Maintained by:uzgrishin@mail.ru Port Added: 29 Dec 2006 20:36:40
SAMS (Squid Account Management System) is a WEB-based interface and tool to
manage users of SQUID proxy server. NOTE: SQUID 2.x branch is suppoted only.
Main features are:
* manage users access to SQUID - proxy with NTLM, NCSA authorization
or IP address
* manage prohibition of users to access to URL
* manage to rewrite requested URL to graphical resources (banners,
counters)
* save and build reports of users statistic
* switch of users access to SQUID proxy if his traffic quota is off
* manage a delay pools for users groups
WWW: http://sams.perm.ru/
- GrishinUS
uzgrishin@mail.ru
To install the port:cd /usr/ports/www/sams/ && make install clean To add the package:pkg_add -r sams
Configuration Options
===> The following configuration options are available for sams-1.0.4,1:
NTLM=off (default) "NTLM autorization/ActiveDirectory support"
APACHE22=on (default) "Use apache version 2.2"
INSTALLGD=on (default) "Graphic reports"
===> Use 'make config' to modify these settings
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above )
SAMS (Squid Account Management System) is a WEB-based interface and tool to
manage users of SQUID proxy server. Main features are:
* manage users access to SQUID - proxy with NTLM, NCSA authorization
or IP address
* manage prohibition of users to access to URL
* manage to rewrite requested URL to graphical resources (banners,
counters)
* save and build reports of users statistic
* switch of users access to SQUID proxy if his traffic quota is off
* manage a delay pools for users groups
WWW: http://sams.irc.perm.ru/
- Dindin
dindin@freebsd.org.ua
PR: ports/107102
Submitted by: Denis Barov<dindin@freebsd.org.ua>