Skip to content

Commit

Permalink
devel/ruby-curses: update to 1.4.2
Browse files Browse the repository at this point in the history
1.4.2 / 2021-06-14

New features:

* Added samples for addch, attron, mouse tracking and colors. Pull request
  #62 by coezbek.
  • Loading branch information
taca committed Aug 12, 2021
1 parent df6b798 commit c4b96d5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-curses/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 5 additions & 1 deletion devel/ruby-curses/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions devel/ruby-curses/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c4b96d5

Please sign in to comment.