From owner-cvs-all@FreeBSD.ORG Wed Sep 1 21:19:27 2010 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 D2E351065675; Wed, 1 Sep 2010 21:19:27 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C1FDB8FC23; Wed, 1 Sep 2010 21:19:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o81LJRWj049667; Wed, 1 Sep 2010 21:19:27 GMT (envelope-from makc@repoman.freebsd.org) Received: (from makc@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o81LJR0g049666; Wed, 1 Sep 2010 21:19:27 GMT (envelope-from makc) Message-Id: <201009012119.o81LJR0g049666@repoman.freebsd.org> From: Max Brazhnikov Date: Wed, 1 Sep 2010 21:19:27 +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/libktorrent Makefile distinfo pkg-descr pkg-plist ports/net-p2p/libktorrent/files patch-src__net__socket.cpp 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: Wed, 01 Sep 2010 21:19:27 -0000 makc 2010-09-01 21:19:27 UTC FreeBSD ports repository Added files: net-p2p/libktorrent Makefile distinfo pkg-descr pkg-plist net-p2p/libktorrent/files patch-src__net__socket.cpp Log: Add new port net-p2p/libktorrent: KTorrent has been split into the application ktorrent and the library libktorrent. Libktorrent contains all the torrent downloading code, and ktorrent contains all application code and plugins. The goal is to make libktorrent an independent library (though still closely related to ktorrent), which can be used by other applications. WWW: http://ktorrent.org/ Revision Changes Path 1.1 +29 -0 ports/net-p2p/libktorrent/Makefile (new) 1.1 +3 -0 ports/net-p2p/libktorrent/distinfo (new) 1.1 +18 -0 ports/net-p2p/libktorrent/files/patch-src__net__socket.cpp (new) 1.1 +7 -0 ports/net-p2p/libktorrent/pkg-descr (new) 1.1 +238 -0 ports/net-p2p/libktorrent/pkg-plist (new)