summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-04 15:16:41 +0000
committerjlam <jlam@pkgsrc.org>2008-04-04 15:16:41 +0000
commitd23cc08e681e84e37f956ab5bd8ee64949e609c7 (patch)
treeea4ce0213dfc55858c6b558d8b13cf91d0be370d /devel
parent9bf1aaae8c189b7c11ce70ebdeeb06226972ebe6 (diff)
downloadpkgsrc-d23cc08e681e84e37f956ab5bd8ee64949e609c7.tar.gz
Initial import of ruby18-assistance-0.1.5 as devel/ruby-assistance.
Assistance provides a mini-ActiveSupport like project that's fast and lightweight to be used as a dependency in various other projects.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-assistance/DESCR2
-rw-r--r--devel/ruby-assistance/Makefile13
-rw-r--r--devel/ruby-assistance/PLIST29
-rw-r--r--devel/ruby-assistance/distinfo5
4 files changed, 49 insertions, 0 deletions
diff --git a/devel/ruby-assistance/DESCR b/devel/ruby-assistance/DESCR
new file mode 100644
index 00000000000..b7e04e0c809
--- /dev/null
+++ b/devel/ruby-assistance/DESCR
@@ -0,0 +1,2 @@
+Assistance provides a mini-ActiveSupport like project that's fast and
+lightweight to be used as a dependency in various other projects.
diff --git a/devel/ruby-assistance/Makefile b/devel/ruby-assistance/Makefile
new file mode 100644
index 00000000000..2032d227ab3
--- /dev/null
+++ b/devel/ruby-assistance/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:16:41 jlam Exp $
+
+DISTNAME= assistance-0.1.5
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Lightweight replacement for ActiveSupport
+
+BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=1.1.3:../../devel/ruby-rspec
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-assistance/PLIST b/devel/ruby-assistance/PLIST
new file mode 100644
index 00000000000..42f8dccafa4
--- /dev/null
+++ b/devel/ruby-assistance/PLIST
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:16:41 jlam Exp $
+${GEM_HOME}/cache/assistance-${PKGVERSION}.gem
+${GEM_LIBDIR}/CHANGELOG
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/assistance.rb
+${GEM_LIBDIR}/lib/assistance/blank.rb
+${GEM_LIBDIR}/lib/assistance/connection_pool.rb
+${GEM_LIBDIR}/lib/assistance/core_ext.rb
+${GEM_LIBDIR}/lib/assistance/extract_options.rb
+${GEM_LIBDIR}/lib/assistance/inflections.rb
+${GEM_LIBDIR}/lib/assistance/inflector.rb
+${GEM_LIBDIR}/lib/assistance/time_calculations.rb
+${GEM_LIBDIR}/lib/assistance/validation.rb
+${GEM_LIBDIR}/spec/blank_spec.rb
+${GEM_LIBDIR}/spec/connection_pool_spec.rb
+${GEM_LIBDIR}/spec/extract_options.rb
+${GEM_LIBDIR}/spec/inflector_spec.rb
+${GEM_LIBDIR}/spec/rcov.opts
+${GEM_LIBDIR}/spec/spec.opts
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/time_calculations_spec.rb
+${GEM_LIBDIR}/spec/validation_spec.rb
+${GEM_HOME}/specifications/assistance-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/spec
+@dirrm ${GEM_LIBDIR}/lib/assistance
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}
diff --git a/devel/ruby-assistance/distinfo b/devel/ruby-assistance/distinfo
new file mode 100644
index 00000000000..6ddb3d252fc
--- /dev/null
+++ b/devel/ruby-assistance/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:16:41 jlam Exp $
+
+SHA1 (assistance-0.1.5.gem) = a0a82046091e2930ff4feaea005a26104f41333b
+RMD160 (assistance-0.1.5.gem) = 09c42bf13a4c4d1ea4cc8a18e7f065814f698c14
+Size (assistance-0.1.5.gem) = 17920 bytes