From owner-cvs-all@FreeBSD.ORG Fri Jan 25 16:34:55 2008 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 4662316A41A; Fri, 25 Jan 2008 16:34:55 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 448EB13C468; Fri, 25 Jan 2008 16:34:55 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0PGYt5t050821; Fri, 25 Jan 2008 16:34:55 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0PGYs0l050818; Fri, 25 Jan 2008 16:34:54 GMT (envelope-from dinoex) Message-Id: <200801251634.m0PGYs0l050818@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 25 Jan 2008 16:34:53 +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/net Makefile ports/net/miniupnpc Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 25 Jan 2008 16:34:55 -0000 dinoex 2008-01-25 16:34:53 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/miniupnpc Makefile distinfo pkg-descr pkg-plist Log: UPnP IGD client lightweight library The usage of the miniUPnP client library is useful whenever an application needs to listen for incoming connections. Examples : P2P applications, FTP clients for active mode, IRC (for DCC) or IM applications, network games, any server. WWW: http://miniupnp.free.fr/ Revision Changes Path 1.1961 +1 -0 ports/net/Makefile 1.1 +24 -0 ports/net/miniupnpc/Makefile (new) 1.1 +3 -0 ports/net/miniupnpc/distinfo (new) 1.1 +8 -0 ports/net/miniupnpc/pkg-descr (new) 1.1 +9 -0 ports/net/miniupnpc/pkg-plist (new)