pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/ruby-termios Update ruby-termios to 1.0.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee4c53e1a805
branches:  trunk
changeset: 349867:ee4c53e1a805
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jul 17 14:25:00 2016 +0000

description:
Update ruby-termios to 1.0.2.

pkgsrc change: Change HOEMDIR to https://github.com/arika/ruby-termios.

* Move extension files to ext/ directory.
* Several miscellaneous changes.

diffstat:

 comms/ruby-termios/Makefile |  11 +++--------
 comms/ruby-termios/PLIST    |  18 ++++++++++++------
 comms/ruby-termios/distinfo |  11 +++++------
 3 files changed, 20 insertions(+), 20 deletions(-)

diffs (74 lines):

diff -r e806d4ca079d -r ee4c53e1a805 comms/ruby-termios/Makefile
--- a/comms/ruby-termios/Makefile       Sun Jul 17 14:04:38 2016 +0000
+++ b/comms/ruby-termios/Makefile       Sun Jul 17 14:25:00 2016 +0000
@@ -1,18 +1,13 @@
-# $NetBSD: Makefile,v 1.28 2015/01/16 09:18:47 taca Exp $
+# $NetBSD: Makefile,v 1.29 2016/07/17 14:25:00 taca Exp $
 
-DISTNAME=      ruby-termios-0.9.6
+DISTNAME=      ruby-termios-1.0.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
-PKGREVISION=   2
 CATEGORIES=    comms
 
 MAINTAINER=    taca%NetBSD.org@localhost
-HOMEPAGE=      http://arika.org/ruby/termios
+HOMEPAGE=      https://github.com/arika/ruby-termios
 COMMENT=       Ruby extension to termios library
 LICENSE=       gnu-gpl-v2 OR ruby-license
 
-GEM_CLEANBUILD=        Makefile *.o *.time termios.${RUBY_DLEXT} mkmf.log \
-               .RUBYARCHDIR.time
-GEM_CLEANBUILD_EXTENSIONS=     termios.rb
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e806d4ca079d -r ee4c53e1a805 comms/ruby-termios/PLIST
--- a/comms/ruby-termios/PLIST  Sun Jul 17 14:04:38 2016 +0000
+++ b/comms/ruby-termios/PLIST  Sun Jul 17 14:25:00 2016 +0000
@@ -1,17 +1,23 @@
-@comment $NetBSD: PLIST,v 1.13 2015/03/08 15:17:17 taca Exp $
+@comment $NetBSD: PLIST,v 1.14 2016/07/17 14:25:00 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/termios.${RUBY_DLEXT}
-${GEM_LIBDIR}/ChangeLog
-${GEM_LIBDIR}/README
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/console
+${GEM_LIBDIR}/bin/setup
 ${GEM_LIBDIR}/examples/modem_check0.rb
 ${GEM_LIBDIR}/examples/modem_check1.rb
 ${GEM_LIBDIR}/examples/modem_check2.rb
 ${GEM_LIBDIR}/examples/secret_input1.rb
 ${GEM_LIBDIR}/examples/secret_input2.rb
-${GEM_LIBDIR}/extconf.rb
+${GEM_LIBDIR}/ext/extconf.rb
+${GEM_LIBDIR}/ext/termios.c
 ${GEM_LIBDIR}/lib/termios.rb
 ${GEM_LIBDIR}/lib/termios.${RUBY_DLEXT}
-${GEM_LIBDIR}/termios.c
-${GEM_LIBDIR}/test/test0.rb
+${GEM_LIBDIR}/lib/termios/version.rb
+${GEM_LIBDIR}/ruby-termios.gemspec
+${GEM_LIBDIR}/termios.rd
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r e806d4ca079d -r ee4c53e1a805 comms/ruby-termios/distinfo
--- a/comms/ruby-termios/distinfo       Sun Jul 17 14:04:38 2016 +0000
+++ b/comms/ruby-termios/distinfo       Sun Jul 17 14:25:00 2016 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.11 2015/11/03 01:34:57 agc Exp $
+$NetBSD: distinfo,v 1.12 2016/07/17 14:25:00 taca Exp $
 
-SHA1 (ruby-termios-0.9.6.gem) = 09eb1346140fdd127fc269b5fae25042b5466bdc
-RMD160 (ruby-termios-0.9.6.gem) = 215cd866d08ae99f8614ad76462860bda89f78e8
-SHA512 (ruby-termios-0.9.6.gem) = f6067f18fe1efb7453540c68c54f994c3509e166a96f0c23173f5558ac909d5016abc9b5984ce7f8321203211133ddc9aac6c6729f6669925f1d784eaf9efbc5
-Size (ruby-termios-0.9.6.gem) = 15360 bytes
-SHA1 (patch-ab) = 148e9c81e6b2e72a8ba1ecabd09775623a78552d
+SHA1 (ruby-termios-1.0.2.gem) = 8925ab4fd8d7c96a4ce398f0817f82ec2b0d9ff1
+RMD160 (ruby-termios-1.0.2.gem) = 7aefcec46ab0255c4db9c983d5ad9e72ccc7fe5c
+SHA512 (ruby-termios-1.0.2.gem) = e32e899e917eb04e382a02484accf9fea0369de8c1942b445e48e71e9c836305e2d54221c9a044d27ede44a7d5c14f976a8ffda79f79f71b5a121474e759f45d
+Size (ruby-termios-1.0.2.gem) = 17408 bytes



Home | Main Index | Thread Index | Old Index