pkgsrc/devel/ruby-logging/Makefile
taca da4193183f Update ruby-logging to 2.0.0.
== 2.0.0 / 2015-03-28

Enhancements
- added event filtering via the Filter framework
- improvements to buffered logging
- code readability improvements around meta-programming

Bug Fixes
- fixed an `already initialized error`
- avoid unnecessary mutex-ing in logger lookup

Deprecations
- dropped Ruby 1.8 support
- removed logger consolidation
- removed YAML style configuration
- removed the Logging::Stats module
- removed the Hash#getopt method
- removed the Growl appender
- moved the Email appender to the logging-email plugin gem
2015-06-03 14:45:17 +00:00

15 lines
487 B
Makefile

# $NetBSD: Makefile,v 1.8 2015/06/03 14:45:17 taca Exp $
DISTNAME= logging-2.0.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${MASTER_SITE_RUBYGEMS:=logging/}
COMMENT= Flexible logging library for Ruby based on log4j
LICENSE= ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-little-plugger>=1.1.3:../../devel/ruby-little-plugger
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.3.6:../../textproc/ruby-multi_json
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"