pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-activesupport Import ruby-activesupport.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c67dc65ea446
branches:  trunk
changeset: 492326:c67dc65ea446
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Apr 10 02:47:00 2005 +0000

description:
Import ruby-activesupport.

Active Support is a collection of various utility classes and standard
library extensions that were found useful for Rails.  All these
additions have hence been collected in this bundle as way to gather
all that sugar that makes Ruby sweeter.

diffstat:

 devel/ruby-activesupport/DESCR    |   4 ++++
 devel/ruby-activesupport/Makefile |  26 ++++++++++++++++++++++++++
 devel/ruby-activesupport/PLIST    |  38 ++++++++++++++++++++++++++++++++++++++
 devel/ruby-activesupport/distinfo |   5 +++++
 4 files changed, 73 insertions(+), 0 deletions(-)

diffs (89 lines):

diff -r e3235caa14e5 -r c67dc65ea446 devel/ruby-activesupport/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-activesupport/DESCR    Sun Apr 10 02:47:00 2005 +0000
@@ -0,0 +1,4 @@
+Active Support is a collection of various utility classes and standard
+library extensions that were found useful for Rails.  All these
+additions have hence been collected in this bundle as way to gather
+all that sugar that makes Ruby sweeter.
diff -r e3235caa14e5 -r c67dc65ea446 devel/ruby-activesupport/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-activesupport/Makefile Sun Apr 10 02:47:00 2005 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/04/10 02:47:00 minskim Exp $
+
+DISTNAME=      activesupport-1.0.3
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel ruby
+MASTER_SITES=  http://rubyforge.org/frs/download.php/3678/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://as.rubyonrails.com/
+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*
+       ${FIND} ${RUBY_SITELIBDIR}/active_support -type d -print |      \
+               ${XARGS} ${CHMOD} ${PKGDIRMODE}
+       ${FIND} ${RUBY_SITELIBDIR}/active_support* -type f -print |     \
+               ${XARGS} ${CHMOD} ${LIBMODE}
+
+.include "../../mk/bsd.pkg.mk"
diff -r e3235caa14e5 -r c67dc65ea446 devel/ruby-activesupport/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-activesupport/PLIST    Sun Apr 10 02:47:00 2005 +0000
@@ -0,0 +1,38 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/10 02:47:00 minskim Exp $
+${RUBY_SITELIBDIR}/active_support.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/clean_logger.rb
+${RUBY_SITELIBDIR}/active_support/core_ext.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/date.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/date/conversions.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/hash.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/kernel.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/load_error.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/time.rb
+${RUBY_SITELIBDIR}/active_support/core_ext/object_and_class.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/time.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/inflector.rb
+${RUBY_SITELIBDIR}/active_support/misc.rb
+${RUBY_SITELIBDIR}/active_support/module_attribute_accessors.rb
+${RUBY_SITELIBDIR}/active_support/values/time_zone.rb
+@dirrm ${RUBY_SITELIBDIR}/active_support/values
+@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/time
+@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/string
+@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/numeric
+@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/hash
+@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext/date
+@dirrm ${RUBY_SITELIBDIR}/active_support/core_ext
+@dirrm ${RUBY_SITELIBDIR}/active_support
diff -r e3235caa14e5 -r c67dc65ea446 devel/ruby-activesupport/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-activesupport/distinfo Sun Apr 10 02:47:00 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/04/10 02:47:00 minskim Exp $
+
+SHA1 (ruby/activesupport-1.0.3.tgz) = a5207d09d4f3caca76319c5058283e28ff03e71a
+RMD160 (ruby/activesupport-1.0.3.tgz) = 7255fa76c9033606075807f3b576ccb731f711f7
+Size (ruby/activesupport-1.0.3.tgz) = 20990 bytes



Home | Main Index | Thread Index | Old Index