CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]  2010/12/08 14:27:56

Log message:
    Import ruby-rack-mount, one of the dependencies for Rails 3.
    
    Rack::Mount is 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.
    
    ok landry
    
    Status:
    
    Vendor Tag: jeremy
    Release Tags:       jeremy_2010-Dec-08
    
    N ports/www/ruby-rack-mount/Makefile
    N ports/www/ruby-rack-mount/distinfo
    N ports/www/ruby-rack-mount/pkg/DESCR
    N ports/www/ruby-rack-mount/pkg/PLIST
    
    No conflicts created by this import

Reply via email to