diff options
author | garga <garga@FreeBSD.org> | 2010-08-31 03:42:43 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-08-31 03:42:43 +0800 |
commit | 4818cd91ae961024324dd56391e49c0bf93d1bb5 (patch) | |
tree | 529232cd410d5d67524f70f94d778d53bf8fe431 /www/dansguardian-devel | |
parent | 33c7131a8f40ec60a8231e410c20bfd1aaa8fd45 (diff) | |
download | freebsd-ports-gnome-4818cd91ae961024324dd56391e49c0bf93d1bb5.tar.gz freebsd-ports-gnome-4818cd91ae961024324dd56391e49c0bf93d1bb5.tar.zst freebsd-ports-gnome-4818cd91ae961024324dd56391e49c0bf93d1bb5.zip |
- Remove www/dansguardian-devel. It's older than www/dansguardian and
unmaintained
Diffstat (limited to 'www/dansguardian-devel')
-rw-r--r-- | www/dansguardian-devel/Makefile | 137 | ||||
-rw-r--r-- | www/dansguardian-devel/distinfo | 3 | ||||
-rw-r--r-- | www/dansguardian-devel/files/dansguardian.in | 31 | ||||
-rw-r--r-- | www/dansguardian-devel/files/patch-doc::dansguardian.8 | 20 | ||||
-rw-r--r-- | www/dansguardian-devel/pkg-descr | 19 | ||||
-rw-r--r-- | www/dansguardian-devel/pkg-message | 15 | ||||
-rw-r--r-- | www/dansguardian-devel/pkg-plist | 363 |
7 files changed, 0 insertions, 588 deletions
diff --git a/www/dansguardian-devel/Makefile b/www/dansguardian-devel/Makefile deleted file mode 100644 index 331697a6d860..000000000000 --- a/www/dansguardian-devel/Makefile +++ /dev/null @@ -1,137 +0,0 @@ -# New ports collection makefile for: dansguardian -# Date created: April 02, 2002 -# Whom: Freddie Cash <fjwcash@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= dansguardian -PORTVERSION= 2.9.9.3 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= # empty, see below -DISTNAME= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A fast, feature-rich web content filter for Squid proxy servers - -RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid - -USE_ICONV= yes - -USE_RC_SUBR= dansguardian - -CONFLICTS= dansguardian-2.[678]* -LATEST_LINK= dansguardian-devel -IGNORE= dansGuardian 2.10 has gone stable, use www/dansguardian - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var \ - --with-logdir=/var/log \ - --with-piddir=/var/run - -MAN8= dansguardian.8 - -OPTIONS= DG_APACHE "Enable Apache support for access denied page" on \ - DG_PCRE "Enable PCRE support" on \ - DG_DMGR "Enable the fancy download manager" on \ - DG_TRICKLE "Enable the trickle download manager" on \ - DG_CLISCAN "Enable support for CLI content scanners" off \ - DG_CLAMD "Enable ClamAV daemon support (clamd)" off \ - DG_ICAP "Enable ICAP AV content scanner support (testing)" off \ - DG_KASP "Enable Kaspersky AV support (testing)" off \ - DG_NTLM "Enable NTLM authentication plugin" off \ - DG_EMAIL "Enable e-mail reporting support" off \ - DG_DEBUG "Enable debug options - not for production use" off - -DG_URL= http://dansguardian.org/index.php?page=copyright2 -CONFDIR= ${PREFIX}/etc/dansguardian - -RESTRICTED= Redistribution and commercial download is restricted. Check ${DG_URL} for more info - -PORTDOCS= AuthPlugins ContentScanners DownloadManagers FAQ FAQ.html Plugins - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_DG_APACHE) -USE_APACHE= 1.3+ -.endif - -.if !defined(WITHOUT_DG_PCRE) -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre -.endif - -.if !defined(WITHOUT_DG_TRICKLE) -CONFIGURE_ARGS+= --enable-trickledm -.endif - -.if defined(WITH_DG_CLISCAN) -CONFIGURE_ARGS+= --enable-commandline -PLIST_SUB+= CLISCANCONF="" -.else -PLIST_SUB+= CLISCANCONF="@comment " -.endif - -.if defined(WITH_DG_CLAMD) -CONFIGURE_ARGS+= --enable-clamd -RUN_DEPENDS+= ${LOCALBASE}/sbin/clamd:${PORTSDIR}/security/clamav -PLIST_SUB+= CLAMDCONF="" -.else -PLIST_SUB+= CLAMDCONF="@comment " -.endif - -.if defined(WITH_DG_ICAP) -CONFIGURE_ARGS+= --enable-icap -PLIST_SUB+= ICAPCONF="" -.else -PLIST_SUB+= ICAPCONF="@comment " -.endif - -.if defined(WITH_DG_KASP) -CONFIGURE_ARGS+= --enable-kavd -PLIST_SUB+= KAVDCONF="" -.else -PLIST_SUB+= KAVDCONF="@comment " -.endif - -.if defined(WITH_DG_CLAMD) || defined(WITH_DG_ICAP) || defined(WITH_DG_KASP) || defined(WITH_CLISCANCONF) -PLIST_SUB+= SCANNERS="" -.else -PLIST_SUB+= SCANNERS="@comment " -.endif - -.if !defined(WITHOUT_DG_DMGR) -CONFIGURE_ARGS+= --enable-fancydm -#PLIST_SUB+= DMGR="" -#.else -#PLIST_SUB+= DMGR="@comment " -.endif - -.if defined(WITH_DG_NTLM) -CONFIGURE_ARGS+= --enable-ntlm -PLIST_SUB+= NTLMCONF="" -.else -PLIST_SUB+= NTLMCONF="@comment " -.endif - -.if defined(WITH_DG_EMAIL) -CONFIGURE_ARGS+= --enable-email -PLIST_SUB+= EMAILCONF="" -.else -PLIST_SUB+= EMAILCONF="@comment " -.endif - -.if defined(WITH_DG_DEBUG) -CONFIGURE_ARGS+= --enable-dgdebug -.endif - -# User needs to manually download the distfile -.if !(exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})) && !defined(PACKAGE_BUILDING) -IGNORE= commercial source download is restricted. Please visit and read ${DG_URL} and download ${DISTNAME}${EXTRACT_SUFX} into ${DISTDIR} before running make -.endif - -post-install: -# Display post-install message - @${CAT} pkg-message - -.include <bsd.port.post.mk> diff --git a/www/dansguardian-devel/distinfo b/www/dansguardian-devel/distinfo deleted file mode 100644 index 3208d5eda462..000000000000 --- a/www/dansguardian-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dansguardian-2.9.9.3.tar.gz) = ed169b80eb85522c6c4f8288737b380c -SHA256 (dansguardian-2.9.9.3.tar.gz) = 4c61dfd2bfbaab415947a89e9dfa75311b063f4173781aafa42079bd80fe4d89 -SIZE (dansguardian-2.9.9.3.tar.gz) = 498369 diff --git a/www/dansguardian-devel/files/dansguardian.in b/www/dansguardian-devel/files/dansguardian.in deleted file mode 100644 index d4c7c8b2c3cd..000000000000 --- a/www/dansguardian-devel/files/dansguardian.in +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -# PROVIDE: dansguardian -# REQUIRE: NETWORKING SERVERS squid -# KEYWORD: shutdown - -# Define these dansguardian_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/dansguardian -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE -# -# dansguardian_enable="YES" -# dansguardian_flags="<set as needed>" - -dansguardian_enable=${dansguardian_enable:-"NO"} -dansguardian_pidfile=${dansguardian_pidfile:-"/var/run/dansguardian.pid"} - -. /etc/rc.subr - -name="dansguardian" -rcvar=${name}_enable -command="%%PREFIX%%/sbin/${name}" - -load_rc_config $name - -pidfile="${dansguardian_pidfile}" - -run_rc_command "$1" diff --git a/www/dansguardian-devel/files/patch-doc::dansguardian.8 b/www/dansguardian-devel/files/patch-doc::dansguardian.8 deleted file mode 100644 index da6bb9f742a5..000000000000 --- a/www/dansguardian-devel/files/patch-doc::dansguardian.8 +++ /dev/null @@ -1,20 +0,0 @@ ---- doc/dansguardian.8.orig Tue Dec 20 16:21:10 2005 -+++ doc/dansguardian.8 Tue Dec 20 16:21:37 2005 -@@ -3,7 +3,7 @@ - .SH NAME - DansGuardian 2 - .SH SYNOPSIS --/etc/rc.d/init.d/dansguardian [stop|start|status|restart] -+/usr/local/etc/rc.d/dansguardian [stop|start|status|restart] - .SH DESCRIPTION - A Introduction - -@@ -14,7 +14,7 @@ - The configurable logging produces a log in an easy to read format which has the option to only log the text-based pages, thus significantly reducing redundant information such as every image on a page. - DansGuardian is under continuous development and so it is best to visit the web site for the latest information. - --(1) Technically DansGuardian is more of a filtering pass-through than a true proxy - but don't let that worry you! -+(1) Technically, DansGuardian is more of a filtering pass-through than a true proxy - but don't let that worry you! - - (2) DansGuardian should work with any proxy, not just Squid. For example, it is known to work with Oops. - diff --git a/www/dansguardian-devel/pkg-descr b/www/dansguardian-devel/pkg-descr deleted file mode 100644 index 1fc44ff0d35f..000000000000 --- a/www/dansguardian-devel/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -DansGuardian is a web content filtering proxy for Linux, FreeBSD, OpenBSD, -and Solaris. It relies on a proxy server for all fetching of pages. It has -been most extensively tested with Squid; however, DansGuardian should work -with any proxy server. - -It filters using multiple methods, including: - - URL and domain filtering - content phrase filtering - - PICS filtering - MIME filtering - - file extension filtering - POST filtering - - username and source IP filtering - virus filtering - -This version also includes support for filter groups (simple ACLs), -pre-emptive blocking, improved URL caches, and fork pooling for -improved performance under heavy load. - -This is the development version of DansGuardian and is still -considered to be Beta quality. - -WWW: http://dansguardian.org diff --git a/www/dansguardian-devel/pkg-message b/www/dansguardian-devel/pkg-message deleted file mode 100644 index aaa7a8fa235c..000000000000 --- a/www/dansguardian-devel/pkg-message +++ /dev/null @@ -1,15 +0,0 @@ -===> Please Note: - -******************************************************************************* - This port has created a log file named dansguardian.log that can get - quite large. Please read the newsyslog(8) man page for instructions - on configuring log rotation and compression. - - This port has been converted to the new RC framework and should work - correctly via rcorder. Please read the comments in the startup script - for instructions on enabling the daemon. - - DG_CLAMAV, DG_ICAP, DG_KASP, DG_NTLM are all experimental options that I - am not currently able to test. Let me know how these work (or not) - for you. (Patches always welcome.) -******************************************************************************* diff --git a/www/dansguardian-devel/pkg-plist b/www/dansguardian-devel/pkg-plist deleted file mode 100644 index 95dd170f66e1..000000000000 --- a/www/dansguardian-devel/pkg-plist +++ /dev/null @@ -1,363 +0,0 @@ -@exec mkdir -p etc/dansguardian -@exec mkdir -p etc/dansguardian/authplugins -%%SCANNERS%%@exec mkdir -p etc/dansguardian/contentscanners -@exec mkdir -p etc/dansguardian/downloadmanagers -@exec mkdir -p etc/dansguardian/lists -@exec mkdir -p etc/dansguardian/lists/authplugins -@exec mkdir -p etc/dansguardian/lists/blacklists -@exec mkdir -p etc/dansguardian/lists/blacklists/ads -%%SCANNERS%%@exec mkdir -p etc/dansguardian/lists/contentscanners -@exec mkdir -p etc/dansguardian/lists/downloadmanagers -@exec mkdir -p etc/dansguardian/lists/phraselists -@exec mkdir -p etc/dansguardian/lists/phraselists/badwords -@exec mkdir -p etc/dansguardian/lists/phraselists/chat -@exec mkdir -p etc/dansguardian/lists/phraselists/drugadvocacy -@exec mkdir -p etc/dansguardian/lists/phraselists/gambling -@exec mkdir -p etc/dansguardian/lists/phraselists/games -@exec mkdir -p etc/dansguardian/lists/phraselists/goodphrases -@exec mkdir -p etc/dansguardian/lists/phraselists/googlesearches -@exec mkdir -p etc/dansguardian/lists/phraselists/gore -@exec mkdir -p etc/dansguardian/lists/phraselists/illegaldrugs -@exec mkdir -p etc/dansguardian/lists/phraselists/intolerance -@exec mkdir -p etc/dansguardian/lists/phraselists/legaldrugs -@exec mkdir -p etc/dansguardian/lists/phraselists/malware -@exec mkdir -p etc/dansguardian/lists/phraselists/news -@exec mkdir -p etc/dansguardian/lists/phraselists/nudism -@exec mkdir -p etc/dansguardian/lists/phraselists/peer2peer -@exec mkdir -p etc/dansguardian/lists/phraselists/personals -@exec mkdir -p etc/dansguardian/lists/phraselists/pornography -@exec mkdir -p etc/dansguardian/lists/phraselists/proxies -@exec mkdir -p etc/dansguardian/lists/phraselists/sport -@exec mkdir -p etc/dansguardian/lists/phraselists/violence -@exec mkdir -p etc/dansguardian/lists/phraselists/warezhacking -@exec mkdir -p etc/dansguardian/lists/phraselists/weapons -@exec mkdir -p etc/dansguardian/lists/phraselists/webmail -@exec mkdir -p etc/dansguardian/lists/phraselists/conspiracy -@exec mkdir -p etc/dansguardian/lists/phraselists/domainsforsale -@exec mkdir -p etc/dansguardian/lists/phraselists/forums -@exec mkdir -p etc/dansguardian/lists/phraselists/idtheft -@exec mkdir -p etc/dansguardian/lists/phraselists/music -@exec mkdir -p etc/dansguardian/lists/phraselists/rta -@exec mkdir -p etc/dansguardian/lists/phraselists/safelabel -@exec mkdir -p etc/dansguardian/lists/phraselists/secretsocieties -@exec mkdir -p etc/dansguardian/lists/phraselists/translation -@exec mkdir -p etc/dansguardian/lists/phraselists/travel -@exec mkdir -p etc/dansguardian/lists/phraselists/upstreamfilter -@exec mkdir -p %%DATADIR%% -@exec mkdir -p %%DATADIR%%/languages -@exec mkdir -p %%DATADIR%%/languages/arspanish -@exec mkdir -p %%DATADIR%%/languages/bulgarian -@exec mkdir -p %%DATADIR%%/languages/chinesebig5 -@exec mkdir -p %%DATADIR%%/languages/chinesegb2312 -@exec mkdir -p %%DATADIR%%/languages/czech -@exec mkdir -p %%DATADIR%%/languages/danish -@exec mkdir -p %%DATADIR%%/languages/dutch -@exec mkdir -p %%DATADIR%%/languages/french -@exec mkdir -p %%DATADIR%%/languages/german -@exec mkdir -p %%DATADIR%%/languages/hebrew -@exec mkdir -p %%DATADIR%%/languages/hungarian -@exec mkdir -p %%DATADIR%%/languages/indonesian -@exec mkdir -p %%DATADIR%%/languages/italian -@exec mkdir -p %%DATADIR%%/languages/japanese -@exec mkdir -p %%DATADIR%%/languages/lithuanian -@exec mkdir -p %%DATADIR%%/languages/malay -@exec mkdir -p %%DATADIR%%/languages/mxspanish -@exec mkdir -p %%DATADIR%%/languages/polish -@exec mkdir -p %%DATADIR%%/languages/portuguese -@exec mkdir -p %%DATADIR%%/languages/ptbrazilian -@exec mkdir -p %%DATADIR%%/languages/russian-1251 -@exec mkdir -p %%DATADIR%%/languages/russian-koi8-r -@exec mkdir -p %%DATADIR%%/languages/slovak -@exec mkdir -p %%DATADIR%%/languages/spanish -@exec mkdir -p %%DATADIR%%/languages/swedish -@exec mkdir -p %%DATADIR%%/languages/turkish -@exec mkdir -p %%DATADIR%%/languages/ukenglish -@exec mkdir -p %%DATADIR%%/scripts -sbin/dansguardian -%%DATADIR%%/languages/arspanish/messages -%%DATADIR%%/languages/arspanish/fancydmtemplate.html -%%DATADIR%%/languages/arspanish/template.html -%%DATADIR%%/languages/spanish/messages -%%DATADIR%%/languages/spanish/fancydmtemplate.html -%%DATADIR%%/languages/spanish/template.html -%%DATADIR%%/languages/mxspanish/messages -%%DATADIR%%/languages/mxspanish/fancydmtemplate.html -%%DATADIR%%/languages/mxspanish/template.html -%%DATADIR%%/languages/japanese/messages -%%DATADIR%%/languages/japanese/fancydmtemplate.html -%%DATADIR%%/languages/japanese/template.html -%%DATADIR%%/languages/malay/messages -%%DATADIR%%/languages/malay/fancydmtemplate.html -%%DATADIR%%/languages/malay/template.html -%%DATADIR%%/languages/czech/messages -%%DATADIR%%/languages/czech/fancydmtemplate.html -%%DATADIR%%/languages/czech/template.html -%%DATADIR%%/languages/hungarian/messages -%%DATADIR%%/languages/hungarian/fancydmtemplate.html -%%DATADIR%%/languages/hungarian/template.html -%%DATADIR%%/languages/ptbrazilian/messages -%%DATADIR%%/languages/ptbrazilian/fancydmtemplate.html -%%DATADIR%%/languages/ptbrazilian/template.html -%%DATADIR%%/languages/hebrew/messages -%%DATADIR%%/languages/hebrew/fancydmtemplate.html -%%DATADIR%%/languages/hebrew/template.html -%%DATADIR%%/languages/turkish/messages -%%DATADIR%%/languages/turkish/fancydmtemplate.html -%%DATADIR%%/languages/turkish/template.html -%%DATADIR%%/languages/bulgarian/messages -%%DATADIR%%/languages/bulgarian/fancydmtemplate.html -%%DATADIR%%/languages/bulgarian/template.html -%%DATADIR%%/languages/danish/messages -%%DATADIR%%/languages/danish/fancydmtemplate.html -%%DATADIR%%/languages/danish/template.html -%%DATADIR%%/languages/indonesian/messages -%%DATADIR%%/languages/indonesian/fancydmtemplate.html -%%DATADIR%%/languages/indonesian/template.html -%%DATADIR%%/languages/russian-1251/messages -%%DATADIR%%/languages/russian-1251/fancydmtemplate.html -%%DATADIR%%/languages/russian-1251/template.html -%%DATADIR%%/languages/ukenglish/messages -%%DATADIR%%/languages/ukenglish/fancydmtemplate.html -%%DATADIR%%/languages/ukenglish/template.html -%%DATADIR%%/languages/chinesebig5/messages -%%DATADIR%%/languages/chinesebig5/fancydmtemplate.html -%%DATADIR%%/languages/chinesebig5/template.html -%%DATADIR%%/languages/dutch/messages -%%DATADIR%%/languages/dutch/fancydmtemplate.html -%%DATADIR%%/languages/dutch/template.html -%%DATADIR%%/languages/italian/messages -%%DATADIR%%/languages/italian/fancydmtemplate.html -%%DATADIR%%/languages/italian/template.html -%%DATADIR%%/languages/russian-koi8-r/messages -%%DATADIR%%/languages/russian-koi8-r/fancydmtemplate.html -%%DATADIR%%/languages/russian-koi8-r/template.html -%%DATADIR%%/languages/chinesegb2312/messages -%%DATADIR%%/languages/chinesegb2312/fancydmtemplate.html -%%DATADIR%%/languages/chinesegb2312/template.html -%%DATADIR%%/languages/french/messages -%%DATADIR%%/languages/french/fancydmtemplate.html -%%DATADIR%%/languages/french/template.html -%%DATADIR%%/languages/lithuanian/messages -%%DATADIR%%/languages/lithuanian/fancydmtemplate.html -%%DATADIR%%/languages/lithuanian/template.html -%%DATADIR%%/languages/polish/messages -%%DATADIR%%/languages/polish/fancydmtemplate.html -%%DATADIR%%/languages/polish/template.html -%%DATADIR%%/languages/slovak/messages -%%DATADIR%%/languages/slovak/fancydmtemplate.html -%%DATADIR%%/languages/slovak/template.html -%%DATADIR%%/languages/german/messages -%%DATADIR%%/languages/german/fancydmtemplate.html -%%DATADIR%%/languages/german/template.html -%%DATADIR%%/languages/portuguese/messages -%%DATADIR%%/languages/portuguese/fancydmtemplate.html -%%DATADIR%%/languages/portuguese/template.html -%%DATADIR%%/languages/swedish/messages -%%DATADIR%%/languages/swedish/fancydmtemplate.html -%%DATADIR%%/languages/swedish/template.html -%%DATADIR%%/transparent1x1.gif -%%DATADIR%%/dansguardian.pl -%%DATADIR%%/scripts/dansguardian -%%DATADIR%%/scripts/logrotation -%%DATADIR%%/scripts/bsd-init -%%DATADIR%%/scripts/solaris-init -%%DATADIR%%/scripts/systemv-init -etc/dansguardian/authplugins/ident.conf -etc/dansguardian/authplugins/ip.conf -etc/dansguardian/authplugins/proxy-basic.conf -etc/dansguardian/authplugins/proxy-digest.conf -%%NTLMCONF%%etc/dansguardian/authplugins/proxy-ntlm.conf -etc/dansguardian/lists/authplugins/ipgroups -etc/dansguardian/lists/exceptionextensionlist -etc/dansguardian/lists/exceptionfilesitelist -etc/dansguardian/lists/exceptionmimetypelist -etc/dansguardian/lists/bannedregexpheaderlist -etc/dansguardian/lists/exceptionfileurllist -etc/dansguardian/lists/headerregexplist -etc/dansguardian/lists/logregexpurllist -etc/dansguardian/lists/logsitelist -etc/dansguardian/lists/logurllist -etc/dansguardian/lists/blacklists/ads/domains -etc/dansguardian/lists/blacklists/ads/urls -etc/dansguardian/lists/downloadmanagers/managedextensionlist -etc/dansguardian/lists/downloadmanagers/managedmimetypelist -etc/dansguardian/lists/phraselists/badwords/weighted_dutch -etc/dansguardian/lists/phraselists/badwords/weighted_french -etc/dansguardian/lists/phraselists/badwords/weighted_german -etc/dansguardian/lists/phraselists/badwords/weighted_portuguese -etc/dansguardian/lists/phraselists/badwords/weighted_spanish -etc/dansguardian/lists/phraselists/chat/weighted -etc/dansguardian/lists/phraselists/chat/weighted_italian -etc/dansguardian/lists/phraselists/drugadvocacy/weighted -etc/dansguardian/lists/phraselists/gambling/weighted -etc/dansguardian/lists/phraselists/gambling/weighted_portuguese -etc/dansguardian/lists/phraselists/gambling/banned -etc/dansguardian/lists/phraselists/gambling/banned_portuguese -etc/dansguardian/lists/phraselists/games/weighted -etc/dansguardian/lists/phraselists/goodphrases/weighted_general -etc/dansguardian/lists/phraselists/goodphrases/weighted_general_danish -etc/dansguardian/lists/phraselists/goodphrases/weighted_general_dutch -etc/dansguardian/lists/phraselists/goodphrases/weighted_general_malay -etc/dansguardian/lists/phraselists/goodphrases/weighted_general_portuguese -etc/dansguardian/lists/phraselists/goodphrases/weighted_news -etc/dansguardian/lists/phraselists/goodphrases/exception -etc/dansguardian/lists/phraselists/goodphrases/exception_email -etc/dansguardian/lists/phraselists/googlesearches/banned -etc/dansguardian/lists/phraselists/gore/weighted -etc/dansguardian/lists/phraselists/gore/weighted_portuguese -etc/dansguardian/lists/phraselists/illegaldrugs/weighted -etc/dansguardian/lists/phraselists/illegaldrugs/weighted_portuguese -etc/dansguardian/lists/phraselists/illegaldrugs/banned -etc/dansguardian/lists/phraselists/intolerance/weighted -etc/dansguardian/lists/phraselists/intolerance/weighted_portuguese -etc/dansguardian/lists/phraselists/intolerance/banned_portuguese -etc/dansguardian/lists/phraselists/legaldrugs/weighted -etc/dansguardian/lists/phraselists/malware/weighted -etc/dansguardian/lists/phraselists/news/weighted -etc/dansguardian/lists/phraselists/nudism/weighted -etc/dansguardian/lists/phraselists/peer2peer/weighted -etc/dansguardian/lists/phraselists/personals/weighted -etc/dansguardian/lists/phraselists/personals/weighted_portuguese -etc/dansguardian/lists/phraselists/pornography/banned -etc/dansguardian/lists/phraselists/pornography/banned_portuguese -etc/dansguardian/lists/phraselists/pornography/weighted -etc/dansguardian/lists/phraselists/pornography/weighted_chinese -etc/dansguardian/lists/phraselists/pornography/weighted_danish -etc/dansguardian/lists/phraselists/pornography/weighted_dutch -etc/dansguardian/lists/phraselists/pornography/weighted_french -etc/dansguardian/lists/phraselists/pornography/weighted_german -etc/dansguardian/lists/phraselists/pornography/weighted_italian -etc/dansguardian/lists/phraselists/pornography/weighted_japanese -etc/dansguardian/lists/phraselists/pornography/weighted_malay -etc/dansguardian/lists/phraselists/pornography/weighted_norwegian -etc/dansguardian/lists/phraselists/pornography/weighted_portuguese -etc/dansguardian/lists/phraselists/pornography/weighted_russian -etc/dansguardian/lists/phraselists/pornography/weighted_spanish -etc/dansguardian/lists/phraselists/proxies/weighted -etc/dansguardian/lists/phraselists/sport/weighted -etc/dansguardian/lists/phraselists/violence/weighted -etc/dansguardian/lists/phraselists/violence/weighted_portuguese -etc/dansguardian/lists/phraselists/warezhacking/weighted -etc/dansguardian/lists/phraselists/weapons/weighted -etc/dansguardian/lists/phraselists/weapons/weighted_portuguese -etc/dansguardian/lists/phraselists/webmail/weighted -etc/dansguardian/lists/phraselists/conspiracy/weighted -etc/dansguardian/lists/phraselists/domainsforsale/weighted -etc/dansguardian/lists/phraselists/forums/weighted -etc/dansguardian/lists/phraselists/idtheft/weighted -etc/dansguardian/lists/phraselists/music/weighted -etc/dansguardian/lists/phraselists/rta/banned -etc/dansguardian/lists/phraselists/safelabel/banned -etc/dansguardian/lists/phraselists/secretsocieties/weighted -etc/dansguardian/lists/phraselists/translation/weighted -etc/dansguardian/lists/phraselists/travel/weighted -etc/dansguardian/lists/phraselists/upstreamfilter/weighted -etc/dansguardian/lists/bannedextensionlist -etc/dansguardian/lists/bannediplist -etc/dansguardian/lists/bannedmimetypelist -etc/dansguardian/lists/bannedregexpurllist -etc/dansguardian/lists/bannedsitelist -etc/dansguardian/lists/bannedurllist -etc/dansguardian/lists/contentregexplist -etc/dansguardian/lists/exceptioniplist -etc/dansguardian/lists/exceptionsitelist -etc/dansguardian/lists/exceptionurllist -etc/dansguardian/lists/filtergroupslist -etc/dansguardian/lists/greysitelist -etc/dansguardian/lists/greyurllist -etc/dansguardian/lists/pics -etc/dansguardian/lists/bannedphraselist -etc/dansguardian/lists/weightedphraselist -etc/dansguardian/lists/exceptionphraselist -etc/dansguardian/lists/urlregexplist -etc/dansguardian/lists/exceptionregexpurllist -%%SCANNERS%%etc/dansguardian/lists/contentscanners/exceptionvirusmimetypelist -%%SCANNERS%%etc/dansguardian/lists/contentscanners/exceptionvirusextensionlist -%%SCANNERS%%etc/dansguardian/lists/contentscanners/exceptionvirussitelist -%%SCANNERS%%etc/dansguardian/lists/contentscanners/exceptionvirusurllist -etc/dansguardian/downloadmanagers/default.conf -etc/dansguardian/downloadmanagers/fancy.conf -etc/dansguardian/downloadmanagers/trickle.conf -%%CLAMDCONF%%etc/dansguardian/contentscanners/clamdscan.conf -%%KAVDCONF%%etc/dansguardian/contentscanners/kavdscan.conf -%%ICAPCONF%%etc/dansguardian/contentscanners/icapscan.conf -%%CLISCANCONF%%etc/dansguardian/contentscanners/commandlinescan.conf -etc/dansguardian/dansguardian.conf -etc/dansguardian/dansguardianf1.conf -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/languages/arspanish -@dirrm %%DATADIR%%/languages/bulgarian -@dirrm %%DATADIR%%/languages/chinesebig5 -@dirrm %%DATADIR%%/languages/chinesegb2312 -@dirrm %%DATADIR%%/languages/czech -@dirrm %%DATADIR%%/languages/danish -@dirrm %%DATADIR%%/languages/dutch -@dirrm %%DATADIR%%/languages/french -@dirrm %%DATADIR%%/languages/german -@dirrm %%DATADIR%%/languages/hebrew -@dirrm %%DATADIR%%/languages/hungarian -@dirrm %%DATADIR%%/languages/indonesian -@dirrm %%DATADIR%%/languages/italian -@dirrm %%DATADIR%%/languages/japanese -@dirrm %%DATADIR%%/languages/lithuanian -@dirrm %%DATADIR%%/languages/malay -@dirrm %%DATADIR%%/languages/mxspanish -@dirrm %%DATADIR%%/languages/polish -@dirrm %%DATADIR%%/languages/portuguese -@dirrm %%DATADIR%%/languages/ptbrazilian -@dirrm %%DATADIR%%/languages/russian-1251 -@dirrm %%DATADIR%%/languages/russian-koi8-r -@dirrm %%DATADIR%%/languages/slovak -@dirrm %%DATADIR%%/languages/spanish -@dirrm %%DATADIR%%/languages/swedish -@dirrm %%DATADIR%%/languages/turkish -@dirrm %%DATADIR%%/languages/ukenglish -@dirrm %%DATADIR%%/languages -@dirrm %%DATADIR%% -@dirrm etc/dansguardian/lists/phraselists/badwords -@dirrm etc/dansguardian/lists/phraselists/chat -@dirrm etc/dansguardian/lists/phraselists/drugadvocacy -@dirrm etc/dansguardian/lists/phraselists/gambling -@dirrm etc/dansguardian/lists/phraselists/games -@dirrm etc/dansguardian/lists/phraselists/goodphrases -@dirrm etc/dansguardian/lists/phraselists/googlesearches -@dirrm etc/dansguardian/lists/phraselists/gore -@dirrm etc/dansguardian/lists/phraselists/illegaldrugs -@dirrm etc/dansguardian/lists/phraselists/intolerance -@dirrm etc/dansguardian/lists/phraselists/legaldrugs -@dirrm etc/dansguardian/lists/phraselists/malware -@dirrm etc/dansguardian/lists/phraselists/news -@dirrm etc/dansguardian/lists/phraselists/nudism -@dirrm etc/dansguardian/lists/phraselists/peer2peer -@dirrm etc/dansguardian/lists/phraselists/personals -@dirrm etc/dansguardian/lists/phraselists/pornography -@dirrm etc/dansguardian/lists/phraselists/proxies -@dirrm etc/dansguardian/lists/phraselists/sport -@dirrm etc/dansguardian/lists/phraselists/violence -@dirrm etc/dansguardian/lists/phraselists/warezhacking -@dirrm etc/dansguardian/lists/phraselists/weapons -@dirrm etc/dansguardian/lists/phraselists/webmail -@dirrm etc/dansguardian/lists/phraselists/conspiracy -@dirrm etc/dansguardian/lists/phraselists/domainsforsale -@dirrm etc/dansguardian/lists/phraselists/forums -@dirrm etc/dansguardian/lists/phraselists/idtheft -@dirrm etc/dansguardian/lists/phraselists/music -@dirrm etc/dansguardian/lists/phraselists/rta -@dirrm etc/dansguardian/lists/phraselists/safelabel -@dirrm etc/dansguardian/lists/phraselists/secretsocieties -@dirrm etc/dansguardian/lists/phraselists/translation -@dirrm etc/dansguardian/lists/phraselists/travel -@dirrm etc/dansguardian/lists/phraselists/upstreamfilter -@dirrm etc/dansguardian/lists/phraselists -@dirrm etc/dansguardian/lists/downloadmanagers -%%SCANNERS%%@dirrm etc/dansguardian/lists/contentscanners -@dirrm etc/dansguardian/lists/blacklists/ads -@dirrm etc/dansguardian/lists/blacklists -@dirrm etc/dansguardian/lists/authplugins -@dirrm etc/dansguardian/lists -@dirrm etc/dansguardian/downloadmanagers -%%SCANNERS%%@dirrm etc/dansguardian/contentscanners -@dirrm etc/dansguardian/authplugins -@dirrm etc/dansguardian -@unexec echo If permanently deleting this package, /var/log/dansguardian.log must be removed manually -@unexec echo If permanently deleting this package, custom configuration files must be removed manually |