mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
An auto loan payments calculator.
PR: 3466 Submitted by: Eric A. Griff eagriff@global2000.net
This commit is contained in:
parent
2bf84110f5
commit
a858127329
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6710
5 changed files with 82 additions and 0 deletions
24
math/apc/Makefile
Normal file
24
math/apc/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# New ports collection makefile for: apc
|
||||||
|
# Version required: 1.0.1-beta
|
||||||
|
# Date created: May 1 1997
|
||||||
|
# Whom: Eric A. Griff <eagriff@global2000.net>
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= apc-1.0.1-beta
|
||||||
|
PKGNAME= apc-1.0.1b
|
||||||
|
CATEGORIES= math
|
||||||
|
MASTER_SITES= http://members.global2000.net/~eagriff/
|
||||||
|
|
||||||
|
MAINTAINER= eagriff@global2000.net
|
||||||
|
|
||||||
|
LIB_DEPENDS= xforms\\.0\\.86:${PORTSDIR}/x11/xforms
|
||||||
|
|
||||||
|
ALL_TARGET= apc
|
||||||
|
USE_X11= YES
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
@${INSTALL_PROGRAM} ${WRKSRC}/apc ${PREFIX}/bin/
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
math/apc/distinfo
Normal file
1
math/apc/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (apc-1.0.1-beta.tar.gz) = ebdfc2058bc8e9aa54bc27d19cb37361
|
1
math/apc/pkg-comment
Normal file
1
math/apc/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
An xforms based Auto Payment Calculator
|
55
math/apc/pkg-descr
Normal file
55
math/apc/pkg-descr
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
the Auto Payment Calculator V1.0.1beta
|
||||||
|
Copyright (C) 1997 Eric A. Griff
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 or (at your option)
|
||||||
|
any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
|
||||||
|
*This program makes use of the xforms-0.86 library, which is
|
||||||
|
Copright (C) 1996-1997 by T.C. Zhao and Mark Overmars.
|
||||||
|
|
||||||
|
*The GNU Public License version 2 may be found in the file
|
||||||
|
COPYING that was origionally included in this distribution
|
||||||
|
|
||||||
|
For any, and all comment on the Auto Payment Calculator, I can be
|
||||||
|
Contacted by email at eagriff@global2000.net, or snail mail:
|
||||||
|
|
||||||
|
|
||||||
|
Eric A. Griff
|
||||||
|
RD#1 Box 372
|
||||||
|
Oneida, NY 13421
|
||||||
|
USA
|
||||||
|
|
||||||
|
And by voice at (315) 495-2385.
|
||||||
|
|
||||||
|
|
||||||
|
Auto Payment Calculator is a simple, xforms based, application for
|
||||||
|
use under the X-windows system, that calculates auto loan payments.
|
||||||
|
As it is free software, it comes with NO WARRANTIES of any kind.
|
||||||
|
|
||||||
|
It is pretty straight forward. You enter the Principal (Amount),
|
||||||
|
Term (in months), and Rate, and then with either [RETURN]
|
||||||
|
(or [enter] or whatever your keyboard equivelent is), (ALT-C), or
|
||||||
|
clicking the calculate button; you will have the payment in months,
|
||||||
|
as well as number of weeks, and weekly payment.
|
||||||
|
|
||||||
|
You may also [TAB] through the Amount, Term, and Rate, as well as
|
||||||
|
hold down ALT and press the character in its Name that is underlined
|
||||||
|
to go do that function. As long as all three are filled in, you may
|
||||||
|
hit [ENTER] to Calculate right there. This makes it easy to cycle
|
||||||
|
quickly through numerous terms, amounts, and rates.
|
||||||
|
|
||||||
|
Future enhancements may include Auto Leasing, and a few new options.
|
||||||
|
This all depends on the response of this program.
|
||||||
|
|
||||||
|
|
1
math/apc/pkg-plist
Normal file
1
math/apc/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bin/apc
|
Loading…
Add table
Reference in a new issue