Import ta-lib-0.4.0 as wip/ta-lib.

The ta-lib provides common functions for the technical analysis of
financial market data. Widely used by trading software developers
working with Excel, .NET, Java, Perl, Python or C/C++.

More than 150 technical analysis indicators such as ADX, MACD, RSI,
Stochastic, Bollinger Bands. Includes candlestick pattern recognition.
Optional abstract API allowing your code to adapt automatically when new
functions are added!
This commit is contained in:
Kamel Ibn Aziz Derouiche 2009-03-28 10:49:28 +00:00 committed by Thomas Klausner
parent 7c37bc844c
commit 8254877287
5 changed files with 55 additions and 0 deletions

8
ta-lib/DESCR Normal file
View file

@ -0,0 +1,8 @@
The ta-lib provides common functions for the technical analysis of
financial market data. Widely used by trading software developers
working with Excel, .NET, Java, Perl, Python or C/C++.
More than 150 technical analysis indicators such as ADX, MACD, RSI,
Stochastic, Bollinger Bands. Includes candlestick pattern recognition.
Optional abstract API allowing your code to adapt automatically when new
functions are added!

21
ta-lib/Makefile Normal file
View file

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1.1.1 2009/03/28 10:49:28 jihbed Exp $
#
DISTNAME= ta-lib-0.4.0-src
PKGNAME= ${DISTNAME:S/-src//}
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ta-lib/}
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://www.ta-lib.org/
COMMENT= Unix POSIX Library for Technical Analysis
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/ta-lib
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"

9
ta-lib/PLIST Normal file
View file

@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/28 10:49:28 jihbed Exp $
bin/ta-lib-config
include/ta-lib/ta_abstract.h
include/ta-lib/ta_common.h
include/ta-lib/ta_defs.h
include/ta-lib/ta_func.h
include/ta-lib/ta_libc.h
lib/libta_lib.la
@dirrm include/ta-lib

12
ta-lib/buildlink3.mk Normal file
View file

@ -0,0 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/03/28 10:49:28 jihbed Exp $
BUILDLINK_TREE+= ta-lib
.if !defined(TA_LIB_BUILDLINK3_MK)
TA_LIB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ta-lib+= ta-lib>=0.4.0
BUILDLINK_PKGSRCDIR.ta-lib?= ../../wip/ta-lib
.endif # TA_LIB_BUILDLINK3_MK
BUILDLINK_TREE+= -ta-lib

5
ta-lib/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2009/03/28 10:49:28 jihbed Exp $
SHA1 (ta-lib-0.4.0-src.tar.gz) = b326b91e79ca1e569e95aad91e87a38640dd5f1b
RMD160 (ta-lib-0.4.0-src.tar.gz) = 9da16be4b8c856ff59c7b0fcbc3fdae412a9dfb3
Size (ta-lib-0.4.0-src.tar.gz) = 1330299 bytes