summaryrefslogtreecommitdiff
path: root/math/apc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-03 22:42:33 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-03 22:42:33 +0000
commita8581273296ce1bb37e8de26cd166e65b50329f8 (patch)
treeb5ac7a902455f3020f8686580822c00c17ec6403 /math/apc
parentAdd umatrix. (diff)
An auto loan payments calculator.
PR: 3466 Submitted by: Eric A. Griff eagriff@global2000.net
Notes
Notes: svn path=/head/; revision=6710
Diffstat (limited to 'math/apc')
-rw-r--r--math/apc/Makefile24
-rw-r--r--math/apc/distinfo1
-rw-r--r--math/apc/pkg-comment1
-rw-r--r--math/apc/pkg-descr55
-rw-r--r--math/apc/pkg-plist1
5 files changed, 82 insertions, 0 deletions
diff --git a/math/apc/Makefile b/math/apc/Makefile
new file mode 100644
index 000000000000..b963a08578f9
--- /dev/null
+++ b/math/apc/Makefile
@@ -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>
diff --git a/math/apc/distinfo b/math/apc/distinfo
new file mode 100644
index 000000000000..370768189712
--- /dev/null
+++ b/math/apc/distinfo
@@ -0,0 +1 @@
+MD5 (apc-1.0.1-beta.tar.gz) = ebdfc2058bc8e9aa54bc27d19cb37361
diff --git a/math/apc/pkg-comment b/math/apc/pkg-comment
new file mode 100644
index 000000000000..372f599de320
--- /dev/null
+++ b/math/apc/pkg-comment
@@ -0,0 +1 @@
+An xforms based Auto Payment Calculator
diff --git a/math/apc/pkg-descr b/math/apc/pkg-descr
new file mode 100644
index 000000000000..950a3aab94c3
--- /dev/null
+++ b/math/apc/pkg-descr
@@ -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.
+
+
diff --git a/math/apc/pkg-plist b/math/apc/pkg-plist
new file mode 100644
index 000000000000..dbd9c717af2e
--- /dev/null
+++ b/math/apc/pkg-plist
@@ -0,0 +1 @@
+bin/apc