aboutsummaryrefslogtreecommitdiff
path: root/www/smarty3
Commit message (Collapse)AuthorAgeFilesLines
* www/smarty3: update to 3.1.14William Grzybowski2013-07-022-7/+7
| | | | | | | | | | | | | | - Update to 3.1.14 [1] - Unmute install commands - Remove leading article from COMMENT Changes: http://smarty-php.googlecode.com/svn/trunk/distribution/change_log.txt PR: ports/180152 Submitted by: Michael Fausten <ports@michael-fausten.de> (maintainer) Notes: svn path=/head/; revision=322166
* - Update to 3.1.13Frederic Culot2013-06-062-3/+3
| | | | | | | | | Changes: http://code.google.com/p/smarty-php/source/browse/trunk/distribution/change_log.txt PR: ports/179324 Submitted by: Michael Fausten <fausten@pw-internet.de> (maintainer, from another address) Notes: svn path=/head/; revision=320097
* NOTE: This port tracks Smarty 3.x, while www/smarty2 tracks Smarty 2.xGreg Larkin2012-09-285-0/+175
Smarty is a template engine for PHP. Many other template engines for PHP provide basic variable substitution and dynamic block functionality. Smarty takes a step further to be a "smart" template engine, adding features such as configuration files, template functions, and variable modifiers, and making all of this functionality as easy as possible to use for both programmers and template designers. Smarty also converts the templates into PHP scripts, eliminating the need to parse the templates on every invocation. This makes Smarty extremely scalable and managable for large application needs. WWW: http://www.smarty.net/ Notes: svn path=/head/; revision=305003