summaryrefslogtreecommitdiff
path: root/www/merbful-authentication
diff options
context:
space:
mode:
authorjlam <jlam>2008-04-04 15:25:21 +0000
committerjlam <jlam>2008-04-04 15:25:21 +0000
commit7fcaabb102844a7b6870a4a2619c8e7952a4bbe3 (patch)
treedb5279fd49589843126f576def0cbb3e3a16cce4 /www/merbful-authentication
parent9c7dce0bc7eca488d279fe65651b5a47e481659f (diff)
downloadpkgsrc-7fcaabb102844a7b6870a4a2619c8e7952a4bbe3.tar.gz
Initial import of merbful-authentication-0.9.2 as
www/merbful-authentication. Merbful-authentiation is a RESTful authentication plugin for the Merb application framework.
Diffstat (limited to 'www/merbful-authentication')
-rw-r--r--www/merbful-authentication/DESCR2
-rw-r--r--www/merbful-authentication/Makefile14
-rw-r--r--www/merbful-authentication/PLIST99
-rw-r--r--www/merbful-authentication/distinfo5
4 files changed, 120 insertions, 0 deletions
diff --git a/www/merbful-authentication/DESCR b/www/merbful-authentication/DESCR
new file mode 100644
index 00000000000..85f88fd5a54
--- /dev/null
+++ b/www/merbful-authentication/DESCR
@@ -0,0 +1,2 @@
+Merbful-authentiation is a RESTful authentication plugin for the Merb
+application framework.
diff --git a/www/merbful-authentication/Makefile b/www/merbful-authentication/Makefile
new file mode 100644
index 00000000000..3a03ffaa037
--- /dev/null
+++ b/www/merbful-authentication/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:25:21 jlam Exp $
+
+DISTNAME= merbful_authentication-0.9.2
+PKGNAME= ${DISTNAME:S/_/-/g}
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= RESTful authentication plugin for Merb
+
+DEPENDS+= merb-core>=0.9.2:../../www/merb-core
+DEPENDS+= merb-gen>=0.9.2:../../www/merb-gen
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/merbful-authentication/PLIST b/www/merbful-authentication/PLIST
new file mode 100644
index 00000000000..962f658baa8
--- /dev/null
+++ b/www/merbful-authentication/PLIST
@@ -0,0 +1,99 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:25:21 jlam Exp $
+${GEM_HOME}/cache/merbful_authentication-${PKGVERSION}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/TODO
+${GEM_LIBDIR}/activerecord_generators/merbful_authentication_model/merbful_authentication_model_generator.rb
+${GEM_LIBDIR}/activerecord_generators/merbful_authentication_model/templates/app/models/%singular_name%.rb
+${GEM_LIBDIR}/activerecord_generators/merbful_authentication_model/templates/lib/authenticated_system/authenticated_system_orm_map.rb
+${GEM_LIBDIR}/activerecord_generators/merbful_authentication_model/templates/schema/migrations/%migration_file_name%.rb
+${GEM_LIBDIR}/datamapper_generators/merbful_authentication_model/merbful_authentication_model_generator.rb
+${GEM_LIBDIR}/datamapper_generators/merbful_authentication_model/templates/app/models/%singular_name%.rb
+${GEM_LIBDIR}/datamapper_generators/merbful_authentication_model/templates/lib/authenticated_system/authenticated_system_orm_map.rb
+${GEM_LIBDIR}/lib/merbful_authentication.rb
+${GEM_LIBDIR}/lib/merbful_authentication/merbtasks.rb
+${GEM_LIBDIR}/merb_default_generators/merbful_authentication_model/merbful_authentication_model_generator.rb
+${GEM_LIBDIR}/merb_generators/authenticated/USAGE
+${GEM_LIBDIR}/merb_generators/authenticated/authenticated_generator.rb
+${GEM_LIBDIR}/merb_generators/authenticated/templates/app/controllers/%controller_name%.rb
+${GEM_LIBDIR}/merb_generators/authenticated/templates/app/controllers/%model_controller_name%.rb
+${GEM_LIBDIR}/merb_generators/authenticated/templates/app/mailers/%singular_name%_mailer.rb
+${GEM_LIBDIR}/merb_generators/authenticated/templates/app/mailers/views/%singular_name%_mailer/activation_notification.html.erb
+${GEM_LIBDIR}/merb_generators/authenticated/templates/app/mailers/views/%singular_name%_mailer/activation_notification.text.erb
+${GEM_LIBDIR}/merb_generators/authenticated/templates/app/mailers/views/%singular_name%_mailer/signup_notification.html.erb
+${GEM_LIBDIR}/merb_generators/authenticated/templates/app/mailers/views/%singular_name%_mailer/signup_notification.text.erb
+${GEM_LIBDIR}/merb_generators/authenticated/templates/app/views/%controller_name%/new.html.erb
+${GEM_LIBDIR}/merb_generators/authenticated/templates/app/views/%model_controller_name%/new.html.erb
+${GEM_LIBDIR}/merb_generators/authenticated/templates/lib/authenticated_system/authenticated_dependencies.rb
+${GEM_LIBDIR}/merb_generators/authenticated/templates/lib/authenticated_system/authenticated_routes.rb
+${GEM_LIBDIR}/merb_generators/authenticated/templates/lib/authenticated_system/authenticated_system_controller.rb
+${GEM_LIBDIR}/merb_generators/authenticated/templates/lib/authenticated_system/authenticated_system_model.rb
+${GEM_LIBDIR}/rspec_generators/merbful_authentication_tests/merbful_authentication_tests_generator.rb
+${GEM_LIBDIR}/rspec_generators/merbful_authentication_tests/templates/spec/%singular_name%_spec_helper.rb
+${GEM_LIBDIR}/rspec_generators/merbful_authentication_tests/templates/spec/authenticated_system_spec_helper.rb
+${GEM_LIBDIR}/rspec_generators/merbful_authentication_tests/templates/spec/controllers/%controller_file_path%_spec.rb
+${GEM_LIBDIR}/rspec_generators/merbful_authentication_tests/templates/spec/controllers/%model_controller_file_path%_spec.rb
+${GEM_LIBDIR}/rspec_generators/merbful_authentication_tests/templates/spec/mailers/%singular_name%_mailer_spec.rb
+${GEM_LIBDIR}/rspec_generators/merbful_authentication_tests/templates/spec/models/%singular_name%_spec.rb
+${GEM_LIBDIR}/sequel_generators/merbful_authentication_model/lib/merbful_authentication_model_generator.rb
+${GEM_LIBDIR}/test_unit_generators/merbful_authentication_tests/merbful_authentication_tests_generator.rb
+${GEM_LIBDIR}/test_unit_generators/merbful_authentication_tests/templates/test/%file_name%_test_helper.rb
+${GEM_LIBDIR}/test_unit_generators/merbful_authentication_tests/templates/test/authenticated_system_test_helper.rb
+${GEM_LIBDIR}/test_unit_generators/merbful_authentication_tests/templates/test/functional/%controller_file_path%_test.rb
+${GEM_LIBDIR}/test_unit_generators/merbful_authentication_tests/templates/test/functional/%model_controller_file_path%_test.rb
+${GEM_LIBDIR}/test_unit_generators/merbful_authentication_tests/templates/test/mailers/%singular_name%_mailer_test.rb
+${GEM_LIBDIR}/test_unit_generators/merbful_authentication_tests/templates/test/unit/%singular_name%_test.rb
+${GEM_HOME}/specifications/merbful_authentication-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/test_unit_generators/merbful_authentication_tests/templates/test/unit
+@dirrm ${GEM_LIBDIR}/test_unit_generators/merbful_authentication_tests/templates/test/mailers
+@dirrm ${GEM_LIBDIR}/test_unit_generators/merbful_authentication_tests/templates/test/functional
+@dirrm ${GEM_LIBDIR}/test_unit_generators/merbful_authentication_tests/templates/test
+@dirrm ${GEM_LIBDIR}/test_unit_generators/merbful_authentication_tests/templates
+@dirrm ${GEM_LIBDIR}/test_unit_generators/merbful_authentication_tests
+@dirrm ${GEM_LIBDIR}/test_unit_generators
+@dirrm ${GEM_LIBDIR}/sequel_generators/merbful_authentication_model/lib
+@dirrm ${GEM_LIBDIR}/sequel_generators/merbful_authentication_model
+@dirrm ${GEM_LIBDIR}/sequel_generators
+@dirrm ${GEM_LIBDIR}/rspec_generators/merbful_authentication_tests/templates/spec/models
+@dirrm ${GEM_LIBDIR}/rspec_generators/merbful_authentication_tests/templates/spec/mailers
+@dirrm ${GEM_LIBDIR}/rspec_generators/merbful_authentication_tests/templates/spec/controllers
+@dirrm ${GEM_LIBDIR}/rspec_generators/merbful_authentication_tests/templates/spec
+@dirrm ${GEM_LIBDIR}/rspec_generators/merbful_authentication_tests/templates
+@dirrm ${GEM_LIBDIR}/rspec_generators/merbful_authentication_tests
+@dirrm ${GEM_LIBDIR}/rspec_generators
+@dirrm ${GEM_LIBDIR}/merb_generators/authenticated/templates/lib/authenticated_system
+@dirrm ${GEM_LIBDIR}/merb_generators/authenticated/templates/lib
+@dirrm ${GEM_LIBDIR}/merb_generators/authenticated/templates/app/views/%model_controller_name%
+@dirrm ${GEM_LIBDIR}/merb_generators/authenticated/templates/app/views/%controller_name%
+@dirrm ${GEM_LIBDIR}/merb_generators/authenticated/templates/app/views
+@dirrm ${GEM_LIBDIR}/merb_generators/authenticated/templates/app/mailers/views/%singular_name%_mailer
+@dirrm ${GEM_LIBDIR}/merb_generators/authenticated/templates/app/mailers/views
+@dirrm ${GEM_LIBDIR}/merb_generators/authenticated/templates/app/mailers
+@dirrm ${GEM_LIBDIR}/merb_generators/authenticated/templates/app/controllers
+@dirrm ${GEM_LIBDIR}/merb_generators/authenticated/templates/app
+@dirrm ${GEM_LIBDIR}/merb_generators/authenticated/templates
+@dirrm ${GEM_LIBDIR}/merb_generators/authenticated
+@dirrm ${GEM_LIBDIR}/merb_generators
+@dirrm ${GEM_LIBDIR}/merb_default_generators/merbful_authentication_model
+@dirrm ${GEM_LIBDIR}/merb_default_generators
+@dirrm ${GEM_LIBDIR}/lib/merbful_authentication
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}/datamapper_generators/merbful_authentication_model/templates/lib/authenticated_system
+@dirrm ${GEM_LIBDIR}/datamapper_generators/merbful_authentication_model/templates/lib
+@dirrm ${GEM_LIBDIR}/datamapper_generators/merbful_authentication_model/templates/app/models
+@dirrm ${GEM_LIBDIR}/datamapper_generators/merbful_authentication_model/templates/app
+@dirrm ${GEM_LIBDIR}/datamapper_generators/merbful_authentication_model/templates
+@dirrm ${GEM_LIBDIR}/datamapper_generators/merbful_authentication_model
+@dirrm ${GEM_LIBDIR}/datamapper_generators
+@dirrm ${GEM_LIBDIR}/activerecord_generators/merbful_authentication_model/templates/schema/migrations
+@dirrm ${GEM_LIBDIR}/activerecord_generators/merbful_authentication_model/templates/schema
+@dirrm ${GEM_LIBDIR}/activerecord_generators/merbful_authentication_model/templates/lib/authenticated_system
+@dirrm ${GEM_LIBDIR}/activerecord_generators/merbful_authentication_model/templates/lib
+@dirrm ${GEM_LIBDIR}/activerecord_generators/merbful_authentication_model/templates/app/models
+@dirrm ${GEM_LIBDIR}/activerecord_generators/merbful_authentication_model/templates/app
+@dirrm ${GEM_LIBDIR}/activerecord_generators/merbful_authentication_model/templates
+@dirrm ${GEM_LIBDIR}/activerecord_generators/merbful_authentication_model
+@dirrm ${GEM_LIBDIR}/activerecord_generators
+@dirrm ${GEM_LIBDIR}
+@exec ${MKDIR} %D/${GEM_DOCDIR}/rdoc/classes
diff --git a/www/merbful-authentication/distinfo b/www/merbful-authentication/distinfo
new file mode 100644
index 00000000000..3bd2d69816e
--- /dev/null
+++ b/www/merbful-authentication/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:25:21 jlam Exp $
+
+SHA1 (merbful_authentication-0.9.2.gem) = 308e49336d19caa0c4210c78ca77bdc7ab7134bb
+RMD160 (merbful_authentication-0.9.2.gem) = 891ade3dea648888a51961fa15d4bb2cb30a6a6a
+Size (merbful_authentication-0.9.2.gem) = 23040 bytes