summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca>2011-08-12 17:24:16 +0000
committertaca <taca>2011-08-12 17:24:16 +0000
commit405d6fec1846d45388636ae0f1b364b1b2ed5df5 (patch)
treea3c9512969765d1839cbddc04400d37428317348 /textproc
parent88b09d5835f980f3808342a63cc07042e0ee6da8 (diff)
downloadpkgsrc-405d6fec1846d45388636ae0f1b364b1b2ed5df5.tar.gz
Update textproc/ruby-will-paginate package to 3.0.0.
Changes are unknown.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-will-paginate/Makefile4
-rw-r--r--textproc/ruby-will-paginate/PLIST75
-rw-r--r--textproc/ruby-will-paginate/distinfo8
3 files changed, 51 insertions, 36 deletions
diff --git a/textproc/ruby-will-paginate/Makefile b/textproc/ruby-will-paginate/Makefile
index 479271ffdca..0bc9e631669 100644
--- a/textproc/ruby-will-paginate/Makefile
+++ b/textproc/ruby-will-paginate/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2010/09/23 06:52:03 taca Exp $
+# $NetBSD: Makefile,v 1.4 2011/08/12 17:24:16 taca Exp $
-DISTNAME= will_paginate-2.3.15
+DISTNAME= will_paginate-3.0.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= textproc
LICENSE= mit
diff --git a/textproc/ruby-will-paginate/PLIST b/textproc/ruby-will-paginate/PLIST
index ed6e4f08f2b..63b70e2508b 100644
--- a/textproc/ruby-will-paginate/PLIST
+++ b/textproc/ruby-will-paginate/PLIST
@@ -1,40 +1,55 @@
-@comment $NetBSD: PLIST,v 1.3 2010/09/10 08:42:59 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2011/08/12 17:24:16 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/CHANGELOG.rdoc
${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/will_paginate.rb
+${GEM_LIBDIR}/lib/will_paginate/active_record.rb
${GEM_LIBDIR}/lib/will_paginate/array.rb
${GEM_LIBDIR}/lib/will_paginate/collection.rb
${GEM_LIBDIR}/lib/will_paginate/core_ext.rb
-${GEM_LIBDIR}/lib/will_paginate/finder.rb
-${GEM_LIBDIR}/lib/will_paginate/named_scope.rb
-${GEM_LIBDIR}/lib/will_paginate/named_scope_patch.rb
+${GEM_LIBDIR}/lib/will_paginate/data_mapper.rb
+${GEM_LIBDIR}/lib/will_paginate/i18n.rb
+${GEM_LIBDIR}/lib/will_paginate/locale/en.yml
+${GEM_LIBDIR}/lib/will_paginate/page_number.rb
+${GEM_LIBDIR}/lib/will_paginate/per_page.rb
+${GEM_LIBDIR}/lib/will_paginate/railtie.rb
+${GEM_LIBDIR}/lib/will_paginate/sequel.rb
${GEM_LIBDIR}/lib/will_paginate/version.rb
${GEM_LIBDIR}/lib/will_paginate/view_helpers.rb
-${GEM_LIBDIR}/test/boot.rb
-${GEM_LIBDIR}/test/collection_test.rb
-${GEM_LIBDIR}/test/console
-${GEM_LIBDIR}/test/database.yml
-${GEM_LIBDIR}/test/finder_test.rb
-${GEM_LIBDIR}/test/fixtures/admin.rb
-${GEM_LIBDIR}/test/fixtures/developer.rb
-${GEM_LIBDIR}/test/fixtures/developers_projects.yml
-${GEM_LIBDIR}/test/fixtures/project.rb
-${GEM_LIBDIR}/test/fixtures/projects.yml
-${GEM_LIBDIR}/test/fixtures/replies.yml
-${GEM_LIBDIR}/test/fixtures/reply.rb
-${GEM_LIBDIR}/test/fixtures/schema.rb
-${GEM_LIBDIR}/test/fixtures/topic.rb
-${GEM_LIBDIR}/test/fixtures/topics.yml
-${GEM_LIBDIR}/test/fixtures/user.rb
-${GEM_LIBDIR}/test/fixtures/users.yml
-${GEM_LIBDIR}/test/helper.rb
-${GEM_LIBDIR}/test/lib/activerecord_test_case.rb
-${GEM_LIBDIR}/test/lib/activerecord_test_connector.rb
-${GEM_LIBDIR}/test/lib/load_fixtures.rb
-${GEM_LIBDIR}/test/lib/view_test_process.rb
-${GEM_LIBDIR}/test/tasks.rake
-${GEM_LIBDIR}/test/view_test.rb
+${GEM_LIBDIR}/lib/will_paginate/view_helpers/action_view.rb
+${GEM_LIBDIR}/lib/will_paginate/view_helpers/link_renderer.rb
+${GEM_LIBDIR}/lib/will_paginate/view_helpers/link_renderer_base.rb
+${GEM_LIBDIR}/lib/will_paginate/view_helpers/merb.rb
+${GEM_LIBDIR}/lib/will_paginate/view_helpers/sinatra.rb
+${GEM_LIBDIR}/spec/ci.rb
+${GEM_LIBDIR}/spec/collection_spec.rb
+${GEM_LIBDIR}/spec/console
+${GEM_LIBDIR}/spec/console_fixtures.rb
+${GEM_LIBDIR}/spec/database.yml
+${GEM_LIBDIR}/spec/finders/active_record_spec.rb
+${GEM_LIBDIR}/spec/finders/activerecord_test_connector.rb
+${GEM_LIBDIR}/spec/finders/data_mapper_spec.rb
+${GEM_LIBDIR}/spec/finders/data_mapper_test_connector.rb
+${GEM_LIBDIR}/spec/finders/sequel_spec.rb
+${GEM_LIBDIR}/spec/finders/sequel_test_connector.rb
+${GEM_LIBDIR}/spec/fixtures/admin.rb
+${GEM_LIBDIR}/spec/fixtures/developer.rb
+${GEM_LIBDIR}/spec/fixtures/developers_projects.yml
+${GEM_LIBDIR}/spec/fixtures/project.rb
+${GEM_LIBDIR}/spec/fixtures/projects.yml
+${GEM_LIBDIR}/spec/fixtures/replies.yml
+${GEM_LIBDIR}/spec/fixtures/reply.rb
+${GEM_LIBDIR}/spec/fixtures/schema.rb
+${GEM_LIBDIR}/spec/fixtures/topic.rb
+${GEM_LIBDIR}/spec/fixtures/topics.yml
+${GEM_LIBDIR}/spec/fixtures/user.rb
+${GEM_LIBDIR}/spec/fixtures/users.yml
+${GEM_LIBDIR}/spec/page_number_spec.rb
+${GEM_LIBDIR}/spec/per_page_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/view_helpers/action_view_spec.rb
+${GEM_LIBDIR}/spec/view_helpers/base_spec.rb
+${GEM_LIBDIR}/spec/view_helpers/link_renderer_base_spec.rb
+${GEM_LIBDIR}/spec/view_helpers/view_example_group.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/textproc/ruby-will-paginate/distinfo b/textproc/ruby-will-paginate/distinfo
index 6b0e5b62dc5..ce8992822ff 100644
--- a/textproc/ruby-will-paginate/distinfo
+++ b/textproc/ruby-will-paginate/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/09/23 06:52:03 taca Exp $
+$NetBSD: distinfo,v 1.4 2011/08/12 17:24:16 taca Exp $
-SHA1 (will_paginate-2.3.15.gem) = 50f6a1bb53512fdebd22ae3c78deafab85f1c7db
-RMD160 (will_paginate-2.3.15.gem) = 0ca6028356c8b1d91187f6d0e77e1c0bfbcd15f4
-Size (will_paginate-2.3.15.gem) = 36352 bytes
+SHA1 (will_paginate-3.0.0.gem) = 838f9a428d5f0d8a82398b0afb39cf9f0a10e493
+RMD160 (will_paginate-3.0.0.gem) = 37024afce0df360331b71dfaa0d37cc84897d2c1
+Size (will_paginate-3.0.0.gem) = 32256 bytes