Version: 2.12.0.3, Package name: dansguardian-2.12.0.3 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description DansGuardian is an award winning Open Source web content filter which currently runs on Linux, FreeBSD, OpenBSD, NetBSD, Mac OS X, HP-UX, and Solaris. It filters the actual content of pages based on many methods including phrase matching, PICS filtering and URL filtering. It does not purely filter based on a banned list of sites like lesser totally commercial filters. DansGuardian is designed to be completely flexible and allows you to tailor the filtering to your exact needs. It can be as draconian or as unobstructive as you want. The default settings are geared towards what a primary school might want but DansGuardian puts you in control of what you want to block. Flavors: clamav - Build with Clamav support |
Filesize: 564.161 KB |
Version History (View Complete History) |
|
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-12-01 14:49:30 by Christian Weisgerber | Files touched by this commit (4) |
Log message: add missing includes for ports-gcc |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-03 13:54:23 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Missing include for clang |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2015-12-18 04:08:46 by Stuart Henderson | Files touched by this commit (1) |
Log message: dansguardian doesn't seem actively developed any more, add a comment to the Makefile pointing at the e2guardian fork |
2010-11-22 01:37:07 by Marc Espie | Files touched by this commit (859) |
Log message: new depends |
2010-11-11 05:35:09 by Stuart Henderson | Files touched by this commit (38) |
Log message: new-style LIB_DEPENDS/REVISION/WANTLIB |
2010-10-19 02:02:58 by Marc Espie | Files touched by this commit (243) |
Log message: USE_GROFF=Yes |
2010-06-11 06:41:13 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to 2.10.1.1, some testing from Steven Surdock, maintainer timeout |
2009-04-18 08:42:41 by Stuart Henderson | Files touched by this commit (11) |
Log message: - update dansguardian to 2.10.0.3 - remove clamav flavour in favour of enabling clamd support in the main package. - rearrange the Makefile slightly the clamav flavour was using libclamav, which past experience shows to not be a stable interface to the clamav virus scanner; dansguardian also supports scanning via the clamd socket, this is now enabled instead (by default since it doesn't add a required dependency). note: those currently using the clamav flavour and upgrading will need to adjust their configuration. maintainer timeout. on ports@ for a few days, lightly tested here but lacking test reports from real users. |
2008-05-23 08:32:08 by Stuart Henderson | Files touched by this commit (1) |
Log message: remove curl-related dependencies from WANTLIB for the clamav flavour and bump; clamav used to pull in curl but it was removed some time ago, resulting in broken dansguardian,-clamav packages. thanks to qgiovanni at gmail dot com for pointing these out. update license marker while there. |
2008-04-21 12:32:06 by Marc Balmer | Files touched by this commit (3) |
Log message: Fix package build after ClamAV update. Option ArchiveMaxCompressionRatio is gone. |
2008-04-21 11:59:36 by Stuart Henderson | Files touched by this commit (1) |
Log message: Add Makefile comments noting the restrictions about commercial users downloading this from official distribution sources. (We are in compliance, but without an explanation, someone might not notice this if they update it later). |
2007-10-27 17:44:41 by Antoine Jacoutot | Files touched by this commit (12) |
Log message: - domain name change; fix MASTER_SITES |
2007-08-29 03:17:04 by Alexandre Anriot | Files touched by this commit (2) |
Log message: fix the SYNOPSIS in dansguardian.8 . "looks fine" Bartosz Kuzma (maintainer). |