| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo
- Use ${SYSCTL}
Notes:
svn path=/head/; revision=237437
|
| |
|
|
|
|
|
|
| |
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
Notes:
svn path=/head/; revision=235453
|
| |
|
|
|
|
|
|
| |
Release Changelog:
http://python.org/download/releases/3.0.1/NEWS.txt
Notes:
svn path=/head/; revision=229812
|
| |
|
|
|
|
|
|
| |
Reported by: kib@
Approved by: python (miwi)
Notes:
svn path=/head/; revision=228593
|
| |
|
|
| |
Notes:
svn path=/head/; revision=228542
|
| |
|
|
|
|
|
| |
Update to Python 3.0.
Notes:
svn path=/head/; revision=223755
|
| |
|
|
|
|
|
|
|
|
|
| |
Python 2.6 will be the next default python version when enough
testings of consumer ports are done. The new "2to3" program is
renamed to 2to3-2.6 and 2to3-3.0 for each version, respectively.
Repo-copied by: marcus
Notes:
svn path=/head/; revision=221521
|
| |
|
|
| |
Notes:
svn path=/head/; revision=213912
|
| |
|
|
| |
Notes:
svn path=/head/; revision=209145
|
| |
|
|
| |
Notes:
svn path=/head/; revision=207831
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
Notes:
svn path=/head/; revision=196700
|
| |
|
|
|
|
|
|
|
| |
Approved by: maintainer timeout, alexbl (python@)
Tested by: pointyhat
PR: ports/105901
Notes:
svn path=/head/; revision=185141
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Now, lang/python is just a meta-port which depends on lang/python25.
- And all versions of Python ports have short version identifier in its
package name; python25-2.5, python24-2.4.3 and etc.
- Also you must upgrade all python modules after lang/python updated,
cd /usr/ports/lang/python && make upgrade-site-packages
- Give maintainership of Python ports to the new python@ group which
includes me, alexbl@ and others.
Notes:
svn path=/head/; revision=175093
|
| |
|
|
| |
Notes:
svn path=/head/; revision=172950
|
| |
|
|
|
|
|
| |
versions.
Notes:
svn path=/head/; revision=169620
|
| |
|
|
| |
Notes:
svn path=/head/; revision=166070
|
| |
|
|
| |
Notes:
svn path=/head/; revision=158415
|
| |
|
|
| |
Notes:
svn path=/head/; revision=158132
|
| |
|
|
| |
Notes:
svn path=/head/; revision=154967
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow to override a command passing to distutils using
PYDISTUTILS_{CONFIGURE,BUILD,INSTALL}_TARGET [2]
- Allow to specify BUILD/RUN dependency separatedly. [3]
- Replace shell executions with regex replacement on bsd.python.mk. [3]
- Remove thread serialization from socket.getaddrinfo() on FreeBSD 5.3
and later versions because we've got thread-safe implementation. [4]
- Add a workaround to avoid curses.h problem of FreeBSD base.
PR: 86685 [1]
Submitted by: Soeren Straarup <xride@x12.dk> [1],
lioux [2], vsevolod [3], sobomax [4]
Obtained from: Python CVS [4]
Notes:
svn path=/head/; revision=143983
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140295
|
| |
|
|
| |
Notes:
svn path=/head/; revision=132349
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131739
|
| |
|
|
|
|
|
| |
as of today.
Notes:
svn path=/head/; revision=127590
|
| |
|
|
|
|
|
| |
- Finish repocopy lang/python -> lang/python23 for Python 2.3.4
Notes:
svn path=/head/; revision=122898
|
| |
|
|
| |
Notes:
svn path=/head/; revision=122021
|
| |
|
|
| |
Notes:
svn path=/head/; revision=120989
|
| |
|
|
| |
Notes:
svn path=/head/; revision=118058
|
| |
|
|
|
|
|
|
|
|
| |
- Add checksum for 2.4a2
PR: 69950 [1]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Notes:
svn path=/head/; revision=115551
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113287
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113223
|
| |
|
|
|
|
|
|
| |
- Test WITHOUT_* instead of WITH_* for values which are on by default
so that package build clusters detect correctly.
Notes:
svn path=/head/; revision=110139
|
| |
|
|
|
|
|
| |
- Add checksum for Python-2.4.a0.20040311
Notes:
svn path=/head/; revision=103663
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
amount of threads on -CURRENT libpthread by default. [1]
- Merge bugfixes from python 2.3 maintenance branch: [2]
o weakref object's garbage collection problem.
o save unnecessary startup-time memory allocation of 100KB+ from
intobject.
- SIZEify.
- Bump PORTREVISION subsequently.
Advised by: eischen, julian [1]
Obtained from: Python CVS [2]
Notes:
svn path=/head/; revision=100480
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97728
|
| |
|
|
|
|
|
|
|
| |
- Pass PYTHON_VERSION variable to dependent builds.
- Enable email package to use cjkcodecs.
- Decrease default recursion limit to 900 on sparc64.
Notes:
svn path=/head/; revision=96254
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Correct USE_ZOPE dependency to Python 2.1. [1]
- Fetch from correct MASTER_SITE_SUBDIR when upgrading python
in same branch. [2]
- Enable installing separated standard modules for python-devel port.
Reported by: Filippo Natali <pitonat@libero.it> [1],
Yoshihiko Sarumaru <mistral@imasy.or.jp> [2]
Notes:
svn path=/head/; revision=92598
|
| |
|
|
| |
Notes:
svn path=/head/; revision=90205
|
| |
|
|
|
|
|
|
|
|
| |
- Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed
for them.
- Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it
on linking their own dynamic library.
Notes:
svn path=/head/; revision=89191
|
| |
|
|
| |
Notes:
svn path=/head/; revision=86115
|
| |
|
|
|
|
|
|
|
|
| |
- Correct pydoc search path to lang/python-doc-html port's [1]
PR: 43036 [1]
Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1]
Notes:
svn path=/head/; revision=86069
|
| |
|
|
|
|
|
|
|
| |
PR: 52830
Submitted by: Chuck Swiger <chuck@pkix.net> (partly)
Approved by: maintainer (implicitly)
Notes:
svn path=/head/; revision=82237
|
| |
|
|
|
|
|
| |
Approved by: tg
Notes:
svn path=/head/; revision=68198
|
| |
|
|
|
|
|
|
| |
PR: 36977
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Notes:
svn path=/head/; revision=57615
|
| |
|
|
|
|
|
|
|
|
| |
PR: 33444
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Add new MD5 to dependent ports.
Notes:
svn path=/head/; revision=52711
|
| |
|
|
| |
Notes:
svn path=/head/; revision=45469
|
| |
|
|
| |
Notes:
svn path=/head/; revision=42158
|
| |
|
|
| |
Notes:
svn path=/head/; revision=33960
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32431
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
to before IPv6.
Since IPv6-enable python make bigger the size of sockaddr, some of scripts
are affected. I maintain python+ipv6 separately to minimize impact for users.
It will be removed when IPv6 patches are merged into original distribution,
such as ruby.
Repositry copied by: asami
Notes:
svn path=/head/; revision=25122
|