From owner-cvs-all@FreeBSD.ORG Wed Sep 15 16:36:09 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 EB50D1065673; Wed, 15 Sep 2010 16:36:09 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DB8038FC1F; Wed, 15 Sep 2010 16:36:09 +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 o8FGa9PV009264; Wed, 15 Sep 2010 16:36:09 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8FGa9ep009263; Wed, 15 Sep 2010 16:36:09 GMT (envelope-from nivit) Message-Id: <201009151636.o8FGa9ep009263@repoman.freebsd.org> From: Nicola Vitale Date: Wed, 15 Sep 2010 16:36:09 +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/devel Makefile ports/devel/py-distribute Makefile distinfo pkg-descr pkg-plist ports/devel/py-distribute/files patch-setuptools-command-easy_install.py 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, 15 Sep 2010 16:36:10 -0000 nivit 2010-09-15 16:36:09 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-distribute Makefile distinfo pkg-descr pkg-plist devel/py-distribute/files patch-setuptools-command-easy_install.py Log: Distribute is intended to replace Setuptools as the standard method for working with Python module distributions. The project has two goals: - Providing a backward compatible version to replace Setuptools and make all distributions that depend on Setuptools work as before, but with less bugs and behavioral issues. - Re-factoring the code, and releasing it in several distributions. This work is being done in the 0.7.x series but not yet released. Revision Changes Path 1.4043 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/py-distribute/Makefile (new) 1.1 +3 -0 ports/devel/py-distribute/distinfo (new) 1.1 +11 -0 ports/devel/py-distribute/files/patch-setuptools-command-easy_install.py (new) 1.1 +11 -0 ports/devel/py-distribute/pkg-descr (new) 1.1 +6 -0 ports/devel/py-distribute/pkg-plist (new)