2013-06-04 09:45:21 by Thomas Klausner | Files touched by this commit (30) |
Log message: Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS. There are no buildlink3-relevant files here, just a loadable module. |
2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. Mark packages that don't or might probably not have staged installation. |
2012-01-30 09:04:39 by ndb | Files touched by this commit (2) |
Log message: distinfo changed. |
2010-08-05 16:03:34 by Kamel Derouiche | Files touched by this commit (1) |
Log message: wip-changes: =========== o Update to 2.0.96 o SET License = mit |
2006-05-19 18:51:28 by Yoshito Komatsu | Files touched by this commit (95) |
Log message: Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org. |
2005-09-28 16:24:39 by Roland Illig | Files touched by this commit (55) |
Log message: Removed trailing white-space. |
2005-09-28 08:41:35 by Roland Illig | Files touched by this commit (132) |
Log message: Added RMD160 checksums. |
2005-07-27 18:28:59 by Thomas Klausner | Files touched by this commit (7) |
Log message: Reset MAINTAINER -- he stopped working on pkgsrc. |
2004-04-23 05:15:20 by Michal Pasternak | Files touched by this commit (2) |
Log message: DISPLAY -> MESSAGE |
2004-04-23 01:42:12 by Michal Pasternak | Files touched by this commit (5) | |
Log message: Initial import of Python interactive mode tab-completion module; suggested by dsuch. DESCR: One of the best features of python is that you can use and learn it interactively. rlcompleter2 enhances this interactive experience. It is a major improvement over the rlcompleter module in the 2.2 standard lib. I recommend that you simply install it and see if you like it. User interface is simple: hit <tab> one or more times during typing your python statements. If you sometimes use python interactively you will certainly enjoy it. If you don't work interactively then you should :-) |