| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add latest official patches. | Thomas Gellekum | 1998-06-03 | 2 | -3/+4 | |
| | | | | | Notes: svn path=/head/; revision=11225 | |||||
| * | Include latest official patches. | Thomas Gellekum | 1998-05-20 | 2 | -3/+10 | |
| | | | | | Notes: svn path=/head/; revision=11079 | |||||
| * | Don't throw away OS version number, some scripts need it. Pick up | Thomas Gellekum | 1998-05-07 | 3 | -18/+54 | |
| | | | | | | | | latest official patches while I'm here. Notes: svn path=/head/; revision=10893 | |||||
| * | Bring in latest official patches. Use `-pthread' to avoid linking with | Thomas Gellekum | 1998-05-05 | 2 | -5/+9 | |
| | | | | | | | | libc in the threaded interpreter. Notes: svn path=/head/; revision=10859 | |||||
| * | Add new official patches and activate the dl module. | Thomas Gellekum | 1998-04-29 | 4 | -4/+10 | |
| | | | | | Notes: svn path=/head/; revision=10753 | |||||
| * | Include official patches. | Thomas Gellekum | 1998-04-24 | 2 | -2/+14 | |
| | | | | | Notes: svn path=/head/; revision=10666 | |||||
| * | Upgrade to 1.5.1. | Thomas Gellekum | 1998-04-15 | 4 | -49/+54 | |
| | | | | | Notes: svn path=/head/; revision=10520 | |||||
| * | Use the combined set of patches. | Thomas Gellekum | 1998-04-09 | 2 | -26/+4 | |
| | | | | | Notes: svn path=/head/; revision=10455 | |||||
| * | Include official patches. | Thomas Gellekum | 1998-04-08 | 2 | -3/+29 | |
| | | | | | Notes: svn path=/head/; revision=10441 | |||||
| * | Use -D_THREAD_SAFE when compiling the threaded version. | Thomas Gellekum | 1998-03-03 | 1 | -1/+2 | |
| | | | | | Notes: svn path=/head/; revision=10007 | |||||
| * | Use tk80, not an unsupported alpha version of tk81. | Thomas Gellekum | 1998-02-27 | 3 | -6/+6 | |
| | | | | | | | | Include locale module. Notes: svn path=/head/; revision=9953 | |||||
| * | Upgrade to use tcl8.1 and tk8.1. | Justin M. Seger | 1998-02-24 | 2 | -6/+6 | |
| | | | | | Notes: svn path=/head/; revision=9912 | |||||
| * | Remove patch-ab to follow latest changes in libc_r. | Thomas Gellekum | 1998-01-19 | 1 | -11/+0 | |
| | | | | | Notes: svn path=/head/; revision=9372 | |||||
| * | Make python work with threads again. Looks like our libc_r implements | Thomas Gellekum | 1998-01-07 | 2 | -4/+14 | |
| | | | | | | | | an older draft of the pthread standard. Notes: svn path=/head/; revision=9285 | |||||
| * | Upgrade to 1.5. | Thomas Gellekum | 1998-01-06 | 8 | -592/+1089 | |
| | | | | | Notes: svn path=/head/; revision=9280 | |||||
| * | Use an option to disable the Tk extension (WITH_TK). Don't use | Thomas Gellekum | 1997-11-24 | 3 | -8/+46 | |
| | | | | | | | | | | | libc_r if we're not building the thread module. Respect options given in the environment. The defaults (build with Tk and thread support) don't change. Notes: svn path=/head/; revision=8799 | |||||
| * | Use tk-8.0. Minor makefile cleanups. Add some `@dirrm's in PLIST. | Thomas Gellekum | 1997-08-29 | 4 | -7/+22 | |
| | | | | | Notes: svn path=/head/; revision=7719 | |||||
| * | Fix tk-4.1 dependency. While I'm here, add libreadline support. | Thomas Gellekum | 1997-08-06 | 2 | -7/+7 | |
| | | | | | Notes: svn path=/head/; revision=7490 | |||||
| * | Compile with thread support, if libc_r exists and WITH_THREADS is set. | Thomas Gellekum | 1997-06-02 | 1 | -2/+14 | |
| | | | | | | | | Submitted by: Peter Haight <peterh@prognet.com> Notes: svn path=/head/; revision=6669 | |||||
| * | Some reorganization of this port: | Thomas Gellekum | 1997-05-14 | 4 | -357/+359 | |
| | | | | | | | | | | | | | - build some modules as shared objects, reducing the interpreter's size and removing the dependency on tix - install shared objects in lib - remove version number from OS-dependent script dir A new port of PyTix will follow shortly. Notes: svn path=/head/; revision=6447 | |||||
| * | Simplify patch. | Thomas Gellekum | 1997-05-05 | 1 | -14/+3 | |
| | | | | | Notes: svn path=/head/; revision=6413 | |||||
| * | Clean up some left-over from FreeBSD-2.0 days. | Thomas Gellekum | 1997-05-05 | 1 | -0/+31 | |
| | | | | | Notes: svn path=/head/; revision=6409 | |||||
| * | Add NumPy to default search path. | Thomas Gellekum | 1997-05-05 | 1 | -1/+1 | |
| | | | | | Notes: svn path=/head/; revision=6408 | |||||
| * | Add virtual category 'tk41'. | Wolfram Schneider | 1997-04-20 | 1 | -2/+2 | |
| | | | | | Notes: svn path=/head/; revision=6248 | |||||
| * | Use new libtix. | Thomas Gellekum | 1997-02-21 | 2 | -3/+3 | |
| | | | | | Notes: svn path=/head/; revision=5712 | |||||
| * | Install config.h, so compiling extensions from C sources | Thomas Gellekum | 1997-02-06 | 2 | -25/+24 | |
| | | | | | | | | actually works. Notes: svn path=/head/; revision=5552 | |||||
| * | Compile in the PyTix extensions, now that we have Tix. | Thomas Gellekum | 1997-01-02 | 4 | -5/+22 | |
| | | | | | | | | Change MAINTAINER from jkh to tg. OK'd by: Jordan. Notes: svn path=/head/; revision=5164 | |||||
| * | Converted to MAN[1-9NL] | David E. O'Brien | 1996-11-17 | 1 | -4/+2 | |
| | | | | | Notes: svn path=/head/; revision=4533 | |||||
| * | CATAGORIES+= -> CATAGORIES= | David E. O'Brien | 1996-11-12 | 1 | -3/+3 | |
| | | | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416 | |||||
| * | Update to version 1.4 | Jordan K. Hubbard | 1996-11-02 | 6 | -614/+515 | |
| | | | | | | | | Submitted-By: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=4263 | |||||
| * | Remove LIB_DEPENDS on tcl75, it seems to compile and run fine using | Satoshi Asami | 1996-10-14 | 1 | -3/+2 | |
| | | | | | | | | the tcl library in /usr/lib. Notes: svn path=/head/; revision=3975 | |||||
| * | Make python install include files. | Chuck Robey | 1996-08-17 | 2 | -3/+60 | |
| | | | | | | | | Reviewed by: jkh Notes: svn path=/head/; revision=3635 | |||||
| * | Upgrade this port to use the latest tcl/tk. | Jordan K. Hubbard | 1996-05-11 | 2 | -4/+4 | |
| | | | | | | | | Patches Submitted by: Soren Dayton <soren@ambiguity.i-2.com> Notes: svn path=/head/; revision=3076 | |||||
| * | Ah, missed the extra patches. Also revert PLIST to use share instead of lib | Jordan K. Hubbard | 1996-01-18 | 1 | -475/+475 | |
| | | | | | | | | again. Notes: svn path=/head/; revision=2645 | |||||
| * | share -> lib; thanks, Satoshi! | Jordan K. Hubbard | 1996-01-18 | 1 | -475/+475 | |
| | | | | | Notes: svn path=/head/; revision=2643 | |||||
| * | Update to Python 1.3 | Jordan K. Hubbard | 1996-01-18 | 4 | -453/+548 | |
| | | | | | | | | Submitted by: tg Notes: svn path=/head/; revision=2642 | |||||
| * | Remove unnecessary include of <rpcsvc/ypclnt.h> | Jordan K. Hubbard | 1995-11-25 | 1 | -0/+26 | |
| | | | | | | | | Submitted by: Faried Nawaz <fn@pain.csrv.uidaho.edu> Notes: svn path=/head/; revision=2463 | |||||
| * | Change category nome from "languages" to "lang". Also remove "programming" | Satoshi Asami | 1995-11-22 | 1 | -2/+2 | |
| | | | | | | | | which appeared in some of them, everything here is a programming language! :) Notes: svn path=/head/; revision=2450 | |||||
| * | Shorten the comments. | Jordan K. Hubbard | 1995-10-29 | 1 | -1/+1 | |
| | | | | | Notes: svn path=/head/; revision=2376 | |||||
| * | List all files in lib/python, plus one @exec/unexec mkdir/rmdir pair | Satoshi Asami | 1995-08-09 | 1 | -1/+431 | |
| | | | | | | | | for an empty directory. Notes: svn path=/head/; revision=2045 | |||||
| * | A little cleanup, move things around to correct order, put | Satoshi Asami | 1995-08-09 | 1 | -3/+5 | |
| | | | | | | | | | MAINTAINER=jkh@freebsd.org in a separate line so that people know who to yell at, etc. Notes: svn path=/head/; revision=2044 | |||||
| * | The Python programming language. | Jordan K. Hubbard | 1995-08-08 | 7 | -0/+325 | |
| Notes: svn path=/head/; revision=2042 | ||||||
