summaryrefslogtreecommitdiff
path: root/lang/python26 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-5/+3
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27680
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Separate the Python Tk module from the main port. I've beenThomas Gellekum2000-04-041-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. Notes: svn path=/head/; revision=27320
* Fix packaging on -current.Thomas Gellekum2000-03-242-5/+22
| | | | Notes: svn path=/head/; revision=27011
* move IPv6-enable python to python+ipv6 and revert origial pythonMunechika SUMIKAWA2000-01-273-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 Notes: svn path=/head/; revision=25122
* Add 'ipv6' on CATEGORIES.Munechika SUMIKAWA2000-01-181-1/+1
| | | | Notes: svn path=/head/; revision=24815
* Oops, forgot to update the checksum file.Thomas Gellekum2000-01-181-2/+2
| | | | Notes: svn path=/head/; revision=24813
* On second thought, put back DIST_SUBDIR. It's not only used for theThomas Gellekum2000-01-181-0/+1
| | | | | | | | Python distribution but also for the docs and some other packages with rather generic names. Notes: svn path=/head/; revision=24812
* - Support IPv6.Munechika SUMIKAWA2000-01-133-3/+20
| | | | | | | | | - remove DIST_SUBDIR since there are 2 distfiles on this port anymore. Reviewed by: tg(maintainer) Notes: svn path=/head/; revision=24697
* s/X11_BASE/X11BASE/.Thomas Gellekum2000-01-101-1/+1
| | | | Notes: svn path=/head/; revision=24622
* - Install python-mode.el.Thomas Gellekum2000-01-062-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> Notes: svn path=/head/; revision=24476
* Use Tk-8.2.Thomas Gellekum1999-11-031-2/+2
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=22884
* Link against libxpg4.Thomas Gellekum1999-10-271-1/+1
| | | | | | | | | Submitted by: foxfair Promote LDFLAGS in the installed setup. Notes: svn path=/head/; revision=22682
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Add the SHA module to the build.Thomas Gellekum1999-07-282-1/+8
| | | | Notes: svn path=/head/; revision=20371
* Fix package building when you're leaving out optional parts, like Tk.Thomas Gellekum1999-07-154-207/+211
| | | | | | | PR: 12648 Notes: svn path=/head/; revision=20214
* Install the contents of the Tools directory by default. This can beThomas Gellekum1999-07-062-1/+215
| | | | | | | | | turned off by specifying `WITH_TOOLS=NO' when building. PR: 12436 Notes: svn path=/head/; revision=20096
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-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 Notes: svn path=/head/; revision=19803
* Link some modules against libmytinfo to pick up a working tputs().Thomas Gellekum1999-06-181-2/+2
| | | | | | | Noticed by: Klaus-Jürgen Wolf <kjwolf@online.de> Notes: svn path=/head/; revision=19544
* Enable the parser module.Thomas Gellekum1999-05-212-1/+2
| | | | | | | Submitted by: nectar Notes: svn path=/head/; revision=18916
* Better support for local $CFLAGS.Thomas Gellekum1999-05-191-3/+3
| | | | Notes: svn path=/head/; revision=18879
* Remove ``NO_LATEST_LINK''Jacques Vidrine1999-04-211-2/+1
| | | | | | | Approved by: Maintainer <tg@FreeBSD.ORG> Notes: svn path=/head/; revision=18053
* * Update python 1.5.1 -> 1.5.2Jacques Vidrine1999-04-214-85/+107
| | | | | | | * Remove python-beta Notes: svn path=/head/; revision=18042
* Create lib/python1.5/site-packages directory on installation.Jacques Vidrine1999-04-082-1/+4
| | | | Notes: svn path=/head/; revision=17735
* Activate some modules needed for zope (www.zope.com).Thomas Gellekum1999-03-101-3/+3
| | | | | | | Submitted by: jkoshy Notes: svn path=/head/; revision=17130
* Fix for building/packaging on FreeBSD 4.x.Jacques Vidrine1999-02-222-9/+29
| | | | Notes: svn path=/head/; revision=16859
* Distribution file pyth151.tgz checksum changed.Jacques Vidrine1999-02-221-1/+1
| | | | Notes: svn path=/head/; revision=16858
* back to 1.5.1. Build is broken, but is ok since python 1.5.2b1 is in ↵Peter Hawkins1999-02-182-4/+43
| | | | | | | ports/lang/python-beta Notes: svn path=/head/; revision=16760
* upgrade to 1.5.2b1 (fixes build problem along the way)Peter Hawkins1999-02-162-44/+5
| | | | Notes: svn path=/head/; revision=16735
* Make sure PLIST is correct whether you have source or not. Add copyrightSatoshi Asami1998-12-022-3/+9
| | | | | | | | | file. Add "|| true" to end of != grep command line to avoid warnings. Submitted by: tg Notes: svn path=/head/; revision=15059
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-111-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.) Notes: svn path=/head/; revision=14465
* Support dynamic loading of modules in an ELF world.Thomas Gellekum1998-10-061-2/+8
| | | | | | | Submitted by: Vladimir Kushnir <kushn@mail.kar.net> Notes: svn path=/head/; revision=13684
* tk80 has been ELFized.Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13387
* The first time I tried committing this set of manpage removals it gotTim Vanderhoek1998-08-181-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. Notes: svn path=/head/; revision=12621
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Include latest official patches.Thomas Gellekum1998-07-282-5/+12
| | | | Notes: svn path=/head/; revision=12183
* Use ldconfig to check for libc_r, not an absolute path. Thread supportThomas Gellekum1998-07-231-2/+3
| | | | | | | | | should now be compiled in on -current. Suggested by: Jacques Vidrine Notes: svn path=/head/; revision=12071
* Add virtual category "python".Thomas Gellekum1998-06-251-2/+2
| | | | | | | pygist: add dependency on rng. Notes: svn path=/head/; revision=11520
* Pick up latest official patches.Thomas Gellekum1998-06-192-3/+6
| | | | Notes: svn path=/head/; revision=11471
* plat-freebsd3 doesn't have a regen script.Thomas Gellekum1998-06-051-5/+1
| | | | | | | Noticed by: Gianmarco Giovannelli <gmarco@scotty.masternet.it> Notes: svn path=/head/; revision=11271
* Add latest official patches.Thomas Gellekum1998-06-032-3/+4
| | | | Notes: svn path=/head/; revision=11225
* Include latest official patches.Thomas Gellekum1998-05-202-3/+10
| | | | Notes: svn path=/head/; revision=11079
* Don't throw away OS version number, some scripts need it. Pick upThomas Gellekum1998-05-073-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 withThomas Gellekum1998-05-052-5/+9
| | | | | | | libc in the threaded interpreter. Notes: svn path=/head/; revision=10859
* Add new official patches and activate the dl module.Thomas Gellekum1998-04-294-4/+10
| | | | Notes: svn path=/head/; revision=10753
* Include official patches.Thomas Gellekum1998-04-242-2/+14
| | | | Notes: svn path=/head/; revision=10666
* Upgrade to 1.5.1.Thomas Gellekum1998-04-154-49/+54
| | | | Notes: svn path=/head/; revision=10520
* Use the combined set of patches.Thomas Gellekum1998-04-092-26/+4
| | | | Notes: svn path=/head/; revision=10455
* Include official patches.Thomas Gellekum1998-04-082-3/+29
| | | | Notes: svn path=/head/; revision=10441