From a335a55aced5e6933285fecfc7eb78fea2e08726 Mon Sep 17 00:00:00 2001 From: Oliver Eikemeier Date: Thu, 22 Jan 2004 21:12:03 +0000 Subject: move the following ports to finance: - deskutils/cbb - deskutils/gnofin - deskutils/moneydance - deskutils/xinvest - devel/libstocks - misc/emma - misc/gnomepm - misc/p5-Finance-Currency-Convert - misc/p5-Finance-Quote - misc/p5-Finance-QuoteHist - misc/quantlib - misc/wmstock - misc/xquote PR: 59357 Submitted by: linimon Approved by: marcus (mentor) --- devel/libstocks/Makefile | 39 ----------------------------------- devel/libstocks/distinfo | 1 - devel/libstocks/files/Makefile.client | 12 ----------- devel/libstocks/files/Makefile.lib | 17 --------------- devel/libstocks/files/patch-aa | 16 -------------- devel/libstocks/pkg-descr | 15 -------------- devel/libstocks/pkg-plist | 7 ------- 7 files changed, 107 deletions(-) delete mode 100644 devel/libstocks/Makefile delete mode 100644 devel/libstocks/distinfo delete mode 100644 devel/libstocks/files/Makefile.client delete mode 100644 devel/libstocks/files/Makefile.lib delete mode 100644 devel/libstocks/files/patch-aa delete mode 100644 devel/libstocks/pkg-descr delete mode 100644 devel/libstocks/pkg-plist (limited to 'devel/libstocks') diff --git a/devel/libstocks/Makefile b/devel/libstocks/Makefile deleted file mode 100644 index 552b9626801b..000000000000 --- a/devel/libstocks/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: libstocks -# Date created: this 7th day of January, 2002 -# Whom: Mikhail Teterin -# -# $FreeBSD$ -# - -PORTNAME= libstocks -PORTVERSION= 0.5.0 -CATEGORIES= devel finance -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= mi@aldan.algebra.com -COMMENT= A C library which can be used to fetch stocks quotes - -USE_REINPLACE= yes -REINPLACE_ARGS= -i "" - -post-patch: - ${REINPLACE_CMD} -e 's///' \ - -e 's/__UNIX__/__unix__/' \ - $$(${GREP} --mmap -El '|__UNIX__' \ - ${WRKSRC}/lib/*.c); \ - - -do-build do-install: -.for d in lib client - cd ${WRKSRC}/$d && ${ENV} ${MAKE_ENV} ${MAKE} ${MAKEFLAGS} -j2 \ - -f ${FILESDIR}/Makefile.$d ${.TARGET:S/do-//} -.endfor - -.ifndef NOPORTDOCS -post-install: - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include diff --git a/devel/libstocks/distinfo b/devel/libstocks/distinfo deleted file mode 100644 index 00db83be9d53..000000000000 --- a/devel/libstocks/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libstocks-0.5.0.tar.gz) = 495760d82d6abc7a8877aef0e187782a diff --git a/devel/libstocks/files/Makefile.client b/devel/libstocks/files/Makefile.client deleted file mode 100644 index d75a2b8500a3..000000000000 --- a/devel/libstocks/files/Makefile.client +++ /dev/null @@ -1,12 +0,0 @@ -PROG= libstocks_client -SRCS= client.c -NOMAN= 1 -PREFIX?=/usr/local -BINDIR= ${PREFIX}/bin - -CFLAGS+=-I${.CURDIR}/../lib -LDADD+= -L../lib -lstocks - -build: all - -.include diff --git a/devel/libstocks/files/Makefile.lib b/devel/libstocks/files/Makefile.lib deleted file mode 100644 index 04853c049c27..000000000000 --- a/devel/libstocks/files/Makefile.lib +++ /dev/null @@ -1,17 +0,0 @@ -PREFIX?=/usr/local -LIBDIR= ${PREFIX}/lib -INCSDIR=${PREFIX}/include -INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk - -LIB= stocks -SHLIB_MAJOR=0 -SHLIB_MINOR=5 - -NOPROFILE= True # to avoid building profiled library - -SRCS!= ${MAKE} -f ${.CURDIR}/Makefile.in -V libstocks_a_SOURCES -INCS!= ${MAKE} -f ${.CURDIR}/Makefile.in -V include_HEADERS - -build: all - -.include diff --git a/devel/libstocks/files/patch-aa b/devel/libstocks/files/patch-aa deleted file mode 100644 index 994c6a391a48..000000000000 --- a/devel/libstocks/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- lib/http.c Tue Sep 5 10:42:34 2000 -+++ lib/http.c Tue Jan 8 00:09:06 2002 -@@ -21,5 +21,7 @@ - #define __HTTP_C__ - - #ifdef __UNIX__ -+#include -+ - #include - #include -@@ -32,5 +34,4 @@ - #endif - --#include - #include - #include diff --git a/devel/libstocks/pkg-descr b/devel/libstocks/pkg-descr deleted file mode 100644 index 1933d932d247..000000000000 --- a/devel/libstocks/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Libstocks is a C library which can be used to fetch stocks quotes. - -It is currently able to get quotes from a lot of stocks markets. The -supported markets are : - - Argentina European markets - Australia Mexico - Brasil United States - Canada Venezuela - Chili - -Unfortunatly, libstocks can get historical quotes just for the United -States market. - -WWW: http://libstocks.sourceforge.net/ diff --git a/devel/libstocks/pkg-plist b/devel/libstocks/pkg-plist deleted file mode 100644 index 7bd42312294f..000000000000 --- a/devel/libstocks/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/libstocks_client -include/stocks.h -lib/libstocks.a -lib/libstocks.so -lib/libstocks.so.0.5 -%%PORTDOCS%%share/doc/libstocks/README -%%PORTDOCS%%@dirrm share/doc/libstocks -- cgit v1.2.3