pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/merbful-authentication Initial import of merbful-a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/efcae1a12e1a
branches: trunk
changeset: 540557:efcae1a12e1a
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Apr 04 15:25:21 2008 +0000
description:
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:
www/merbful-authentication/DESCR | 2 +
www/merbful-authentication/Makefile | 14 +++++
www/merbful-authentication/PLIST | 99 +++++++++++++++++++++++++++++++++++++
www/merbful-authentication/distinfo | 5 +
4 files changed, 120 insertions(+), 0 deletions(-)
diffs (136 lines):
diff -r 2660350831ec -r efcae1a12e1a www/merbful-authentication/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/merbful-authentication/DESCR Fri Apr 04 15:25:21 2008 +0000
@@ -0,0 +1,2 @@
+Merbful-authentiation is a RESTful authentication plugin for the Merb
+application framework.
diff -r 2660350831ec -r efcae1a12e1a www/merbful-authentication/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/merbful-authentication/Makefile Fri Apr 04 15:25:21 2008 +0000
@@ -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@localhost
+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 -r 2660350831ec -r efcae1a12e1a www/merbful-authentication/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/merbful-authentication/PLIST Fri Apr 04 15:25:21 2008 +0000
@@ -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 -r 2660350831ec -r efcae1a12e1a www/merbful-authentication/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/merbful-authentication/distinfo Fri Apr 04 15:25:21 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index