summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-09-12Importing mail/ruby-actionmailer3 3.0.0.taca4-0/+54
Action Mailer is a framework for designing email-service layers. These layers are used to consolidate code for sending out forgotten passwords, welcome wishes on signup, invoices for billing, and any other use case that requires a written notification to either a person or another system. Action Mailer is in essence a wrapper around Action Controller and the Mail gem. It provides a way to make emails using templates in the same way that Action Controller renders views using templates. Additionally, an Action Mailer class can be used to process incoming email, such as allowing a weblog to accept new posts from an email (which could even have been sent from a phone). (This is part of Ruby on Rails 3.)
2010-09-12Importing www/ruby-actionpack3 3.0.0.taca4-0/+199
Action Pack is a framework for handling and responding to web requests. It provides mechanisms for *routing* (mapping request URLs to actions), defining *controllers* that implement actions, and generating responses by rendering *views*, which are templates of various formats. In short, Action Pack provides the view and controller layers in the MVC paradigm. (This is part of Ruby on Rails 3.)
2010-09-12Importing www/ruby-activeresource3 3.0.0.taca4-0/+48
Active Resource (ARes) connects business objects and Representational State Transfer (REST) web services. It implements object-relational mapping for REST web services to provide transparent proxying capabilities between a client (ActiveResource) and a RESTful service (which is provided by Simply RESTful routing in ActionController::Resources). (This is part of Ruby on Rails 3.)
2010-09-12Importing devel/ruby-activemodel 3.0.0.taca4-0/+65
Active Model provides a known set of interfaces for usage in model classes. They allow for Action Pack helpers to interact with non-ActiveRecord models, for example. Active Model also helps building custom ORMs for use outside of the Rails framework. (This is part of Ruby on Rails 3.)
2010-09-12Importing of databases/ruby-arel 1.0.1.taca4-0/+197
## Abstract ## Arel is a Relational Algebra for Ruby. 1) simplifies the generation complex of SQL queries 2) adapts to various RDBMS systems It is intended to be a framework framework; that is, you can build your own ORM with it, focusing on innovative object and collection modeling as opposed to database compatibility and query generation. ## Status ## For the moment, Arel uses ActiveRecord's connection adapters to connect to the various engines, connection pooling, perform quoting, and do type conversion. On the horizon is the use of DataObjects instead. The long term goal, following both LINQ and DataMapper, is to have Arel adapt to engines beyond RDBMS, including XML, IMAP, YAML, etc.
2010-09-12Importing devel/ruby-activesupport3 3.0.0.taca4-0/+232
A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing. (This is part of Ruby on Rails 3.)
2010-09-12Note addtion of these packages:taca1-1/+5
devel/ruby-i18n 0.4.1 devel/ruby-thor 0.14.0 www/ruby-rack-mount 0.6.13 www/ruby-rack-test 0.5.4
2010-09-12Add and enable ruby-rack-mount and ruby-rack-test.taca1-1/+3
2010-09-12Add and enable ruby-i18n and ruby-thor.taca1-1/+3
2010-09-12Importing ruby-rack-test 0.5.4.taca4-0/+52
Rack::Test is a small, simple testing API for Rack apps. It can be used on its own or as a reusable starting point for Web frameworks and testing libraries to build on. Most of its initial functionality is an extraction of Merb 1.0's request helpers feature.
2010-09-12Importing www/ruby-rack-mount 0.6.13.taca4-0/+67
A stackable dynamic tree based Rack router. Rack::Mount supports Rack's +X-Cascade+ convention to continue trying routes if the response returns +pass+. This allows multiple routes to be nested or stacked on top of each other. Since the application endpoint can trigger the router to continue matching, middleware can be used to add arbitrary conditions to any route. This allows you to route based on other request attributes, session information, or even data dynamically pulled from a database.
2010-09-12Importing devel/ruby-thor 0.14.0.taca5-0/+110
Thor is a simple and efficient tool for building self-documenting command line utilities. It removes the pain of parsing command line options, writing "USAGE:" banners, and can also be used as an alternative to the [Rake](http://github.com/jimweirich/rake) build tool. The syntax is Rake-like, so it should be familiar to most Rake users.
2010-09-12Importing devel/ruby-i18n 0.4.1.taca5-0/+104
Ruby I18n Ruby Internationalization and localization solution. Features: * translation and localization * interpolation of values to translations (Ruby 1.9 compatible syntax) * pluralization (CLDR compatible) * customizable transliteration to ASCII * flexible defaults * bulk lookup * lambdas as translation data * custom key/scope separator * custom exception handlers * extensible architecture with a swappable backend Pluggable features: * Cache * Pluralization: lambda pluralizers stored as translation data * Locale fallbacks, RFC4647 compliant (optionally: RFC4646 locale validation) * Gettext support * Translation metadata Alternative backends: * Chain * ActiveRecord (optionally: ActiveRecord::Missing and ActiveRecord::StoreProcs) * KeyValue (uses active_support/json and cannot store procs)
2010-09-12Note addtion of ruby19-base and ruby19 1.9.2pl0 packages.taca1-1/+3
2010-09-12Now enable ruby19!taca1-3/+3
2010-09-12Add and enable ruby19 and ruby19-base.taca1-1/+3
2010-09-12Importing lang/ruby19 package, a meta package which covers ruby19-base,taca2-0/+33
ruby19-gdbm, ruby19-curses, ruby19-readline and ruby19-tk.
2010-09-12Importing ruby19-base 1.9.2pl0.taca31-0/+1760
This package is Ruby 1.9 based release. And this new release has several features and some incompatibility. Please refer changes from Ruby 1.8.7: http://svn.ruby-lang.org/repos/ruby/tags/v1_9_1_0/NEWS http://svn.ruby-lang.org/repos/ruby/tags/v1_9_2_0/NEWS *Note* NetBSD isn't "supported" but "perhaps" platform by Ruby. Please refer about it "Supported Platform" in http://www.ruby-lang.org/en/news/2010/08/18/ruby-1-9-2-is-released/.
2010-09-12Note update of www/raggle package to 0.4.4nb4.taca1-1/+2
2010-09-12* Add CONFLICTS since it will install the same name commands bothtaca1-1/+3
ruby18 and ruby19 based packages.
2010-09-12* Add LICENSE.taca3-6/+298
* use semicolon instead of colon to make work on ruby19. Bump PKGREVISION.
2010-09-12* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+6
* Add LICENSE. * Ajust new ruby package's framework.
2010-09-12Note pdate of devel/ruby-racc package to 1.4.6.taca1-1/+2
2010-09-12Update ruby-racc package to 1.4.6.taca4-38/+60
* Add LICENSE. * Ajust new ruby package's framework. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages. * Add patch to suport both ruby18 and ruby19. === 1.4.6 * Bugfixes * bin/racc -g option renamed to -t * racc/compiler.rb is removed * '|' is allowed with meta rules * Ruby 1.8.7 compatibility fixes * Ruby 1.9 compatibility fixes
2010-09-12Note addtion of these merb packages:taca1-1/+27
www/merb-auth 1.1.1 www/merb-auth-core 1.1.1 www/merb-auth-more 1.1.1 www/merb-auth-slice-password 1.1.1 www/merb-auth-slice-password-reset 1.1.0 www/merb-exceptions 1.1.3 www/merb-slices 1.1.3 And update of these merb packages: www/merb 1.1.3 www/merb-action-args 1.1.3 www/merb-activerecord 1.0.0.1 www/merb-assets 1.1.3 www/merb-builder 0.9.8 www/merb-cache 1.1.3 www/merb-core 1.1.3 www/merb-datamapper 1.1.2 www/merb-gen 1.1.3 www/merb-haml 1.1.3 www/merb-has-flash 1.0 www/merb-helpers 1.1.3 www/merb-mailer 1.1.3 www/merb-more 1.0.15 www/merb-param-protection 1.1.3 www/merb-parts 0.9.8 www/merb-sequel 1.1.1 www/merb-stories 0.9.13 www/merb-test-unit 0.9.13
2010-09-12Update www/merb-more pacakge to 1.0.15.taca2-16/+20
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. * Update dependency according to gemspec. Changes are unknown.
2010-09-12Add and enable these packages:taca1-1/+8
merb-auth merb-auth-core merb-auth-more merb-auth-slice-password merb-auth-slice-password-reset merb-exceptions merb-slices
2010-09-12Update www/merb package to 1.1.3.taca3-14/+27
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. * Update dependency according to gemspec. Exact changes are unknown but many.
2010-09-12Importing www/merb-slices 1.1.3.taca4-0/+123
Merb plugin for using and creating application 'slices' which help you modularize your application.
2010-09-12Importing www/merb-exceptions 1.1.3.taca4-0/+45
merb-exceptions =============== A simple Merb plugin to ease exception notifications. The notifier currently supports two interfaces, Email Alerts and Web Hooks. Emails are formatted as plain text and sent using your Merb environment's mail settings. Web hooks as sent as post requests.
2010-09-12Importing *www/merb-auth 1.1.1.taca4-0/+32
MerbAuth is an authentication framework for use with the Merb web framework.
2010-09-12Importing www/merb-auth-slice-password-reset 1.1.0.taca4-0/+61
Merb Slice that adds basic password-reset functionality to merb-auth-based merb applications.
2010-09-12Importing www/merb-auth-slice-password 1.1.1.taca4-0/+47
Merb Slice that provides UI for password strategy of merb-auth.
2010-09-12Importing www/merb-auth-more package 1.1.1.taca4-0/+50
Additional resources for use with the merb-auth-core authentication framework.
2010-09-12Importing www/merb-auth-core 1.1.1.taca4-0/+54
MerbAuth is an authentication framework for use with the Merb web framework.
2010-09-12Update www/merb-test-unit package to 0.9.13.taca3-17/+13
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-12Update www/merb-stories package to 0.9.13.taca3-21/+21
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update MASTER_SITES * Ajust new ruby package's framework. * Update dependency according to gemspec. Changes are unknown.
2010-09-12Update www/merb-sequel to 1.1.1.taca4-50/+41
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-12Update www/merb-parts package to 0.9.8.taca3-11/+26
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-12Update www/merb-param-protection pacakge to 1.1.3.taca4-28/+18
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-12Update www/merb-mailer pacakge to 1.1.3.taca3-13/+37
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-12Update www/merb-helpers to 1.1.3.taca3-17/+232
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-12Update www/merb-has-flash to 1.0.taca3-12/+17
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-12Update www/merb-haml package to 1.1.3.taca3-12/+48
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. * Update dependency according to gemspec. Changes are unknown.
2010-09-12Update www/merb-gen to 1.1.3.taca3-105/+177
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. * Update dependency according to gemspec. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages. Changes are unknown.
2010-09-12Update www/merb-datamapper to 1.1.2.taca3-34/+41
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Update dependency according to gemspec. Changes are unknown.
2010-09-12Update www/merb-cache package to 1.1.3.taca3-24/+44
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Update dependency according to gemspec. Changes are unknown.
2010-09-12Update www/merb-builder to 0.9.8.taca3-12/+24
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Update dependency according to gemspec. Changes are unknown.
2010-09-12Update www/merb-assets to 1.1.3.taca3-11/+19
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. * Update dependency according to gemspec. Changes are unknown.
2010-09-12Update www/merb-activerecord to 1.0.0.1taca3-32/+27
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Update dependency according to gemspec. Changes are unknown.