summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-04 15:17:43 +0000
committerjlam <jlam@pkgsrc.org>2008-04-04 15:17:43 +0000
commitf5daec1b4a0b2016547d6a40c77f23de09acf1db (patch)
tree7b82c16fa284df973dc9c9b8fd6cebc80275d7a9
parent26e0caa97b89ca5a70265f6e04facd52ab30d797 (diff)
downloadpkgsrc-f5daec1b4a0b2016547d6a40c77f23de09acf1db.tar.gz
Initial import of ruby18-logging-0.7.1 as devel/ruby-logging.
Logging is a flexible logging library for use in Ruby programs based on the design of Java's log4j library. It features a hierarchical logging system, custom level names, multiple output destinations per log event, custom formatting, and more.
-rw-r--r--devel/ruby-logging/DESCR4
-rw-r--r--devel/ruby-logging/Makefile14
-rw-r--r--devel/ruby-logging/PLIST71
-rw-r--r--devel/ruby-logging/distinfo5
4 files changed, 94 insertions, 0 deletions
diff --git a/devel/ruby-logging/DESCR b/devel/ruby-logging/DESCR
new file mode 100644
index 00000000000..1d1bc6756c1
--- /dev/null
+++ b/devel/ruby-logging/DESCR
@@ -0,0 +1,4 @@
+Logging is a flexible logging library for use in Ruby programs based
+on the design of Java's log4j library. It features a hierarchical
+logging system, custom level names, multiple output destinations per
+log event, custom formatting, and more.
diff --git a/devel/ruby-logging/Makefile b/devel/ruby-logging/Makefile
new file mode 100644
index 00000000000..a6c0eadb977
--- /dev/null
+++ b/devel/ruby-logging/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:17:43 jlam Exp $
+
+DISTNAME= logging-0.7.1
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://logging.rubyforge.org/
+COMMENT= Flexible logging library for Ruby based on log4j
+
+DEPENDS+= ${RUBY_PKGPREFIX}-flexmock>=0.8.0:../../devel/ruby-flexmock
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-logging/PLIST b/devel/ruby-logging/PLIST
new file mode 100644
index 00000000000..efe8e430cb7
--- /dev/null
+++ b/devel/ruby-logging/PLIST
@@ -0,0 +1,71 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:17:43 jlam Exp $
+${GEM_HOME}/cache/logging-${PKGVERSION}.gem
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/Manifest.txt
+${GEM_LIBDIR}/README.txt
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/data/logging.yaml
+${GEM_LIBDIR}/lib/logging.rb
+${GEM_LIBDIR}/lib/logging/appender.rb
+${GEM_LIBDIR}/lib/logging/appenders/console.rb
+${GEM_LIBDIR}/lib/logging/appenders/email.rb
+${GEM_LIBDIR}/lib/logging/appenders/file.rb
+${GEM_LIBDIR}/lib/logging/appenders/growl.rb
+${GEM_LIBDIR}/lib/logging/appenders/io.rb
+${GEM_LIBDIR}/lib/logging/appenders/rolling_file.rb
+${GEM_LIBDIR}/lib/logging/appenders/syslog.rb
+${GEM_LIBDIR}/lib/logging/config/yaml_configurator.rb
+${GEM_LIBDIR}/lib/logging/layout.rb
+${GEM_LIBDIR}/lib/logging/layouts/basic.rb
+${GEM_LIBDIR}/lib/logging/layouts/pattern.rb
+${GEM_LIBDIR}/lib/logging/log_event.rb
+${GEM_LIBDIR}/lib/logging/logger.rb
+${GEM_LIBDIR}/lib/logging/repository.rb
+${GEM_LIBDIR}/lib/logging/root_logger.rb
+${GEM_LIBDIR}/lib/logging/stelan/lockfile.rb
+${GEM_LIBDIR}/lib/logging/utils.rb
+${GEM_LIBDIR}/tasks/ann.rake
+${GEM_LIBDIR}/tasks/annotations.rake
+${GEM_LIBDIR}/tasks/bones.rake
+${GEM_LIBDIR}/tasks/doc.rake
+${GEM_LIBDIR}/tasks/gem.rake
+${GEM_LIBDIR}/tasks/manifest.rake
+${GEM_LIBDIR}/tasks/post_load.rake
+${GEM_LIBDIR}/tasks/rubyforge.rake
+${GEM_LIBDIR}/tasks/setup.rb
+${GEM_LIBDIR}/tasks/svn.rake
+${GEM_LIBDIR}/tasks/test.rake
+${GEM_LIBDIR}/test/appenders/test_console.rb
+${GEM_LIBDIR}/test/appenders/test_email.rb
+${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_rolling_file.rb
+${GEM_LIBDIR}/test/appenders/test_syslog.rb
+${GEM_LIBDIR}/test/benchmark.rb
+${GEM_LIBDIR}/test/config/test_yaml_configurator.rb
+${GEM_LIBDIR}/test/layouts/test_basic.rb
+${GEM_LIBDIR}/test/layouts/test_pattern.rb
+${GEM_LIBDIR}/test/setup.rb
+${GEM_LIBDIR}/test/test_appender.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_repository.rb
+${GEM_LIBDIR}/test/test_root_logger.rb
+${GEM_LIBDIR}/test/test_utils.rb
+${GEM_HOME}/specifications/logging-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/test/layouts
+@dirrm ${GEM_LIBDIR}/test/config
+@dirrm ${GEM_LIBDIR}/test/appenders
+@dirrm ${GEM_LIBDIR}/test
+@dirrm ${GEM_LIBDIR}/tasks
+@dirrm ${GEM_LIBDIR}/lib/logging/stelan
+@dirrm ${GEM_LIBDIR}/lib/logging/layouts
+@dirrm ${GEM_LIBDIR}/lib/logging/config
+@dirrm ${GEM_LIBDIR}/lib/logging/appenders
+@dirrm ${GEM_LIBDIR}/lib/logging
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}/data
+@dirrm ${GEM_LIBDIR}
diff --git a/devel/ruby-logging/distinfo b/devel/ruby-logging/distinfo
new file mode 100644
index 00000000000..fe3fc727f5b
--- /dev/null
+++ b/devel/ruby-logging/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:17:43 jlam Exp $
+
+SHA1 (logging-0.7.1.gem) = fe809b9ecc1fb48fff00ea867896eec1908a54c5
+RMD160 (logging-0.7.1.gem) = bf9f22f13cacd97b414fa39bd7e60a4a3476228e
+Size (logging-0.7.1.gem) = 53760 bytes