head	1.5;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.5
date	2007.07.27.11.39.15;	author rafan;	state Exp;
branches;
next	1.4;

1.4
date	2007.07.27.09.56.32;	author rafan;	state Exp;
branches;
next	1.3;

1.3
date	2007.07.24.08.49.24;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2007.07.09.16.57.55;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.29.20.18.35;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Correctly fix configure script and setup.sh breakage

PR:		ports/114961
Submitted by:	Denis Barov <dindin at dindin.ru> (maintainer)
@
text
@--- configure.orig	Thu Apr  5 17:16:02 2007
+++ configure	Mon Apr 23 11:46:22 2007
@@@@ -6703,20 +6703,30 @@@@
 
 echo "#define WEBINTERFACEPATH \"$prefix/share/sams\" " >> config.h
 
+CACHE_DIR=./tmp
+CACHE=${CACHE_DIR}/config.cache
+[ -d ./tmp ] || mkdir ${CACHE_DIR}
+[ -f ./tmp/config.cache ] && truncate -s0 ${CACHE}
+exec 7>> ${CACHE}
+
 echo "$as_me:$LINENO: result: " >&5
 echo "${ECHO_T}" >&6
 echo "$as_me:$LINENO: result: ***** Options and locations *****" >&5
 echo "${ECHO_T}***** Options and locations *****" >&6
 echo "$as_me:$LINENO: result: system:                                 $OS" >&5
 echo "${ECHO_T}system:                                 $OS" >&6
+echo "OS=$OS" >&7
 echo "$as_me:$LINENO: result: default path:                           $prefix" >&5
-echo "${ECHO_T}default path:                           $prefix" >&6
+echo "PREFIX=$prefix" >&7
 echo "$as_me:$LINENO: result: default runtime config file:            $CONFIG_FILE" >&5
 echo "${ECHO_T}default runtime config file:            $CONFIG_FILE" >&6
+echo "CONFIG_FILE=$CONFIG_FILE" >&7
 echo "$as_me:$LINENO: result: location the SAMS startup script:       $DST_RCD_LOC" >&5
 echo "${ECHO_T}location the SAMS startup script:       $DST_RCD_LOC" >&6
+echo "RC_FILE=$DST_RCD_LOC" >&7
 echo "$as_me:$LINENO: result: location HTTP server root directory:    $DST_HTTPD_LOC" >&5
 echo "${ECHO_T}location HTTP server root directory:    $DST_HTTPD_LOC" >&6
+echo "DOCUMENT_ROOT=$DST_HTTPD_LOC" >&7
 echo "$as_me:$LINENO: result: location mysql includes:                $DST_MYSQL_INC" >&5
 echo "${ECHO_T}location mysql includes:                $DST_MYSQL_INC" >&6
 echo "$as_me:$LINENO: result: location mysql libraries:               $DST_MYSQL_LIBS" >&5
@


1.4
log
@- Fix configure breakage

PR:		ports/114961
Submitted by:	Denis Barov <dindin at dindin.ru> (maintainer)
@
text
@d8 1
a8 1
+CACHE=${CACHE_DIR}/config.cashe
d10 1
a10 1
+[ -f ./tmp/config.cashe ] && truncate -s0 ${CACHE}
@


1.3
log
@- Little Fixes ( s/CASHE/CACHE)

PR:		114653
Submitted by:	Denis Barov <dindin@@dindin.ru> (maintainer)
@
text
@d7 2
a8 2
+CASHE_DIR=./tmp
+CASHE=${CACHE_DIR}/config.cashe
@


1.2
log
@- Update to 20070524
- Update maintainer mail adress

PR:		114447
Submitted by:	Denis Barov <dindin@@dindin.ru> (maintainer)
@
text
@d8 4
a11 4
+CASHE=${CASHE_DIR}/config.cashe
+[ -d ./tmp ] || mkdir ${CASHE_DIR}
+[ -f ./tmp/config.cashe ] && truncate ${CASHE}
+exec 7>> ${CASHE}
@


1.1
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<dindin@@freebsd.org.ua>
@
text
@d1 5
a5 5
--- configure.orig	Mon Apr 10 20:59:48 2006
+++ configure	Thu Dec 21 16:33:07 2006
@@@@ -6701,21 +6701,29 @@@@
   $ac_cs_success || { (exit 1); exit 1; }
 fi
a6 1
-
d12 1
@

