Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-22 | 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-09 | 2 | -1/+4 |
| | |||||
* | Activate some modules needed for zope (www.zope.com). | tg | 1999-03-11 | 1 | -3/+3 |
| | | | | Submitted by: jkoshy | ||||
* | Fix for building/packaging on FreeBSD 4.x. | nectar | 1999-02-23 | 2 | -9/+29 |
| | |||||
* | Distribution file pyth151.tgz checksum changed. | nectar | 1999-02-23 | 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 |
| | |||||
* | The first time I tried committing this set of manpage removals it got | hoek | 1998-08-19 | 1 | -1/+0 |
| | | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy. | ||||
* | Fix up dependencies for ports that moved into the x11-toolkits category. | asami | 1998-08-08 | 1 | -2/+2 |
| | |||||
* | Include latest official patches. | tg | 1998-07-28 | 2 | -5/+12 |
| | |||||
* | Use ldconfig to check for libc_r, not an absolute path. Thread support | tg | 1998-07-23 | 1 | -2/+3 |
| | | | | | | should now be compiled in on -current. Suggested by: Jacques Vidrine | ||||
* | Add virtual category "python". | tg | 1998-06-25 | 1 | -2/+2 |
| | | | | pygist: add dependency on rng. | ||||
* | Pick up latest official patches. | tg | 1998-06-19 | 2 | -3/+6 |
| | |||||
* | plat-freebsd3 doesn't have a regen script. | tg | 1998-06-05 | 1 | -5/+1 |
| | | | | Noticed by: Gianmarco Giovannelli <gmarco@scotty.masternet.it> | ||||
* | Add latest official patches. | tg | 1998-06-03 | 2 | -3/+4 |
| | |||||
* | Include latest official patches. | tg | 1998-05-20 | 2 | -3/+10 |
| | |||||
* | Don't throw away OS version number, some scripts need it. Pick up | tg | 1998-05-07 | 3 | -18/+54 |
| | | | | latest official patches while I'm here. | ||||
* | Bring in latest official patches. Use `-pthread' to avoid linking with | tg | 1998-05-05 | 2 | -5/+9 |
| | | | | libc in the threaded interpreter. | ||||
* | Add new official patches and activate the dl module. | tg | 1998-04-29 | 4 | -4/+10 |
| | |||||
* | Include official patches. | tg | 1998-04-24 | 2 | -2/+14 |
| | |||||
* | Upgrade to 1.5.1. | tg | 1998-04-15 | 4 | -49/+54 |
| | |||||
* | Use the combined set of patches. | tg | 1998-04-09 | 2 | -26/+4 |
| | |||||
* | Include official patches. | tg | 1998-04-08 | 2 | -3/+29 |
| | |||||
* | Use -D_THREAD_SAFE when compiling the threaded version. | tg | 1998-03-03 | 1 | -1/+2 |
| | |||||
* | Use tk80, not an unsupported alpha version of tk81. | tg | 1998-02-27 | 2 | -4/+4 |
| | | | | Include locale module. | ||||
* | Upgrade to use tcl8.1 and tk8.1. | jseger | 1998-02-25 | 1 | -3/+3 |
| | |||||
* | Make python work with threads again. Looks like our libc_r implements | tg | 1998-01-07 | 1 | -4/+3 |
| | | | | an older draft of the pthread standard. | ||||
* | Upgrade to 1.5. | tg | 1998-01-06 | 6 | -561/+1051 |
| | |||||
* | Use an option to disable the Tk extension (WITH_TK). Don't use | tg | 1997-11-24 | 2 | -8/+27 |
| | | | | | | | 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. | tg | 1997-08-29 | 4 | -7/+22 |
| | |||||
* | Fix tk-4.1 dependency. While I'm here, add libreadline support. | tg | 1997-08-06 | 2 | -7/+7 |
| | |||||
* | Compile with thread support, if libc_r exists and WITH_THREADS is set. | tg | 1997-06-02 | 1 | -2/+14 |
| | | | | Submitted by: Peter Haight <peterh@prognet.com> | ||||
* | Some reorganization of this port: | tg | 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. | ||||
* | Add NumPy to default search path. | tg | 1997-05-05 | 1 | -1/+1 |
| | |||||
* | Add virtual category 'tk41'. | wosch | 1997-04-20 | 1 | -2/+2 |
| | |||||
* | Use new libtix. | tg | 1997-02-21 | 2 | -3/+3 |
| | |||||
* | Install config.h, so compiling extensions from C sources | tg | 1997-02-06 | 2 | -25/+24 |
| | | | | actually works. | ||||
* | Compile in the PyTix extensions, now that we have Tix. | tg | 1997-01-02 | 4 | -5/+22 |
| | | | | Change MAINTAINER from jkh to tg. OK'd by: Jordan. | ||||
* | Converted to MAN[1-9NL] | obrien | 1996-11-17 | 1 | -4/+2 |
| | |||||
* | CATAGORIES+= -> CATAGORIES= | obrien | 1996-11-12 | 1 | -3/+3 |
| | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. | ||||
* | Update to version 1.4 | jkh | 1996-11-03 | 5 | -588/+515 |
| | | | | Submitted-By: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> | ||||
* | Remove LIB_DEPENDS on tcl75, it seems to compile and run fine using | asami | 1996-10-15 | 1 | -3/+2 |
| | | | | the tcl library in /usr/lib. | ||||
* | Make python install include files. | chuckr | 1996-08-17 | 2 | -3/+60 |
| | | | | Reviewed by: jkh | ||||
* | Upgrade this port to use the latest tcl/tk. | jkh | 1996-05-12 | 2 | -4/+4 |
| | | | | Patches Submitted by: Soren Dayton <soren@ambiguity.i-2.com> | ||||
* | Ah, missed the extra patches. Also revert PLIST to use share instead of lib | jkh | 1996-01-18 | 1 | -475/+475 |
| | | | | again. | ||||
* | share -> lib; thanks, Satoshi! | jkh | 1996-01-18 | 1 | -475/+475 |
| | |||||
* | Update to Python 1.3 | jkh | 1996-01-18 | 4 | -453/+548 |
| | | | | Submitted by: tg | ||||
* | Change category nome from "languages" to "lang". Also remove "programming" | asami | 1995-11-22 | 1 | -2/+2 |
| | | | | which appeared in some of them, everything here is a programming language! :) | ||||
* | Shorten the comments. | jkh | 1995-10-30 | 1 | -1/+1 |
| | |||||
* | List all files in lib/python, plus one @exec/unexec mkdir/rmdir pair | asami | 1995-08-09 | 1 | -1/+431 |
| | | | | for an empty directory. | ||||
* | A little cleanup, move things around to correct order, put | asami | 1995-08-09 | 1 | -3/+5 |
| | | | | | MAINTAINER=jkh@freebsd.org in a separate line so that people know who to yell at, etc. | ||||
* | The Python programming language. | jkh | 1995-08-09 | 7 | -0/+325 |