summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-10-08 04:10:05 +0000
committerminskim <minskim@pkgsrc.org>2006-10-08 04:10:05 +0000
commitb9a9bfb4331c6ba0849619da3c869dfaeec85a89 (patch)
tree77289af49dd84fe51fca0a9f6daecb1b9104252b
parentca48e051ab093d6c37c1eb69de807644ffe79f71 (diff)
downloadpkgsrc-b9a9bfb4331c6ba0849619da3c869dfaeec85a89.tar.gz
Update ruby-activesupport to 1.3.1. Too many changes since 1.2.1,
including many new methods and bug fixes. See ${RUBY_DOCDIR}/CHANGELOG.activesupport for the complete list.
-rw-r--r--devel/ruby-activesupport/Makefile9
-rw-r--r--devel/ruby-activesupport/PLIST72
-rw-r--r--devel/ruby-activesupport/distinfo8
3 files changed, 76 insertions, 13 deletions
diff --git a/devel/ruby-activesupport/Makefile b/devel/ruby-activesupport/Makefile
index e03152c60bd..2d49f52dd08 100644
--- a/devel/ruby-activesupport/Makefile
+++ b/devel/ruby-activesupport/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2005/12/30 13:17:51 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/10/08 04:10:05 minskim Exp $
-DISTNAME= activesupport-1.2.1
+DISTNAME= activesupport-1.3.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel ruby
-MASTER_SITES= http://rubyforge.org/frs/download.php/6566/
+MASTER_SITES= http://rubyforge.org/frs/download.php/9563/
EXTRACT_SUFX= .tgz
MAINTAINER= minskim@NetBSD.org
@@ -13,6 +13,8 @@ COMMENT= Collection of classes and extensions for Rails
NO_BUILD= yes
NO_CONFIGURE= yes
+.include "../../lang/ruby/modules.mk"
+
do-install:
${CP} -R ${WRKSRC}/lib/* ${RUBY_SITELIBDIR}
${CHOWN} -R ${LIBOWN}:${LIBGRP} ${RUBY_SITELIBDIR}/active_support*
@@ -24,5 +26,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/CHANGELOG \
${RUBY_DOCDIR}/CHANGELOG.activesupport
-.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-activesupport/PLIST b/devel/ruby-activesupport/PLIST
index be8090a2e96..4d27f15f529 100644
--- a/devel/ruby-activesupport/PLIST
+++ b/devel/ruby-activesupport/PLIST
@@ -1,60 +1,122 @@
-@comment $NetBSD: PLIST,v 1.4 2006/09/07 15:52:28 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/10/08 04:10:05 minskim Exp $
${RUBY_SITELIBDIR}/active_support.rb
+${RUBY_SITELIBDIR}/active_support/._core_ext.rb
+${RUBY_SITELIBDIR}/active_support/._inflections.rb
+${RUBY_SITELIBDIR}/active_support/._inflector.rb
+${RUBY_SITELIBDIR}/active_support/._json.rb
+${RUBY_SITELIBDIR}/active_support/._version.rb
${RUBY_SITELIBDIR}/active_support/binding_of_caller.rb
${RUBY_SITELIBDIR}/active_support/breakpoint.rb
-${RUBY_SITELIBDIR}/active_support/class_attribute_accessors.rb
-${RUBY_SITELIBDIR}/active_support/class_inheritable_attributes.rb
+${RUBY_SITELIBDIR}/active_support/caching_tools.rb
${RUBY_SITELIBDIR}/active_support/clean_logger.rb
${RUBY_SITELIBDIR}/active_support/core_ext.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/._integer.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/._kernel.rb
${RUBY_SITELIBDIR}/active_support/core_ext/array.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/array/._conversions.rb
${RUBY_SITELIBDIR}/active_support/core_ext/array/conversions.rb
${RUBY_SITELIBDIR}/active_support/core_ext/blank.rb
${RUBY_SITELIBDIR}/active_support/core_ext/cgi.rb
${RUBY_SITELIBDIR}/active_support/core_ext/cgi/escape_skipping_slashes.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/class.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/class/attribute_accessors.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/class/inheritable_attributes.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/class/removal.rb
${RUBY_SITELIBDIR}/active_support/core_ext/date.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/date/._conversions.rb
${RUBY_SITELIBDIR}/active_support/core_ext/date/conversions.rb
${RUBY_SITELIBDIR}/active_support/core_ext/enumerable.rb
${RUBY_SITELIBDIR}/active_support/core_ext/exception.rb
${RUBY_SITELIBDIR}/active_support/core_ext/hash.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/hash/._conversions.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/hash/conversions.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/hash/conversions.rb.rej
+${RUBY_SITELIBDIR}/active_support/core_ext/hash/diff.rb
${RUBY_SITELIBDIR}/active_support/core_ext/hash/indifferent_access.rb
${RUBY_SITELIBDIR}/active_support/core_ext/hash/keys.rb
${RUBY_SITELIBDIR}/active_support/core_ext/hash/reverse_merge.rb
${RUBY_SITELIBDIR}/active_support/core_ext/integer.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/integer/._even_odd.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/integer/._inflections.rb
${RUBY_SITELIBDIR}/active_support/core_ext/integer/even_odd.rb
${RUBY_SITELIBDIR}/active_support/core_ext/integer/inflections.rb
${RUBY_SITELIBDIR}/active_support/core_ext/kernel.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/kernel/._requires.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/kernel/agnostics.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/kernel/daemonizing.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/kernel/reporting.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/kernel/requires.rb
${RUBY_SITELIBDIR}/active_support/core_ext/load_error.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/logger.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/module.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/module/attribute_accessors.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/module/delegation.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/module/inclusion.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/module/introspection.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/module/loading.rb
${RUBY_SITELIBDIR}/active_support/core_ext/numeric.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/numeric/._bytes.rb
${RUBY_SITELIBDIR}/active_support/core_ext/numeric/bytes.rb
${RUBY_SITELIBDIR}/active_support/core_ext/numeric/time.rb
-${RUBY_SITELIBDIR}/active_support/core_ext/object_and_class.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/object.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/object/._misc.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/object/extending.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/object/misc.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/pathname.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/pathname/clean_within.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/proc.rb
${RUBY_SITELIBDIR}/active_support/core_ext/range.rb
${RUBY_SITELIBDIR}/active_support/core_ext/range/conversions.rb
${RUBY_SITELIBDIR}/active_support/core_ext/string.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/string/._conversions.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/string/._inflections.rb
${RUBY_SITELIBDIR}/active_support/core_ext/string/access.rb
${RUBY_SITELIBDIR}/active_support/core_ext/string/conversions.rb
${RUBY_SITELIBDIR}/active_support/core_ext/string/inflections.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/string/iterators.rb
${RUBY_SITELIBDIR}/active_support/core_ext/string/starts_ends_with.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/symbol.rb
${RUBY_SITELIBDIR}/active_support/core_ext/time.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/time/._conversions.rb
${RUBY_SITELIBDIR}/active_support/core_ext/time/calculations.rb
${RUBY_SITELIBDIR}/active_support/core_ext/time/conversions.rb
${RUBY_SITELIBDIR}/active_support/dependencies.rb
${RUBY_SITELIBDIR}/active_support/inflections.rb
${RUBY_SITELIBDIR}/active_support/inflector.rb
-${RUBY_SITELIBDIR}/active_support/module_attribute_accessors.rb
+${RUBY_SITELIBDIR}/active_support/json.rb
+${RUBY_SITELIBDIR}/active_support/json/._encoders.rb
+${RUBY_SITELIBDIR}/active_support/json/encoders.rb
+${RUBY_SITELIBDIR}/active_support/json/encoders/._core.rb
+${RUBY_SITELIBDIR}/active_support/json/encoders/core.rb
+${RUBY_SITELIBDIR}/active_support/option_merger.rb
${RUBY_SITELIBDIR}/active_support/ordered_options.rb
+${RUBY_SITELIBDIR}/active_support/reloadable.rb
${RUBY_SITELIBDIR}/active_support/values/time_zone.rb
+${RUBY_SITELIBDIR}/active_support/vendor/builder.rb
+${RUBY_SITELIBDIR}/active_support/vendor/builder/blankslate.rb
+${RUBY_SITELIBDIR}/active_support/vendor/builder/xmlbase.rb
+${RUBY_SITELIBDIR}/active_support/vendor/builder/xmlevents.rb
+${RUBY_SITELIBDIR}/active_support/vendor/builder/xmlmarkup.rb
${RUBY_SITELIBDIR}/active_support/version.rb
${RUBY_SITELIBDIR}/active_support/whiny_nil.rb
${RUBY_DOCDIR}/CHANGELOG.activesupport
+@dirrm ${RUBY_SITELIBDIR}/active_support/vendor/builder
+@dirrm ${RUBY_SITELIBDIR}/active_support/vendor
@dirrm ${RUBY_SITELIBDIR}/active_support/values
+@dirrm ${RUBY_SITELIBDIR}/active_support/json/encoders
+@dirrm ${RUBY_SITELIBDIR}/active_support/json
@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/time
@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/string
@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/range
+@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/pathname
+@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/object
@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/numeric
+@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/module
+@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/kernel
@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/integer
@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/hash
@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/date
+@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/class
@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/cgi
@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/array
@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext
diff --git a/devel/ruby-activesupport/distinfo b/devel/ruby-activesupport/distinfo
index cf28faae9cc..1616df74358 100644
--- a/devel/ruby-activesupport/distinfo
+++ b/devel/ruby-activesupport/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2006/01/03 14:25:50 taca Exp $
+$NetBSD: distinfo,v 1.5 2006/10/08 04:10:05 minskim Exp $
-SHA1 (activesupport-1.2.1.tgz) = bfe06e821020f9603888702d21ab5c44362dbbd3
-RMD160 (activesupport-1.2.1.tgz) = 921549b88b59baf6f8bad3d0d2699286ee2eb4c6
-Size (activesupport-1.2.1.tgz) = 29479 bytes
+SHA1 (activesupport-1.3.1.tgz) = 32e7874f800961088527347a9851448bdb1527e6
+RMD160 (activesupport-1.3.1.tgz) = 6985cc197427cce738f416323581e79b90b9b9a6
+Size (activesupport-1.3.1.tgz) = 48285 bytes