From owner-cvs-all@FreeBSD.ORG Thu May 6 20:37:48 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5475F1065672; Thu, 6 May 2010 20:37:48 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 432C58FC19; Thu, 6 May 2010 20:37:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o46Kbm42064202; Thu, 6 May 2010 20:37:48 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o46KbmMQ064201; Thu, 6 May 2010 20:37:48 GMT (envelope-from nivit) Message-Id: <201005062037.o46KbmMQ064201@repoman.freebsd.org> From: Nicola Vitale Date: Thu, 6 May 2010 20:37:48 +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-virtualenvwrapper Makefile distinfo pkg-descr pkg-plist ports/devel/py-virtualenvwrapper/files patch-setup.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: Thu, 06 May 2010 20:37:48 -0000 nivit 2010-05-06 20:37:48 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-virtualenvwrapper Makefile distinfo pkg-descr pkg-plist devel/py-virtualenvwrapper/files patch-setup.py Log: virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv `_ tool. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies. WWW: http://www.doughellmann.com/projects/virtualenvwrapper/ Author: Doug Hellmann Revision Changes Path 1.3915 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/py-virtualenvwrapper/Makefile (new) 1.1 +3 -0 ports/devel/py-virtualenvwrapper/distinfo (new) 1.1 +14 -0 ports/devel/py-virtualenvwrapper/files/patch-setup.py (new) 1.1 +9 -0 ports/devel/py-virtualenvwrapper/pkg-descr (new) 1.1 +96 -0 ports/devel/py-virtualenvwrapper/pkg-plist (new)