aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python20/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use tk80, not an unsupported alpha version of tk81.tg1998-02-271-3/+3
| | | | Include locale module.
* Upgrade to use tcl8.1 and tk8.1.jseger1998-02-251-3/+3
|
* Make python work with threads again. Looks like our libc_r implementstg1998-01-071-4/+3
| | | | an older draft of the pthread standard.
* Upgrade to 1.5.tg1998-01-061-18/+18
|
* Use an option to disable the Tk extension (WITH_TK). Don't usetg1997-11-241-6/+25
| | | | | | | 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.
* Use tk-8.0. Minor makefile cleanups. Add some `@dirrm's in PLIST.tg1997-08-291-5/+10
|
* Fix tk-4.1 dependency. While I'm here, add libreadline support.tg1997-08-061-6/+6
|
* Compile with thread support, if libc_r exists and WITH_THREADS is set.tg1997-06-021-2/+14
| | | | Submitted by: Peter Haight <peterh@prognet.com>
* Some reorganization of this port:tg1997-05-141-12/+2
| | | | | | | | | - 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.
* Add virtual category 'tk41'.wosch1997-04-201-2/+2
|
* Use new libtix.tg1997-02-211-2/+2
|
* Compile in the PyTix extensions, now that we have Tix.tg1997-01-021-4/+16
| | | | Change MAINTAINER from jkh to tg. OK'd by: Jordan.
* Converted to MAN[1-9NL]obrien1996-11-171-4/+2
|
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-3/+3
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* Update to version 1.4jkh1996-11-031-6/+6
| | | | Submitted-By: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Remove LIB_DEPENDS on tcl75, it seems to compile and run fine usingasami1996-10-151-3/+2
| | | | the tcl library in /usr/lib.
* Make python install include files.chuckr1996-08-171-2/+2
| | | | Reviewed by: jkh
* Upgrade this port to use the latest tcl/tk.jkh1996-05-121-3/+3
| | | | Patches Submitted by: Soren Dayton <soren@ambiguity.i-2.com>
* Update to Python 1.3jkh1996-01-181-11/+18
| | | | Submitted by: tg
* Change category nome from "languages" to "lang". Also remove "programming"asami1995-11-221-2/+2
| | | | which appeared in some of them, everything here is a programming language! :)
* A little cleanup, move things around to correct order, putasami1995-08-091-3/+5
| | | | | MAINTAINER=jkh@freebsd.org in a separate line so that people know who to yell at, etc.
* The Python programming language.jkh1995-08-091-0/+26