aboutsummaryrefslogtreecommitdiff
path: root/math/pecl-trader
Commit message (Collapse)AuthorAgeFilesLines
* Add missing IGNORE_WITH_PHP for various pecl-ports.Torsten Zuehlsdorff2017-12-141-1/+1
| | | | | | | | | | | | | After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2 i set the IGNORE_WITH_PHP accordingly to the fallout. PR: 222165 Reported by: brnd Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D13476 Notes: svn path=/head/; revision=456296
* Convert all PECL ports to USES=php:pecl.Mathieu Arnold2017-04-101-5/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281 Notes: svn path=/head/; revision=438175
* - Update WWW: pecl.php.net uses https://Sunpoet Po-Chuan Hsieh2016-12-131-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=428488
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022 Notes: svn path=/head/; revision=419514
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-281-2/+1
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* - Ignore php70Martin Wilke2016-02-181-2/+1
| | | | | | | - While here remove old php gruft Notes: svn path=/head/; revision=409110
* The trader extension is a free open source stock library based on TA-Lib.Pawel Pekala2014-02-113-0/+32
It's dedicated to trading software developers requiring to perform technical analysis of financial market data. Alongside many indicators like ADX, MACD, RSI, Stochastic, TRIX the candlestick pattern recognition and several vector arithmetic and algebraic functions are present. WWW: http://pecl.php.net/package/trader/ PR: ports/186226 Submitted by: Jim Ohlstein <jim@ohlste.in> Notes: svn path=/head/; revision=343761