From owner-cvs-all@FreeBSD.ORG Fri Mar 24 20:44:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 1DBAD16A427; Fri, 24 Mar 2006 20:44:19 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C928D43D4C; Fri, 24 Mar 2006 20:44:18 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2OKiImE012366; Fri, 24 Mar 2006 20:44:18 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2OKiIqm012365; Fri, 24 Mar 2006 20:44:18 GMT (envelope-from anray) Message-Id: <200603242044.k2OKiIqm012365@repoman.freebsd.org> From: Andrey Slusar Date: Fri, 24 Mar 2006 20:44:18 +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-p2p Makefile ports/net-p2p/rblibtorrent Makefile distinfo pkg-descr pkg-plist ports/net-p2p/rblibtorrent/files patch-Makefile.in patch-configure patch-peer_connection.cpp 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, 24 Mar 2006 20:44:19 -0000 anray 2006-03-24 20:44:18 UTC FreeBSD ports repository Modified files: net-p2p Makefile Added files: net-p2p/rblibtorrent Makefile distinfo pkg-descr pkg-plist net-p2p/rblibtorrent/files patch-Makefile.in patch-configure patch-peer_connection.cpp Log: Add rblibtorrent 0.9.1, a C++ library implementing a BitTorrent client. PR: ports/94014 Submitted by: Johan Ström Revision Changes Path 1.5 +1 -0 ports/net-p2p/Makefile 1.1 +36 -0 ports/net-p2p/rblibtorrent/Makefile (new) 1.1 +3 -0 ports/net-p2p/rblibtorrent/distinfo (new) 1.1 +11 -0 ports/net-p2p/rblibtorrent/files/patch-Makefile.in (new) 1.1 +32 -0 ports/net-p2p/rblibtorrent/files/patch-configure (new) 1.1 +35 -0 ports/net-p2p/rblibtorrent/files/patch-peer_connection.cpp (new) 1.1 +13 -0 ports/net-p2p/rblibtorrent/pkg-descr (new) 1.1 +54 -0 ports/net-p2p/rblibtorrent/pkg-plist (new)