The trader extension is a free open source stock library based on TA-Lib. 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/ Generated with FreeBSD Port Tools 0.99_11 (mode: new)
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
Author: pawel Date: Tue Feb 11 15:31:02 2014 New Revision: 343761 URL: http://svnweb.freebsd.org/changeset/ports/343761 QAT: https://qat.redports.org/buildarchive/r343761/ Log: The trader extension is a free open source stock library based on TA-Lib. 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> Added: head/math/pecl-trader/ head/math/pecl-trader/Makefile (contents, props changed) head/math/pecl-trader/distinfo (contents, props changed) head/math/pecl-trader/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Feb 11 15:19:40 2014 (r343760) +++ head/math/Makefile Tue Feb 11 15:31:02 2014 (r343761) @@ -520,6 +520,7 @@ SUBDIR += pecl-big_int SUBDIR += pecl-bitset SUBDIR += pecl-stats + SUBDIR += pecl-trader SUBDIR += petsc SUBDIR += php5-bcmath SUBDIR += php5-gmp Added: head/math/pecl-trader/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pecl-trader/Makefile Tue Feb 11 15:31:02 2014 (r343761) @@ -0,0 +1,22 @@ +# Created by: Jim Ohlstein <jim@ohlste.in> +# $FreeBSD$ + +PORTNAME= trader +PORTVERSION= 0.3.0 +CATEGORIES= math devel +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= jim@ohlste.in +COMMENT= Trader extension based on TA-Lib + +LICENSE= BSD2CLAUSE + +USE_PHP= yes +USE_PHPEXT= yes + +IGNORE_WITH_PHP= 52 + +.include <bsd.port.mk> Added: head/math/pecl-trader/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pecl-trader/distinfo Tue Feb 11 15:31:02 2014 (r343761) @@ -0,0 +1,2 @@ +SHA256 (PECL/trader-0.3.0.tgz) = 430763a44f6e81402b87cf84833a721a697efa5f8043de8a7e855b2221a4b132 +SIZE (PECL/trader-0.3.0.tgz) = 295748 Added: head/math/pecl-trader/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pecl-trader/pkg-descr Tue Feb 11 15:31:02 2014 (r343761) @@ -0,0 +1,8 @@ +The trader extension is a free open source stock library based on TA-Lib. +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/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Author: pawel (ports committer) Date: Tue Feb 11 15:38:07 2014 New Revision: 43872 URL: http://svnweb.freebsd.org/changeset/doc/43872 Log: Add Jim Ohlstein for math/pecl-trader PR: ports/186226 Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Tue Feb 11 14:59:28 2014 (r43871) +++ head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Tue Feb 11 15:38:07 2014 (r43872) @@ -4675,6 +4675,11 @@ </listitem> <listitem> + <para>Jim Ohlstein + <email>jim@ohlste.in</email></para> + </listitem> + + <listitem> <para>Jim Pirzyk <email>pirzyk@uiuc.edu</email></para> </listitem> _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!