FreshPorts -- The Place For Ports notbug Fri, 10 Feb 2012 3:05 PM GMT
Port details
lusca-head r14809_5 www on this many watch lists=0 search for ports that depend on this port
HTTP Caching Proxy (Squid Derivative) - Stable Release
Maintained by: adrian@FreeBSD.org search for ports maintained by this maintainer
Port Added: 06 Dec 2009 07:26:22
License: not specified in port


Lusca is a continuation of Squid-2 development which focuses on stability
whilst improving performance, functionality and compliance.

Lusca supports all of the features found in Squid-2. This release
currently doesn't support ICAP as it was never intergrated into the Squid-2
release.

Lusca is a drop-in compatible replacement for the Squid-2 and Cacheboy packages.
The "squid" configuration parameters, directories and rc script setup is
mirrored from the Squid packages to facilitate this.

WWW: http://www.lusca.net/
WWW: http://code.google.com/p/lusca-cache/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/perl5.8
Required To Run: lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/lusca-head/ && make install clean
To add the package: pkg_add -r lusca-head


Configuration Options
===> The following configuration options are available for lusca-head-r14809_5:
     SQUID_LDAP_AUTH=off (default) "Install LDAP authentication helpers"
     SQUID_SASL_AUTH=off (default) "Install SASL authentication helpers"
     SQUID_KERBEROS_HELPER=off (default) "Install Keberos authentication helper"
     SQUID_DELAY_POOLS=on (default) "Enable delay pools"
     SQUID_SNMP=on (default) "Enable SNMP support"
     SQUID_CARP=on (default) "Enable CARP support"
     SQUID_SSL=off (default) "Enable SSL support for reverse proxies"
     SQUID_PINGER=on (default) "Install the icmp helper"
     SQUID_DNS_HELPER=off (default) "Use the old 'dnsserver' helper"
     SQUID_HTCP=off (default) "Enable HTCP support"
     SQUID_VIA_DB=off (default) "Enable forward/via database"
     SQUID_CACHE_DIGESTS=off (default) "Enable cache digests"
     SQUID_WCCP=off (default) "Enable Web Cache Coordination Prot. v1"
     SQUID_WCCPV2=off (default) "Enable Web Cache Coordination Prot. v2"
     SQUID_STRICT_HTTP=off (default) "Be strictly HTTP compliant"
     SQUID_IDENT=off (default) "Enable ident (RFC 931) lookups"
     SQUID_REFERER_LOG=off (default) "Enable Referer-header logging"
     SQUID_USERAGENT_LOG=off (default) "Enable User-Agent-header logging"
     SQUID_ARP_ACL=off (default) "Enable ACLs based on ethernet address"
     SQUID_PF=off (default) "Enable transparent proxying with PF"
     SQUID_IPFILTER=off (default) "Enable transp. proxying with IPFilter"
     SQUID_FOLLOW_XFF=off (default) "Follow X-Forwarded-For headers"
     SQUID_COSS=on (default) "Enable the COSS storage scheme"
     SQUID_KQUEUE=on (default) "Use kqueue(2) instead of poll(2)"
     SQUID_LARGEFILE=on (default) "Support log and cache files >2GB"
     SQUID_STACKTRACES=on (default) "Create backtraces on fatal errors"
     SQUID_TPROXY=off (default) "Enable FreeBSD-current TPROXY support"
===> Use 'make config' to modify these settings

Master Sites:
http://lusca-cache.googlecode.com/files/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 16

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 08:57:23
Original commit files touched by this commit  r14809_5
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
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.
23 Sep 2011 22:26:39
Original commit files touched by this commit  r14809_5
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
25 Dec 2010 16:55:41
Original commit files touched by this commit  r14809_5
sunpoet search for other commits by this committer
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:             ports/152844
Submitted by:   sunpoet (myself)
Approved by:    miwi (with portmgr hat)
20 Oct 2010 11:23:19
Original commit files touched by this commit  r14809_5
adrian search for other commits by this committer
Update Lusca-head port to r14809.
05 Apr 2010 11:34:55
Original commit files touched by this commit  r14535_5
adrian search for other commits by this committer
Update lusca-head port to r14535; remove patch merged into upstream
27 Mar 2010 00:15:24
Original commit files touched by this commit  r14499_4
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
26 Mar 2010 10:35:51
Original commit files touched by this commit  r14499_4
adrian search for other commits by this committer
lusca-head port update:

* update port to r14499.
* make kerberos helper conditional to build; and don't compile it
  by default - this unbreaks the default build under 8.0 for now.
13 Dec 2009 03:58:42
Original commit files touched by this commit  r14281_3
adrian search for other commits by this committer
Add missing binaries to the plist.
06 Dec 2009 12:55:11
Original commit files touched by this commit  r14281_2
adrian search for other commits by this committer
Bump port revision
06 Dec 2009 10:57:36
Original commit files touched by this commit  r14281_1
adrian search for other commits by this committer
Touch up cf.data.pre:

* remove the POSIX AIO stuff for COSS - Lusca doesn't use it at all;
* Default to aufs instead of ufs - there is no UFS in Lusca
06 Dec 2009 10:09:31
Original commit files touched by this commit  r14281_1
adrian search for other commits by this committer
Add squid.conf.clean to the etc files list.
06 Dec 2009 10:05:13
Original commit files touched by this commit  r14281_1
adrian search for other commits by this committer
Remove the double English language definition
06 Dec 2009 09:58:58
Original commit files touched by this commit  r14281_1
adrian search for other commits by this committer
* Don't install the 'templates' error page directory. It isn't required.
* Default to "English" instead of "templates" in the configure script.
06 Dec 2009 07:36:33
Original commit files touched by this commit  r14281_1
adrian search for other commits by this committer
Set PROJECTHOST - the port is "lusca" but the google code project is
"lusca-cache".
06 Dec 2009 07:33:28
Original commit files touched by this commit  r14281_1
adrian search for other commits by this committer
correct PKGNAMESUFFIX
06 Dec 2009 07:25:57
Original commit files touched by this commit  r14281_1
adrian search for other commits by this committer
Import a Lusca port which will track Lusca-HEAD snapshot releases.

Number of commits found: 16

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01
seamonkeyFeb 01
seamonkey2Feb 01

12 vulnerabilities affecting 31 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23144
Broken 188
Deprecated 96
Ignore 724
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 62
new 24 hours 3
new 48 hours3
new 7 days48
new fortnight74
new month140

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.152 seconds.