diff options
-rw-r--r-- | www/merb-auth-slice-password-reset/DESCR | 2 | ||||
-rw-r--r-- | www/merb-auth-slice-password-reset/Makefile | 17 | ||||
-rw-r--r-- | www/merb-auth-slice-password-reset/PLIST | 37 | ||||
-rw-r--r-- | www/merb-auth-slice-password-reset/distinfo | 5 |
4 files changed, 61 insertions, 0 deletions
diff --git a/www/merb-auth-slice-password-reset/DESCR b/www/merb-auth-slice-password-reset/DESCR new file mode 100644 index 00000000000..845f7b01fdf --- /dev/null +++ b/www/merb-auth-slice-password-reset/DESCR @@ -0,0 +1,2 @@ +Merb Slice that adds basic password-reset functionality to +merb-auth-based merb applications. diff --git a/www/merb-auth-slice-password-reset/Makefile b/www/merb-auth-slice-password-reset/Makefile new file mode 100644 index 00000000000..912c6a7a060 --- /dev/null +++ b/www/merb-auth-slice-password-reset/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 02:57:54 taca Exp $ + +DISTNAME= merb-auth-slice-password-reset-1.1.0 +CATEGORIES= www + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.merbivore.com/ +COMMENT= Merb Slice for password-reset functionality +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-merb-slices>=1.1:../../www/merb-slices +DEPENDS+= ${RUBY_PKGPREFIX}-merb-auth-core>=1.1.1:../../www/merb-auth-core +DEPENDS+= ${RUBY_PKGPREFIX}-merb-auth-more>=1.1.1:../../www/merb-auth-more +DEPENDS+= ${RUBY_PKGPREFIX}-merb-mailer>=1.1.1:../../www/merb-mailer + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/merb-auth-slice-password-reset/PLIST b/www/merb-auth-slice-password-reset/PLIST new file mode 100644 index 00000000000..9c6eb217b7d --- /dev/null +++ b/www/merb-auth-slice-password-reset/PLIST @@ -0,0 +1,37 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/12 02:57:54 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.textile +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/TODO +${GEM_LIBDIR}/app/controllers/application.rb +${GEM_LIBDIR}/app/controllers/passwords.rb +${GEM_LIBDIR}/app/helpers/application_helper.rb +${GEM_LIBDIR}/app/helpers/mailer_helper.rb +${GEM_LIBDIR}/app/mailers/password_reset_mailer.rb +${GEM_LIBDIR}/app/mailers/views/password_reset_mailer/password_reset.text.erb +${GEM_LIBDIR}/app/views/layout/merb_auth_slice_password_reset.html.erb +${GEM_LIBDIR}/app/views/passwords/forgot_password.html.erb +${GEM_LIBDIR}/app/views/passwords/reset.html.erb +${GEM_LIBDIR}/config/init.rb +${GEM_LIBDIR}/lib/merb-auth-slice-password-reset.rb +${GEM_LIBDIR}/lib/merb-auth-slice-password-reset/merbtasks.rb +${GEM_LIBDIR}/lib/merb-auth-slice-password-reset/mixins/senile_user.rb +${GEM_LIBDIR}/lib/merb-auth-slice-password-reset/mixins/senile_user/ar_senile_user.rb +${GEM_LIBDIR}/lib/merb-auth-slice-password-reset/mixins/senile_user/dm_senile_user.rb +${GEM_LIBDIR}/lib/merb-auth-slice-password-reset/mixins/senile_user/mm_senile_user.rb +${GEM_LIBDIR}/lib/merb-auth-slice-password-reset/mixins/senile_user/sq_senile_user.rb +${GEM_LIBDIR}/lib/merb-auth-slice-password-reset/slicetasks.rb +${GEM_LIBDIR}/lib/merb-auth-slice-password-reset/spectasks.rb +${GEM_LIBDIR}/public/javascripts/master.js +${GEM_LIBDIR}/public/stylesheets/master.css +${GEM_LIBDIR}/spec/mailers/password_reset_mailer_spec.rb +${GEM_LIBDIR}/spec/mixins/senile_user_spec.rb +${GEM_LIBDIR}/spec/requests/passwords_spec.rb +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_LIBDIR}/stubs/app/controllers/passwords.rb +${GEM_LIBDIR}/stubs/app/mailers/views/password_reset_mailer/new_password.html.erb +${GEM_LIBDIR}/stubs/app/mailers/views/password_reset_mailer/password_reset.text.erb +${GEM_LIBDIR}/stubs/app/views/passwords/forgot_password.html.erb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/merb-auth-slice-password-reset/distinfo b/www/merb-auth-slice-password-reset/distinfo new file mode 100644 index 00000000000..b86f05b1cd2 --- /dev/null +++ b/www/merb-auth-slice-password-reset/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/09/12 02:57:54 taca Exp $ + +SHA1 (merb-auth-slice-password-reset-1.1.0.gem) = 061e01ac7600ee36c76df3036ffa3fc689c7020e +RMD160 (merb-auth-slice-password-reset-1.1.0.gem) = 87e84f04f34eb5146db4a68783c32b73f5f049ed +Size (merb-auth-slice-password-reset-1.1.0.gem) = 17408 bytes |