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.
This commit is contained in:
taca 2010-09-12 02:59:29 +00:00
parent e2a62c991c
commit bd25e006dc
4 changed files with 45 additions and 0 deletions

View file

@ -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.

View file

@ -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"

18
www/merb-exceptions/PLIST Normal file
View file

@ -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

View file

@ -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