Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | take over for tg@ who is away indefinitely | alane | 2002-11-21 | 1 | -1/+1 |
| | |||||
* | Upgrade to Python-2.2.2. | perky | 2002-10-17 | 1 | -2/+2 |
| | | | | Approved by: tg | ||||
* | Add variables for ZOPE. Patch supplied by maintiner | alane | 2002-09-20 | 1 | -0/+21 |
| | | | | | Submitted by: maintainer Approved by: maintainer | ||||
* | New variable PYNUMERIC, containing a dependency line for the py-numeric | tg | 2002-07-15 | 1 | -0/+10 |
| | | | | extension. | ||||
* | - Support development versions of Python. | tg | 2002-06-14 | 1 | -15/+61 |
| | | | | | | | | | - Allow installation to python-specific hierarchy. This will benefit users of Zope and mod_python. - Add PYTHON_*DIR variables to PLIST_SUB. PR: 38769 Submitted by: Hye-Shik Chang <perky@fallin.lv> | ||||
* | Fix comment to reflect the actual usage of USE_PYDISTUTILS. | tg | 2002-04-26 | 1 | -3/+3 |
| | |||||
* | New trigger USE_PYDISTUTILS. When defined, `do-build' and `do-install' | tg | 2002-04-17 | 1 | -6/+43 |
| | | | | | | | | will call the equivalent of `python setup.py {build|install}'. This should help with most current extensions to the Python language. PR: 36537 Submitted by: Hye-Shik Chang <perky@fallin.lv> | ||||
* | Upgrade to Python-2.2. | tg | 2002-04-12 | 1 | -2/+2 |
| | | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv> | ||||
* | Upgrade to 2.1.3. | tg | 2002-04-11 | 1 | -3/+3 |
| | | | | | PR: 36977 36979 Submitted by: "Karsten W. Rohrbach" <karsten@rohrbach.de> | ||||
* | Upgrade python21 to 2.1.2, the latest bugfix release. | tg | 2002-01-22 | 1 | -3/+3 |
| | | | | | | | PR: 34078 Submitted by: Hye-Shik Chang <perky@fallin.lv> Update checksum of dependent ports. | ||||
* | Grr. Really fix PYTHON_WRKSRC for 2.1.1. | tg | 2002-01-16 | 1 | -1/+1 |
| | |||||
* | Fix variables for Python-2.1.1. | tg | 2002-01-16 | 1 | -3/+3 |
| | |||||
* | Add python2.2 to the list of legal PYTHON_VERSIONs. | tg | 2002-01-11 | 1 | -2/+3 |
| | |||||
* | Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly. | tg | 2002-01-07 | 1 | -4/+15 |
| | | | | | | | PR: 33444 Submitted by: Hye-Shik Chang <perky@fallin.lv> Add new MD5 to dependent ports. | ||||
* | Use a variable for PYTHON_PORTVERSION. | tg | 2001-08-03 | 1 | -3/+4 |
| | |||||
* | Upgrade to 2.1.1. | tg | 2001-07-25 | 1 | -3/+3 |
| | |||||
* | Upgrade to 2.0.1. | tg | 2001-07-05 | 1 | -3/+3 |
| | |||||
* | Python-2.1 is the new default version. | tg | 2001-05-02 | 1 | -6/+21 |
| | |||||
* | I don't know offhand how to delay defining PYTHON_PLATFORM until | tg | 2001-04-04 | 1 | -1/+4 |
| | | | | | | | the dependencies are evaluated and $PYTHON_CMD will surely exist, so I fake it with the help of expr(1), $OPSYS and $OSREL. PR: 26318 | ||||
* | New variable PYTHON_PLATFORM, which contains Python's idea of | tg | 2001-04-03 | 1 | -2/+5 |
| | | | | the platform it's running on. | ||||
* | Add back some definitions for Python-1.6. Some people obviously still | tg | 2001-03-01 | 1 | -1/+16 |
| | | | | use it. | ||||
* | Fix stupid typo (wrong path in py-xml dependency). <:-( | tg | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | Depend on the latest and greatest py-xml package. | tg | 2000-11-16 | 1 | -1/+1 |
| | |||||
* | Python 2.0 is the new default version. 1.6 is history. | tg | 2000-10-18 | 1 | -21/+14 |
| | | | | | New variable PYTHON_INCLUDEDIR = ${LOCALBASE}/include/${PYTHON_VERSION}. Suggested by sobomax. | ||||
* | Use Python 2.0c1. | tg | 2000-10-10 | 1 | -3/+3 |
| | |||||
* | - Upgrade version number for Python 2.0b2. | tg | 2000-09-28 | 1 | -11/+29 |
| | | | | | | | - Use full path for PYTHON_CMD - Add PYTHON_PKGNAMEPREFIX - Add PYTHON_REL - Prevent against multiple inclusion | ||||
* | Fix PYXML dependency line. | tg | 2000-09-12 | 1 | -4/+10 |
| | | | | Add PYTHON_REL, which gives the version as a number, not a string. | ||||
* | Add bsd.python.mk. This file contains definitions which hopefully | tg | 2000-09-08 | 1 | -0/+113 |
make dealing with Python-related ports easier. This needs to be activated from bsd.ports.mk; Satoshi will do that later. Approved by: asami |