Port of the Zend Optimizer for PHP 4.3 and FreeBSD 4. The Zend Optimizer is a free application that runs the files encoded by the Zend Encoder and Zend SafeGuard Suite, while enhancing the running speed of PHP applications. Benefits: - Enables users to run files encoded by the Zend Encoder - Increases runtime performance up to 40%. WWW: http://www.zend.com/store/products/zend-optimizer.php
The old tarball isn't there anymore, but there is a 2.1.0b one. For it, the do-install target has to be: do-install: ${MKDIR} ${PREFIX}/lib/php/${EXT_DIR} ${INSTALL_DATA} ${WRKSRC}/data/4_3_x_comp/ZendOptimizer.so \ ${PREFIX}/lib/php/${EXT_DIR}/ZendOptimizer.so ${INSTALL_DATA} ${WRKSRC}/data/4_3_x_comp/TS/ZendOptimizer.so \ ${PREFIX}/lib/php/${EXT_DIR}/ZendOptimizer_TS.so .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/data/doc/* ${DOCSDIR} .endif Do you agree with this? Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php
Responsible Changed From-To: freebsd-ports-bugs->edwin Over to volunteer.
State Changed From-To: open->closed Commited, thanks!