Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-15 | Update ruby-polyglot pacakge to 0.3.3. | taca | 3 | -14/+8 | |
Changes are unknown. | |||||
2011-08-12 | Update devel/ruby-polyglot pacakge to 0.3.2. | taca | 3 | -12/+14 | |
== 0.3.2 2011-07-27 * 1 minor fix: * Load file without extension if found exactly as required | |||||
2011-06-08 | No need to depends on devel/hoe. | taca | 1 | -3/+2 | |
Bump PKGREVISION. | |||||
2010-09-10 | Update devel/ruby-polyglot to 0.3.1. | taca | 2 | -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-23 | Initial import of ruby-polyglot. | fhajny | 4 | -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. |