summaryrefslogtreecommitdiff
path: root/devel/ruby-polyglot
AgeCommit message (Collapse)AuthorFilesLines
2011-12-15Update ruby-polyglot pacakge to 0.3.3.taca3-14/+8
Changes are unknown.
2011-08-12Update devel/ruby-polyglot pacakge to 0.3.2.taca3-12/+14
== 0.3.2 2011-07-27 * 1 minor fix: * Load file without extension if found exactly as required
2011-06-08No need to depends on devel/hoe.taca1-3/+2
Bump PKGREVISION.
2010-09-10Update devel/ruby-polyglot to 0.3.1.taca2-11/+8
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework. No change are available.
2009-11-23Initial import of ruby-polyglot.fhajny4-0/+41
Polyglot provides a registry of file types that can be loaded by calling its improved version of 'require'. Each file extension that can be handled by a custom loader is registered by callingPolyglot.register("ext", <class>), and then you can simply require "somefile", which will find and load "somefile.ext" using your custom loader.