From owner-cvs-all@FreeBSD.ORG Mon May 30 03:17:31 2005 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 BD34516A41F; Mon, 30 May 2005 03:17:30 +0000 (GMT) (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 705F543D1F; Mon, 30 May 2005 03:17:30 +0000 (GMT) (envelope-from lioux@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 j4U3HUwJ059384; Mon, 30 May 2005 03:17:30 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4U3HUe0059383; Mon, 30 May 2005 03:17:30 GMT (envelope-from lioux) Message-Id: <200505300317.j4U3HUe0059383@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 30 May 2005 03:17:30 +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/py-bittorrent-devel Makefile distinfo pkg-plist ports/net/py-bittorrent-devel/files extra-nogui-patch-setup.py extra-noportdocs-setup.py extra-psyco-patch-btdownloadcurses.py extra-psyco-patch-btdownloadgui.py extra-psyco-patch-btdownloadheadless.py extra-psyco-patch-btlaunchmany.py extra-psyco-patch-btlaunchmanycurses.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: Mon, 30 May 2005 03:17:31 -0000 lioux 2005-05-30 03:17:30 UTC FreeBSD ports repository Modified files: net/py-bittorrent-devel Makefile distinfo pkg-plist net/py-bittorrent-devel/files extra-nogui-patch-setup.py patch-BitTorrent::defaultargs.py Added files: net/py-bittorrent-devel/files extra-noportdocs-setup.py extra-psyco-patch-btdownloadcurses.py extra-psyco-patch-btdownloadgui.py extra-psyco-patch-btdownloadheadless.py extra-psyco-patch-btlaunchmany.py extra-psyco-patch-btlaunchmanycurses.py extra-psyco-patch-btmaketorrent.py extra-psyco-patch-btmaketorrentgui.py extra-psyco-patch-btreannouce.py extra-psyco-patch-btrename.py extra-psyco-patch-btshowmetainfo.py extra-psyco-patch-bttrack.py patch-BitTorrent::__init__.py Removed files: net/py-bittorrent-devel/files patch-btdownloadgui.py patch-setup.py Log: o Update to 4.1.1 development version which brings many new features [1] such as trackerless [2] support 1) http://www.bittorrent.com/bittorrent_versions.html 2) http://www.bittorrent.com/trackerless.html Revision Changes Path 1.27 +76 -19 ports/net/py-bittorrent-devel/Makefile 1.10 +2 -2 ports/net/py-bittorrent-devel/distinfo 1.3 +12 -7 ports/net/py-bittorrent-devel/files/extra-nogui-patch-setup.py 1.1 +7 -0 ports/net/py-bittorrent-devel/files/extra-noportdocs-setup.py (new) 1.1 +18 -0 ports/net/py-bittorrent-devel/files/extra-psyco-patch-btdownloadcurses.py (new) 1.1 +18 -0 ports/net/py-bittorrent-devel/files/extra-psyco-patch-btdownloadgui.py (new) 1.1 +18 -0 ports/net/py-bittorrent-devel/files/extra-psyco-patch-btdownloadheadless.py (new) 1.1 +18 -0 ports/net/py-bittorrent-devel/files/extra-psyco-patch-btlaunchmany.py (new) 1.1 +18 -0 ports/net/py-bittorrent-devel/files/extra-psyco-patch-btlaunchmanycurses.py (new) 1.1 +18 -0 ports/net/py-bittorrent-devel/files/extra-psyco-patch-btmaketorrent.py (new) 1.1 +18 -0 ports/net/py-bittorrent-devel/files/extra-psyco-patch-btmaketorrentgui.py (new) 1.1 +18 -0 ports/net/py-bittorrent-devel/files/extra-psyco-patch-btreannouce.py (new) 1.1 +18 -0 ports/net/py-bittorrent-devel/files/extra-psyco-patch-btrename.py (new) 1.1 +18 -0 ports/net/py-bittorrent-devel/files/extra-psyco-patch-btshowmetainfo.py (new) 1.1 +18 -0 ports/net/py-bittorrent-devel/files/extra-psyco-patch-bttrack.py (new) 1.1 +11 -0 ports/net/py-bittorrent-devel/files/patch-BitTorrent::__init__.py (new) 1.2 +11 -11 ports/net/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py 1.2 +0 -122 ports/net/py-bittorrent-devel/files/patch-btdownloadgui.py (dead) 1.2 +0 -11 ports/net/py-bittorrent-devel/files/patch-setup.py (dead) 1.6 +74 -18 ports/net/py-bittorrent-devel/pkg-plist