pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-reline



Module Name:    pkgsrc
Committed By:   wen
Date:           Tue Aug 20 02:54:00 UTC 2024

Added Files:
        pkgsrc/devel/ruby-reline: DESCR Makefile PLIST distinfo

Log Message:
Import reline-0.5.9 as devel/ruby-reline.

Reline is compatible with the API of Ruby's stdlib 'readline', GNU
Readline and Editline by pure Ruby implementation.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-reline/DESCR \
    pkgsrc/devel/ruby-reline/Makefile pkgsrc/devel/ruby-reline/PLIST \
    pkgsrc/devel/ruby-reline/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ruby-reline/DESCR
diff -u /dev/null pkgsrc/devel/ruby-reline/DESCR:1.1
--- /dev/null   Tue Aug 20 02:54:00 2024
+++ pkgsrc/devel/ruby-reline/DESCR      Tue Aug 20 02:53:59 2024
@@ -0,0 +1,2 @@
+Reline is compatible with the API of Ruby's stdlib 'readline', GNU
+Readline and Editline by pure Ruby implementation.
Index: pkgsrc/devel/ruby-reline/Makefile
diff -u /dev/null pkgsrc/devel/ruby-reline/Makefile:1.1
--- /dev/null   Tue Aug 20 02:54:00 2024
+++ pkgsrc/devel/ruby-reline/Makefile   Tue Aug 20 02:54:00 2024
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2024/08/20 02:54:00 wen Exp $
+
+DISTNAME=      reline-0.5.9
+CATEGORIES=    devel
+
+MAINTAINER=    wen%NetBSD.org@localhost
+HOMEPAGE=      https://rubygems.org/gems/reline/
+COMMENT=       Alternative GNU Readline or Editline implementation by pure Ruby
+LICENSE=       2-clause-bsd OR ruby-license
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-io-console>=0.5:../../devel/ruby-io-console
+
+#USE_LANGUAGES=        c
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-reline/PLIST
diff -u /dev/null pkgsrc/devel/ruby-reline/PLIST:1.1
--- /dev/null   Tue Aug 20 02:54:00 2024
+++ pkgsrc/devel/ruby-reline/PLIST      Tue Aug 20 02:54:00 2024
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1 2024/08/20 02:54:00 wen Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/BSDL
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/reline.rb
+${GEM_LIBDIR}/lib/reline/config.rb
+${GEM_LIBDIR}/lib/reline/face.rb
+${GEM_LIBDIR}/lib/reline/history.rb
+${GEM_LIBDIR}/lib/reline/io.rb
+${GEM_LIBDIR}/lib/reline/io/ansi.rb
+${GEM_LIBDIR}/lib/reline/io/dumb.rb
+${GEM_LIBDIR}/lib/reline/io/windows.rb
+${GEM_LIBDIR}/lib/reline/key_actor.rb
+${GEM_LIBDIR}/lib/reline/key_actor/base.rb
+${GEM_LIBDIR}/lib/reline/key_actor/composite.rb
+${GEM_LIBDIR}/lib/reline/key_actor/emacs.rb
+${GEM_LIBDIR}/lib/reline/key_actor/vi_command.rb
+${GEM_LIBDIR}/lib/reline/key_actor/vi_insert.rb
+${GEM_LIBDIR}/lib/reline/key_stroke.rb
+${GEM_LIBDIR}/lib/reline/kill_ring.rb
+${GEM_LIBDIR}/lib/reline/line_editor.rb
+${GEM_LIBDIR}/lib/reline/terminfo.rb
+${GEM_LIBDIR}/lib/reline/unicode.rb
+${GEM_LIBDIR}/lib/reline/unicode/east_asian_width.rb
+${GEM_LIBDIR}/lib/reline/version.rb
+${GEM_LIBDIR}/license_of_rb-readline
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-reline/distinfo
diff -u /dev/null pkgsrc/devel/ruby-reline/distinfo:1.1
--- /dev/null   Tue Aug 20 02:54:00 2024
+++ pkgsrc/devel/ruby-reline/distinfo   Tue Aug 20 02:54:00 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/08/20 02:54:00 wen Exp $
+
+BLAKE2s (reline-0.5.9.gem) = 7156da8567ce5195e18e572cae78d5a646be449824ab97912a1baae7d7d367d5
+SHA512 (reline-0.5.9.gem) = e72a0455e5c73f529f6c86428b857224acdf99cb7b23cce902a0ad9510908904879bb11219bf5f0f5231eabaeeefdcf0cc64c0c47965239185c12c4466f17332
+Size (reline-0.5.9.gem) = 56320 bytes



Home | Main Index | Thread Index | Old Index