summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorobache <obache>2014-01-17 12:54:09 +0000
committerobache <obache>2014-01-17 12:54:09 +0000
commit62d488e41a0fda545bc24ccfcd938763c69f7e27 (patch)
treeadaaff04881c21bb9ff7b8543562b5ccae25cdd7 /misc
parent8b0b424339a5d98c5a1419cac108ac65545feab3 (diff)
downloadpkgsrc-62d488e41a0fda545bc24ccfcd938763c69f7e27.tar.gz
Import ruby-descendants_tracker-0.0.3 as misc/ruby-descendants_tracker.
part of PR pkg/48447 Small module to track descendants in an unobtrusive way.
Diffstat (limited to 'misc')
-rw-r--r--misc/ruby-descendants_tracker/DESCR1
-rw-r--r--misc/ruby-descendants_tracker/Makefile15
-rw-r--r--misc/ruby-descendants_tracker/PLIST30
-rw-r--r--misc/ruby-descendants_tracker/distinfo5
4 files changed, 51 insertions, 0 deletions
diff --git a/misc/ruby-descendants_tracker/DESCR b/misc/ruby-descendants_tracker/DESCR
new file mode 100644
index 00000000000..887e3d76030
--- /dev/null
+++ b/misc/ruby-descendants_tracker/DESCR
@@ -0,0 +1 @@
+Small module to track descendants in an unobtrusive way.
diff --git a/misc/ruby-descendants_tracker/Makefile b/misc/ruby-descendants_tracker/Makefile
new file mode 100644
index 00000000000..17653209b20
--- /dev/null
+++ b/misc/ruby-descendants_tracker/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2014/01/17 12:54:09 obache Exp $
+#
+
+DISTNAME= descendants_tracker-0.0.3
+CATEGORIES= misc
+
+MAINTAINER= tsutsui@NetBSD.org
+HOMEPAGE= https://github.com/dkubb/descendants_tracker
+COMMENT= Ruby Module that adds descendant tracking to a class
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/ruby-descendants_tracker/PLIST b/misc/ruby-descendants_tracker/PLIST
new file mode 100644
index 00000000000..09fe8f4f02e
--- /dev/null
+++ b/misc/ruby-descendants_tracker/PLIST
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1 2014/01/17 12:54:09 obache Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rvmrc
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/Gemfile.devtools
+${GEM_LIBDIR}/Guardfile
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/TODO
+${GEM_LIBDIR}/config/devtools.yml
+${GEM_LIBDIR}/config/flay.yml
+${GEM_LIBDIR}/config/flog.yml
+${GEM_LIBDIR}/config/mutant.yml
+${GEM_LIBDIR}/config/reek.yml
+${GEM_LIBDIR}/config/rubocop.yml
+${GEM_LIBDIR}/config/yardstick.yml
+${GEM_LIBDIR}/descendants_tracker.gemspec
+${GEM_LIBDIR}/lib/descendants_tracker.rb
+${GEM_LIBDIR}/lib/descendants_tracker/version.rb
+${GEM_LIBDIR}/spec/rcov.opts
+${GEM_LIBDIR}/spec/spec.opts
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/support/config_alias.rb
+${GEM_LIBDIR}/spec/unit/descendants_tracker/add_descendant_spec.rb
+${GEM_LIBDIR}/spec/unit/descendants_tracker/descendants_spec.rb
+${GEM_LIBDIR}/spec/unit/descendants_tracker/inherited_spec.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/misc/ruby-descendants_tracker/distinfo b/misc/ruby-descendants_tracker/distinfo
new file mode 100644
index 00000000000..3fee299ad92
--- /dev/null
+++ b/misc/ruby-descendants_tracker/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/01/17 12:54:09 obache Exp $
+
+SHA1 (descendants_tracker-0.0.3.gem) = e1c7da74008adfd349c6858d4027c728c7744b8a
+RMD160 (descendants_tracker-0.0.3.gem) = 1485937ca10782be365b1311a0eb18639652ccb7
+Size (descendants_tracker-0.0.3.gem) = 10752 bytes