pkgsrc/devel/hoe/PLIST

45 lines
1.4 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.12 2013/06/16 14:43:31 taca Exp $
bin/sow
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.autotest
Update ruby-hoe package to 2.9.1. === 2.9.1 / 2011-02-05 * 1 minor enhancement: * Sow now creates all template directories before dealing with anything else * 3 bug fixes: * Fixed dependency order bug with prereleases [erikh] * Fixed sanity check for prereleases. * Fixed sow when passed no args. [erikh] === 2.9.0 / 2011-01-31 * 11 minor enhancements: * Added Hoe::Package#pkg_path to make package hook writing easier. * Added Hoe::Test#test_prelude to allow for code to run before test loading. * Added plugin?(name) to allow for easier plugin guarding in hoe spec. * Added support for multiple template dirs for sow. * Added support for rubygems-test. See http://www.gem-testers.org/ * Clean up sow a LOT using: include FileUtils::Verbose * Don't warn about missing plugins without rake -t * Hoe requires Gem::PackageTask from RubyGems 1.4+ * Moved post_news from publish to rubyforge * Plugins can now be loaded from a +plugins+ array in ~/.hoerc * rubyforge plugin now uses plain globs to push. Fixes releases for rubygems itself * 4 bug fixes: * Failed plugins should notify on both trace and debug. * Fixed rdoc_dir for custom rdoc locations * Fixed require 'rubyforge' that was too late * Fixed sow to properly rename dirs depth first === 2.8.0 / 2010-12-08 * 6 minor enhancements: * Added PRE=a.1 variable to package and release tasks. (ged) * Added compiler plugin to support rake-compiler. (tenderlove) * Added known_plugins task and updated included and 3rd party plugins doco * Added racc/rex plugin! * Extended sow's Rakefile template to dynamically include installed plugins * Turned off rubyforge plugin by default. (tenderlove's whining) === 2.7.0 / 2010-11-15 * 2 minor enhancements: * Added new plugin: gem_prelude_sucks. (jbarnette) * Activate under 1.9 if you don't want it messing with you. * Added rspec2 support (bleything) * 1 bug fix: * require uri in hoe/deps (raggi)
2011-03-23 17:07:49 +01:00
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/Hoe.pdf
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.txt
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/sow
${GEM_LIBDIR}/lib/hoe.rb
2009-11-23 14:42:52 +01:00
${GEM_LIBDIR}/lib/hoe/clean.rb
Update ruby-hoe package to 2.9.1. === 2.9.1 / 2011-02-05 * 1 minor enhancement: * Sow now creates all template directories before dealing with anything else * 3 bug fixes: * Fixed dependency order bug with prereleases [erikh] * Fixed sanity check for prereleases. * Fixed sow when passed no args. [erikh] === 2.9.0 / 2011-01-31 * 11 minor enhancements: * Added Hoe::Package#pkg_path to make package hook writing easier. * Added Hoe::Test#test_prelude to allow for code to run before test loading. * Added plugin?(name) to allow for easier plugin guarding in hoe spec. * Added support for multiple template dirs for sow. * Added support for rubygems-test. See http://www.gem-testers.org/ * Clean up sow a LOT using: include FileUtils::Verbose * Don't warn about missing plugins without rake -t * Hoe requires Gem::PackageTask from RubyGems 1.4+ * Moved post_news from publish to rubyforge * Plugins can now be loaded from a +plugins+ array in ~/.hoerc * rubyforge plugin now uses plain globs to push. Fixes releases for rubygems itself * 4 bug fixes: * Failed plugins should notify on both trace and debug. * Fixed rdoc_dir for custom rdoc locations * Fixed require 'rubyforge' that was too late * Fixed sow to properly rename dirs depth first === 2.8.0 / 2010-12-08 * 6 minor enhancements: * Added PRE=a.1 variable to package and release tasks. (ged) * Added compiler plugin to support rake-compiler. (tenderlove) * Added known_plugins task and updated included and 3rd party plugins doco * Added racc/rex plugin! * Extended sow's Rakefile template to dynamically include installed plugins * Turned off rubyforge plugin by default. (tenderlove's whining) === 2.7.0 / 2010-11-15 * 2 minor enhancements: * Added new plugin: gem_prelude_sucks. (jbarnette) * Activate under 1.9 if you don't want it messing with you. * Added rspec2 support (bleything) * 1 bug fix: * require uri in hoe/deps (raggi)
2011-03-23 17:07:49 +01:00
${GEM_LIBDIR}/lib/hoe/compiler.rb
2009-11-23 14:42:52 +01:00
${GEM_LIBDIR}/lib/hoe/debug.rb
${GEM_LIBDIR}/lib/hoe/deps.rb
${GEM_LIBDIR}/lib/hoe/flay.rb
${GEM_LIBDIR}/lib/hoe/flog.rb
${GEM_LIBDIR}/lib/hoe/gem_prelude_sucks.rb
${GEM_LIBDIR}/lib/hoe/gemcutter.rb
2009-11-23 14:42:52 +01:00
${GEM_LIBDIR}/lib/hoe/inline.rb
${GEM_LIBDIR}/lib/hoe/newb.rb
2009-11-23 14:42:52 +01:00
${GEM_LIBDIR}/lib/hoe/package.rb
${GEM_LIBDIR}/lib/hoe/publish.rb
Update ruby-hoe package to 2.9.1. === 2.9.1 / 2011-02-05 * 1 minor enhancement: * Sow now creates all template directories before dealing with anything else * 3 bug fixes: * Fixed dependency order bug with prereleases [erikh] * Fixed sanity check for prereleases. * Fixed sow when passed no args. [erikh] === 2.9.0 / 2011-01-31 * 11 minor enhancements: * Added Hoe::Package#pkg_path to make package hook writing easier. * Added Hoe::Test#test_prelude to allow for code to run before test loading. * Added plugin?(name) to allow for easier plugin guarding in hoe spec. * Added support for multiple template dirs for sow. * Added support for rubygems-test. See http://www.gem-testers.org/ * Clean up sow a LOT using: include FileUtils::Verbose * Don't warn about missing plugins without rake -t * Hoe requires Gem::PackageTask from RubyGems 1.4+ * Moved post_news from publish to rubyforge * Plugins can now be loaded from a +plugins+ array in ~/.hoerc * rubyforge plugin now uses plain globs to push. Fixes releases for rubygems itself * 4 bug fixes: * Failed plugins should notify on both trace and debug. * Fixed rdoc_dir for custom rdoc locations * Fixed require 'rubyforge' that was too late * Fixed sow to properly rename dirs depth first === 2.8.0 / 2010-12-08 * 6 minor enhancements: * Added PRE=a.1 variable to package and release tasks. (ged) * Added compiler plugin to support rake-compiler. (tenderlove) * Added known_plugins task and updated included and 3rd party plugins doco * Added racc/rex plugin! * Extended sow's Rakefile template to dynamically include installed plugins * Turned off rubyforge plugin by default. (tenderlove's whining) === 2.7.0 / 2010-11-15 * 2 minor enhancements: * Added new plugin: gem_prelude_sucks. (jbarnette) * Activate under 1.9 if you don't want it messing with you. * Added rspec2 support (bleything) * 1 bug fix: * require uri in hoe/deps (raggi)
2011-03-23 17:07:49 +01:00
${GEM_LIBDIR}/lib/hoe/racc.rb
2009-11-23 14:42:52 +01:00
${GEM_LIBDIR}/lib/hoe/rake.rb
${GEM_LIBDIR}/lib/hoe/rcov.rb
${GEM_LIBDIR}/lib/hoe/rubyforge.rb
2009-11-23 14:42:52 +01:00
${GEM_LIBDIR}/lib/hoe/signing.rb
${GEM_LIBDIR}/lib/hoe/test.rb
${GEM_LIBDIR}/template/.autotest.erb
${GEM_LIBDIR}/template/History.txt.erb
${GEM_LIBDIR}/template/Manifest.txt.erb
${GEM_LIBDIR}/template/README.txt.erb
${GEM_LIBDIR}/template/Rakefile.erb
${GEM_LIBDIR}/template/bin/file_name.erb
${GEM_LIBDIR}/template/lib/file_name.rb.erb
${GEM_LIBDIR}/template/test/test_file_name.rb.erb
${GEM_LIBDIR}/test/test_hoe.rb
${GEM_LIBDIR}/test/test_hoe_debug.rb
${GEM_LIBDIR}/test/test_hoe_gemcutter.rb
${GEM_LIBDIR}/test/test_hoe_publish.rb
${GEM_LIBDIR}/test/test_hoe_test.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec