CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]  2010/12/20 11:17:03

Log message:
    Import ruby-liquid 2.2.2, dependency of ruby-jekyll
    
    Liquid is a template engine which I wrote for very specific
    requirements:
    
    * It has to have beautiful and simple markup. Template engines which
    don't produce good looking markup are no fun to use.
    
    * It needs to be non evaling and secure. Liquid templates are made so
    that users can edit them. You don't want to run code on your server
    which your users wrote.
    
    * It has to be stateless. Compile and render steps have to be seperate
    so that the expensive parsing and compiling can be done once and later
    on you can just render it passing in a hash with local variables and
    objects.
    
    Status:
    
    Vendor Tag: jeremy
    Release Tags:       jeremy_2010-Dec-20
    
    N ports/textproc/ruby-liquid/Makefile
    N ports/textproc/ruby-liquid/distinfo
    N ports/textproc/ruby-liquid/pkg/DESCR
    N ports/textproc/ruby-liquid/pkg/PLIST
    
    No conflicts created by this import

Reply via email to