NOTICE: This package has been removed from pkgsrc

./wip/ruby-polyglot, Registry of file types to load with its improved version of require

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.2.9, Package name: ruby18-polyglot-0.2.9, Maintainer: filip

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.


Required to run:
[misc/rubygems] [lang/ruby18-base] [devel/hoe]

Required to build:
[misc/rubygems]

Master sites:

SHA1: 2848efd9ebb61477d55c16d9ea25298bbd3e5f8f
RMD160: df62129dac19d72162972f92a1dedba404f829d1
Filesize: 7 KB

Version history: (Expand)


CVS history: (Expand)


   2009-12-02 14:52:34 by Filip Hajny | Files touched by this commit (4) | Package removed
Log message:
Imported as devel/ruby-polyglot

   2009-11-10 16:44:47 by Filip Hajny | Files touched by this commit (4) | Imported package
Log message:
Import ruby18-polyglot-0.2.9 as wip/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.