pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-logging Update ruby-logging to 1.7.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4d0b66795713
branches: trunk
changeset: 603082:4d0b66795713
user: taca <taca%pkgsrc.org@localhost>
date: Sat Apr 28 15:54:07 2012 +0000
description:
Update ruby-logging to 1.7.2.
== 1.7.2 / 2012-04-03
Bug Fixes
- Fixed segmentation fault on exit [issue #30]
- Fixed syswrite warning when IO contains unflushed data in buffer [issue #31]
- Added "mingw" to the list of Windows host versions
== 1.7.1 / 2012-03-05
Bug Fixes
- Fixed deprecated use of Config::* [issue #29]
== 1.7.0 / 2012-02-18
Enhancements
- Move appender factories [issue #28]
- ActionMail compatible options in the email appender [issue #27]
- Add TLS support to the email appender [issue #25]
- Refactoring appender shutdown [issue #20]
Bug Fixes
- File locking fails on windows using JRuby [issue #22]
== 1.6.2 / 2012-01-05
Bug Fixes
- Fix typo in the Readme [issue #14]
- Fix spelling in a variety of places [issue #15]
- Solaris does not have Syslog#LOG_PERROR defined [issue #17]
- Fix failing tests for Ruby 1.9.3 [issue #18]
- Check for RUBY_ENGINE for Ruby 1.8.7 [issue #19]
- Whitespace and '# EOF' cleanup
- Support for Rubinious
== 1.6.1 / 2011-09-09
Bug Fixes
- Rails compatibility methods [issue #11]
- Blocked rolling file appender [issue #12]
== 1.6.0 / 2011-08-22
Enhancements
- Adding periodic flushing of buffered messages [issue #10]
- Accessor for a logger's appenders [issue #9]
- Better support for capturing log messages in RSpec version 1 & 2
== 1.5.2 / 2011-07-07
Bug Fixes
- Changing working directory breaks rolling file appenders [issue #8]
== 1.5.1 / 2011-06-03
Bug Fixes
- IO streams cannot be buffered when using syswrite
- JRuby does not allow shared locks on write only file descriptors
- Fixing tests for JRuby 1.6.X
== 1.5.0 / 2011-03-22
Minor Enhancements
- removed mutexes in favor of IO#syswrite
- no round tripping through the buffer array when auto_flushing is true
- added a Proxy object that will log all methods called on it
- colorization of log messages
diffstat:
devel/ruby-logging/Makefile | 6 +++---
devel/ruby-logging/PLIST | 17 ++++++++++++++++-
devel/ruby-logging/distinfo | 8 ++++----
3 files changed, 23 insertions(+), 8 deletions(-)
diffs (113 lines):
diff -r 4925c396f71f -r 4d0b66795713 devel/ruby-logging/Makefile
--- a/devel/ruby-logging/Makefile Sat Apr 28 15:52:08 2012 +0000
+++ b/devel/ruby-logging/Makefile Sat Apr 28 15:54:07 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2010/09/10 13:51:45 taca Exp $
+# $NetBSD: Makefile,v 1.3 2012/04/28 15:54:07 taca Exp $
-DISTNAME= logging-1.4.3
+DISTNAME= logging-1.7.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@
COMMENT= Flexible logging library for Ruby based on log4j
LICENSE= ruby-license
-DEPENDS+= ${RUBY_PKGPREFIX}-little-plugger>=1.1.2:../../devel/ruby-little-plugger
+DEPENDS+= ${RUBY_PKGPREFIX}-little-plugger>=1.1.3:../../devel/ruby-little-plugger
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 4925c396f71f -r 4d0b66795713 devel/ruby-logging/PLIST
--- a/devel/ruby-logging/PLIST Sat Apr 28 15:52:08 2012 +0000
+++ b/devel/ruby-logging/PLIST Sat Apr 28 15:54:07 2012 +0000
@@ -1,8 +1,12 @@
-@comment $NetBSD: PLIST,v 1.3 2010/09/10 13:51:45 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/04/28 15:54:07 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rvmrc
+${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/a.rb
${GEM_LIBDIR}/data/bad_logging_1.rb
${GEM_LIBDIR}/data/bad_logging_2.rb
${GEM_LIBDIR}/data/logging.rb
@@ -10,6 +14,7 @@
${GEM_LIBDIR}/data/simple_logging.rb
${GEM_LIBDIR}/examples/appenders.rb
${GEM_LIBDIR}/examples/classes.rb
+${GEM_LIBDIR}/examples/colorization.rb
${GEM_LIBDIR}/examples/consolidation.rb
${GEM_LIBDIR}/examples/fork.rb
${GEM_LIBDIR}/examples/formatting.rb
@@ -30,6 +35,7 @@
${GEM_LIBDIR}/lib/logging/appenders/rolling_file.rb
${GEM_LIBDIR}/lib/logging/appenders/string_io.rb
${GEM_LIBDIR}/lib/logging/appenders/syslog.rb
+${GEM_LIBDIR}/lib/logging/color_scheme.rb
${GEM_LIBDIR}/lib/logging/config/configurator.rb
${GEM_LIBDIR}/lib/logging/config/yaml_configurator.rb
${GEM_LIBDIR}/lib/logging/layout.rb
@@ -39,10 +45,13 @@
${GEM_LIBDIR}/lib/logging/layouts/pattern.rb
${GEM_LIBDIR}/lib/logging/log_event.rb
${GEM_LIBDIR}/lib/logging/logger.rb
+${GEM_LIBDIR}/lib/logging/proxy.rb
+${GEM_LIBDIR}/lib/logging/rails_compat.rb
${GEM_LIBDIR}/lib/logging/repository.rb
${GEM_LIBDIR}/lib/logging/root_logger.rb
${GEM_LIBDIR}/lib/logging/stats.rb
${GEM_LIBDIR}/lib/logging/utils.rb
+${GEM_LIBDIR}/lib/rspec/logging_helper.rb
${GEM_LIBDIR}/lib/spec/logging_helper.rb
${GEM_LIBDIR}/test/appenders/test_buffered_io.rb
${GEM_LIBDIR}/test/appenders/test_console.rb
@@ -50,25 +59,31 @@
${GEM_LIBDIR}/test/appenders/test_file.rb
${GEM_LIBDIR}/test/appenders/test_growl.rb
${GEM_LIBDIR}/test/appenders/test_io.rb
+${GEM_LIBDIR}/test/appenders/test_periodic_flushing.rb
${GEM_LIBDIR}/test/appenders/test_rolling_file.rb
+${GEM_LIBDIR}/test/appenders/test_string_io.rb
${GEM_LIBDIR}/test/appenders/test_syslog.rb
${GEM_LIBDIR}/test/benchmark.rb
${GEM_LIBDIR}/test/config/test_configurator.rb
${GEM_LIBDIR}/test/config/test_yaml_configurator.rb
${GEM_LIBDIR}/test/layouts/test_basic.rb
+${GEM_LIBDIR}/test/layouts/test_color_pattern.rb
${GEM_LIBDIR}/test/layouts/test_json.rb
${GEM_LIBDIR}/test/layouts/test_pattern.rb
${GEM_LIBDIR}/test/layouts/test_yaml.rb
${GEM_LIBDIR}/test/setup.rb
${GEM_LIBDIR}/test/test_appender.rb
+${GEM_LIBDIR}/test/test_color_scheme.rb
${GEM_LIBDIR}/test/test_consolidate.rb
${GEM_LIBDIR}/test/test_layout.rb
${GEM_LIBDIR}/test/test_log_event.rb
${GEM_LIBDIR}/test/test_logger.rb
${GEM_LIBDIR}/test/test_logging.rb
+${GEM_LIBDIR}/test/test_proxy.rb
${GEM_LIBDIR}/test/test_repository.rb
${GEM_LIBDIR}/test/test_root_logger.rb
${GEM_LIBDIR}/test/test_stats.rb
${GEM_LIBDIR}/test/test_utils.rb
+${GEM_LIBDIR}/tmp.txt
${GEM_LIBDIR}/version.txt
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 4925c396f71f -r 4d0b66795713 devel/ruby-logging/distinfo
--- a/devel/ruby-logging/distinfo Sat Apr 28 15:52:08 2012 +0000
+++ b/devel/ruby-logging/distinfo Sat Apr 28 15:54:07 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2010/09/10 13:51:45 taca Exp $
+$NetBSD: distinfo,v 1.3 2012/04/28 15:54:07 taca Exp $
-SHA1 (logging-1.4.3.gem) = ad38dff859ceb99b78e775c38098442a6af83d34
-RMD160 (logging-1.4.3.gem) = 278c0fd10cd01eeab2b00c4cf9ddf2761db2e940
-Size (logging-1.4.3.gem) = 67072 bytes
+SHA1 (logging-1.7.2.gem) = d08d3dc4ae8d6d21017250bbe73376ad4f6e473b
+RMD160 (logging-1.7.2.gem) = a3d9623ab4eb0cad83c7e762d8bde6fc88283e36
+Size (logging-1.7.2.gem) = 80384 bytes
Home |
Main Index |
Thread Index |
Old Index