ruby-typo <- ruby-debug <- ruby-debug-base updates.
LineCache - caches (Ruby source) files as might be used in a debugger
or a tool that works with sets of Ruby source files.
okay bernd@, import guidance from jasper@
if a specific pear- package is already installed on the system.
This commit also disables the dependency tracking while installing
pear packages with the ports tree.
Uses x11/xfce4 (it's now an official Xfce goodie) and devel/waf MODULES.
Enable history support through sqlite3, disable gio/gvfs for now.
Enable libunique support now that it's finally in-tree and working.
ok phessler@
Use in-tree security/libtasn1 and archivers/lzo instead of the included ones.
Backport a patch from upstream git to fix symbol conflicts.
ok naddy@ ajacoutot@
LibUnique is a library for writing single instance applications, that is
applications that are run once and every further call to the same binary
either exits immediately or sends a command to the running instance.
with tweaks and ok jasper@ ajacoutot@
Gforth is a fast and portable implementation of the ANS Forth language.
It works nicely with the Emacs editor, offers some nice features such as
input completion and history, backtraces, a decompiler and a powerful
locals facility, and it even has a manual. Gforth combines traditional
implementation techniques with newer techniques for portability and
performance performance: its inner innerpreter is direct threaded with
several optimizations, but you can also use a traditional-style indirect
threaded interpreter.
originally based on a port by jack woehr, but completely overhauled since.
Thinking Forth is a book about the philosophy of problem solving and
programming style, applied to the unique programming language Forth.
Published first in 1984, it could be among the timeless classics of
computer books, such as Fred Brooks' The Mythical Man-Month and Donald
Knuth's The Art of Computer Programming.
GIT repository browser that additionally can act as a pager for
output from various GIT commands. When browsing repositories, it
uses the underlying GIT commands to present the user with various
views, such as summarized revision log and showing the commit with
the log message, diffstat, and the diff. Using it as a pager, it
will display input from stdin and colorize it.
Submitted and maintained by Tobias Ulmer. Thanks!