aboutsummaryrefslogtreecommitdiff
path: root/lang/python24/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* - remove expired portsRuslan Makhmatkhanov2012-07-161-1720/+0
| | | | | | | | | | | | | | | | * lang/python24 and lang/python25: unmaintained upstream * www/zope and www/zope211: unmaintained upstream (the only consumers of python24) - clean-up python versions < 2.6 from lang/python-doc-html - clean-up python24/25 from Mk/bsd.ports.mk - add www/zope213 glue to bsd.python.mk - clean-up zope versions != 2.13 from bsd.python.mk Submitted by: miwi (based on) Approved by: portmgr (miwi) Notes: svn path=/head/; revision=300956
* - Fix build on FreeBSD 10Beat Gaetzi2011-10-281-0/+3
| | | | | | | Approved by: miwi (implicit) Notes: svn path=/head/; revision=284516
* - Add support for FreeBSD 9Martin Wilke2009-11-261-0/+3
| | | | Notes: svn path=/head/; revision=244771
* - Honor EXAMPLESDIR, DATADIR, NOPORTEXAMPLES, NOPORTDATALi-Wen Hsu2009-07-121-490/+490
| | | | | | | - portlint(1) Notes: svn path=/head/; revision=237645
* Update python23 to Python 2.3.6 and python24 to Python 2.4.5.Hye-Shik Chang2008-03-161-1/+0
| | | | Notes: svn path=/head/; revision=209145
* Add support for FreeBSD 8.Hye-Shik Chang2007-10-291-0/+3
| | | | | | | Obtained from: Python SVN (r58697, r58698) Notes: svn path=/head/; revision=202249
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-6/+6
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Update to Python 2.4.4.Xin LI2007-02-141-2/+4
| | | | | | | | | Approved by: maintainer timeout, alexbl (python@) Tested by: pointyhat PR: ports/105901 Notes: svn path=/head/; revision=185141
* Revert the default version of Python to 2.4 for the ports freezeHye-Shik Chang2006-10-131-0/+5
| | | | | | | | | | | | period. Python 2.5 brought a vast range of incompatibility to a large number of ports, so the python@ team will do more basic compatibility work in a private repository and merge it later. Sorry for the inconvenience. Approved by: portmgr (kris) Notes: svn path=/head/; revision=175244
* - Update the main python version to 2.5.Hye-Shik Chang2006-10-091-6/+0
| | | | | | | | | | | | | | - Now, lang/python is just a meta-port which depends on lang/python25. - And all versions of Python ports have short version identifier in its package name; python25-2.5, python24-2.4.3 and etc. - Also you must upgrade all python modules after lang/python updated, cd /usr/ports/lang/python && make upgrade-site-packages - Give maintainership of Python ports to the new python@ group which includes me, alexbl@ and others. Notes: svn path=/head/; revision=175093
* Update to Python 2.4.3.Hye-Shik Chang2006-03-301-2905/+1213
| | | | Notes: svn path=/head/; revision=158415
* Backport support for FreeBSD 7 and drop support for FreeBSD 3.Hye-Shik Chang2005-07-181-5/+5
| | | | | | | | | | Fixes for other versions of python will be followed tomorrow. Submitted by: nork Obtained from: Python CVS Notes: svn path=/head/; revision=139500
* - Make FPECTL support optional and turn it off by default becauseHye-Shik Chang2005-05-121-0/+9
| | | | | | | | | | | | the feature brings huge overheads for floating point arithmetics and integer divisions. [1] - Fix plist - Bump PORTREVISION Requested by: Ewan Todd <ewan@mathcode.net> [1] Notes: svn path=/head/; revision=135088
* Update to Python 2.4.1Hye-Shik Chang2005-04-031-0/+23
| | | | Notes: svn path=/head/; revision=132349
* Fix package building on non-i386 platforms by unrestrict `audioop`Hye-Shik Chang2005-03-281-1/+1
| | | | | | | | | module for them in plist. Approved by: portmgr (kris) Notes: svn path=/head/; revision=132104
* Unbreak package building on ia64, alpha, amd64 and sparc64 byHye-Shik Chang2005-03-231-1/+1
| | | | | | | | | adding ossaudiodev module to their plists, either. Approved by: portmgr (kris) Notes: svn path=/head/; revision=131910
* - Update lang/python to 2.4 final release.Hye-Shik Chang2004-12-011-37/+313
| | | | | | | - Finish repocopy lang/python -> lang/python23 for Python 2.3.4 Notes: svn path=/head/; revision=122898
* - Add support for FreeBSD 6.Hye-Shik Chang2004-08-201-5/+5
| | | | | | | | | | - Remove support for FreeBSD 2. Spotted by: marcus, kris Obtained from: Python CVS Notes: svn path=/head/; revision=116861
* - Update to Python 2.3.4.Hye-Shik Chang2004-05-271-1/+1
| | | | | | | | - Test WITHOUT_* instead of WITH_* for values which are on by default so that package build clusters detect correctly. Notes: svn path=/head/; revision=110139
* Create a symbolic link to lib/python2.3.so on lib/python2.3/config/Hye-Shik Chang2004-03-091-0/+1
| | | | | | | | | for seamless upgrade from a static library. Suggested by: dd Notes: svn path=/head/; revision=103364
* Build and install a shared library and its frontend besides static oneHye-Shik Chang2004-03-081-5/+7
| | | | | | | | | | | | | | by default. [HEADS UP] The python executable and static library isn't built PIC anymore even on amd64 and ia64. Please use a shared library instead. Requested by: jhay, dd Tested by: Charles Swiger <cswiger@mac.com>, Tim Middleton <x@Vex.Net> Notes: svn path=/head/; revision=103302
* - Include pyexpat module in python base ports because python incorporatedHye-Shik Chang2003-11-041-0/+1
| | | | | | | | | | | expat 1.95.6 in its distribution from Python-2.3. - Bump PORTREVISION subsequently. Requested by: Mike Brown <mike@skew.org> Jeremy Kloth <jeremy.kloth@fourthought.com> Notes: svn path=/head/; revision=93094
* - Update lang/python-devel to Python-2.4 031022 snapshot.Hye-Shik Chang2003-10-291-1/+1
| | | | | | | | | | | | | - Correct USE_ZOPE dependency to Python 2.1. [1] - Fetch from correct MASTER_SITE_SUBDIR when upgrading python in same branch. [2] - Enable installing separated standard modules for python-devel port. Reported by: Filippo Natali <pitonat@libero.it> [1], Yoshihiko Sarumaru <mistral@imasy.or.jp> [2] Notes: svn path=/head/; revision=92598
* Add missed ossaudiodev.so into pkg-plist (only for x86, since I don't haveMaxim Sobolev2003-10-291-0/+1
| | | | | | | | access to other arches yet), and enable it on freebsd5 (it's enabled on freebsd4 OOB). Notes: svn path=/head/; revision=92591
* - Install a 'real' shared object when BUILD_SHARED=yes. [1]Hye-Shik Chang2003-09-291-0/+2
| | | | | | | | | | | | - Fix plist on 32bit architectures. - Bump PORTREVISION. PR: 57269 [1] Submitted by: Tim Middleton <x@Vex.Net> [1], Kostik I. Belousov <kostya@tessart.kiev.ua> [1] Notes: svn path=/head/; revision=89785
* - Update to Python-2.3Hye-Shik Chang2003-07-311-427/+809
| | | | | | | | | | - Correct pydoc search path to lang/python-doc-html port's [1] PR: 43036 [1] Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1] Notes: svn path=/head/; revision=86069
* o Utilize MASTER_SITE_PYTHON.Hye-Shik Chang2003-07-041-0/+1
| | | | | | | | | | | o Rename pydoc to pydoc${PORTVERSION} to avoid conflicts among these ports. (lang/python port keeps both of bin/pydoc and bin/pydoc2.2) o Set LATEST_LINK to ${PYTHON_VERSION:S/.//} except lang/python. Now, we can install all of these python versions together cleanly. Notes: svn path=/head/; revision=84198
* Update to 2.2.3Hye-Shik Chang2003-06-041-1/+60
| | | | | | | | | PR: 52830 Submitted by: Chuck Swiger <chuck@pkix.net> (partly) Approved by: maintainer (implicitly) Notes: svn path=/head/; revision=82237
* PORTREVSION => 2.Alan Eldridge2002-11-211-169/+1
| | | | | | | | Fix error pointed out by tg@. Now just blow away the Tools subdir on uninstall in case something compiled that stuff. Notes: svn path=/head/; revision=70681
* PORTREVISION => 1Alan Eldridge2002-11-211-2/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added lotsa missing files to pllist. Added dl module for those who like to live dangerously (petef?). PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Notes: svn path=/head/; revision=70678
* Upgrade to Python-2.2.2.Hye-Shik Chang2002-10-171-4/+42
| | | | | | | Approved by: tg Notes: svn path=/head/; revision=68198
* Fix building on the Alpha.Thomas Gellekum2002-05-161-4/+4
| | | | | | | Submitted by: gallatin Notes: svn path=/head/; revision=59259
* Upgrade to Python-2.2.Thomas Gellekum2002-04-121-5/+4
| | | | | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=57615
* Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.Thomas Gellekum2002-01-071-119/+342
| | | | | | | | | | PR: 33444 Submitted by: Hye-Shik Chang <perky@fallin.lv> Add new MD5 to dependent ports. Notes: svn path=/head/; revision=52711
* Re-add fpectl.so to the plist to fix packaging. Re-enable supportThomas Gellekum2001-11-201-1/+1
| | | | | | | | | for it in the python binary. Noticed by: will Notes: svn path=/head/; revision=50256
* Don't build mpz extension, it's moved to a separate port.Thomas Gellekum2001-10-191-2/+1
| | | | Notes: svn path=/head/; revision=48936
* Upgrade to 2.1.1.Thomas Gellekum2001-07-251-0/+8
| | | | Notes: svn path=/head/; revision=45469
* Upgrade to 2.1.Thomas Gellekum2001-05-021-41/+853
| | | | Notes: svn path=/head/; revision=42158
* Upgrade to 2.0.Thomas Gellekum2000-10-181-13/+201
| | | | Notes: svn path=/head/; revision=33960
* Upgrade to 1.6.Thomas Gellekum2000-09-081-1010/+1379
| | | | Notes: svn path=/head/; revision=32431
* Fix packaging on -current.Thomas Gellekum2000-03-241-0/+14
| | | | Notes: svn path=/head/; revision=27011
* move IPv6-enable python to python+ipv6 and revert origial pythonMunechika SUMIKAWA2000-01-271-1/+0
| | | | | | | | | | | | | | 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
* - Support IPv6.Munechika SUMIKAWA2000-01-131-0/+1
| | | | | | | | | - remove DIST_SUBDIR since there are 2 distfiles on this port anymore. Reviewed by: tg(maintainer) Notes: svn path=/head/; revision=24697
* - Install python-mode.el.Thomas Gellekum2000-01-061-0/+2
| | | | | | | | | | | | 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
* Add the SHA module to the build.Thomas Gellekum1999-07-281-0/+1
| | | | Notes: svn path=/head/; revision=20371
* Fix package building when you're leaving out optional parts, like Tk.Thomas Gellekum1999-07-151-204/+0
| | | | | | | PR: 12648 Notes: svn path=/head/; revision=20214
* Install the contents of the Tools directory by default. This can beThomas Gellekum1999-07-061-0/+203
| | | | | | | | | turned off by specifying `WITH_TOOLS=NO' when building. PR: 12436 Notes: svn path=/head/; revision=20096
* Enable the parser module.Thomas Gellekum1999-05-211-0/+1
| | | | | | | Submitted by: nectar Notes: svn path=/head/; revision=18916
* * Update python 1.5.1 -> 1.5.2Jacques Vidrine1999-04-211-22/+90
| | | | | | | * Remove python-beta Notes: svn path=/head/; revision=18042
* Create lib/python1.5/site-packages directory on installation.Jacques Vidrine1999-04-081-0/+2
| | | | Notes: svn path=/head/; revision=17735