aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-loggability
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-06-23 20:49:39 +0000
committerSteve Wills <swills@FreeBSD.org>2013-06-23 20:49:39 +0000
commita6a6c1b0248668ca78c0ac662c6a021dc24650b0 (patch)
tree4d6863bd3409e1234cc4709424bc8aebb10a2b80 /textproc/rubygem-loggability
parent82b71a6c3847716f57dc55174a6465c0186e9f4c (diff)
Notes
Diffstat (limited to 'textproc/rubygem-loggability')
-rw-r--r--textproc/rubygem-loggability/Makefile16
-rw-r--r--textproc/rubygem-loggability/distinfo2
-rw-r--r--textproc/rubygem-loggability/pkg-descr6
3 files changed, 24 insertions, 0 deletions
diff --git a/textproc/rubygem-loggability/Makefile b/textproc/rubygem-loggability/Makefile
new file mode 100644
index 000000000000..980c8662c9e7
--- /dev/null
+++ b/textproc/rubygem-loggability/Makefile
@@ -0,0 +1,16 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= loggability
+PORTVERSION= 0.6.1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= A composable logging system built on the standard Logger library
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-loggability/distinfo b/textproc/rubygem-loggability/distinfo
new file mode 100644
index 000000000000..55001c90fc1c
--- /dev/null
+++ b/textproc/rubygem-loggability/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/loggability-0.6.1.gem) = bb39d3cbcbe6698e3c9bffd8815536acf98f73d71f135191e1b7e6f58e4897cb
+SIZE (rubygem/loggability-0.6.1.gem) = 26624
diff --git a/textproc/rubygem-loggability/pkg-descr b/textproc/rubygem-loggability/pkg-descr
new file mode 100644
index 000000000000..a76c746fc689
--- /dev/null
+++ b/textproc/rubygem-loggability/pkg-descr
@@ -0,0 +1,6 @@
+A composable logging system built on the standard Logger library. You can add
+Loggability to large libraries and systems, then hook everything up later when
+you know where you want logs to be written, at what level of severity, and in
+which format.
+
+WWW: http://deveiate.org/projects/loggability