1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Wen Heping
2711960209 - Update to 0.92.3
- Add LICENSE
- Update COMMENT
- Pass maintainership to submitter

PR:		174789
Submitted by:	nemysis <nemysis@gmx.ch>
2012-12-29 06:46:19 +00:00
Thomas Abthorpe
c8a77e4453 - Reassign to the heap at maintainer's request
Feature safe:	yes
Redports:	ignore
2012-10-18 13:06:32 +00:00
Michael Scheidell
9557876584 - Upgrade to 0.92.2
- Fix cntlm_config line in rc script

PR:		ports/168484
Submitted by:	Brandon Gooch <jamesbrandongooch@gmail.com>
Approved by:	Antony Mawer <lists@mawer.org> (maintainer)
2012-06-16 09:52:39 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dmitry Marakasov
7a0548af2a - Switch SourceForge ports to the new File Release System: categories starting with W 2009-08-22 00:38:34 +00:00
Martin Wilke
59ce2e8562 Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy. It takes the address of your
proxy or proxies (host1..N and port1..N) and opens a listening socket,
forwarding each request to the parent proxy (moving in a circular list if the
active parent stops working). Along the way, a connection to the parent is
created anew and authenticated or, if available, previously cached connection
is reused to achieve higher efficiency and faster responses. When the chain is
set up, cntlm should be used as a proxy in your applications. Cntlm also
integrates transparent TCP/IP port forwarding (tunneling) through the parent
(incl. authentication).

WWW: http://cntlm.sourceforge.net/

PR:		ports/137016
Submitted by:	Antony Mawer <ports at mawer.org>
2009-07-27 22:30:32 +00:00