summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-09-13 14:08:58 +0000
committertaca <taca@pkgsrc.org>2015-09-13 14:08:58 +0000
commitad4ec4e6c16843e40e7f565bb905fdb9deae66d6 (patch)
tree59bfa7a3ebfbb4039acb9ad7cdd8dca2aa444a32 /devel
parent4d22ef7813940f5c9e7e46ebb8291f48abf47a96 (diff)
downloadpkgsrc-ad4ec4e6c16843e40e7f565bb905fdb9deae66d6.tar.gz
Add ruby-celluloid-essentials, it is part of new ruby-celluloid pacakge.
Notifications, Internals, Logging, Probe, and essential Celluloid pieces demanding Supervision.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-celluloid-essentials/DESCR2
-rw-r--r--devel/ruby-celluloid-essentials/Makefile18
-rw-r--r--devel/ruby-celluloid-essentials/PLIST46
-rw-r--r--devel/ruby-celluloid-essentials/distinfo5
4 files changed, 71 insertions, 0 deletions
diff --git a/devel/ruby-celluloid-essentials/DESCR b/devel/ruby-celluloid-essentials/DESCR
new file mode 100644
index 00000000000..72cea62dc18
--- /dev/null
+++ b/devel/ruby-celluloid-essentials/DESCR
@@ -0,0 +1,2 @@
+Notifications, Internals, Logging, Probe, and essential Celluloid pieces
+demanding Supervision.
diff --git a/devel/ruby-celluloid-essentials/Makefile b/devel/ruby-celluloid-essentials/Makefile
new file mode 100644
index 00000000000..b99251f223d
--- /dev/null
+++ b/devel/ruby-celluloid-essentials/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2015/09/13 14:08:58 taca Exp $
+
+DISTNAME= celluloid-essentials-0.20.2
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/celluloid/celluloid-essentials
+COMMENT= Superstructural dependencies of Celluloid
+LICENSE= mit
+
+DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.0:../../misc/ruby-bundler
+DEPENDS+= ${RUBY_PKGPREFIX}-nenv>=0.2:../../devel/ruby-nenv
+DEPENDS+= ${RUBY_PKGPREFIX}-dotenv>=2.0:../../devel/ruby-dotenv
+DEPENDS+= ${RUBY_PKGPREFIX}-timers>=4.1.1:../../time/ruby-timers
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-logsplit>=0.1.2:../../devel/ruby-rspec-logsplit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-celluloid-essentials/PLIST b/devel/ruby-celluloid-essentials/PLIST
new file mode 100644
index 00000000000..e033fc14e84
--- /dev/null
+++ b/devel/ruby-celluloid-essentials/PLIST
@@ -0,0 +1,46 @@
+@comment $NetBSD: PLIST,v 1.1 2015/09/13 14:08:58 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.env-ci
+${GEM_LIBDIR}/.env-dev
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.gitmodules
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.rubocop.yml
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/CHANGES.md
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/celluloid-essentials.gemspec
+${GEM_LIBDIR}/lib/celluloid/essentials.rb
+${GEM_LIBDIR}/lib/celluloid/internals/call_chain.rb
+${GEM_LIBDIR}/lib/celluloid/internals/cpu_counter.rb
+${GEM_LIBDIR}/lib/celluloid/internals/handlers.rb
+${GEM_LIBDIR}/lib/celluloid/internals/links.rb
+${GEM_LIBDIR}/lib/celluloid/internals/logger.rb
+${GEM_LIBDIR}/lib/celluloid/internals/method.rb
+${GEM_LIBDIR}/lib/celluloid/internals/properties.rb
+${GEM_LIBDIR}/lib/celluloid/internals/receivers.rb
+${GEM_LIBDIR}/lib/celluloid/internals/registry.rb
+${GEM_LIBDIR}/lib/celluloid/internals/responses.rb
+${GEM_LIBDIR}/lib/celluloid/internals/signals.rb
+${GEM_LIBDIR}/lib/celluloid/internals/stack.rb
+${GEM_LIBDIR}/lib/celluloid/internals/stack/dump.rb
+${GEM_LIBDIR}/lib/celluloid/internals/stack/states.rb
+${GEM_LIBDIR}/lib/celluloid/internals/stack/summary.rb
+${GEM_LIBDIR}/lib/celluloid/internals/task_set.rb
+${GEM_LIBDIR}/lib/celluloid/internals/thread_handle.rb
+${GEM_LIBDIR}/lib/celluloid/internals/uuid.rb
+${GEM_LIBDIR}/lib/celluloid/logger.rb
+${GEM_LIBDIR}/lib/celluloid/logging/incident.rb
+${GEM_LIBDIR}/lib/celluloid/logging/incident_logger.rb
+${GEM_LIBDIR}/lib/celluloid/logging/incident_reporter.rb
+${GEM_LIBDIR}/lib/celluloid/logging/log_event.rb
+${GEM_LIBDIR}/lib/celluloid/logging/ring_buffer.rb
+${GEM_LIBDIR}/lib/celluloid/notifications.rb
+${GEM_LIBDIR}/lib/celluloid/probe.rb
+${GEM_LIBDIR}/tasks/benchmarks.rake
+${GEM_LIBDIR}/tasks/rspec.rake
+${GEM_LIBDIR}/tasks/rubocop.rake
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/devel/ruby-celluloid-essentials/distinfo b/devel/ruby-celluloid-essentials/distinfo
new file mode 100644
index 00000000000..306a4305cf9
--- /dev/null
+++ b/devel/ruby-celluloid-essentials/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/09/13 14:08:58 taca Exp $
+
+SHA1 (celluloid-essentials-0.20.2.gem) = c9a1a9f8b48f84c3ff27e694f44517b93a9b5922
+RMD160 (celluloid-essentials-0.20.2.gem) = 3f1e5caa7eb56f8375f082809e1e1eab534c1492
+Size (celluloid-essentials-0.20.2.gem) = 17408 bytes