pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-highline



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun 24 14:22:04 UTC 2018

Modified Files:
        pkgsrc/devel/ruby-highline: Makefile PLIST distinfo

Log Message:
devel/ruby-highline: update to 2.0.0

Changes from 1.7.10 are too many to write here, please refer Changelog.md
file.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-highline/Makefile \
    pkgsrc/devel/ruby-highline/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-highline/PLIST

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

Modified files:

Index: pkgsrc/devel/ruby-highline/Makefile
diff -u pkgsrc/devel/ruby-highline/Makefile:1.20 pkgsrc/devel/ruby-highline/Makefile:1.21
--- pkgsrc/devel/ruby-highline/Makefile:1.20    Tue Mar 13 17:00:07 2018
+++ pkgsrc/devel/ruby-highline/Makefile Sun Jun 24 14:22:04 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2018/03/13 17:00:07 taca Exp $
+# $NetBSD: Makefile,v 1.21 2018/06/24 14:22:04 taca Exp $
 
-DISTNAME=      highline-1.7.10
+DISTNAME=      highline-2.0.0
 CATEGORIES=    net security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-highline/distinfo
diff -u pkgsrc/devel/ruby-highline/distinfo:1.20 pkgsrc/devel/ruby-highline/distinfo:1.21
--- pkgsrc/devel/ruby-highline/distinfo:1.20    Tue Mar 13 17:00:07 2018
+++ pkgsrc/devel/ruby-highline/distinfo Sun Jun 24 14:22:04 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2018/03/13 17:00:07 taca Exp $
+$NetBSD: distinfo,v 1.21 2018/06/24 14:22:04 taca Exp $
 
-SHA1 (highline-1.7.10.gem) = d4b505937d25cf8bb91546a5acb30a56c391e50f
-RMD160 (highline-1.7.10.gem) = c2fac1d6f56c86d45bc7766a699cec6a154f242c
-SHA512 (highline-1.7.10.gem) = 5d329bd61df7f008a85268a66bd728c325a120f7dc29a95868c5364941feea86e85351ad60e621fab4ccef727601dcedfd69e70ba18af24943b4f48945a0e558
-Size (highline-1.7.10.gem) = 224768 bytes
+SHA1 (highline-2.0.0.gem) = 56a3956394291617b22f77faa1aff0440ae60733
+RMD160 (highline-2.0.0.gem) = 02ec451d812e0af4b182add5bad65b0d05e9797b
+SHA512 (highline-2.0.0.gem) = 5ce2e2ecb34b73513238d5263e3f28e15ff27271461894572678a5c95cd2b4860f6628a5a4867f3d7ad236830e32e0b8b9c4cb9e7d1b9f274d8ac1e950bb1132
+Size (highline-2.0.0.gem) = 216064 bytes

Index: pkgsrc/devel/ruby-highline/PLIST
diff -u pkgsrc/devel/ruby-highline/PLIST:1.10 pkgsrc/devel/ruby-highline/PLIST:1.11
--- pkgsrc/devel/ruby-highline/PLIST:1.10       Sun Sep 13 10:08:10 2015
+++ pkgsrc/devel/ruby-highline/PLIST    Sun Jun 24 14:22:04 2018
@@ -1,16 +1,18 @@
-@comment $NetBSD: PLIST,v 1.10 2015/09/13 10:08:10 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2018/06/24 14:22:04 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rubocop.yml
+${GEM_LIBDIR}/.simplecov
 ${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/AUTHORS
 ${GEM_LIBDIR}/COPYING
 ${GEM_LIBDIR}/Changelog.md
 ${GEM_LIBDIR}/Gemfile
-${GEM_LIBDIR}/INSTALL
 ${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/TODO
+${GEM_LIBDIR}/appveyor.yml
 ${GEM_LIBDIR}/doc/.cvsignore
 ${GEM_LIBDIR}/examples/ansi_colors.rb
 ${GEM_LIBDIR}/examples/asking_for_arrays.rb
@@ -27,28 +29,34 @@ ${GEM_LIBDIR}/examples/trapping_eof.rb
 ${GEM_LIBDIR}/examples/using_readline.rb
 ${GEM_LIBDIR}/highline.gemspec
 ${GEM_LIBDIR}/lib/highline.rb
+${GEM_LIBDIR}/lib/highline/builtin_styles.rb
 ${GEM_LIBDIR}/lib/highline/color_scheme.rb
 ${GEM_LIBDIR}/lib/highline/compatibility.rb
+${GEM_LIBDIR}/lib/highline/custom_errors.rb
 ${GEM_LIBDIR}/lib/highline/import.rb
+${GEM_LIBDIR}/lib/highline/io_console_compatible.rb
+${GEM_LIBDIR}/lib/highline/list.rb
+${GEM_LIBDIR}/lib/highline/list_renderer.rb
 ${GEM_LIBDIR}/lib/highline/menu.rb
+${GEM_LIBDIR}/lib/highline/menu/item.rb
+${GEM_LIBDIR}/lib/highline/paginator.rb
 ${GEM_LIBDIR}/lib/highline/question.rb
+${GEM_LIBDIR}/lib/highline/question/answer_converter.rb
+${GEM_LIBDIR}/lib/highline/question_asker.rb
 ${GEM_LIBDIR}/lib/highline/simulate.rb
+${GEM_LIBDIR}/lib/highline/statement.rb
+${GEM_LIBDIR}/lib/highline/string.rb
 ${GEM_LIBDIR}/lib/highline/string_extensions.rb
 ${GEM_LIBDIR}/lib/highline/style.rb
-${GEM_LIBDIR}/lib/highline/system_extensions.rb
+${GEM_LIBDIR}/lib/highline/template_renderer.rb
+${GEM_LIBDIR}/lib/highline/terminal.rb
+${GEM_LIBDIR}/lib/highline/terminal/io_console.rb
+${GEM_LIBDIR}/lib/highline/terminal/ncurses.rb
+${GEM_LIBDIR}/lib/highline/terminal/unix_stty.rb
 ${GEM_LIBDIR}/lib/highline/version.rb
-${GEM_LIBDIR}/setup.rb
+${GEM_LIBDIR}/lib/highline/wrapper.rb
 ${GEM_LIBDIR}/site/.cvsignore
 ${GEM_LIBDIR}/site/highline.css
 ${GEM_LIBDIR}/site/images/logo.png
 ${GEM_LIBDIR}/site/index.html
-${GEM_LIBDIR}/test/string_methods.rb
-${GEM_LIBDIR}/test/tc_color_scheme.rb
-${GEM_LIBDIR}/test/tc_highline.rb
-${GEM_LIBDIR}/test/tc_import.rb
-${GEM_LIBDIR}/test/tc_menu.rb
-${GEM_LIBDIR}/test/tc_simulator.rb
-${GEM_LIBDIR}/test/tc_string_extension.rb
-${GEM_LIBDIR}/test/tc_string_highline.rb
-${GEM_LIBDIR}/test/tc_style.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec



Home | Main Index | Thread Index | Old Index