summaryrefslogtreecommitdiff
path: root/devel/ruby-linecache
AgeCommit message (Collapse)AuthorFilesLines
2011-06-19Update ruby-linecache package to 0.46.taca2-6/+8
0.46 06-12-19 - A require_relative dependency snuck in. Add a rbx-require-relative to handle this.
2011-06-17Update ruby-linecache pacakge to 0.45.taca3-11/+10
0.45 06-12-11 - Support for syntax highlighting and caching eval strings. The former is used in rb8-trepanning.
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-1/+2
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-8/+3
* Add LICENSE. * Use original version name 0.43 instead of 0.4.3 to maintain packages more easy.
2010-09-07* Mark these packages Ruby 1.8.x support only.taca1-1/+3
* Add some comments and a little clean up. No functional change.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-6/+1
2008-06-22Update ruby-linecache package to 0.4.3.taca2-7/+7
Notes: Small change to for MSWindows which allows finding the extension in lib rather than ext.
2008-04-13Initial import of ruby18-linecache-0.4.2 as devel/ruby-linecache.jlam4-0/+79
LineCache is a module for reading and caching lines. This may be useful for example in a debugger where the same lines are shown many times.