2013-06-05 00:17:35 by Matthias Scheler | Files touched by this commit (1946) |
Log message:
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
2013-06-04 09:38:50 by Thomas Klausner | Files touched by this commit (7) |
Log message:
Replace py-curses/buildlink3.mk with DEPENDS.
There are no buildlink3-relevant files here, just a loadable module.
|
2013-06-04 09:35:15 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Replace py-readline/buildlink3.mk with DEPENDS.
There are no buildlink3-relevant files here, just a loadable module.
|
2013-06-03 12:06:28 by Thomas Klausner | Files touched by this commit (1948) |
Log message:
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
2013-05-10 23:57:14 by Emile iMil Heitor | Files touched by this commit (1) |
Log message:
Enabled gtk and urwid versions
|
2013-05-10 14:55:33 by Emile iMil Heitor | Files touched by this commit (4) |
Log message:
Initial import of bpython, version 0.12, into the NetBSD Packages Collection.
bpython is a fancy interface to the Python interpreter for Linux, BSD, OS X
and Windows (with some work). bpython is released under the MIT License. It
has the following (special) features:
* In-line syntax highlighting.
* Readline-like autocomplete with suggestions displayed as you type.
* Expected parameter list for any Python function.
* "Rewind" function to pop the last line of code from memory and \
re-evaluate.
* Send the code you've entered off to a pastebin.
* Save the code you've entered to a file.
* Auto-indentation.
* Python 3 support.
|