diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 12:48:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 12:48:13 +0000 |
commit | d16870ec4892a0f8c642798171803e5ba788f26e (patch) | |
tree | 3b3a28eecb1afa04565dd49f21bc0320d03830e0 /finance | |
parent | 630ca2285fa5e6de5891053bc2133d1d69c5385a (diff) | |
download | ports-d16870ec4892a0f8c642798171803e5ba788f26e.tar.gz ports-d16870ec4892a0f8c642798171803e5ba788f26e.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 2 | ||||
-rw-r--r-- | finance/xinvest/Makefile | 31 | ||||
-rw-r--r-- | finance/xinvest/distinfo | 2 | ||||
-rw-r--r-- | finance/xinvest/files/patch-Imakefile | 12 | ||||
-rw-r--r-- | finance/xinvest/files/patch-ac | 18 | ||||
-rw-r--r-- | finance/xinvest/files/patch-ad | 11 | ||||
-rw-r--r-- | finance/xinvest/files/patch-ae | 11 | ||||
-rw-r--r-- | finance/xinvest/pkg-descr | 4 | ||||
-rw-r--r-- | finance/xinvest/pkg-plist | 7 | ||||
-rw-r--r-- | finance/xquote/Makefile | 27 | ||||
-rw-r--r-- | finance/xquote/distinfo | 2 | ||||
-rw-r--r-- | finance/xquote/files/patch-Imakefile | 11 | ||||
-rw-r--r-- | finance/xquote/files/patch-color.c | 11 | ||||
-rw-r--r-- | finance/xquote/pkg-descr | 5 |
14 files changed, 0 insertions, 154 deletions
diff --git a/finance/Makefile b/finance/Makefile index eeaa13df66b6..d6ee10a3e7cb 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -94,8 +94,6 @@ SUBDIR += venice SUBDIR += weberp SUBDIR += wmstock - SUBDIR += xinvest - SUBDIR += xquote SUBDIR += xtrader .include <bsd.port.subdir.mk> diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile deleted file mode 100644 index a112fbb884ed..000000000000 --- a/finance/xinvest/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: xinvest -# Date created: 1 Ag 1997 -# Whom: Pedro Giffuni (orig) -# -# $FreeBSD$ -# - -PORTNAME= xinvest -PORTVERSION= 2.6.9 -PORTREVISION= 3 -CATEGORIES= finance deskutils -MASTER_SITES= SF/${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A personal finance tracking and performance tool - -DEPRECATED= Outdated, abandoned -EXPIRATION_DATE= 2011-05-01 - -USE_MOTIF= yes -USE_IMAKE= yes -USE_XORG= ice sm x11 xext xp xpm xt -NO_INSTALL_MANPAGES= yes - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/samples/*.inv ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> diff --git a/finance/xinvest/distinfo b/finance/xinvest/distinfo deleted file mode 100644 index 0b1ce013000c..000000000000 --- a/finance/xinvest/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xinvest-2.6.9.tar.gz) = 52f3e5dd084c674e766c68abe4ef76c1acb83732795cce138f52975e2e19095f -SIZE (xinvest-2.6.9.tar.gz) = 282748 diff --git a/finance/xinvest/files/patch-Imakefile b/finance/xinvest/files/patch-Imakefile deleted file mode 100644 index 3b7f57382ae7..000000000000 --- a/finance/xinvest/files/patch-Imakefile +++ /dev/null @@ -1,12 +0,0 @@ ---- Imakefile.orig 2011-04-13 14:00:23.062577466 +0400 -+++ Imakefile 2011-04-13 14:00:32.347416233 +0400 -@@ -13,7 +13,7 @@ - XCOMM HAVE_LIBDT and XPRINT if CDE or LessTif's libDt is around - XCOMM - --DEFINES = -DSHAPE -+DEFINES = -DSHAPE -DPRINTING_SUPPORTED - INCLUDES = -I$(INCROOT)/X11 - SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm - DEPLIBS = - diff --git a/finance/xinvest/files/patch-ac b/finance/xinvest/files/patch-ac deleted file mode 100644 index c2bd0061c0b0..000000000000 --- a/finance/xinvest/files/patch-ac +++ /dev/null @@ -1,18 +0,0 @@ ---- Imakefile.orig Sat Feb 5 07:59:08 2000 -+++ Imakefile Sun Nov 12 15:02:20 2000 -@@ -11,7 +11,7 @@ - - DEFINES = -DSHAPE - INCLUDES = -I$(INCROOT)/X11 --SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm -+SYS_LIBRARIES = ${MOTIFLIB} -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm - DEPLIBS = - - SRCS = account.c askuser.c calendar.c color.c drawing.c \ -@@ -25,5 +25,5 @@ - tooltips.o trans.o util.o xinvest.o xutil.o - - --ComplexProgramTarget(Xinvest) -+ComplexProgramTargetNoMan(Xinvest) - InstallAppDefaults(Xinvest) diff --git a/finance/xinvest/files/patch-ad b/finance/xinvest/files/patch-ad deleted file mode 100644 index 618336e63ef9..000000000000 --- a/finance/xinvest/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- color.c.orig Sat Feb 5 07:59:05 2000 -+++ color.c Sun Nov 12 15:09:23 2000 -@@ -25,7 +25,7 @@ - - #include <stdio.h> - --#if !defined(__NetBSD__) -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) - #include <values.h> - #endif - diff --git a/finance/xinvest/files/patch-ae b/finance/xinvest/files/patch-ae deleted file mode 100644 index 49bccc0f657b..000000000000 --- a/finance/xinvest/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- portfolio.c.orig Sat Feb 5 07:59:06 2000 -+++ portfolio.c Sun Nov 12 15:09:56 2000 -@@ -29,7 +29,7 @@ - #include <string.h> - #include <math.h> - --#if !defined(NeXT) && !defined(__NetBSD__) -+#if !defined(NeXT) && !defined(__NetBSD__) && !defined(__FreeBSD__) - #include <values.h> - #endif - diff --git a/finance/xinvest/pkg-descr b/finance/xinvest/pkg-descr deleted file mode 100644 index a5e49b10915d..000000000000 --- a/finance/xinvest/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Xinvest is a free personal finance tracking and performance tool for -the X Window System. - -WWW: http://xinvest.sunsite.dk/xinvest.html diff --git a/finance/xinvest/pkg-plist b/finance/xinvest/pkg-plist deleted file mode 100644 index e0e7be7f4cfc..000000000000 --- a/finance/xinvest/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/Xinvest -lib/X11/app-defaults/Xinvest -%%PORTDOCS%%%%EXAMPLESDIR%%/401k.inv -%%PORTDOCS%%%%EXAMPLESDIR%%/mutual.inv -%%PORTDOCS%%%%EXAMPLESDIR%%/stock.inv -%%PORTDOCS%%%%EXAMPLESDIR%%/tbill.inv -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/finance/xquote/Makefile b/finance/xquote/Makefile deleted file mode 100644 index 4247e3b57763..000000000000 --- a/finance/xquote/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: xquote -# Date created: 4 Jan 1998 -# Whom: Ian Struble <ian@broken.net> -# -# $FreeBSD$ - -PORTNAME= xquote -PORTVERSION= 2.6.10 -PORTREVISION= 2 -CATEGORIES= finance -MASTER_SITES= SF/xinvest - -MAINTAINER= ports@FreeBSD.org -COMMENT= A quote retrieval tool for X - -DEPRECATED= Outdated, abandoned -EXPIRATION_DATE= 2011-05-01 - -LIB_DEPENDS= Xbae.4:${PORTSDIR}/x11-toolkits/xbae - -USE_MOTIF= yes -USE_IMAKE= yes -USE_XORG= xpm - -PLIST_FILES= bin/Xquote lib/X11/app-defaults/Xquote - -.include <bsd.port.mk> diff --git a/finance/xquote/distinfo b/finance/xquote/distinfo deleted file mode 100644 index 72c73823b76b..000000000000 --- a/finance/xquote/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xquote-2.6.10.tar.gz) = 7a1c1fc376c329cda8e6c1c919d9a8724ae5aa3504c0176004338bfb8fa76d35 -SIZE (xquote-2.6.10.tar.gz) = 106006 diff --git a/finance/xquote/files/patch-Imakefile b/finance/xquote/files/patch-Imakefile deleted file mode 100644 index fb4176b79b64..000000000000 --- a/finance/xquote/files/patch-Imakefile +++ /dev/null @@ -1,11 +0,0 @@ ---- ./Imakefile.orig Sun Apr 16 15:06:16 2006 -+++ ./Imakefile Sun Apr 16 15:08:10 2006 -@@ -13,7 +13,7 @@ - - DEFINES = -DSHAPE -DXQUOTE - INCLUDES = -I$(INCROOT)/X11 --SYS_LIBRARIES = -lXbae -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm -+SYS_LIBRARIES = -lXbae $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm - DEPLIBS = - - SRCS = about.c color.c fileXq.c help.c optdetail.c option.c optnet.c \ diff --git a/finance/xquote/files/patch-color.c b/finance/xquote/files/patch-color.c deleted file mode 100644 index e0eb3322b26f..000000000000 --- a/finance/xquote/files/patch-color.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./color.c.orig Sun Apr 16 15:08:31 2006 -+++ ./color.c Sun Apr 16 15:09:07 2006 -@@ -34,7 +34,7 @@ - - #include <stdio.h> - --#if !defined(__NetBSD__) -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) - #include <values.h> - #endif - diff --git a/finance/xquote/pkg-descr b/finance/xquote/pkg-descr deleted file mode 100644 index 4c350422436e..000000000000 --- a/finance/xquote/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a port of Xquote, a quote retrieval program that allows you -to retrieve stock, mutual fund, and currency quotes from your favorite -quote spouting website. - -WWW: http://xinvest.sunsite.dk/xquote.html |