aboutsummaryrefslogtreecommitdiff
path: root/www/polipo
Commit message (Collapse)AuthorAgeFilesLines
* Cleanse more RC_SUBR and RC_SUBR_SUFFIX variablesDoug Barton2010-03-282-7/+1
| | | | Notes: svn path=/head/; revision=251603
* 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
* - Update to 1.0.4.1Philippe Audeoud2010-02-022-5/+6
| | | | | | | | PR: ports/143470 Submitted by: Frank Behrens <frank pinky.sax.de> Notes: svn path=/head/; revision=249079
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+5
| | | | | | | | | | | | | | | | | | | | | | | 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 duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217479
* - Respect CCMartin Wilke2008-04-251-0/+1
| | | | | | | | | PR: 122944 Submitted by: Frank Fenor <frank@fenor.de> Approved by: maintainer Notes: svn path=/head/; revision=211977
* - Update to 1.0.4Martin Wilke2008-01-102-4/+4
| | | | | | | | PR: 119478 Submitted by: Frank Behrens <frank@pinky.sax.de> (maintainer) Notes: svn path=/head/; revision=205425
* - Update to 1.0.3Rong-En Fan2007-10-072-4/+4
| | | | | | | | PR: ports/116994 Submitted by: Frank Behrens <frank at pinky.sax.de> (maintainer) Notes: svn path=/head/; revision=201053
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200793
* Maintainer update for port www/polipo to version 1.0.2Cheng-Lung Sung2007-08-273-5/+5
| | | | | | | | | | | - upstream update to 1.0.2 - fix for forgotten "-f" in last commit PR: ports/115848 Submitted by: maintainer (Frank Behrens) Notes: svn path=/head/; revision=198360
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-13/+13
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Update to 1.0.1Martin Wilke2007-07-063-4/+5
| | | | | | | | | | - Remove possible stale pidfile on startup PR: 114016 Submitted by: Frank Behrens <frank@pinky.sax.de> (maintainer) Notes: svn path=/head/; revision=195098
* - Update to 1.0.0Martin Wilke2007-03-063-22/+5
| | | | | | | | PR: 110007 Submitted by: Frank Behrens <frank@pinky.sax.de> (maintainer Notes: svn path=/head/; revision=186747
* - Update to 0.9.12Rong-En Fan2007-02-072-4/+4
| | | | | | | | PR: ports/108877 Submitted by: Frank Behrens <frank at pinky.sax.de> (maintainer) Notes: svn path=/head/; revision=184503
* - Update to version 0.9.11Martin Wilke2007-02-064-7/+12
| | | | | | | | | | | | - Fix expiry script, because newer port install removes ".sh" extension from rc script - Group mail is not necessary for polipo user PR: 108729 Submitted by: farrokhi@ Approved by: maintainer Notes: svn path=/head/; revision=184425
* - Update to 0.9.10Martin Wilke2006-09-052-5/+4
| | | | | | | | PR: ports/102841 Submitted by: Frank Behrens <frank(at)pinky.sax.de> (maintainer)) Notes: svn path=/head/; revision=172346
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | 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
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Fix rc scriptPav Lucistnik2006-01-142-2/+1
| | | | | | | | PR: ports/91788 Submitted by: Frank Behrens <frank@pinky.sax.de> (maintainer) Notes: svn path=/head/; revision=153475
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-051-1/+0
| | | | Notes: svn path=/head/; revision=150432
* Update to 0.9.9Tilman Keskinoz2005-09-252-4/+4
| | | | | | | | PR: 86552 Submitted by: Frank Behrens <frank@pinky.sax.de> Notes: svn path=/head/; revision=143540
* Fixes for www/polipoRenato Botelho2005-07-274-14/+24
| | | | | | | | | | | 1. avoid error message "502 Range without partial content" 2. shutdown polipo on system shutdown PR: ports/84167 Submitted by: Frank Behrens <frank@pinky.sax.de> (maintainer) Notes: svn path=/head/; revision=140240
* Polipo is a small and fast caching web proxy (a web cache, an HTTP proxy)Pav Lucistnik2005-02-0510-0/+383
designed to be used by one person or a small group of people. PR: ports/75554 Submitted by: Frank Behrens <frank@pinky.sax.de> Notes: svn path=/head/; revision=128095