aboutsummaryrefslogtreecommitdiff
path: root/finance/xinvest
diff options
context:
space:
mode:
Diffstat (limited to 'finance/xinvest')
-rw-r--r--finance/xinvest/Makefile25
-rw-r--r--finance/xinvest/distinfo1
-rw-r--r--finance/xinvest/files/patch-ac18
-rw-r--r--finance/xinvest/files/patch-ad11
-rw-r--r--finance/xinvest/files/patch-ae11
-rw-r--r--finance/xinvest/pkg-comment1
-rw-r--r--finance/xinvest/pkg-descr31
-rw-r--r--finance/xinvest/pkg-plist7
8 files changed, 0 insertions, 105 deletions
diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile
deleted file mode 100644
index 15fa0364f737..000000000000
--- a/finance/xinvest/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: xinvest
-# Date created: 1 Ag 1997
-# Whom: Pedro Giffuni (orig)
-#
-# $FreeBSD$
-#
-
-PORTNAME= xinvest
-PORTVERSION= 2.6
-CATEGORIES= deskutils
-MASTER_SITES= http://sunsite.dk/xinvest/
-
-MAINTAINER= ports@FreeBSD.org
-
-USE_MOTIF= yes
-USE_IMAKE= yes
-NO_INSTALL_MANPAGES= yes
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/examples/Xinvest
- ${INSTALL_DATA} ${WRKSRC}/samples/*.inv ${PREFIX}/share/examples/Xinvest
-.endif
-
-.include <bsd.port.mk>
diff --git a/finance/xinvest/distinfo b/finance/xinvest/distinfo
deleted file mode 100644
index 245addaa9669..000000000000
--- a/finance/xinvest/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (xinvest-2.6.tar.gz) = 41b3dd9d62a2ed933209eac975d60f7d
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-comment b/finance/xinvest/pkg-comment
deleted file mode 100644
index 46cca65cdc79..000000000000
--- a/finance/xinvest/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A personal finance tracking and performance tool
diff --git a/finance/xinvest/pkg-descr b/finance/xinvest/pkg-descr
deleted file mode 100644
index 6c5f2568dd88..000000000000
--- a/finance/xinvest/pkg-descr
+++ /dev/null
@@ -1,31 +0,0 @@
-With Xinvest you can:
-
--Centralize record keeping by storing all transactions in account specific
- files.
--Calculate total and annualized returns including the effects of buys,
- sells, and dividends. This provides a means of comparing the results of all
- accounts in a portfolio, be they CDs, bonds, mutual funds, or your checking
- account.
--Receive automatic price updates in conjunction with the Xquote WWW quote
- retrieval program.
--View various transaction parameters such as share price, shares per
- transaction, transaction cost, transaction value (at current price),
- dividends, internal and total return, and/or cumulative and moving
- averages of the above. Plots are transaction based bar or date based x-y
- charts.
--View overall value weightings (asset allocation) of accounts in a
- portfolio. Specify categories, what percent of an account is in that category,
- and which accounts are of interest and Xinvest will tell you the value and
- percentage of all categories in the defined portfolio. Predefined is a
- account category to view weighting of accounts in the total portfolio.
- Categories are hierarchical, so you can zoom into the makeup of your portfolio.
--View in text and pie chart form.
-
-A Financial calculator with common equations is provided. Included are
-FV, PV, FV of sum of payments, and periodic loan payments.
-Hopefully, all of this is displayed using an easy-to-use, point-and-click
-interface. There are few command line switches, no dot files, and X
-resources are limited to color and font selection allowing you to tailor
-the look of the tool to your own preferences.
-
-WWW: http://sunsite.auc.dk/xinvest/
diff --git a/finance/xinvest/pkg-plist b/finance/xinvest/pkg-plist
deleted file mode 100644
index d38d9ea7937c..000000000000
--- a/finance/xinvest/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/Xinvest
-lib/X11/app-defaults/Xinvest
-share/examples/Xinvest/401k.inv
-share/examples/Xinvest/mutual.inv
-share/examples/Xinvest/stock.inv
-share/examples/Xinvest/tbill.inv
-@dirrm share/examples/Xinvest