From owner-cvs-all@FreeBSD.ORG Wed Nov 17 12:44:25 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 97C09106564A; Wed, 17 Nov 2010 12:44:25 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 861C78FC17; Wed, 17 Nov 2010 12:44:25 +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 oAHCiPG7025400; Wed, 17 Nov 2010 12:44:25 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAHCiP6P025399; Wed, 17 Nov 2010 12:44:25 GMT (envelope-from mezz) Message-Id: <201011171244.oAHCiP6P025399@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 17 Nov 2010 12:44:25 +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/transmission-qt4 Makefile pkg-descr pkg-plist 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, 17 Nov 2010 12:44:25 -0000 mezz 2010-11-17 12:44:25 UTC FreeBSD ports repository Modified files: net-p2p Makefile Added files: net-p2p/transmission-qt4 Makefile pkg-descr pkg-plist Log: A fast and lightweight QT4 BitTorrent client, loosely based on the GTK+ client. This is the only Transmission client that can act as its own self-contained session (as the GTK+ and Mac clients do), and can also connect to a remote session (as the web client and transmission-remote terminal client do). Transmission has been built from the ground up to be a lightweight, yet powerful BitTorrent client. Its simple, intuitive interface is designed to integrate tightly with whatever computing environment you choose to use. Transmission strikes a balance between providing useful functionality without feature bloat. Furthermore, it is free for anyone to use or modify. WWW: http://www.transmissionbt.com/ Revision Changes Path 1.95 +1 -0 ports/net-p2p/Makefile 1.1 +59 -0 ports/net-p2p/transmission-qt4/Makefile (new) 1.1 +13 -0 ports/net-p2p/transmission-qt4/pkg-descr (new) 1.1 +12 -0 ports/net-p2p/transmission-qt4/pkg-plist (new)