From 08e6b0ee5b5aa22c99348ef070caabdd882861a9 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Mon, 17 Nov 1997 10:11:29 +0000 Subject: Import xinvest port. xinvest is a check book balancer. PR: 4530 Submitted by: Pedro Giffuni --- finance/xinvest/Makefile | 29 +++++++++++++++++++++++++++++ finance/xinvest/distinfo | 1 + finance/xinvest/pkg-comment | 1 + finance/xinvest/pkg-descr | 33 +++++++++++++++++++++++++++++++++ finance/xinvest/pkg-plist | 7 +++++++ 5 files changed, 71 insertions(+) create mode 100644 finance/xinvest/Makefile create mode 100644 finance/xinvest/distinfo create mode 100644 finance/xinvest/pkg-comment create mode 100644 finance/xinvest/pkg-descr create mode 100644 finance/xinvest/pkg-plist (limited to 'finance/xinvest') diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile new file mode 100644 index 000000000000..6d7b055fd865 --- /dev/null +++ b/finance/xinvest/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: xinvest +# Version required: 2.5.1 +# Date created: 1 Ag 1997 +# Whom: Pedro Giffuni (orig) +# +# $Id$ +# + +DISTNAME= xinvest-2.5.1 +CATEGORIES= misc +MASTER_SITES= http://sunsite.auc.dk/xinvest/ \ + ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +REQUIRES_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 diff --git a/finance/xinvest/distinfo b/finance/xinvest/distinfo new file mode 100644 index 000000000000..928f47b962fb --- /dev/null +++ b/finance/xinvest/distinfo @@ -0,0 +1 @@ +MD5 (xinvest-2.5.1.tar.gz) = 7805a2b99985907bd32ca4d191a9b461 diff --git a/finance/xinvest/pkg-comment b/finance/xinvest/pkg-comment new file mode 100644 index 000000000000..46cca65cdc79 --- /dev/null +++ b/finance/xinvest/pkg-comment @@ -0,0 +1 @@ +A personal finance tracking and performance tool diff --git a/finance/xinvest/pkg-descr b/finance/xinvest/pkg-descr new file mode 100644 index 000000000000..c162b0fc17ce --- /dev/null +++ b/finance/xinvest/pkg-descr @@ -0,0 +1,33 @@ +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. +========================================================================== + +Check out the Xinvest home page at http://sunsite.auc.dk/xinvest/. Here +you can find the latest source and Linux binary along with other helpful +information on using Xinvest. diff --git a/finance/xinvest/pkg-plist b/finance/xinvest/pkg-plist new file mode 100644 index 000000000000..d38d9ea7937c --- /dev/null +++ b/finance/xinvest/pkg-plist @@ -0,0 +1,7 @@ +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 -- cgit