From 861f28539e2c70bed780f00ed75cdd668e21b43b Mon Sep 17 00:00:00 2001
From: Chris Efant <rock@sirkull.org>
Date: Mon, 7 Jun 2004 09:54:52 +0000
Subject: [PATCH]  Chris Efant:          Removed package squidguard.  This
 package hasn't been updated in          years, and anything useful it does is
 either available directly          in Squid or is available in Dansguardian.

2004052417002532742 [by sirkull]



git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3163 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
---
 package/sirkull/squidguard/squidguard.cache | 35 -----------
 package/sirkull/squidguard/squidguard.conf  | 67 ---------------------
 package/sirkull/squidguard/squidguard.desc  | 45 --------------
 3 files changed, 147 deletions(-)
 delete mode 100644 package/sirkull/squidguard/squidguard.cache
 delete mode 100644 package/sirkull/squidguard/squidguard.conf
 delete mode 100644 package/sirkull/squidguard/squidguard.desc

diff --git a/package/sirkull/squidguard/squidguard.cache b/package/sirkull/squidguard/squidguard.cache
deleted file mode 100644
index e3050b48a..000000000
--- a/package/sirkull/squidguard/squidguard.cache
+++ /dev/null
@@ -1,35 +0,0 @@
-[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
-[COPY] 
-[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
-[COPY] Please add additional copyright information _after_ the line containing
-[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
-[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
-[COPY] 
-[COPY] ROCK Linux: rock-src/package/sirkull/squidguard/squidguard.cache
-[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
-[COPY] 
-[COPY] This program is free software; you can redistribute it and/or modify
-[COPY] it under the terms of the GNU General Public License as published by
-[COPY] the Free Software Foundation; either version 2 of the License, or
-[COPY] (at your option) any later version. A copy of the GNU General Public
-[COPY] License can be found at Documentation/COPYING.
-[COPY] 
-[COPY] Many people helped and are helping developing ROCK Linux. Please
-[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
-[COPY] file for details.
-[COPY] 
-[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
-
-[TIMESTAMP] 1073156163 Sat Jan  3 19:56:03 2004
-[CONFIG-ID] 2.0.0-rc5-x86-pentium-mmx-32-reference
-[ROCKVER] 2.0.0-rc5
-
-[LOGS] 5-squidguard.log 9-squidguard.log
-
-[BUILDTIME] 2549 (9)
-[SIZE] 0.51 MB, 35 files
-
-[DEP] bash bdb41 binutils bison bzip2 coreutils diffutils findutils
-[DEP] flex gcc3 glibc23 grep linux24-header m4 make net-tools patch sed
-[DEP] sysfiles tar
-
diff --git a/package/sirkull/squidguard/squidguard.conf b/package/sirkull/squidguard/squidguard.conf
deleted file mode 100644
index 3dacf769e..000000000
--- a/package/sirkull/squidguard/squidguard.conf
+++ /dev/null
@@ -1,67 +0,0 @@
-# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
-# 
-# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
-# Please add additional copyright information _after_ the line containing
-# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
-# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
-# 
-# ROCK Linux: rock-src/package/sirkull/squidguard/squidguard.conf
-# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
-# 
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version. A copy of the GNU General Public
-# License can be found at Documentation/COPYING.
-# 
-# Many people helped and are helping developing ROCK Linux. Please
-# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
-# file for details.
-# 
-# --- ROCK-COPYRIGHT-NOTE-END ---
-
-
-if [ $prefix_auto = 1 ] ; then
-	prefix="opt/squid"
-	set_confopt
-fi
-
-var_append confopt " " "--with-sg-config=$sysconfdir/squidGuard.conf"
-var_append confopt " " "--with-sg-dbhome=$localstatedir/db"
-var_append confopt " " "--with-sg-logdir=$localstatedir/log"
-
-# Apply the Debian patch
-squidguard_preconf() {
-	bunzip2 -c $archdir/squidguard_$ver-$extraver.diff.bz2 | patch -p1
-}
-
-# Take care of everything "make install" doesn't install
-squidguard_postmake() {
-	# Create missing directories and set permissions
-	mkdir -pv $root/$docdir
-	mkdir -pv $root/$datadir/examples
-	mkdir -pv $root/$mandir/man1
-	mkdir -pv $root/$sysconfdir
-	mkdir -pv $root/$localstatedir/db
-	mkdir -pv $root/$localstatedir/log
-	chown -R nobody:nogroup $root/$localstatedir/db
-
-	# Install sample config
-	cp $confdir/squidguard.conf $root/$sysconfdir/squidGuard.conf || true
-
-	# Install the CGI
-	cp -v samples/*.cgi $root/$datadir/examples || true
-
-	# Install the documentation
-	cp -v doc/*.{txt,gif,html} $root/$docdir || true
-
-	# Install the manpage
-	cp -v debian/squidGuard.1 $root/$mandir/man1 || true
-}
-
-preconf="squidguard_preconf"
-postmake="squidguard_postmake"
-
-srctar="squidGuard-$ver.tar.bz2"
-srcdir="squidGuard-$ver"
-
diff --git a/package/sirkull/squidguard/squidguard.desc b/package/sirkull/squidguard/squidguard.desc
deleted file mode 100644
index f019ca8b7..000000000
--- a/package/sirkull/squidguard/squidguard.desc
+++ /dev/null
@@ -1,45 +0,0 @@
-[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
-[COPY] 
-[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
-[COPY] Please add additional copyright information _after_ the line containing
-[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
-[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
-[COPY] 
-[COPY] ROCK Linux: rock-src/package/sirkull/squidguard/squidguard.desc
-[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
-[COPY] 
-[COPY] This program is free software; you can redistribute it and/or modify
-[COPY] it under the terms of the GNU General Public License as published by
-[COPY] the Free Software Foundation; either version 2 of the License, or
-[COPY] (at your option) any later version. A copy of the GNU General Public
-[COPY] License can be found at Documentation/COPYING.
-[COPY] 
-[COPY] Many people helped and are helping developing ROCK Linux. Please
-[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
-[COPY] file for details.
-[COPY] 
-[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
-
-[I] Flexible redirector, filter and access controller plugin for squid
-
-[T] squidGuard is a free (GPL), flexible and ultra fast filter, redirector 
-[T] and access controller plugin for squid. It lets you define multiple 
-[T] access rules with different restrictions for different user groups on a 
-[T] squid cache. squidGuard uses squid's standard redirector interface.
-
-[U] http://www.squidguard.org/
-
-[A] P�l Baltzersen
-[A] Lars Erik H�land
-[M] Chris Efant <rock@sirkull.org>
-
-[C] extra/server
-
-[L] GPL
-[S] Stable
-[V] 1.2.0 5
-[P] X -----5---9 307.001
-
-[D] 754056949 squidGuard-1.2.0.tar.gz http://ftp.teledanmark.no/pub/www/proxy/squidGuard/
-[D] 4251508479 squidguard_1.2.0-5.diff.gz http://ftp.debian.org/debian/pool/main/s/squidguard/
-