Subject: CVS commit: pkgsrc/devel/ruby-polyglot
From: Filip Hajny
Date: 2009-11-23 15:26:09
Message id: 20091123142609.D92B3175DD@cvs.netbsd.org

Log Message:
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.


Files:
RevisionActionfile
1.1importpkgsrc/devel/ruby-polyglot/distinfo
1.1importpkgsrc/devel/ruby-polyglot/Makefile
1.1importpkgsrc/devel/ruby-polyglot/DESCR
1.1importpkgsrc/devel/ruby-polyglot/PLIST