diff options
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 3 | ||||
-rw-r--r-- | finance/gkrellm1-stock/DESCR | 5 | ||||
-rw-r--r-- | finance/gkrellm1-stock/Makefile | 29 | ||||
-rw-r--r-- | finance/gkrellm1-stock/PLIST | 3 | ||||
-rw-r--r-- | finance/gkrellm1-stock/distinfo | 7 | ||||
-rw-r--r-- | finance/gkrellm1-stock/patches/patch-aa | 51 | ||||
-rw-r--r-- | finance/gkrellm1-stock/patches/patch-ab | 16 |
7 files changed, 1 insertions, 113 deletions
diff --git a/finance/Makefile b/finance/Makefile index 46b39c91768..e0a6cc63be5 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2006/07/11 12:59:43 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2007/04/01 21:36:16 wiz Exp $ # COMMENT= Monetary, financial and related applications SUBDIR+= gkrellm-stock -SUBDIR+= gkrellm1-stock SUBDIR+= gnucash SUBDIR+= gnucash-docs SUBDIR+= gnucash-gtk1 diff --git a/finance/gkrellm1-stock/DESCR b/finance/gkrellm1-stock/DESCR deleted file mode 100644 index 5b472a8fc29..00000000000 --- a/finance/gkrellm1-stock/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -GKrellStock is a plugin for GKrellM that displays given stock -tickers (current point and net change). - -Uses perl script to get Quote information from given source -(US, European, Australian, Canadian and Asian Markets). diff --git a/finance/gkrellm1-stock/Makefile b/finance/gkrellm1-stock/Makefile deleted file mode 100644 index a59f23c711a..00000000000 --- a/finance/gkrellm1-stock/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:29 wiz Exp $ - -DISTNAME= gkrellstock-0.2 -PKGNAME= gkrellm-stock-0.2 -PKGREVISION= 10 -CATEGORIES= finance -MASTER_SITES= http://www.geocities.com/m_muthukumar/ - -MAINTAINER= damon@NetBSD.org -HOMEPAGE= http://www.geocities.com/m_muthukumar/gkrellstock.html -COMMENT= gkrellm stock ticker plugin - -DEPENDS+= p5-Finance-Quote-1.*:../../finance/p5-Finance-Quote - -WRKSRC= ${WRKDIR}/gkrellStock-0.2 -USE_TOOLS+= perl:run - -do-configure: -.for FILE in GetQuote Asia.pm - ${CP} ${WRKSRC}/${FILE} ${WRKSRC}/${FILE}.ORIG - ${SED} -e "s,/usr/bin/perl,${PERL5},g" \ - < ${WRKSRC}/${FILE}.ORIG > ${WRKSRC}/${FILE} -.endfor - -pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins - -.include "../../sysutils/gkrellm1/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/finance/gkrellm1-stock/PLIST b/finance/gkrellm1-stock/PLIST deleted file mode 100644 index 83517e9eb34..00000000000 --- a/finance/gkrellm1-stock/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/24 23:03:52 cube Exp $ -lib/gkrellm/plugins/gkrellstock.so -bin/GetQuote diff --git a/finance/gkrellm1-stock/distinfo b/finance/gkrellm1-stock/distinfo deleted file mode 100644 index 172160188b2..00000000000 --- a/finance/gkrellm1-stock/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/02/22 21:11:48 agc Exp $ - -SHA1 (gkrellstock-0.2.tar.gz) = 09f754fdb57505e52afacb22caec6c398ecc57de -RMD160 (gkrellstock-0.2.tar.gz) = 48d6fc809a078f49eb9a62e4e1123829f0b889fb -Size (gkrellstock-0.2.tar.gz) = 19062 bytes -SHA1 (patch-aa) = bcdc060a96420778992a75deb7244da14de68e1e -SHA1 (patch-ab) = 22d4b7ca33f5f682849c9f05e035567c422e2d31 diff --git a/finance/gkrellm1-stock/patches/patch-aa b/finance/gkrellm1-stock/patches/patch-aa deleted file mode 100644 index 26ff44a99d3..00000000000 --- a/finance/gkrellm1-stock/patches/patch-aa +++ /dev/null @@ -1,51 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/02/24 23:03:52 cube Exp $ - ---- Makefile.orig Tue Aug 7 10:06:13 2001 -+++ Makefile -@@ -5,14 +5,16 @@ - IMLIB_LIB = `imlib-config --libs-gdk` - - --FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) -+CFLAGS += -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) -I${PREFIX}/include - LIBS = $(GTK_LIB) $(IMLIB_LIB) - LFLAGS = -shared - --CC = gcc $(CFLAGS) $(FLAGS) -+CC = gcc $(CFLAGS) - - OBJS = gkrellstock.o - -+all: gkrellstock.so -+ - gkrellstock.so: $(OBJS) - $(CC) $(OBJS) -o gkrellstock.so $(LFLAGS) $(LIBS) -lpthread - -@@ -22,23 +24,10 @@ - gkrellstock.o: gkrellstock.c - - install: -- if [ -d /usr/lib/gkrellm/plugins/ ] ; then \ -- install -c -s -m 644 gkrellstock.so /usr/lib/gkrellm/plugins/ ; \ -- elif [ -d /usr/share/gkrellm/plugins/ ] ; then \ -- install -c -s -m 644 gkrellstock.so /usr/share/gkrellm/plugins/ ; \ -- elif [ -d /usr/local/lib/gkrellm/plugins/ ] ; then \ -- install -c -s -m 644 gkrellstock.so /usr/local/lib/gkrellm/plugins/ ; \ -- elif [ -d /usr/lib/gkrellm/plugins/ ] ; then \ -- install -c -s -m 644 gkrellstock.so /usr/lib/gkrellm/plugins/ ; \ -- else \ -- install -D -c -s -m 644 gkrellstock.so /usr/lib/gkrellm/plugins/gkrellstock.so ; \ -- fi -- install -c -m 755 GetStock /usr/X11R6/bin -+ install -c -s -m 644 gkrellstock.so ${PREFIX}/lib/gkrellm/plugins -+ install -c -m 755 GetQuote ${PREFIX}/bin - - uninstall: -- rm -f /usr/lib/gkrellm/plugins/gkrellstock.so -- rm -f /usr/share/gkrellm/plugins/gkrellstock.so -- rm -f /usr/local/lib/gkrellm/plugins/gkrellstock.so -- rm -f /usr/lib/gkrellm/plugins/gkrellstock.so -- rm -f /usr/X11R6/bin/GetQuote -+ rm -f ${PREFIX}/lib/gkrellm/plugins/gkrellstock.so -+ rm -f ${PREFIX}/bin/GetQuote - diff --git a/finance/gkrellm1-stock/patches/patch-ab b/finance/gkrellm1-stock/patches/patch-ab deleted file mode 100644 index 026f80fae74..00000000000 --- a/finance/gkrellm1-stock/patches/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2004/02/24 23:03:52 cube Exp $ - ---- GetQuote.orig Sat Oct 20 00:52:44 2001 -+++ GetQuote -@@ -95,7 +95,10 @@ - # Get rid of puncuation in @ARGV. This will filter out metacharacters and - # such, which makes the script marginally more safe - # --foreach (@tickers) { s/[^a-zA-Z0-9\-=_\.]//; } -+ -+# Add ^ to the list so that we can display indices -+ -+foreach (@tickers) { s/[^a-zA-Z0-9\-=_\.\^]//; } - - # Check the input to make sure we can look stuff up - # |