From owner-cvs-ports@FreeBSD.ORG Fri Dec 24 09:29:38 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DEBC16A4CE; Fri, 24 Dec 2004 09:29:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1521243D5A; Fri, 24 Dec 2004 09:29:38 +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 iBO9TbxI031074; Fri, 24 Dec 2004 09:29:37 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBO9Tb0Y031073; Fri, 24 Dec 2004 09:29:37 GMT (envelope-from lioux) Message-Id: <200412240929.iBO9Tb0Y031073@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 24 Dec 2004 09:29:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/py-bittorrent Makefileports/net/py-bittorrent/files extra-psyco-patch-btdownloadcurses.py extra-psyco-patch-btlaunchmany.py extra-psyco-patch-btmakemetafile.py extra-psyco-patch-bttrack.py X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2004 09:29:38 -0000 lioux 2004-12-24 09:29:37 UTC FreeBSD ports repository Modified files: net/py-bittorrent Makefile Added files: net/py-bittorrent/files extra-psyco-patch-btcompletedir.py extra-psyco-patch-btcompletedirgui.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-btmakemetafile.py extra-psyco-patch-bttrack.py Log: o Add FreeBSD ports specific patch: support devel/py-psyco per default for performance reasons o Use WITHOUT_PSYCO to disable the support o Idea borrowed from net/py-bittornado CVS: http://www.bittornado.com/ Obtained from: BitTornado Revision Changes Path 1.19 +33 -6 ports/net/py-bittorrent/Makefile 1.1 +18 -0 ports/net/py-bittorrent/files/extra-psyco-patch-btcompletedir.py (new) 1.1 +18 -0 ports/net/py-bittorrent/files/extra-psyco-patch-btcompletedirgui.py (new) 1.1 +18 -0 ports/net/py-bittorrent/files/extra-psyco-patch-btdownloadcurses.py (new) 1.1 +18 -0 ports/net/py-bittorrent/files/extra-psyco-patch-btdownloadgui.py (new) 1.1 +18 -0 ports/net/py-bittorrent/files/extra-psyco-patch-btdownloadheadless.py (new) 1.1 +18 -0 ports/net/py-bittorrent/files/extra-psyco-patch-btlaunchmany.py (new) 1.1 +18 -0 ports/net/py-bittorrent/files/extra-psyco-patch-btlaunchmanycurses.py (new) 1.1 +18 -0 ports/net/py-bittorrent/files/extra-psyco-patch-btmakemetafile.py (new) 1.1 +18 -0 ports/net/py-bittorrent/files/extra-psyco-patch-bttrack.py (new)