| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
11 Mar 2013 15:01:32
1.9.1
|
nivit  |
- Update to 1.9.1 [1]
- Add OPTIONS_DEFINE
BuildLog: http://goo.gl/PyuYq
Changes&News: http://goo.gl/og4kg
PR: ports/176839 [1]
Submitted by: koobs |
03 Feb 2013 20:17:57
1.8.4
|
nivit  |
- Update to 1.8.4
- Remove OPTIONS_DEFINE |
08 Sep 2012 14:56:50
1.8.2
|
nivit  |
- Update to 1.8.2
- Remove deprecated header information
Changes&News: http://goo.gl/OqbDH |
05 Sep 2012 06:01:31
1.8.1
|
nivit  |
- Update to 1.8.1
- Build docs with devel/py-sphinx
- Convert to the new options framework
- Move code, that fix pkg-plist when Python ver >= 3.2,
to a separate file (files/py3k-fix-pkg-plist.inc)
- Update WWW: field in pkg-descr
BuildLog: http://goo.gl/QCpX6
Changes&News: http://goo.gl/OqbDH |
30 Jun 2012 13:14:14
1.7.2
|
nivit  |
- Update to 1.7.2
- Add LICENSE (MIT)
- Set DISTRIBUTEVER to 0.6.27
PR: ports/169335
Submitted by: koobs <koobs.freebsd at gmail.com> |
25 Apr 2012 13:34:18
1.7.1.2
|
nivit  |
- Update to 1.7.1.2
- Add add-plist-post target to Makefile, so that the names of the py[co]
files conform to PEP 3147, when the Python version is 3.2
- Set USE_PYTHON to yes |
22 Jan 2012 16:18:27
1.7
|
nivit  |
- Update to 1.7
- Remove nivi.interfree.it from MASTER_SITES |
07 Aug 2011 20:40:36
1.6.4
|
nivit  |
- Update to 1.6.4 |
15 May 2011 14:11:18
1.6.1
|
nivit  |
- Update to 1.6.1 |
07 Apr 2011 09:35:28
1.6
|
nivit  |
- Update to 1.6
- Remove DISTFILES, EXTRACT_ONLY variables
- Remove post-patch target, and the manual installation of
the setuptools egg for Python 2.7 |
12 Mar 2011 23:53:14
1.5.2
|
nivit  |
- Update to 1.5.2
- Add PIPVER and DISTRIBUTEVER to PLIST_SUB
to simplify next updates |
11 Dec 2010 10:10:44
1.5.1
|
nivit  |
- Add setuptools-0.6c11.egg to DISTFILES to fix package building when Python
version is 2.7 (see http://www.freebsd.org/cgi/query-pr.cgi?pr=152990 ). It's a
temporary solution, pending the next distribution contains that file [1]
- Remove PYEASYINSTALL_* variables
- Set USE_PYTHON to -2.7
- Use %%PYVER%% for the filename of the setuptools egg inside pkg-plist (don't
bump PORTREVISION, because there are not significant changes for the end
user/package)
PR: ports/152990
Submitted by: danger |
20 Sep 2010 20:17:58
1.5.1
|
nivit  |
- Update to 1.5.1 |
15 Sep 2010 12:23:39
1.5
|
nivit  |
- Update to 1.5 |
12 Sep 2010 15:56:54
1.4.9
|
nivit  |
- Update to 1.4.9 |
09 Sep 2010 01:45:35
1.4.8_1
|
pgollucci  |
- Remove unneeded base dependency
PR: ports/148593
Submitted by: Bapt <baptiste.daroussin@gmail.com>
Approved by: maintainer timeout (nivit ; 57 days) |
28 Apr 2010 19:50:55
1.4.8
|
nivit  |
- Update to 1.4.8 |
16 Feb 2010 17:25:51
1.4.5
|
nivit  |
- Update to 1.4.5
Feature safe: yes |
16 Dec 2009 16:50:29
1.4.3
|
nivit  |
- Update to 1.4.3 |
13 Nov 2009 09:59:07
1.4.2
|
nivit  |
- Update to 1.4.2 |
10 Nov 2009 17:58:32
1.4.1
|
nivit  |
- Update to 1.4.1 |
09 Nov 2009 09:37:14
1.4
|
nivit  |
- Update to 1.4 |
12 Oct 2009 12:46:01
1.3.4
|
nivit  |
- Update to 1.3.4
- Install additional doc |
12 Mar 2009 22:47:17
1.3.3
|
nivit  |
- Update to 1.3.3 |
09 Jan 2009 09:50:34
1.3.2
|
nivit  |
- Update to 1.3.2
PR: ports/129946
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw> |
02 Dec 2008 16:48:49
1.3.1
|
nivit  |
- Update to 1.3.1
- Remove pre-build, post-install target in Makefile, and all patches under
files/ |
06 Jun 2008 13:21:59
1.1_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
21 May 2008 20:11:40
1.1
|
nivit  |
- Update to 1.1
- Modify files/virtualenv.* to accept the new optional parameter of the program
- Remove hardcoded version of py-setuptools in pkg-plist |
13 Jan 2008 10:19:11
1.0
|
nivit  |
- Fix MASTER_SITES
Reported by: pointyhat via erwin |
10 Jan 2008 13:23:18
1.0
|
nivit  |
- Update to 1.0 |
09 Jan 2008 10:13:01
0.9
|
nivit  |
``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 |