From owner-cvs-all@FreeBSD.ORG Tue Apr 1 00:04:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 711A337B40D; Tue, 1 Apr 2003 00:04:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 951D544049; Mon, 31 Mar 2003 23:55:40 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h317te0U088598; Mon, 31 Mar 2003 23:55:40 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h317teVK088597; Mon, 31 Mar 2003 23:55:40 -0800 (PST) Message-Id: <200304010755.h317teVK088597@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 31 Mar 2003 23:55:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/libconnect Makefile distinfo pkg-descr pkg-plist ports/net/libconnect/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 08:04:41 -0000 edwin 2003/03/31 23:55:40 PST FreeBSD ports repository Modified files: net Makefile Added files: net/libconnect Makefile distinfo pkg-descr pkg-plist net/libconnect/files patch-aa Log: New port: libconnect This is the shared library which allows change IP-address from which netwoking application will be performing TCP-connection. This is extremely useful when you need to control this but programs you are using have no configuration options specifying to which IP-address they should bind. PR: ports/50436 Submitted by: Alex Semenyaka Revision Changes Path 1.949 +1 -0 ports/net/Makefile 1.1 +27 -0 ports/net/libconnect/Makefile (new) 1.1 +1 -0 ports/net/libconnect/distinfo (new) 1.1 +11 -0 ports/net/libconnect/files/patch-aa (new) 1.1 +17 -0 ports/net/libconnect/pkg-descr (new) 1.1 +6 -0 ports/net/libconnect/pkg-plist (new)