summaryrefslogtreecommitdiff
path: root/www/merb-exceptions
diff options
context:
space:
mode:
authortaca <taca>2010-09-12 02:59:29 +0000
committertaca <taca>2010-09-12 02:59:29 +0000
commit72d611295a276f8108f77017fab4d36f6cf0a56e (patch)
treeb76264a9be13f83d8426aed0e9fe587d1eee1844 /www/merb-exceptions
parentf369633348e615a28721c783bf005910ac16973b (diff)
downloadpkgsrc-72d611295a276f8108f77017fab4d36f6cf0a56e.tar.gz
Importing www/merb-exceptions 1.1.3.
merb-exceptions =============== A simple Merb plugin to ease exception notifications. The notifier currently supports two interfaces, Email Alerts and Web Hooks. Emails are formatted as plain text and sent using your Merb environment's mail settings. Web hooks as sent as post requests.
Diffstat (limited to 'www/merb-exceptions')
-rw-r--r--www/merb-exceptions/DESCR7
-rw-r--r--www/merb-exceptions/Makefile15
-rw-r--r--www/merb-exceptions/PLIST18
-rw-r--r--www/merb-exceptions/distinfo5
4 files changed, 45 insertions, 0 deletions
diff --git a/www/merb-exceptions/DESCR b/www/merb-exceptions/DESCR
new file mode 100644
index 00000000000..132ca71225d
--- /dev/null
+++ b/www/merb-exceptions/DESCR
@@ -0,0 +1,7 @@
+merb-exceptions
+===============
+A simple Merb plugin to ease exception notifications.
+
+The notifier currently supports two interfaces, Email Alerts and Web
+Hooks. Emails are formatted as plain text and sent using your Merb
+environment's mail settings. Web hooks as sent as post requests.
diff --git a/www/merb-exceptions/Makefile b/www/merb-exceptions/Makefile
new file mode 100644
index 00000000000..779974650e6
--- /dev/null
+++ b/www/merb-exceptions/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 02:59:29 taca Exp $
+
+DISTNAME= merb-exceptions-1.1.3
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.merbivore.com/
+COMMENT= Merb plugin that supports exception notification
+LICENSE= mit
+
+DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=1.1.3:../../www/merb-core
+DEPENDS+= ${RUBY_PKGPREFIX}-merb-mailer>=1.1.3:../../www/merb-mailer
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/merb-exceptions/PLIST b/www/merb-exceptions/PLIST
new file mode 100644
index 00000000000..e67c46125cb
--- /dev/null
+++ b/www/merb-exceptions/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/12 02:59:29 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.markdown
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/TODO
+${GEM_LIBDIR}/lib/merb-exceptions.rb
+${GEM_LIBDIR}/lib/merb-exceptions/default_exception_extensions.rb
+${GEM_LIBDIR}/lib/merb-exceptions/exceptions_helper.rb
+${GEM_LIBDIR}/lib/merb-exceptions/notification.rb
+${GEM_LIBDIR}/lib/merb-exceptions/templates/email.erb
+${GEM_LIBDIR}/lib/merb-exceptions/version.rb
+${GEM_LIBDIR}/spec/default_exception_extensions_spec.rb
+${GEM_LIBDIR}/spec/exceptions_helper_spec.rb
+${GEM_LIBDIR}/spec/notification_spec.rb
+${GEM_LIBDIR}/spec/spec.opts
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/www/merb-exceptions/distinfo b/www/merb-exceptions/distinfo
new file mode 100644
index 00000000000..3427c2860c5
--- /dev/null
+++ b/www/merb-exceptions/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/09/12 02:59:29 taca Exp $
+
+SHA1 (merb-exceptions-1.1.3.gem) = 8643ccd19befad1b15693ee3445860cd65447c1a
+RMD160 (merb-exceptions-1.1.3.gem) = 7dcef231ae38ce84146754e2c956d33760cb6f26
+Size (merb-exceptions-1.1.3.gem) = 9728 bytes