svn commit: r343761 - in head/math: . pecl-trader

Pawel Pekala pawel at FreeBSD.org
Tue Feb 11 15:31:04 UTC 2014


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 at 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 at 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 at 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/


More information about the svn-ports-head mailing list