Port details |
- smarty4 PHP compiling template engine
- 4.5.6 www
=2 4.5.5Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-03-31 18:57:04
- Last Update: 2025-09-07 23:03:23
- Commit Hash: 3987eb2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: LGPL3+
- WWW:
- https://www.smarty.net/
- https://github.com/smarty-php/smarty
- Description:
- 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.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- smarty4${PHP_PKGNAMESUFFIX}>0:www/smarty4
- To install the port:
- cd /usr/ports/www/smarty4/ && make install clean
- To add the package, run one of these commands:
- pkg install www/smarty4
- pkg install smarty4-php83
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: smarty4-php83
- Package flavors (<flavor>: <package>)
- php83: smarty4-php83
- php81: smarty4-php81
- php82: smarty4-php82
- php84: smarty4-php84
- php85: smarty4-php85
- distinfo:
- TIMESTAMP = 1757120556
SHA256 (smarty-php-smarty-v4.5.6_GH0.tar.gz) = f617b86983b3c7115222c44d63d874630f9d4b4bd88cf1ef603b3ab138c67079
SIZE (smarty-php-smarty-v4.5.6_GH0.tar.gz) = 364180
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php83
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_smarty4
- USES:
- cpe php:flavors,web
- pkg-message:
- For install:
- You need to adjust php's include_path to contain /usr/local/share/smarty-php83!
For example, insert
include_path = ".:/usr/local/share/smarty-php83"
into /usr/local/etc/php.ini.
- Master Sites:
|