From eagriff@global2000.net  Thu May  1 18:27:37 1997
Received: from global2000.net (eagriff@315-dialup-7.global2000.net [208.133.142.17])
          by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA02615
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 1 May 1997 18:27:35 -0700 (PDT)
Received: (from eagriff@localhost) by global2000.net (8.8.5/8.7.3) id VAA07458; Thu, 1 May 1997 21:25:47 -0400 (EDT)
Message-Id: <199705020125.VAA07458@global2000.net>
Date: Thu, 1 May 1997 21:25:47 -0400 (EDT)
From: eagriff@global2000.net
Reply-To: eagriff@global2000.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Auto Payment Calculator for FreeBSD 
X-Send-Pr-Version: 3.2

>Number:         3466
>Category:       ports
>Synopsis:       FreeBSD origional port of auto loan payments calculator
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May  1 18:30:02 PDT 1997
>Closed-Date:    Tue Jun 3 15:43:45 PDT 1997
>Last-Modified:  Tue Jun  3 15:44:34 PDT 1997
>Originator:     Eric A. Griff
>Release:        FreeBSD 2.2-STABLE i386
>Organization:
Griff Enterprises
>Environment:

XFree86, and xforms-0.86. Should compile under all FreeBSD versions.	

>Description:

ftp.freebsd.org/pub/FreeBSD/incoming/apc-orig.tgz
An original FreeBSD app. Simple. That will calculate Auto Loan Payments. 
In terms of weekly or monthly payments. Ideal for Car Shoppers, and Auto
dealers... See the readme in the distfile for more details..

>How-To-Repeat:

extract, cd apc, make install, then type apc.....  

>Fix:
	
	

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: asami 
State-Changed-When: Tue Jun 3 15:43:45 PDT 1997 
State-Changed-Why:  

Thanks, committed.  By the way, these are my changes: 

=== 
diff -ru apc/Makefile apc.new/Makefile 
--- apc/Makefile	Thu May  1 14:16:10 1997 
+++ apc.new/Makefile	Tue Jun  3 15:37:24 1997 
@@ -1,26 +1,24 @@ 
-# New ports collection makefile for:	apc	 
-#  For apc utility happily subbmitted to FreeBSD Project  
-# for consideration for addition to the FreeBSD ports  
-# Collection. 
+# New ports collection makefile for:	apc 
+# Version required:	1.0.1-beta 
+# Date created:		May 1 1997 
+# Whom:			Eric A. Griff <eagriff@global2000.net> 
# 
-# By: Eric A. Griff 
+# $Id$ 
# 

DISTNAME=	apc-1.0.1-beta 
PKGNAME=	apc-1.0.1b 
-CATEGORIES= 	# *UNKNOWN*	 
+CATEGORIES= 	math 
MASTER_SITES= 	http://members.global2000.net/~eagriff/ 

-MAINTAINER= 	# *UNKNOWN* me maybe? (eagriff@global2000.net)	 
+MAINTAINER= 	eagriff@global2000.net 

-LIB_DEPENDS=	xforms\.0\.8:${PORTSDIR}/x11/xforms 
+LIB_DEPENDS=	xforms\.0\.86:${PORTSDIR}/x11/xforms 

-ALL_TARGET=	"apc" 
+ALL_TARGET=	apc 
USE_X11=	YES 
-WRKSRC=		${WRKDIR}/apc-1.0.1-beta 

do-install: 
-		@strip ${WRKSRC}/apc 
@${INSTALL_PROGRAM} ${WRKSRC}/apc ${PREFIX}/bin/ 

.include <bsd.port.mk> 
=== 

Note that ${INSTALL_PROGRAM} already strips the binaries. 

>Unformatted:
