Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2008 10:13:01 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/py-virtualenv Makefile distinfo pkg-descr pkg-plist ports/devel/py-virtualenv/files patch-virtualenv.py virtualenv.bash.in virtualenv.in
Message-ID:  <200801091013.m09AD1Cx067560@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nivit       2008-01-09 10:13:01 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-virtualenv  Makefile distinfo pkg-descr pkg-plist 
    devel/py-virtualenv/files patch-virtualenv.py 
                              virtualenv.bash.in virtualenv.in 
  Log:
  ``virtualenv`` is a tool to create isolated Python environments.
  
  It creates an environment that has its own installation directories,
  that doesn't share libraries with other virtualenv environments
  (and optionally doesn't use the globally installed libraries either).
  
  Usage: virtualenv YOUR_NEW_PYTHON_ENV
  
  WWW:    http://pypi.python.org/pypi/virtualenv
  
  Revision  Changes    Path
  1.2954    +1 -0      ports/devel/Makefile
  1.1       +37 -0     ports/devel/py-virtualenv/Makefile (new)
  1.1       +3 -0      ports/devel/py-virtualenv/distinfo (new)
  1.1       +12 -0     ports/devel/py-virtualenv/files/patch-virtualenv.py (new)
  1.1       +11 -0     ports/devel/py-virtualenv/files/virtualenv.bash.in (new)
  1.1       +8 -0      ports/devel/py-virtualenv/files/virtualenv.in (new)
  1.1       +9 -0      ports/devel/py-virtualenv/pkg-descr (new)
  1.1       +22 -0     ports/devel/py-virtualenv/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801091013.m09AD1Cx067560>