aboutsummaryrefslogtreecommitdiff
path: root/www/dansguardian-devel
Commit message (Collapse)AuthorAgeFilesLines
* Remove www/squid32 and 4 ports dependent on www/squid (v2.7)John Marino2014-09-168-477/+0
| | | | | | | | The www/squid port, which is also expired, will be upgraded to Squid version 3.4 rather than removing it. Notes: svn path=/head/; revision=368306
* pkg knows how to deal with empty directoriesBaptiste Daroussin2014-09-031-75/+0
| | | | Notes: svn path=/head/; revision=367165
* Retire www/squid in a month, and deprecate 6 dependent ports tooJohn Marino2014-08-171-0/+3
| | | | | | | | | | | | | | | | | Squid cache is only supported for one stable release. There was an exception for squid 2.7 (www/squid) as it was supported until squid 3.x reached feature parity which occurred with the release of Squid 3.2 Thus the maintainers of Squid have declared Squid 2.7 reached End-of-Life on 14 August 2012. As a result, set this port to expire on 15 Sept 2014. Seven ports dependent on www/squid have been deprecated with the same date. Perhaps they can be switched to www/squid33 before they expire. Approved by: portmgr (implicit, some ports not staged) Notes: svn path=/head/; revision=365187
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-061-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category W. CR: D510 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=364158
* Move to USES=tar:bzip2Renato Botelho2014-05-161-2/+1
| | | | Notes: svn path=/head/; revision=354237
* . Fix DEBUG optionRenato Botelho2013-11-051-2/+3
| | | | | | | . Bump PORTREVISION Notes: svn path=/head/; revision=332922
* Fix wrong use of OPTIONS_SUBRenato Botelho2013-11-011-1/+1
| | | | | | | Reported by: danfe Notes: svn path=/head/; revision=332346
* . Add LICENSERenato Botelho2013-10-312-74/+27
| | | | | | | | | . Support STAGE . Remove LATEST_LINK and use PKGNAMESUFFIX . Simplify Makefile Notes: svn path=/head/; revision=332322
* . fix build with NTLM option -- use iconv unconditionallyBoris Samorodov2013-10-171-3/+3
| | | | | | | | | | | | (as it has always been before using iconv.mk); . bump PORTREVISION. Reported by: Marko Cupać <marko.cupac@mimar.rs> Tested by: Marko Cupać <marko.cupac@mimar.rs> Approved by: garga (maintainer) Notes: svn path=/head/; revision=330640
* Update LIB_DEPENDS syntax on my ports and silent make check-makefileRenato Botelho2013-09-241-1/+1
| | | | Notes: svn path=/head/; revision=328166
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value isBoris Samorodov2013-09-051-2/+2
| | | | | | | | | | | "--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null) otherwise; . convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326444
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* - Update to 2.12.0.3 [1]Renato Botelho2013-01-284-10/+30
| | | | | | | | | | | | - Use USE_PKGCONFIG - Devel tarball is available at sourceforge, so use it and remove instructions for manual download PR: ports/175526 [1] Submitted by: Marcello Coutinho <marcellocoutinho@gmail.com> [1] Notes: svn path=/head/; revision=311114
* Update to 2.12.0.2Renato Botelho2013-01-092-4/+4
| | | | Notes: svn path=/head/; revision=310118
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Change headers of all ports maintained by me to new formatRenato Botelho2012-10-051-5/+1
| | | | Notes: svn path=/head/; revision=305298
* Apache is used only during runtime, so s/USE_APACHE/USE_APACHE_RUN/Renato Botelho2012-09-101-1/+1
| | | | | | | | PR: ports/171479 Submitted by: ohauer@ Notes: svn path=/head/; revision=304006
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my portsRenato Botelho2012-08-031-2/+2
| | | | Notes: svn path=/head/; revision=301957
* - Move to OPTIONSngRenato Botelho2012-07-162-35/+25
| | | | | | | - Handle DOCS using PORTDOCS and cleanup pkg-plist Notes: svn path=/head/; revision=300976
* Remove lib version from LIB_DEPENDS to silence portlintRenato Botelho2012-07-021-1/+1
| | | | Notes: svn path=/head/; revision=300410
* - Add a new OPTION to enable experimental SSL supportRenato Botelho2012-02-181-1/+8
| | | | | | | Submitted by: Marcello Coutinho <marcellocoutinho@gmail.com> Notes: svn path=/head/; revision=291678
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Re-add www/dansguardian-devel with new alpha version 2.12.0.0Renato Botelho2012-01-056-0/+581
| | | | | | | | Requested by: Marcello Coutinho <marcellocoutinho@gmail.com> Thanks to: dougb@ Notes: svn path=/head/; revision=288534
* - Remove www/dansguardian-devel. It's older than www/dansguardian andRenato Botelho2010-08-307-588/+0
| | | | | | | unmaintained Notes: svn path=/head/; revision=260210
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Reset maintainer at his request.Mark Linimon2009-09-191-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241771
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - Remove WITH_DG_CLAMAV option since it's deprecated by devs, users must useRenato Botelho2009-03-242-11/+1
| | | | | | | | | | CLAMD option instead - No need to bump PORTREVISION since it was off by default Submitted by: maintainer (by email) Notes: svn path=/head/; revision=230898
* - Mark ignore (per maintainer request)Beech Rintoul2009-01-141-0/+1
| | | | | | | | PR: ports/130562 Submitted by: Freddie Cash <fjwcash@gmail.com> (maintainer) Notes: svn path=/head/; revision=226129
* - Update security/clamav to 0.94 [1] and fix a remote DoS [2]Renato Botelho2008-09-151-1/+1
| | | | | | | | | | | | | | - Chase libclamav version bump on all dependant ports - Bump necessary PORTREVISIONS - Fix some BROKEN messages from ports that were already broken with clamav-0.93 - Mark security/klamav as BROKEN since it doesn't build with clamav-0.94 PR: ports/127122 [1], ports/127310 [2] Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2] Approved by: portmgr (pav) Notes: svn path=/head/; revision=220390
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Chase clamav library to version 4Renato Botelho2008-04-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION Following ports are marked as BROKEN since they don't build with new clamav 0.93: www/c-icap mail/claws-mail-clamav www/gurlchecker www/havp security/klamav devel/p5-Mail-ClamAV devel/py-clamav www/squidclam This clamav version needed to be updated without wait other ports fixes because it fixes important vulnerabilities. Notes: svn path=/head/; revision=211377
* - Update to 2.9.9.3Pav Lucistnik2008-03-277-42/+82
| | | | | | | | | | - Update maintainer address PR: ports/122139 Submitted by: Freddie Cash <fjwcash@gmail.com> (maintainer) Notes: svn path=/head/; revision=209958
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 2.9.8.2Martin Wilke2007-01-272-6/+16
| | | | | | | | PR: 108359 Submitted by: Freddie Cash<fcash@ocis.net> (Maintainer) Notes: svn path=/head/; revision=183463
* - Remove unnecessary "before: daemon" statement from rc.d scriptsAndrew Pantyukhin2006-11-041-2/+1
| | | | | | | | | PR: ports/104278 Submitted by: Jeff Palmer<scorpio@drkshdw.org> Approved by: Freddie Cash <fcash@sd73.bc.ca> (maintainer) Notes: svn path=/head/; revision=176317
* - Update to 2.9.8.0Pav Lucistnik2006-10-043-9/+28
| | | | | | | | PR: ports/103723 Submitted by: Freddie Cash <fcash@ocis.net> (maintainer) Notes: svn path=/head/; revision=174468
* Remove dead reference to ${NO_PACKAGE}Kris Kennaway2006-09-031-1/+1
| | | | Notes: svn path=/head/; revision=172072
* - Update to 2.9.7.0Ion-Mihai Tetcu2006-06-064-27/+46
| | | | | | | | | | | | | | | Add / unbreak support (defaults to off) for: - DG_ICAP "Enable ICAP AV content scanner support (testing)" - DG_KASP "Enable Kaspersky AV support (testing)" - DG_NTLM "Enable NTLM authentication plugin" - DG_EMAIL "Enable e-mail reporting support" PR: ports/97994 Submitted by: maintainer Approved by: lawrance (mentor, implicit) Notes: svn path=/head/; revision=164615
* - Enable clamav, ICAP, Kaspersky optionsPav Lucistnik2006-04-084-27/+43
| | | | | | | | PR: ports/95089 Submitted by: Freddie Cash <fcash@sd73.bc.ca> (maintainer) Notes: svn path=/head/; revision=159115
* - Update to 2.9.6.1Pav Lucistnik2006-03-203-14/+33
| | | | | | | | PR: ports/94744 Submitted by: Freddie Cash <fcash@sd73.bc.ca> (maintainer) Notes: svn path=/head/; revision=157818
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-2/+2
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - Update to 2.9.5.0Renato Botelho2006-02-104-21/+18
| | | | | | | | PR: ports/93110 Submitted by: maintainer Notes: svn path=/head/; revision=155660
* port-update: www/dansguardian-devel to 2.9.3.2Edwin Groothuis2005-12-276-61/+114
| | | | | | | | | | | | | | | Update to the latest development version of DansGuardian. Clean up the port Makefile, add Apache as an optional dependency, and use the new RCng rcorder framework. Tested on the two systems listed above. Compiles, installs, uninstalls, and runs correctly, although I am not able to test all the new auth plugins. PR: ports/90827 Submitted by: Freddie Cash <fcash@sd73.bc.ca> Notes: svn path=/head/; revision=152239
* - Update to 2.9.0.1Renato Botelho2005-10-256-296/+288
| | | | | | | | PR: ports/87962 Submitted by: maintainer Notes: svn path=/head/; revision=146335