Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Depend on math/libgmp when running a recent -current. | tg | 2001-09-25 | 1 | -0/+6 |
| | |||||
* | Upgrade to 2.1.1. | tg | 2001-07-25 | 3 | -2/+10 |
| | |||||
* | Upgrade to 2.1. | tg | 2001-05-02 | 12 | -1169/+876 |
| | |||||
* | Fix building on -current. | tg | 2001-04-26 | 1 | -0/+38 |
| | | | | | PR: 26778 Obtained from: Python CVS | ||||
* | -pthread --> ${PTHREAD_LIBS} | sobomax | 2001-03-29 | 1 | -2/+2 |
| | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. | ||||
* | Allow MAINTAINER to be redefined in a slave port. | sobomax | 2001-03-29 | 1 | -1/+1 |
| | |||||
* | MASTER_SITE changed. | tg | 2000-12-07 | 1 | -1/+2 |
| | | | | Submitted by: sobomax | ||||
* | Install Demo/ dir to $PREFIX/share/examples/python. | tg | 2000-11-29 | 2 | -3/+325 |
| | |||||
* | Fix compilation on FreeBSD-3.x. | tg | 2000-11-13 | 1 | -0/+6 |
| | | | | | PR: 22226 Reviewed by: Alan Bawden <Alan@LCS.MIT.EDU> | ||||
* | Upgrade to 2.0. | tg | 2000-10-18 | 7 | -133/+302 |
| | |||||
* | Rename PLIST.{Tools,gmp} to pkg-plist.{Tools,gmp}. | asami | 2000-10-08 | 1 | -3/+3 |
| | |||||
* | Use USE_PYTHON. | tg | 2000-09-28 | 1 | -0/+1 |
| | |||||
* | Upgrade to 1.6. | tg | 2000-09-08 | 9 | -1239/+1726 |
| | |||||
* | Don't create group-writable directories. | tg | 2000-08-14 | 1 | -5/+12 |
| | | | | Submitted by: jedgar | ||||
* | Clarify comment even further. | tg | 2000-07-28 | 1 | -1/+1 |
| | |||||
* | - Clarify comment on thread support. | tg | 2000-07-27 | 1 | -6/+10 |
| | | | | | | - Don't link against libxpg4 on newer systems. - Remove last remnants of Tkinter support, it's all in x11-toolkits/py-tkinter. | ||||
* | Standardize all user defined options to the booleans WITH_FOO and | reg | 2000-04-17 | 1 | -5/+3 |
| | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports | ||||
* | Convert to the PORTNAME - PORTVERSION syntax. | obrien | 2000-04-12 | 1 | -3/+3 |
| | |||||
* | Separate the Python Tk module from the main port. I've been | tg | 2000-04-04 | 1 | -15/+1 |
| | | | | | | | wanting do to this for a long time now. Now we got rid of the stupid dependency on Tcl/Tk and save some checks in python's makefile. Update the dependent ports accordingly. | ||||
* | Fix packaging on -current. | tg | 2000-03-24 | 2 | -5/+22 |
| | |||||
* | move IPv6-enable python to python+ipv6 and revert origial python | sumikawa | 2000-01-27 | 3 | -21/+3 |
| | | | | | | | | | | | 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 | ||||
* | Add 'ipv6' on CATEGORIES. | sumikawa | 2000-01-18 | 1 | -1/+1 |
| | |||||
* | Oops, forgot to update the checksum file. | tg | 2000-01-18 | 1 | -2/+2 |
| | |||||
* | On second thought, put back DIST_SUBDIR. It's not only used for the | tg | 2000-01-18 | 1 | -0/+1 |
| | | | | | Python distribution but also for the docs and some other packages with rather generic names. | ||||
* | - Support IPv6. | sumikawa | 2000-01-13 | 3 | -3/+20 |
| | | | | | | - remove DIST_SUBDIR since there are 2 distfiles on this port anymore. Reviewed by: tg(maintainer) | ||||
* | s/X11_BASE/X11BASE/. | tg | 2000-01-10 | 1 | -1/+1 |
| | |||||
* | - Install python-mode.el. | tg | 2000-01-06 | 2 | -1/+7 |
| | | | | | | | | | PR: 15702 Submitted by: "Dmitry S. Sivachenko" <dima@Chg.RU> - Only use Tk support if X11 is installed. PR: 15910 Submitted by: Nathan Dorfman <nathan@rtfm.net> | ||||
* | Use Tk-8.2. | tg | 1999-11-03 | 1 | -2/+2 |
| | | | | Submitted by: Ade Lovett <ade@lovett.com> | ||||
* | Link against libxpg4. | tg | 1999-10-27 | 1 | -1/+1 |
| | | | | | | Submitted by: foxfair Promote LDFLAGS in the installed setup. | ||||
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Add the SHA module to the build. | tg | 1999-07-28 | 2 | -1/+8 |
| | |||||
* | Fix package building when you're leaving out optional parts, like Tk. | tg | 1999-07-15 | 4 | -207/+211 |
| | | | | PR: 12648 | ||||
* | Install the contents of the Tools directory by default. This can be | tg | 1999-07-06 | 2 | -1/+215 |
| | | | | | | turned off by specifying `WITH_TOOLS=NO' when building. PR: 12436 | ||||
* | Commit #3/4 to enforce caps, no period. | hoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s | ||||
* | Link some modules against libmytinfo to pick up a working tputs(). | tg | 1999-06-18 | 1 | -2/+2 |
| | | | | Noticed by: Klaus-Jürgen Wolf <kjwolf@online.de> | ||||
* | Enable the parser module. | tg | 1999-05-21 | 2 | -1/+2 |
| | | | | Submitted by: nectar | ||||
* | Better support for local $CFLAGS. | tg | 1999-05-19 | 1 | -3/+3 |
| | |||||
* | Remove ``NO_LATEST_LINK'' | nectar | 1999-04-21 | 1 | -2/+1 |
| | | | | Approved by: Maintainer <tg@FreeBSD.ORG> | ||||
* | * Update python 1.5.1 -> 1.5.2 | nectar | 1999-04-21 | 4 | -85/+107 |
| | | | | * Remove python-beta | ||||
* | Create lib/python1.5/site-packages directory on installation. | nectar | 1999-04-08 | 2 | -1/+4 |
| | |||||
* | Activate some modules needed for zope (www.zope.com). | tg | 1999-03-10 | 1 | -3/+3 |
| | | | | Submitted by: jkoshy | ||||
* | Fix for building/packaging on FreeBSD 4.x. | nectar | 1999-02-22 | 2 | -9/+29 |
| | |||||
* | Distribution file pyth151.tgz checksum changed. | nectar | 1999-02-22 | 1 | -1/+1 |
| | |||||
* | back to 1.5.1. Build is broken, but is ok since python 1.5.2b1 is in ↵ | thepish | 1999-02-18 | 2 | -4/+43 |
| | | | | ports/lang/python-beta | ||||
* | upgrade to 1.5.2b1 (fixes build problem along the way) | thepish | 1999-02-16 | 2 | -44/+5 |
| | |||||
* | Make sure PLIST is correct whether you have source or not. Add copyright | asami | 1998-12-02 | 2 | -3/+9 |
| | | | | | | file. Add "|| true" to end of != grep command line to avoid warnings. Submitted by: tg | ||||
* | Use bsd.port.{pre,post}.mk. Either use them to avoid having to define | asami | 1998-11-11 | 1 | -9/+8 |
| | | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) | ||||
* | Support dynamic loading of modules in an ELF world. | tg | 1998-10-06 | 1 | -2/+8 |
| | | | | Submitted by: Vladimir Kushnir <kushn@mail.kar.net> | ||||
* | tk80 has been ELFized. | asami | 1998-09-25 | 1 | -2/+2 |
| |