pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-bond devel/ruby-bond: import ruby27-bond-0.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e576012d44e3
branches:  trunk
changeset: 439454:e576012d44e3
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Sep 20 05:41:16 2020 +0000

description:
devel/ruby-bond: import ruby27-bond-0.5.1

Bond is on a mission to improve autocompletion in ruby, especially
for irb/ripl. Aside from doing everything irb's can do and fixing
its quirks, Bond can autocomplete argument(s) to methods, uniquely
completing per module, per method and per argument. Bond brings
ruby autocompletion closer to bash/zsh as it provides a configuration
system and a DSL for creating custom completions and completion
rules. With this configuration system, users can customize their
autocompletions and share it with others. Bond can also load
completions that ship with gems. Bond is able to offer more than
irb's completion since it uses the full line of input when completing
as opposed to irb's last-word approach.

diffstat:

 devel/ruby-bond/DESCR    |  11 ++++++++++
 devel/ruby-bond/Makefile |  12 +++++++++++
 devel/ruby-bond/PLIST    |  51 ++++++++++++++++++++++++++++++++++++++++++++++++
 devel/ruby-bond/distinfo |   6 +++++
 4 files changed, 80 insertions(+), 0 deletions(-)

diffs (96 lines):

diff -r 3c3c1de34cf6 -r e576012d44e3 devel/ruby-bond/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-bond/DESCR     Sun Sep 20 05:41:16 2020 +0000
@@ -0,0 +1,11 @@
+Bond is on a mission to improve autocompletion in ruby, especially
+for irb/ripl. Aside from doing everything irb's can do and fixing
+its quirks, Bond can autocomplete argument(s) to methods, uniquely
+completing per module, per method and per argument. Bond brings
+ruby autocompletion closer to bash/zsh as it provides a configuration
+system and a DSL for creating custom completions and completion
+rules. With this configuration system, users can customize their
+autocompletions and share it with others. Bond can also load
+completions that ship with gems. Bond is able to offer more than
+irb's completion since it uses the full line of input when completing
+as opposed to irb's last-word approach.
diff -r 3c3c1de34cf6 -r e576012d44e3 devel/ruby-bond/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-bond/Makefile  Sun Sep 20 05:41:16 2020 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2020/09/20 05:41:16 ryoon Exp $
+
+DISTNAME=      bond-0.5.1
+CATEGORIES=    devel
+
+MAINTAINER=    ryoon%NetBSD.org@localhost
+HOMEPAGE=      http://tagaholic.me/bond/
+COMMENT=       Improve autocompletion in Ruby
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3c3c1de34cf6 -r e576012d44e3 devel/ruby-bond/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-bond/PLIST     Sun Sep 20 05:41:16 2020 +0000
@@ -0,0 +1,51 @@
+@comment $NetBSD: PLIST,v 1.1 2020/09/20 05:41:16 ryoon Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_LIBDIR}/.gemspec
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/CHANGELOG.rdoc
+${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/ext/readline_line_buffer/extconf.rb
+${GEM_LIBDIR}/ext/readline_line_buffer/readline_line_buffer.c
+${GEM_LIBDIR}/lib/bond.rb
+${GEM_LIBDIR}/lib/bond/agent.rb
+${GEM_LIBDIR}/lib/bond/completion.rb
+${GEM_LIBDIR}/lib/bond/completions/activerecord.rb
+${GEM_LIBDIR}/lib/bond/completions/array.rb
+${GEM_LIBDIR}/lib/bond/completions/bond.rb
+${GEM_LIBDIR}/lib/bond/completions/hash.rb
+${GEM_LIBDIR}/lib/bond/completions/kernel.rb
+${GEM_LIBDIR}/lib/bond/completions/module.rb
+${GEM_LIBDIR}/lib/bond/completions/object.rb
+${GEM_LIBDIR}/lib/bond/completions/struct.rb
+${GEM_LIBDIR}/lib/bond/input.rb
+${GEM_LIBDIR}/lib/bond/m.rb
+${GEM_LIBDIR}/lib/bond/mission.rb
+${GEM_LIBDIR}/lib/bond/missions/anywhere_mission.rb
+${GEM_LIBDIR}/lib/bond/missions/default_mission.rb
+${GEM_LIBDIR}/lib/bond/missions/method_mission.rb
+${GEM_LIBDIR}/lib/bond/missions/object_mission.rb
+${GEM_LIBDIR}/lib/bond/missions/operator_method_mission.rb
+${GEM_LIBDIR}/lib/bond/rc.rb
+${GEM_LIBDIR}/lib/bond/readline.rb
+${GEM_LIBDIR}/lib/bond/readlines/jruby.rb
+${GEM_LIBDIR}/lib/bond/readlines/rawline.rb
+${GEM_LIBDIR}/lib/bond/readlines/ruby.rb
+${GEM_LIBDIR}/lib/bond/search.rb
+${GEM_LIBDIR}/lib/bond/version.rb
+${GEM_LIBDIR}/test/agent_test.rb
+${GEM_LIBDIR}/test/anywhere_mission_test.rb
+${GEM_LIBDIR}/test/bond_test.rb
+${GEM_LIBDIR}/test/completion_test.rb
+${GEM_LIBDIR}/test/completions_test.rb
+${GEM_LIBDIR}/test/m_test.rb
+${GEM_LIBDIR}/test/method_mission_test.rb
+${GEM_LIBDIR}/test/mission_test.rb
+${GEM_LIBDIR}/test/object_mission_test.rb
+${GEM_LIBDIR}/test/operator_method_mission_test.rb
+${GEM_LIBDIR}/test/search_test.rb
+${GEM_LIBDIR}/test/test_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 3c3c1de34cf6 -r e576012d44e3 devel/ruby-bond/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-bond/distinfo  Sun Sep 20 05:41:16 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/20 05:41:16 ryoon Exp $
+
+SHA1 (bond-0.5.1.gem) = b42ebfdfc6b1491adbb82cbc047ace400b9f07b9
+RMD160 (bond-0.5.1.gem) = 06dc4e0a19397e317600d92b98011d350db46b71
+SHA512 (bond-0.5.1.gem) = 498ac4d44da2a8db0335526ff2e7859f7129a95141a63f914dc28a47009456eac1cdb8f015b4d22ae402b54152f0f9f9ce4b8f52248401042148256704553736
+Size (bond-0.5.1.gem) = 35328 bytes



Home | Main Index | Thread Index | Old Index