summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-03-17 14:37:30 +0000
committertaca <taca@pkgsrc.org>2012-03-17 14:37:30 +0000
commit04c91e84db9f8006465493d230ab149cbf668ad5 (patch)
treed902d3c31ec38793c7cb23b2621c79444eb14044
parent8983f2242e99618486e49bc04b3c8082b100e018 (diff)
downloadpkgsrc-04c91e84db9f8006465493d230ab149cbf668ad5.tar.gz
Update ruby-highine to 1.6.11.
= Change Log Below is a complete listing of changes for each revision of HighLine. == 1.6.11 * Fixed a bad test. (Fix by Diego Elio Pettenò.) == 1.6.10 * Fixed a regression that prevented asking for String arguments (by Jeffery Sman.) * Fixed a testing incompatibility (by Hans de Graaff.) == 1.6.9 * The new list modes now properly ignore escapes when sizing. * Added a project gemspec file. * Fixed a bug that prevented the use of termios (by tomdz). * Switch to JLine to provide better echo support on JRuby (by tomdz).
-rw-r--r--devel/ruby-highline/Makefile4
-rw-r--r--devel/ruby-highline/PLIST11
-rw-r--r--devel/ruby-highline/distinfo8
3 files changed, 16 insertions, 7 deletions
diff --git a/devel/ruby-highline/Makefile b/devel/ruby-highline/Makefile
index cd6b22141c1..c1e5f7c7774 100644
--- a/devel/ruby-highline/Makefile
+++ b/devel/ruby-highline/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2011/12/14 17:04:56 taca Exp $
+# $NetBSD: Makefile,v 1.7 2012/03/17 14:37:30 taca Exp $
-DISTNAME= highline-1.6.8
+DISTNAME= highline-1.6.11
CATEGORIES= net security
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-highline/PLIST b/devel/ruby-highline/PLIST
index 1d2dce73a1b..ec0cde0aec9 100644
--- a/devel/ruby-highline/PLIST
+++ b/devel/ruby-highline/PLIST
@@ -1,11 +1,15 @@
-@comment $NetBSD: PLIST,v 1.4 2011/11/09 21:29:09 gls Exp $
+@comment $NetBSD: PLIST,v 1.5 2012/03/17 14:37:30 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/AUTHORS
${GEM_LIBDIR}/CHANGELOG
+${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/INSTALL
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/TODO
+${GEM_LIBDIR}/doc/.cvsignore
${GEM_LIBDIR}/examples/ansi_colors.rb
${GEM_LIBDIR}/examples/asking_for_arrays.rb
${GEM_LIBDIR}/examples/basic_usage.rb
@@ -18,6 +22,7 @@ ${GEM_LIBDIR}/examples/password.rb
${GEM_LIBDIR}/examples/trapping_eof.rb
${GEM_LIBDIR}/examples/using_readline.rb
${GEM_LIBDIR}/lib/highline.rb
+${GEM_LIBDIR}/highline.gemspec
${GEM_LIBDIR}/lib/highline/color_scheme.rb
${GEM_LIBDIR}/lib/highline/compatibility.rb
${GEM_LIBDIR}/lib/highline/import.rb
@@ -27,6 +32,10 @@ ${GEM_LIBDIR}/lib/highline/string_extensions.rb
${GEM_LIBDIR}/lib/highline/style.rb
${GEM_LIBDIR}/lib/highline/system_extensions.rb
${GEM_LIBDIR}/setup.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
diff --git a/devel/ruby-highline/distinfo b/devel/ruby-highline/distinfo
index 35ec5e2d143..ae05234339c 100644
--- a/devel/ruby-highline/distinfo
+++ b/devel/ruby-highline/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2011/12/14 17:04:56 taca Exp $
+$NetBSD: distinfo,v 1.7 2012/03/17 14:37:30 taca Exp $
-SHA1 (highline-1.6.8.gem) = b1a87b79857fce54d2d9e3e29303ae7d7cad056a
-RMD160 (highline-1.6.8.gem) = c5c3122ade04605f406dbf76cb0662ed2daae783
-Size (highline-1.6.8.gem) = 66560 bytes
+SHA1 (highline-1.6.11.gem) = 8251e9cada9dfbbb0699ebce8521b78886d55185
+RMD160 (highline-1.6.11.gem) = 9b4856b5016a975a1d6aba59853baf0898ecc965
+Size (highline-1.6.11.gem) = 217088 bytes