mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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>
This commit is contained in:
parent
ff9ba38536
commit
9ec9e0b360
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343761
@ -520,6 +520,7 @@
|
|||||||
SUBDIR += pecl-big_int
|
SUBDIR += pecl-big_int
|
||||||
SUBDIR += pecl-bitset
|
SUBDIR += pecl-bitset
|
||||||
SUBDIR += pecl-stats
|
SUBDIR += pecl-stats
|
||||||
|
SUBDIR += pecl-trader
|
||||||
SUBDIR += petsc
|
SUBDIR += petsc
|
||||||
SUBDIR += php5-bcmath
|
SUBDIR += php5-bcmath
|
||||||
SUBDIR += php5-gmp
|
SUBDIR += php5-gmp
|
||||||
|
22
math/pecl-trader/Makefile
Normal file
22
math/pecl-trader/Makefile
Normal file
@ -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>
|
2
math/pecl-trader/distinfo
Normal file
2
math/pecl-trader/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (PECL/trader-0.3.0.tgz) = 430763a44f6e81402b87cf84833a721a697efa5f8043de8a7e855b2221a4b132
|
||||||
|
SIZE (PECL/trader-0.3.0.tgz) = 295748
|
8
math/pecl-trader/pkg-descr
Normal file
8
math/pecl-trader/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user