summaryrefslogtreecommitdiff
path: root/misc/ruby-pry
AgeCommit message (Collapse)AuthorFilesLines
2016-11-19Remove RUBY_RDOC_VERSION since All RUBY_VERSION_DEFAULT versions of Rubytaca1-3/+1
are satisfy minimum RUBY_RDOC_VERSION now.
2016-10-17Update ruby-pry to 0.10.4.taca2-7/+7
* Clean up warnings.
2015-12-12Update ruby-pry to 0.10.3.taca2-7/+7
### 0.10.3 * cherry-pick 0d1d72b and e0e5c75 to fix the install of Pry on Windows.
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-04Update ruby-pry to 0.10.2.taca2-6/+6
### 0.10.2 * cherry-pick c2ed9ec135bd791a32c70fbe05cc0508ea17c4040e from master (fix inf. loop with prepended methods source retrieval) * Update some specs for recent ruby versions (2.2+)
2015-02-04Update ruby-pry to 0.10.1.taca3-90/+44
Changes are too many to write here, please refer CHANGELOG.md file.
2014-09-23Needs rdoc 4.0.0 or newer. Fixes build with RUBY_VERSION_DEFAULT=193,fhajny1-1/+3
no change on newer Ruby versions.
2014-06-03Import misc/ruby-pry into pkgsrc.jperkin4-0/+214
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.