diff options
author | pav <pav@FreeBSD.org> | 2006-08-29 05:05:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-08-29 05:05:20 +0800 |
commit | 247f3fb1d955e3061ff497e02b58f846c49c5fa6 (patch) | |
tree | 332b7b58fae76831bb99c7f51152b7e78550f686 /finance/opentaxsolver/pkg-descr | |
parent | b26648ef620b8f7f2feb4324fd29e0faeebd2bbb (diff) | |
download | freebsd-ports-gnome-247f3fb1d955e3061ff497e02b58f846c49c5fa6.tar.gz freebsd-ports-gnome-247f3fb1d955e3061ff497e02b58f846c49c5fa6.tar.zst freebsd-ports-gnome-247f3fb1d955e3061ff497e02b58f846c49c5fa6.zip |
OpenTaxSolver (OTS) is a free program for calculating Tax Form
entries and tax-owed or refund-due, such as US Federal or State
personal income taxes. An optional graphical front-end, OTS_GUI,
has been added. Preliminary versions for Canada and the United
Kingdom were posted in previous years and may be updated with help
from volunteers.
Motivations include:
* To make tax preparation software available for all platforms.
* To provide insight into how our taxes are calculated in clear
unambiguous equations/code.
* To avoid invasive, bloated commercial software packages.
* To avoid rewriting our own individual programs each year by
combining efforts.
* To provide a simple reliable tax-package requiring only
rudimentary knowledge to maintain.
WWW: http://opentaxsolver.sourceforge.net/
PR: ports/95529
Submitted by: John Hein <jhein@timing.com>
Diffstat (limited to 'finance/opentaxsolver/pkg-descr')
-rw-r--r-- | finance/opentaxsolver/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/finance/opentaxsolver/pkg-descr b/finance/opentaxsolver/pkg-descr new file mode 100644 index 000000000000..425a7cc51f7a --- /dev/null +++ b/finance/opentaxsolver/pkg-descr @@ -0,0 +1,19 @@ +OpenTaxSolver (OTS) is a free program for calculating Tax Form +entries and tax-owed or refund-due, such as US Federal or State +personal income taxes. An optional graphical front-end, OTS_GUI, +has been added. Preliminary versions for Canada and the United +Kingdom were posted in previous years and may be updated with help +from volunteers. + +Motivations include: + + * To make tax preparation software available for all platforms. + * To provide insight into how our taxes are calculated in clear + unambiguous equations/code. + * To avoid invasive, bloated commercial software packages. + * To avoid rewriting our own individual programs each year by + combining efforts. + * To provide a simple reliable tax-package requiring only + rudimentary knowledge to maintain. + +WWW: http://opentaxsolver.sourceforge.net/ |