diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-10-15 22:46:09 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-10-15 22:46:09 +0000 |
commit | 0c204235ad3a6219c40a6ec723969c4a8f24d341 (patch) | |
tree | 5291bb4d5392e79d3e22dd74476fe31ccf21b6b5 /math/apc | |
parent | b69d6a88fba19741a3610f5e7de4deaa7a0d89f9 (diff) | |
download | ports-0c204235ad3a6219c40a6ec723969c4a8f24d341.tar.gz ports-0c204235ad3a6219c40a6ec723969c4a8f24d341.zip |
Upgrade, 1.0.1beta -> 1.0-RELEASE.
PR: 4763
submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=8293
Diffstat (limited to 'math/apc')
-rw-r--r-- | math/apc/Makefile | 13 | ||||
-rw-r--r-- | math/apc/distinfo | 2 | ||||
-rw-r--r-- | math/apc/pkg-descr | 11 | ||||
-rw-r--r-- | math/apc/pkg-plist | 1 |
4 files changed, 14 insertions, 13 deletions
diff --git a/math/apc/Makefile b/math/apc/Makefile index b963a08578f9..1c25d6f06e95 100644 --- a/math/apc/Makefile +++ b/math/apc/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: apc -# Version required: 1.0.1-beta +# Version required: 1.0 # Date created: May 1 1997 # Whom: Eric A. Griff <eagriff@global2000.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/03 22:42:32 asami Exp $ # -DISTNAME= apc-1.0.1-beta -PKGNAME= apc-1.0.1b +DISTNAME= apc-1.0 CATEGORIES= math MASTER_SITES= http://members.global2000.net/~eagriff/ @@ -15,10 +14,8 @@ 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/ +MAN1= apc.1 +MANCOMPRESSED= YES .include <bsd.port.mk> diff --git a/math/apc/distinfo b/math/apc/distinfo index 370768189712..86e7a8b9d64e 100644 --- a/math/apc/distinfo +++ b/math/apc/distinfo @@ -1 +1 @@ -MD5 (apc-1.0.1-beta.tar.gz) = ebdfc2058bc8e9aa54bc27d19cb37361 +MD5 (apc-1.0.tar.gz) = 5a11b3671d19aeb5a6467afd814546e5 diff --git a/math/apc/pkg-descr b/math/apc/pkg-descr index 950a3aab94c3..96ce11b071b9 100644 --- a/math/apc/pkg-descr +++ b/math/apc/pkg-descr @@ -1,4 +1,4 @@ - the Auto Payment Calculator V1.0.1beta + 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 @@ -49,7 +49,10 @@ 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. - + 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 diff --git a/math/apc/pkg-plist b/math/apc/pkg-plist index dbd9c717af2e..5cc9761d6604 100644 --- a/math/apc/pkg-plist +++ b/math/apc/pkg-plist @@ -1 +1,2 @@ bin/apc +man/man1/apc.1.gz |