NOTICE: This package has been removed from pkgsrc

./lang/python24, Interpreted, interactive, object-oriented programming language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.4.6nb1, Package name: python24-2.4.6nb1, Maintainer: pkgsrc-users

Python is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax. For an introduction to programming in
Python you are referred to the Python Tutorial. The
Python Library Reference documents built-in and standard
types, constants, functions and modules. Finally, the
Python Reference Manual describes the syntax and semantics
of the core language in (perhaps too) much detail.

Python's basic power can be extended with your own modules
written in C or C++. On most systems such modules may be
dynamically loaded. Python is also adaptable as an exten-
sion language for existing applications. See the internal
documentation for hints.

MESSAGE.SunOS [+/-]

Required to build:
[devel/readline]

Master sites:

SHA1: cb1972a554a458f6a26d3e047b359251865d7c96
RMD160: 0687989193dec2ac108142759281be7ddcf7f31e
Filesize: 7963.552 KB

Version history: (Expand)


CVS history: (Expand)


   2012-03-31 04:12:34 by Ryo ONODERA | Files touched by this commit (1)
Log message:
On recent FreeBSD, ossaudiodev.so is not created.
Fix "make package" on FreeBSD 9.0.
   2012-03-05 09:22:58 by Steven Drake | Files touched by this commit (3)
Log message:
python install different files on Linux-2.* and Linux-3.*
   2012-01-18 14:59:11 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Revbump after updating db5
   2011-12-16 18:04:18 by Hans Rosenfeld | Files touched by this commit (10)
Log message:
On SunOS, don't ever override _XOPEN_SOURCE if it is already set.
Fixes build on SunOS with gcc>=4.6.
   2011-11-29 19:47:42 by Hans Rosenfeld | Files touched by this commit (1)
Log message:
Use OpenSSL from pkgsrc on SunOS<5.11.
   2011-11-08 08:30:09 by Steven Drake | Files touched by this commit (10)
Log message:
Change a unused variable referacne to a fixed string that I missed when
coping the Mac OS X sdk filename handling.

Thank to Matthias Rampke in PR#45581 for catching this.
   2011-10-31 07:50:55 by Steven Drake | Files touched by this commit (8)
Log message:
Improve the gdbm_compat handling by searching any ndbm.h found for the
string 'This file is part of GDBM' and ignoring it if it dose.

Thanks to obache@ for the idea.
   2011-10-18 23:59:19 by Steven Drake | Files touched by this commit (11)
Log message:
Deal with the fact that if /usr/include/ndbm.h exists on Linux it probably
belongs to gdbm_compat.  I.E. _don't_ use ndbm on Linux.