From owner-cvs-all@FreeBSD.ORG Sat Jun 24 20:20:45 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 1E6FF16A4A0; Sat, 24 Jun 2006 20:20:45 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8506B43D76; Sat, 24 Jun 2006 20:20:38 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5OKKc4B008360; Sat, 24 Jun 2006 20:20:38 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5OKKcZc008359; Sat, 24 Jun 2006 20:20:38 GMT (envelope-from lioux) Message-Id: <200606242020.k5OKKcZc008359@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 24 Jun 2006 20:20:38 +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/py-bittorrent-devel Makefile distinfo pkg-plist ports/net-p2p/py-bittorrent-devel/files extra-nogui-patch-setup.py extra-noportdocs-setup.py extra-psyco-patch-bittorrent-console.py extra-psyco-patch-bittorrent-curses.py extra-psyco-patch-bittorrent.py extra-psyco-patch-changetracker-console.py extra-psyco-patch-launchmany-curses.py ... 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: Sat, 24 Jun 2006 20:20:45 -0000 lioux 2006-06-24 20:20:38 UTC FreeBSD ports repository Modified files: net-p2p/py-bittorrent-devel Makefile distinfo pkg-plist net-p2p/py-bittorrent-devel/files extra-nogui-patch-setup.py extra-noportdocs-setup.py extra-psyco-patch-bittorrent-console.py extra-psyco-patch-bittorrent-curses.py extra-psyco-patch-bittorrent.py extra-psyco-patch-changetracker-console.py extra-psyco-patch-launchmany-curses.py extra-psyco-patch-maketorrent.py extra-psyco-patch-torrentinfo-console.py patch-BitTorrent__NewVersion.py Added files: net-p2p/py-bittorrent-devel/files patch-BitTorrent__HTTPHandler.py patch-BitTorrent__OldTorrentQueue.py patch-BitTorrent__Rerequester.py patch-BitTorrent__Torrent.py patch-BitTorrent__defaultargs.py patch-BitTorrent__launchmanycore.py patch-BitTorrent__platform.py patch-launchmany-console.py patch-launchmany-curses.py Removed files: net-p2p/py-bittorrent-devel/files patch-BitTorrent::defaultargs.py patch-BitTorrent::platform.py Log: o Update to 4.20.0 o This version has been specially patched to enable launchmany-{console,curses}. This is experimental Revision Changes Path 1.58 +119 -41 ports/net-p2p/py-bittorrent-devel/Makefile 1.24 +3 -3 ports/net-p2p/py-bittorrent-devel/distinfo 1.7 +14 -20 ports/net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py 1.5 +5 -7 ports/net-p2p/py-bittorrent-devel/files/extra-noportdocs-setup.py 1.3 +4 -4 ports/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent-console.py 1.3 +4 -4 ports/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent-curses.py 1.3 +5 -5 ports/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent.py 1.3 +4 -4 ports/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-changetracker-console.py 1.3 +4 -4 ports/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-launchmany-curses.py 1.3 +4 -4 ports/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-maketorrent.py 1.3 +4 -4 ports/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-torrentinfo-console.py 1.5 +0 -11 ports/net-p2p/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py (dead) 1.2 +0 -11 ports/net-p2p/py-bittorrent-devel/files/patch-BitTorrent::platform.py (dead) 1.1 +11 -0 ports/net-p2p/py-bittorrent-devel/files/patch-BitTorrent__HTTPHandler.py (new) 1.2 +4 -4 ports/net-p2p/py-bittorrent-devel/files/patch-BitTorrent__NewVersion.py 1.1 +11 -0 ports/net-p2p/py-bittorrent-devel/files/patch-BitTorrent__OldTorrentQueue.py (new) 1.1 +22 -0 ports/net-p2p/py-bittorrent-devel/files/patch-BitTorrent__Rerequester.py (new) 1.1 +11 -0 ports/net-p2p/py-bittorrent-devel/files/patch-BitTorrent__Torrent.py (new) 1.1 +22 -0 ports/net-p2p/py-bittorrent-devel/files/patch-BitTorrent__defaultargs.py (new) 1.1 +276 -0 ports/net-p2p/py-bittorrent-devel/files/patch-BitTorrent__launchmanycore.py (new) 1.1 +11 -0 ports/net-p2p/py-bittorrent-devel/files/patch-BitTorrent__platform.py (new) 1.1 +16 -0 ports/net-p2p/py-bittorrent-devel/files/patch-launchmany-console.py (new) 1.1 +73 -0 ports/net-p2p/py-bittorrent-devel/files/patch-launchmany-curses.py (new) 1.24 +164 -47 ports/net-p2p/py-bittorrent-devel/pkg-plist