pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-curses



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Aug 12 15:03:38 UTC 2021

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

Log Message:
devel/ruby-curses: update to 1.4.2

1.4.2 / 2021-06-14

New features:

* Added samples for addch, attron, mouse tracking and colors. Pull request
  #62 by coezbek.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/ruby-curses/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-curses/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/ruby-curses/distinfo

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-curses/Makefile
diff -u pkgsrc/devel/ruby-curses/Makefile:1.31 pkgsrc/devel/ruby-curses/Makefile:1.32
--- pkgsrc/devel/ruby-curses/Makefile:1.31      Sat May 29 08:30:43 2021
+++ pkgsrc/devel/ruby-curses/Makefile   Thu Aug 12 15:03:38 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2021/05/29 08:30:43 taca Exp $
+# $NetBSD: Makefile,v 1.32 2021/08/12 15:03:38 taca Exp $
 #
 
-DISTNAME=      curses-1.4.1
+DISTNAME=      curses-1.4.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-curses/PLIST
diff -u pkgsrc/devel/ruby-curses/PLIST:1.9 pkgsrc/devel/ruby-curses/PLIST:1.10
--- pkgsrc/devel/ruby-curses/PLIST:1.9  Sat May 29 08:30:43 2021
+++ pkgsrc/devel/ruby-curses/PLIST      Thu Aug 12 15:03:38 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2021/05/29 08:30:43 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/08/12 15:03:38 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/curses.${RUBY_DLEXT}
 ${GEM_EXTSDIR}/gem.build_complete
@@ -19,10 +19,14 @@ ${GEM_LIBDIR}/ext/curses/depend
 ${GEM_LIBDIR}/ext/curses/extconf.rb
 ${GEM_LIBDIR}/lib/curses.rb
 ${GEM_LIBDIR}/lib/curses.${RUBY_DLEXT}
+${GEM_LIBDIR}/sample/addch.rb
+${GEM_LIBDIR}/sample/attr_demo.rb
+${GEM_LIBDIR}/sample/colors.rb
 ${GEM_LIBDIR}/sample/form.rb
 ${GEM_LIBDIR}/sample/hello.rb
 ${GEM_LIBDIR}/sample/menu.rb
 ${GEM_LIBDIR}/sample/mouse.rb
+${GEM_LIBDIR}/sample/mouse_move.rb
 ${GEM_LIBDIR}/sample/rain.rb
 ${GEM_LIBDIR}/sample/view.rb
 ${GEM_LIBDIR}/sample/view2.rb

Index: pkgsrc/devel/ruby-curses/distinfo
diff -u pkgsrc/devel/ruby-curses/distinfo:1.30 pkgsrc/devel/ruby-curses/distinfo:1.31
--- pkgsrc/devel/ruby-curses/distinfo:1.30      Sat May 29 08:30:43 2021
+++ pkgsrc/devel/ruby-curses/distinfo   Thu Aug 12 15:03:38 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2021/05/29 08:30:43 taca Exp $
+$NetBSD: distinfo,v 1.31 2021/08/12 15:03:38 taca Exp $
 
-SHA1 (curses-1.4.1.gem) = 412402b98289398c5b9d6e2bd86ed135a603352e
-RMD160 (curses-1.4.1.gem) = a0d6af93f9293a3588bba887622f26b0ae6b76a4
-SHA512 (curses-1.4.1.gem) = 13e80b80d6a672b3a9eb2260e9effc95a82ad96ee4d1a09d9a94037f0ae7506a6349bf5250842abdfeb04d9aa937c955b631045ef3b15dad52508d2218d759b2
-Size (curses-1.4.1.gem) = 522752 bytes
+SHA1 (curses-1.4.2.gem) = b933885b3d6c7f2c2bc2d811894b5fbb64174b28
+RMD160 (curses-1.4.2.gem) = 65db57d0c4d6ddbbf516a05c666f7239e00209c5
+SHA512 (curses-1.4.2.gem) = 9518bd1d4195dec8ea0eed10d5a836a7bb620874a691ba1c0f76f7444be544e77da84339af38699683ebcb45760e91bb09571d00069c8cc366d3b8a8fddc4c6e
+Size (curses-1.4.2.gem) = 524288 bytes



Home | Main Index | Thread Index | Old Index