f17a3c8a09
= Contributed Plugins and Utilities This package includes a variety of add-on components for Padrino Framework: * exception_notifier - Send errors through mail or/and to redmine * auto_locale - Switch for you automatically the I18n.locale * flash_session - Middleware that help you in passing your session in the URI, when it should be in the cookie. * orm_ar_permalink - Generate permalink for a specified column on ActiveRecord * orm_ar_permalink_i18n - Generate permalink for a specified multi language column(s) on ActiveRecord * orm_ar_translate - Translate for you your ActiveRecord columns * orm_mm_permalink - Generate permalink for a specified column on MongoMapper * orm_mm_search - Full text search in MongoMapper in specified columns * helpers_assets_compressor - Joins and compress your js/css with yui-compressor
14 lines
402 B
Makefile
14 lines
402 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/02/13 15:22:12 taca Exp $
|
|
|
|
DISTNAME= padrino-contrib-0.1.13
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.padrinorb.com/
|
|
COMMENT= Contributed plugins and utilities for Padrino Framework
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-padrino-core>=0.10.7:../../www/ruby-padrino-core
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|