From owner-cvs-all@FreeBSD.ORG Mon Jul 27 22:30:32 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C822E1065673; Mon, 27 Jul 2009 22:30:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B6EA98FC20; Mon, 27 Jul 2009 22:30:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6RMUW3B051836; Mon, 27 Jul 2009 22:30:32 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6RMUW8S051835; Mon, 27 Jul 2009 22:30:32 GMT (envelope-from miwi) Message-Id: <200907272230.n6RMUW8S051835@repoman.freebsd.org> From: Martin Wilke Date: Mon, 27 Jul 2009 22:30:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/cntlm Makefile distinfo pkg-descr pkg-plist ports/www/cntlm/files cntlm.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2009 22:30:33 -0000 miwi 2009-07-27 22:30:32 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/cntlm Makefile distinfo pkg-descr pkg-plist www/cntlm/files cntlm.in Log: 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 Revision Changes Path 1.2409 +1 -0 ports/www/Makefile 1.1 +37 -0 ports/www/cntlm/Makefile (new) 1.1 +3 -0 ports/www/cntlm/distinfo (new) 1.1 +39 -0 ports/www/cntlm/files/cntlm.in (new) 1.1 +11 -0 ports/www/cntlm/pkg-descr (new) 1.1 +4 -0 ports/www/cntlm/pkg-plist (new)