pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/ruby-pry



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jun  3 15:08:21 UTC 2014

Added Files:
        pkgsrc/misc/ruby-pry: DESCR Makefile PLIST distinfo

Log Message:
Import misc/ruby-pry into pkgsrc.

Pry is a powerful alternative to the standard IRB shell for Ruby. It
is written from scratch to provide a number of advanced features.

Pry also aims to be more than an IRB replacement; it is an attempt to
bring REPL driven programming to the Ruby language. It is currently
not as powerful as tools like SLIME for lisp, but that is the general
direction Pry is heading.

Pry is also fairly flexible and allows significant user customization
is trivial to set it to read from any object that has a readline
method and write to any object that has a puts method - many other
aspects of Pry are also configurable making it a good choice for
implementing custom shells.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/ruby-pry/DESCR \
    pkgsrc/misc/ruby-pry/Makefile pkgsrc/misc/ruby-pry/PLIST \
    pkgsrc/misc/ruby-pry/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index