pkgsrc/devel/ruby-polyglot/PLIST
fhajny 830fa275a5 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

12 lines
435 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/23 14:26:09 fhajny Exp $
${GEM_HOME}/cache/polyglot-${PKGVERSION}.gem
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/License.txt
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.txt
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/polyglot.rb
${GEM_LIBDIR}/lib/polyglot/version.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_LIBDIR}/test/test_polyglot.rb
${GEM_HOME}/specifications/polyglot-${PKGVERSION}.gemspec