diff options
author | taca <taca@pkgsrc.org> | 2010-09-12 02:54:50 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-12 02:54:50 +0000 |
commit | 7c6fbb9ec8c712113835fa5d79abf50db9ef127c (patch) | |
tree | 3878e3ce903d75e9d526f24bd33949381f03241d | |
parent | 3d6d532237bea310434096e10c6ef3f82166460b (diff) | |
download | pkgsrc-7c6fbb9ec8c712113835fa5d79abf50db9ef127c.tar.gz |
Importing www/merb-auth-core 1.1.1.
MerbAuth is an authentication framework for use with the
Merb web framework.
-rw-r--r-- | www/merb-auth-core/DESCR | 3 | ||||
-rw-r--r-- | www/merb-auth-core/Makefile | 14 | ||||
-rw-r--r-- | www/merb-auth-core/PLIST | 32 | ||||
-rw-r--r-- | www/merb-auth-core/distinfo | 5 |
4 files changed, 54 insertions, 0 deletions
diff --git a/www/merb-auth-core/DESCR b/www/merb-auth-core/DESCR new file mode 100644 index 00000000000..e9415f70efe --- /dev/null +++ b/www/merb-auth-core/DESCR @@ -0,0 +1,3 @@ +MerbAuth is an authentication framework for use with the +Merb web framework. + diff --git a/www/merb-auth-core/Makefile b/www/merb-auth-core/Makefile new file mode 100644 index 00000000000..ccdc1bcbd26 --- /dev/null +++ b/www/merb-auth-core/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 02:54:50 taca Exp $ + +DISTNAME= merb-auth-core-1.1.1 +CATEGORIES= www + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.merbivore.com/ +COMMENT= MerbAuth is an authentication framework core +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=1.1:../../www/merb-core + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/merb-auth-core/PLIST b/www/merb-auth-core/PLIST new file mode 100644 index 00000000000..9817f4d160d --- /dev/null +++ b/www/merb-auth-core/PLIST @@ -0,0 +1,32 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/12 02:54:50 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.textile +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/TODO +${GEM_LIBDIR}/lib/merb-auth-core.rb +${GEM_LIBDIR}/lib/merb-auth-core/authenticated_helper.rb +${GEM_LIBDIR}/lib/merb-auth-core/authentication.rb +${GEM_LIBDIR}/lib/merb-auth-core/bootloader.rb +${GEM_LIBDIR}/lib/merb-auth-core/callbacks.rb +${GEM_LIBDIR}/lib/merb-auth-core/customizations.rb +${GEM_LIBDIR}/lib/merb-auth-core/errors.rb +${GEM_LIBDIR}/lib/merb-auth-core/merbtasks.rb +${GEM_LIBDIR}/lib/merb-auth-core/responses.rb +${GEM_LIBDIR}/lib/merb-auth-core/router_helper.rb +${GEM_LIBDIR}/lib/merb-auth-core/session_mixin.rb +${GEM_LIBDIR}/lib/merb-auth-core/strategy.rb +${GEM_LIBDIR}/lib/merb-auth-core/version.rb +${GEM_LIBDIR}/spec/helpers/authentication_helper_spec.rb +${GEM_LIBDIR}/spec/merb-auth-core/activation_fixture.rb +${GEM_LIBDIR}/spec/merb-auth-core/authentication_spec.rb +${GEM_LIBDIR}/spec/merb-auth-core/callbacks_spec.rb +${GEM_LIBDIR}/spec/merb-auth-core/customizations_spec.rb +${GEM_LIBDIR}/spec/merb-auth-core/errors_spec.rb +${GEM_LIBDIR}/spec/merb-auth-core/failed_login_spec.rb +${GEM_LIBDIR}/spec/merb-auth-core/merb-auth-core_spec.rb +${GEM_LIBDIR}/spec/merb-auth-core/router_helper_spec.rb +${GEM_LIBDIR}/spec/merb-auth-core/strategy_spec.rb +${GEM_LIBDIR}/spec/spec.opts +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/merb-auth-core/distinfo b/www/merb-auth-core/distinfo new file mode 100644 index 00000000000..ab79ee91b86 --- /dev/null +++ b/www/merb-auth-core/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/09/12 02:54:50 taca Exp $ + +SHA1 (merb-auth-core-1.1.1.gem) = 6cf28bd07915c62e4b333050e851922ab7109cc4 +RMD160 (merb-auth-core-1.1.1.gem) = 76c2f18a9acd381c483bee8405fe921ded923f69 +Size (merb-auth-core-1.1.1.gem) = 23040 bytes |