Index: head/math/apc/Makefile =================================================================== --- head/math/apc/Makefile (revision 148113) +++ head/math/apc/Makefile (revision 148114) @@ -1,27 +1,24 @@ # New ports collection makefile for: apc # Date created: May 1 1997 # Whom: Eric A. Griff # # $FreeBSD$ # PORTNAME= apc PORTVERSION= 1.0 CATEGORIES= math -MASTER_SITES= # +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= arved MAINTAINER= ports@FreeBSD.org COMMENT= An xforms based Auto Payment Calculator - -BROKEN= "mastersite disappeared" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-09 LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes MAN1= apc.1 MANCOMPRESSED= yes PLIST_FILES= bin/apc .include Property changes on: head/math/apc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/math/apc/pkg-descr =================================================================== --- head/math/apc/pkg-descr (revision 148113) +++ head/math/apc/pkg-descr (revision 148114) @@ -1,58 +1,17 @@ the Auto Payment Calculator V1.0 Release 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 +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), + +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 +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. - - Should there be any comment on this software desireing future -enhancements, they will likely occur. Otherwise, It will likely -stay as it is.. It now belongs to the world for use, and is at -their mercy :) - -Eric A. Griff -October 13, 1997 Property changes on: head/math/apc/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property