diff options
author | taca <taca@pkgsrc.org> | 2010-09-12 02:58:46 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-12 02:58:46 +0000 |
commit | f72419e5fa6a4bd78fe77ea45d4cd20d30715fe5 (patch) | |
tree | db4855f3e37be253975d8185c1277b0b7c5d130d /www/merb-auth | |
parent | eda0c321e1202d4611de36f735baf044e4030aaf (diff) | |
download | pkgsrc-f72419e5fa6a4bd78fe77ea45d4cd20d30715fe5.tar.gz |
Importing *www/merb-auth 1.1.1.
MerbAuth is an authentication framework for use with the
Merb web framework.
Diffstat (limited to 'www/merb-auth')
-rw-r--r-- | www/merb-auth/DESCR | 1 | ||||
-rw-r--r-- | www/merb-auth/Makefile | 17 | ||||
-rw-r--r-- | www/merb-auth/PLIST | 9 | ||||
-rw-r--r-- | www/merb-auth/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/www/merb-auth/DESCR b/www/merb-auth/DESCR new file mode 100644 index 00000000000..ee63a9d1f3c --- /dev/null +++ b/www/merb-auth/DESCR @@ -0,0 +1 @@ +The official authentication plugin for merb. Setup for the default stack. diff --git a/www/merb-auth/Makefile b/www/merb-auth/Makefile new file mode 100644 index 00000000000..7062b72921c --- /dev/null +++ b/www/merb-auth/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 02:58:46 taca Exp $ + +DISTNAME= merb-auth-1.1.1 +CATEGORIES= www + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.merbivore.com/ +COMMENT= Merb plugin that provides authentication support +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=1.1:../../www/merb-core +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-auth-slice-password>=1.1.1:../../www/merb-auth-slice-password + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/merb-auth/PLIST b/www/merb-auth/PLIST new file mode 100644 index 00000000000..3e12f0b8d86 --- /dev/null +++ b/www/merb-auth/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/12 02:58:46 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.rb +${GEM_LIBDIR}/lib/merb-auth/version.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/merb-auth/distinfo b/www/merb-auth/distinfo new file mode 100644 index 00000000000..49c3cd905da --- /dev/null +++ b/www/merb-auth/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/09/12 02:58:46 taca Exp $ + +SHA1 (merb-auth-1.1.1.gem) = 2d0b1405980b9070d5e68978ce5050ca536efc6f +RMD160 (merb-auth-1.1.1.gem) = 5514adbb21b8490918f3aeef33ac63b96c825541 +Size (merb-auth-1.1.1.gem) = 6656 bytes |