From owner-cvs-all@FreeBSD.ORG Fri Dec 29 20:18:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22CD216A412; Fri, 29 Dec 2006 20:18:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 127EE13C465; Fri, 29 Dec 2006 20:18:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBTKIZ7e019958; Fri, 29 Dec 2006 20:18:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBTKIZK9019957; Fri, 29 Dec 2006 20:18:35 GMT (envelope-from miwi) Message-Id: <200612292018.kBTKIZK9019957@repoman.freebsd.org> From: Martin Wilke Date: Fri, 29 Dec 2006 20:18:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/sams Makefile distinfo pkg-descr pkg-plist ports/www/sams/files patch-Makefile.in patch-configure patch-sams.conf pkg-message.in sams.sh.in setup.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2006 20:18:36 -0000 miwi 2006-12-29 20:18:35 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/sams Makefile distinfo pkg-descr pkg-plist www/sams/files patch-Makefile.in patch-configure patch-sams.conf pkg-message.in sams.sh.in setup.sh Log: 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 Revision Changes Path 1.1653 +1 -0 ports/www/Makefile 1.1 +66 -0 ports/www/sams/Makefile (new) 1.1 +3 -0 ports/www/sams/distinfo (new) 1.1 +27 -0 ports/www/sams/files/patch-Makefile.in (new) 1.1 +34 -0 ports/www/sams/files/patch-configure (new) 1.1 +29 -0 ports/www/sams/files/patch-sams.conf (new) 1.1 +36 -0 ports/www/sams/files/pkg-message.in (new) 1.1 +29 -0 ports/www/sams/files/sams.sh.in (new) 1.1 +140 -0 ports/www/sams/files/setup.sh (new) 1.1 +16 -0 ports/www/sams/pkg-descr (new) 1.1 +668 -0 ports/www/sams/pkg-plist (new)