Path to this page:
./
devel/py-readline,
Line editing support for Python
Branch: CURRENT,
Version: 0nb4,
Package name: py25-readline-0nb4,
Maintainer: tsarnaThis module adds line-editing features to Python. This is handy
mainly in interactive mode of Python.
Required to run:[
devel/readline] [
lang/python25]
Master sites:
SHA1: 0f2e819d6381f72f26c734e00a6780b3933ea404
RMD160: 3a76c83464c3b1c38a60351ab054e33ac7195663
Filesize: 9591.126 KB
Version history: (Expand)
- (2009-05-20) Updated to version: py25-readline-0nb4
- (2009-02-10) Updated to version: py25-readline-0nb3
- (2008-07-22) Updated to version: py24-readline-0nb3
- (2006-10-05) Updated to version: py24-readline-0nb2
- (2006-02-06) Updated to version: py23-readline-0nb2
- (2005-10-05) Package added to pkgsrc.se, version py23-readline-0nb1 (created)
CVS history: (Expand)
2009-05-20 02:58:30 by Thomas Klausner | Files touched by this commit (277) |  |
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.
Reported by Robert Elz in PR 41345.
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
| 2009-03-05 19:51:33 by Joerg Sonnenberger | Files touched by this commit (53) |
Log message:
Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
|
| 2009-02-09 22:09:23 by Joerg Sonnenberger | Files touched by this commit (71) |
Log message:
Remove Python 2.1 support.
|
| 2008-07-14 16:43:45 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Require newer Python base version that has configure output with
readline installed. This fixes segmentation faults when using
command completition support. Bump revision.
|
| 2006-11-05 18:49:34 by Joerg Sonnenberger | Files touched by this commit (25) |
Log message:
DESTDIR support.
|
2006-10-04 23:36:01 by Thomas Klausner | Files touched by this commit (46) |  |
Log message:
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
|
| 2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|