pkgsrc/www/ruby-innate/PLIST

141 lines
5.4 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.6 2012/12/17 15:10:12 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
Update ruby-innate package to 2011.10. [7ad5d81 | 2011-10-23 17:19:58 UTC] Michael Fellinger <m.fellinger@gmail.com> * Version 2011.10 [013b148 | 2011-10-22 20:12:45 UTC] Michael Fellinger <m.fellinger@gmail.com> * Remove deprecated Innate::Session.options.expires, use Innate::Session.options.ttl instead [ae24452 | 2011-10-22 20:10:57 UTC] Michael Fellinger <m.fellinger@gmail.com> * Remove deprecated shared :mock block [7bf2528 | 2011-10-21 23:41:34 UTC] Michael Fellinger <m.fellinger@gmail.com> * Another 1.8 incompatibility in the spec [97cf46a | 2011-10-21 23:39:23 UTC] Michael Fellinger <m.fellinger@gmail.com> * Make provides spec more robust [11bdba7 | 2011-10-21 22:38:16 UTC] Michael Fellinger <m.fellinger@gmail.com> * Try requiring rubygems for the lesser versions [8dcfffb | 2011-10-21 22:35:20 UTC] Michael Fellinger <m.fellinger@gmail.com> * Remove set -x, let's get down to business [7a5066f | 2011-10-21 22:33:25 UTC] Michael Fellinger <m.fellinger@gmail.com> * Try ignoring trust issues with .rvmrc [f913028 | 2011-10-21 22:16:06 UTC] Michael Fellinger <m.fellinger@gmail.com> * Load rvm manually [3791189 | 2011-10-21 22:14:12 UTC] Michael Fellinger <m.fellinger@gmail.com> * turn debugging for rvm on [845c834 | 2011-10-21 22:11:44 UTC] Michael Fellinger <m.fellinger@gmail.com> * Try debugging and loading bashrc to get rvm [85ff8df | 2011-10-21 22:09:46 UTC] Michael Fellinger <m.fellinger@gmail.com> * And make things a bit more complicated [e725da7 | 2011-10-21 21:58:22 UTC] Michael Fellinger <m.fellinger@gmail.com> * try to make travis happy [acaa77a | 2011-10-21 21:55:48 UTC] Michael Fellinger <m.fellinger@gmail.com> * Move rvm gemset import to the right place [ac0371c | 2011-10-21 16:30:40 UTC] Michael Fellinger <m.fellinger@gmail.com> * Try setup via .rvmrc .gems [156e09b | 2011-10-21 16:30:21 UTC] Michael Fellinger <m.fellinger@gmail.com> * Remove dependency on json [b5ca6a3 | 2011-10-21 15:53:08 UTC] Michael Fellinger <m.fellinger@gmail.com> * Run setup before bacon [0426977 | 2011-10-21 15:47:21 UTC] Michael Fellinger <m.fellinger@gmail.com> * Revert "Remove the unused gem install task" This reverts commit 3e1cc52743470886f7b50db633535bcf6765b638. [3e1cc52 | 2011-10-21 15:36:30 UTC] Michael Fellinger <m.fellinger@gmail.com> * Remove the unused gem install task [9390547 | 2011-10-21 15:36:15 UTC] Michael Fellinger <m.fellinger@gmail.com> * Fix location of RUBY [f086a10 | 2011-10-21 15:35:46 UTC] Michael Fellinger <m.fellinger@gmail.com> * Fix the gem package task [bed5d5a | 2011-10-21 15:35:02 UTC] Michael Fellinger <m.fellinger@gmail.com> * Update rvmrc [965ed57 | 2011-10-21 15:20:10 UTC] Michael Fellinger <m.fellinger@gmail.com> * Adding travis config [e9b0d7c | 2011-09-23 10:06:54 UTC] Yorick Peterse <yorickpeterse@gmail.com> * Updated the README, fixes #5 Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com> [157a09d | 2011-08-18 08:00:28 UTC] YorickPeterse <yorickpeterse@gmail.com> * Added a .rvmrc file and updated the .gitignore file to exclude rcov data. [7df330c | 2011-07-20 08:09:53 UTC] Michael Fellinger <m.fellinger@gmail.com> * Update spec file exclusion [a4eb56a | 2011-06-01 23:07:46 UTC] Michael Fellinger <m.fellinger@gmail.com> * Update Node documentation
2011-12-16 14:18:37 +01:00
${GEM_LIBDIR}/.gems
Update ruby-innate package to 2011.04. [d05190a | 2011-04-19 02:37:16 UTC] Michael Fellinger <m.fellinger@gmail.com> * Version 2011.04 [bacc603 | 2011-04-19 02:37:03 UTC] Michael Fellinger <m.fellinger@gmail.com> * Remove rubyforge release task [05ccf96 | 2011-04-19 02:31:28 UTC] Michael Fellinger <m.fellinger@gmail.com> * Node::find_method must accept anything that responds to #to_s as method name [8d4bfd0 | 2011-02-13 23:07:12 UTC] Michael Fellinger <m.fellinger@gmail.com> * Don't mention :state, it's gone [2b3a9ca | 2011-01-26 06:12:26 UTC] Michael Fellinger <m.fellinger@gmail.com> * Version 2011.01 [6039ffa | 2010-12-11 13:58:04 UTC] Michael Fellinger <m.fellinger@gmail.com> * Adjust spec for changes in Rack [5e30254 | 2010-09-17 10:58:10 UTC] Antti Tuomi <antti.tuomi@tkk.fi> * New method for Innate::Session, #resid!, that can be used to change the session key. The intent of the method is to allow changing session keys when user logs in to prevent certain session fixation attack vectors. #resid! moves all session data under a new session key and thus invalidates the old key. It is probably a good idea to explicitly reset the session data as well on login, but the necessity of this depends on the application. [85d45ea | 2010-09-07 01:14:44 UTC] Lee Jarvis <injekt.me@gmail.com> * updated git url [51eac73 | 2010-09-06 23:25:22 UTC] Lee Jarvis <injekt.me@gmail.com> * added gitignore [32c943c | 2010-09-06 06:02:25 UTC] Lee Jarvis <injekt.me@gmail.com> * fixed pointless spec addition [b180c1c | 2010-09-06 06:00:44 UTC] Lee Jarvis <injekt.me@gmail.com> * added specs for helper suffix [c7fccc6 | 2010-09-06 05:50:45 UTC] Lee Jarvis <injekt.me@gmail.com> * removed send_file helper spec [49c9963 | 2010-09-06 05:49:54 UTC] Lee Jarvis <injekt.me@gmail.com> * removed send_file from default helpers [4ca7b0c | 2010-09-06 05:22:23 UTC] Lee Jarvis <injekt.me@gmail.com> * allow helper modules to be suffixed with 'helper' this allows us to create helpers which may have identical names as Models without having namespace conflicts [7d8437e | 2010-08-26 15:12:26 UTC] Michael Fellinger <m.fellinger@gmail.com> * Support HttpOnly [1183bca | 2010-08-20 14:15:58 UTC] Lee Jarvis <injekt.me@gmail.com> * moved send_file helper to ramaze [6412640 | 2010-07-21 04:32:15 UTC] injekt <ljjarvis@gmail.com> * fixed readme formatting [1ac3e6f | 2010-07-21 04:31:27 UTC] injekt <ljjarvis@gmail.com> * updated installation docs
2011-06-19 05:55:11 +02:00
${GEM_LIBDIR}/.gitignore
Update ruby-innate package to 2011.10. [7ad5d81 | 2011-10-23 17:19:58 UTC] Michael Fellinger <m.fellinger@gmail.com> * Version 2011.10 [013b148 | 2011-10-22 20:12:45 UTC] Michael Fellinger <m.fellinger@gmail.com> * Remove deprecated Innate::Session.options.expires, use Innate::Session.options.ttl instead [ae24452 | 2011-10-22 20:10:57 UTC] Michael Fellinger <m.fellinger@gmail.com> * Remove deprecated shared :mock block [7bf2528 | 2011-10-21 23:41:34 UTC] Michael Fellinger <m.fellinger@gmail.com> * Another 1.8 incompatibility in the spec [97cf46a | 2011-10-21 23:39:23 UTC] Michael Fellinger <m.fellinger@gmail.com> * Make provides spec more robust [11bdba7 | 2011-10-21 22:38:16 UTC] Michael Fellinger <m.fellinger@gmail.com> * Try requiring rubygems for the lesser versions [8dcfffb | 2011-10-21 22:35:20 UTC] Michael Fellinger <m.fellinger@gmail.com> * Remove set -x, let's get down to business [7a5066f | 2011-10-21 22:33:25 UTC] Michael Fellinger <m.fellinger@gmail.com> * Try ignoring trust issues with .rvmrc [f913028 | 2011-10-21 22:16:06 UTC] Michael Fellinger <m.fellinger@gmail.com> * Load rvm manually [3791189 | 2011-10-21 22:14:12 UTC] Michael Fellinger <m.fellinger@gmail.com> * turn debugging for rvm on [845c834 | 2011-10-21 22:11:44 UTC] Michael Fellinger <m.fellinger@gmail.com> * Try debugging and loading bashrc to get rvm [85ff8df | 2011-10-21 22:09:46 UTC] Michael Fellinger <m.fellinger@gmail.com> * And make things a bit more complicated [e725da7 | 2011-10-21 21:58:22 UTC] Michael Fellinger <m.fellinger@gmail.com> * try to make travis happy [acaa77a | 2011-10-21 21:55:48 UTC] Michael Fellinger <m.fellinger@gmail.com> * Move rvm gemset import to the right place [ac0371c | 2011-10-21 16:30:40 UTC] Michael Fellinger <m.fellinger@gmail.com> * Try setup via .rvmrc .gems [156e09b | 2011-10-21 16:30:21 UTC] Michael Fellinger <m.fellinger@gmail.com> * Remove dependency on json [b5ca6a3 | 2011-10-21 15:53:08 UTC] Michael Fellinger <m.fellinger@gmail.com> * Run setup before bacon [0426977 | 2011-10-21 15:47:21 UTC] Michael Fellinger <m.fellinger@gmail.com> * Revert "Remove the unused gem install task" This reverts commit 3e1cc52743470886f7b50db633535bcf6765b638. [3e1cc52 | 2011-10-21 15:36:30 UTC] Michael Fellinger <m.fellinger@gmail.com> * Remove the unused gem install task [9390547 | 2011-10-21 15:36:15 UTC] Michael Fellinger <m.fellinger@gmail.com> * Fix location of RUBY [f086a10 | 2011-10-21 15:35:46 UTC] Michael Fellinger <m.fellinger@gmail.com> * Fix the gem package task [bed5d5a | 2011-10-21 15:35:02 UTC] Michael Fellinger <m.fellinger@gmail.com> * Update rvmrc [965ed57 | 2011-10-21 15:20:10 UTC] Michael Fellinger <m.fellinger@gmail.com> * Adding travis config [e9b0d7c | 2011-09-23 10:06:54 UTC] Yorick Peterse <yorickpeterse@gmail.com> * Updated the README, fixes #5 Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com> [157a09d | 2011-08-18 08:00:28 UTC] YorickPeterse <yorickpeterse@gmail.com> * Added a .rvmrc file and updated the .gitignore file to exclude rcov data. [7df330c | 2011-07-20 08:09:53 UTC] Michael Fellinger <m.fellinger@gmail.com> * Update spec file exclusion [a4eb56a | 2011-06-01 23:07:46 UTC] Michael Fellinger <m.fellinger@gmail.com> * Update Node documentation
2011-12-16 14:18:37 +01:00
${GEM_LIBDIR}/.load_gemset
${GEM_LIBDIR}/.rvmrc
${GEM_LIBDIR}/.travis.yml
2009-11-19 15:06:44 +01:00
${GEM_LIBDIR}/AUTHORS
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/MANIFEST
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/example/app/retro_games.rb
${GEM_LIBDIR}/example/app/todo/layout/default.xhtml
${GEM_LIBDIR}/example/app/todo/spec/todo.rb
${GEM_LIBDIR}/example/app/todo/start.rb
${GEM_LIBDIR}/example/app/todo/view/index.xhtml
${GEM_LIBDIR}/example/app/whywiki_erb/layout/wiki.html.erb
${GEM_LIBDIR}/example/app/whywiki_erb/spec/wiki.rb
${GEM_LIBDIR}/example/app/whywiki_erb/start.rb
${GEM_LIBDIR}/example/app/whywiki_erb/view/edit.erb
${GEM_LIBDIR}/example/app/whywiki_erb/view/index.erb
${GEM_LIBDIR}/example/custom_middleware.rb
${GEM_LIBDIR}/example/hello.rb
${GEM_LIBDIR}/example/howto_spec.rb
${GEM_LIBDIR}/example/link.rb
${GEM_LIBDIR}/example/provides.rb
${GEM_LIBDIR}/example/session.rb
${GEM_LIBDIR}/innate.gemspec
${GEM_LIBDIR}/lib/innate.rb
${GEM_LIBDIR}/lib/innate/action.rb
${GEM_LIBDIR}/lib/innate/adapter.rb
${GEM_LIBDIR}/lib/innate/cache.rb
${GEM_LIBDIR}/lib/innate/cache/api.rb
${GEM_LIBDIR}/lib/innate/cache/drb.rb
${GEM_LIBDIR}/lib/innate/cache/file_based.rb
${GEM_LIBDIR}/lib/innate/cache/marshal.rb
${GEM_LIBDIR}/lib/innate/cache/memory.rb
${GEM_LIBDIR}/lib/innate/cache/yaml.rb
${GEM_LIBDIR}/lib/innate/current.rb
${GEM_LIBDIR}/lib/innate/default_middleware.rb
2009-11-19 15:06:44 +01:00
${GEM_LIBDIR}/lib/innate/dynamap.rb
${GEM_LIBDIR}/lib/innate/helper.rb
${GEM_LIBDIR}/lib/innate/helper/aspect.rb
${GEM_LIBDIR}/lib/innate/helper/cgi.rb
${GEM_LIBDIR}/lib/innate/helper/flash.rb
${GEM_LIBDIR}/lib/innate/helper/link.rb
${GEM_LIBDIR}/lib/innate/helper/redirect.rb
${GEM_LIBDIR}/lib/innate/helper/render.rb
${GEM_LIBDIR}/lib/innate/log.rb
${GEM_LIBDIR}/lib/innate/log/color_formatter.rb
${GEM_LIBDIR}/lib/innate/log/hub.rb
${GEM_LIBDIR}/lib/innate/lru_hash.rb
2009-11-19 15:06:44 +01:00
${GEM_LIBDIR}/lib/innate/mock.rb
${GEM_LIBDIR}/lib/innate/node.rb
${GEM_LIBDIR}/lib/innate/options.rb
${GEM_LIBDIR}/lib/innate/options/dsl.rb
${GEM_LIBDIR}/lib/innate/options/stub.rb
${GEM_LIBDIR}/lib/innate/request.rb
${GEM_LIBDIR}/lib/innate/response.rb
${GEM_LIBDIR}/lib/innate/route.rb
${GEM_LIBDIR}/lib/innate/session.rb
${GEM_LIBDIR}/lib/innate/session/flash.rb
${GEM_LIBDIR}/lib/innate/spec.rb
${GEM_LIBDIR}/lib/innate/spec/bacon.rb
${GEM_LIBDIR}/lib/innate/state.rb
${GEM_LIBDIR}/lib/innate/state/accessor.rb
${GEM_LIBDIR}/lib/innate/traited.rb
${GEM_LIBDIR}/lib/innate/trinity.rb
${GEM_LIBDIR}/lib/innate/version.rb
${GEM_LIBDIR}/lib/innate/view.rb
${GEM_LIBDIR}/lib/innate/view/erb.rb
${GEM_LIBDIR}/lib/innate/view/etanni.rb
${GEM_LIBDIR}/lib/innate/view/none.rb
${GEM_LIBDIR}/spec/example/app/retro_games.rb
${GEM_LIBDIR}/spec/example/hello.rb
${GEM_LIBDIR}/spec/example/link.rb
${GEM_LIBDIR}/spec/example/provides.rb
${GEM_LIBDIR}/spec/example/session.rb
${GEM_LIBDIR}/spec/helper.rb
${GEM_LIBDIR}/spec/innate/action/layout.rb
${GEM_LIBDIR}/spec/innate/action/layout/file_layout.xhtml
${GEM_LIBDIR}/spec/innate/cache/common.rb
${GEM_LIBDIR}/spec/innate/cache/marshal.rb
${GEM_LIBDIR}/spec/innate/cache/memory.rb
${GEM_LIBDIR}/spec/innate/cache/yaml.rb
${GEM_LIBDIR}/spec/innate/dynamap.rb
${GEM_LIBDIR}/spec/innate/etanni.rb
2009-11-19 15:06:44 +01:00
${GEM_LIBDIR}/spec/innate/helper.rb
${GEM_LIBDIR}/spec/innate/helper/aspect.rb
${GEM_LIBDIR}/spec/innate/helper/cgi.rb
${GEM_LIBDIR}/spec/innate/helper/flash.rb
${GEM_LIBDIR}/spec/innate/helper/link.rb
${GEM_LIBDIR}/spec/innate/helper/redirect.rb
${GEM_LIBDIR}/spec/innate/helper/render.rb
${GEM_LIBDIR}/spec/innate/helper/view/aspect_hello.xhtml
${GEM_LIBDIR}/spec/innate/helper/view/locals.xhtml
${GEM_LIBDIR}/spec/innate/helper/view/loop.xhtml
${GEM_LIBDIR}/spec/innate/helper/view/num.xhtml
${GEM_LIBDIR}/spec/innate/helper/view/partial.xhtml
${GEM_LIBDIR}/spec/innate/helper/view/recursive.xhtml
${GEM_LIBDIR}/spec/innate/mock.rb
${GEM_LIBDIR}/spec/innate/modes.rb
${GEM_LIBDIR}/spec/innate/node/mapping.rb
${GEM_LIBDIR}/spec/innate/node/node.rb
${GEM_LIBDIR}/spec/innate/node/resolve.rb
${GEM_LIBDIR}/spec/innate/node/view/another_layout/another_layout.xhtml
${GEM_LIBDIR}/spec/innate/node/view/bar.xhtml
${GEM_LIBDIR}/spec/innate/node/view/cat2/cat22.xhtml
${GEM_LIBDIR}/spec/innate/node/view/cat3/cat33.xhtml
${GEM_LIBDIR}/spec/innate/node/view/foo.html.xhtml
${GEM_LIBDIR}/spec/innate/node/view/only_view.xhtml
${GEM_LIBDIR}/spec/innate/node/view/sub/baz.xhtml
${GEM_LIBDIR}/spec/innate/node/view/sub/foo/baz.xhtml
${GEM_LIBDIR}/spec/innate/node/view/with_layout.xhtml
${GEM_LIBDIR}/spec/innate/node/wrap_action_call.rb
${GEM_LIBDIR}/spec/innate/options.rb
${GEM_LIBDIR}/spec/innate/parameter.rb
${GEM_LIBDIR}/spec/innate/provides.rb
${GEM_LIBDIR}/spec/innate/provides/list.html.xhtml
${GEM_LIBDIR}/spec/innate/provides/list.txt.xhtml
${GEM_LIBDIR}/spec/innate/request.rb
${GEM_LIBDIR}/spec/innate/response.rb
2009-11-19 15:06:44 +01:00
${GEM_LIBDIR}/spec/innate/route.rb
${GEM_LIBDIR}/spec/innate/session.rb
${GEM_LIBDIR}/spec/innate/traited.rb
${GEM_LIBDIR}/tasks/authors.rake
${GEM_LIBDIR}/tasks/bacon.rake
${GEM_LIBDIR}/tasks/changelog.rake
${GEM_LIBDIR}/tasks/gem.rake
${GEM_LIBDIR}/tasks/gem_setup.rake
${GEM_LIBDIR}/tasks/grancher.rake
${GEM_LIBDIR}/tasks/manifest.rake
${GEM_LIBDIR}/tasks/rcov.rake
${GEM_LIBDIR}/tasks/release.rake
${GEM_LIBDIR}/tasks/reversion.rake
${GEM_LIBDIR}/tasks/setup.rake
${GEM_LIBDIR}/tasks/ycov.rake
${GEM_HOME}/specifications/${GEM_NAME}.gemspec