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

Nicola Vitale nivit at FreeBSD.org
Wed Jan 9 02:13:02 PST 2008


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)


More information about the cvs-ports mailing list