Commit graph

5 commits

Author SHA1 Message Date
taca
4bae2e22e2 Update ruby-polyglot pacakge to 0.3.3.
Changes are unknown.
2011-12-15 15:09:30 +00:00
taca
6e0ed9b0b3 Update devel/ruby-polyglot pacakge to 0.3.2.
== 0.3.2 2011-07-27

* 1 minor fix:
  * Load file without extension if found exactly as required
2011-08-12 16:33:05 +00:00
taca
92891b8fb4 No need to depends on devel/hoe.
Bump PKGREVISION.
2011-06-08 14:06:06 +00:00
taca
813d425e9e Update devel/ruby-polyglot to 0.3.1.
* 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.
2010-09-10 06:12:17 +00:00
fhajny
478416f0a4 Initial import of ruby-polyglot.
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.
2009-11-23 14:26:09 +00:00