summaryrefslogtreecommitdiff
path: root/www/transproxy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-111-2/+3
| | | | | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
* Use EXTRACT_SUFX instead of DISTFILES, will save one line of editing forSatoshi Asami1998-03-281-1/+1
| | | | | | | upgrades. :) Notes: svn path=/head/; revision=10367
* Clarify the conditional brokenness and mention where ipfilter comes from.Peter Wemm1998-03-281-0/+3
| | | | Notes: svn path=/head/; revision=10339
* Import a -current only transparent proxy kit, based on the Linux transproxyPeter Wemm1998-03-286-0/+74
v0.3 tools. It could probably work with 2.2.x if the ipfilter package was built and installed. Notes: svn path=/head/; revision=10338