diff options
Diffstat (limited to 'math/calc')
-rw-r--r-- | math/calc/Makefile | 21 | ||||
-rw-r--r-- | math/calc/distinfo | 1 | ||||
-rw-r--r-- | math/calc/files/patch-aa | 19 | ||||
-rw-r--r-- | math/calc/pkg-comment | 1 | ||||
-rw-r--r-- | math/calc/pkg-descr | 53 | ||||
-rw-r--r-- | math/calc/pkg-plist | 77 | ||||
-rw-r--r-- | math/calc/scripts/configure | 12 |
7 files changed, 0 insertions, 184 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile deleted file mode 100644 index c57358b90f26..000000000000 --- a/math/calc/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: calc -# Version required: 2.9.3t6 -# Date created: 3 October 1994 -# Whom: jmz -# -# $Id: Makefile,v 1.5 1995/04/16 23:19:07 asami Exp $ -# - -DISTNAME= calc-2.9.3t6 -PKGNAME= calc-2.9.3 -MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/misc/4.4BSD-Lite/contrib/ - -MAINTAINER= jmz@FreeBSD.org - -CATEGORIES+= math - -pre-install: - @mkdir -p ${PREFIX}/lib/calc/help - @mkdir -p ${PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/math/calc/distinfo b/math/calc/distinfo deleted file mode 100644 index 86a95bcbfe47..000000000000 --- a/math/calc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (calc-2.9.3t6.tar.gz) = 5e0cf61eaa01006ca2f9e11fc392c6d0 diff --git a/math/calc/files/patch-aa b/math/calc/files/patch-aa deleted file mode 100644 index d56bc3dd0b34..000000000000 --- a/math/calc/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** alloc.h~ Thu Mar 31 03:05:41 1994 ---- alloc.h Sun Apr 16 17:27:55 1995 -*************** -*** 10,16 **** - - #include "have_malloc.h" - #ifdef HAVE_MALLOC_H -! # include <malloc.h> - #else - # if defined(__STDC__) - extern void *malloc(); ---- 10,16 ---- - - #include "have_malloc.h" - #ifdef HAVE_MALLOC_H -! /* # include <malloc.h> */ - #else - # if defined(__STDC__) - extern void *malloc(); diff --git a/math/calc/pkg-comment b/math/calc/pkg-comment deleted file mode 100644 index 4072760a428a..000000000000 --- a/math/calc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -calc - arbitrary precision calculator. Version 2.9.3t6 diff --git a/math/calc/pkg-descr b/math/calc/pkg-descr deleted file mode 100644 index 3944e2f9ea88..000000000000 --- a/math/calc/pkg-descr +++ /dev/null @@ -1,53 +0,0 @@ -Calc is an interactive calculator which provides for easy large -numeric calculations, but which also can be easily programmed for -difficult or long calculations. It can accept a command line -argument, in which case it executes that single command and exits. -Otherwise, it enters interactive mode. In this mode, it accepts -commands one at a time, processes them, and displays the answers. In -the simplest case, commands are simply expressions which are -evaluated. For example, the following line can be input: - - 3 * (4 + 1) - -and the calculator will print 15. - -The special '.' symbol (called dot), represents the result of the last -command expression, if any. This is of great use when a series of -partial results are calculated, or when the output mode is changed and -the last result needs to be redisplayed. For example, the above -result can be doubled by typing: - - . * 2 - -and the calculator will print 30. - -For more complex calculations, variables can be used to save the -intermediate results. For example, the result of adding 7 to the -previous result can be saved by typing: - - old = . + 7 - -Functions can be used in expressions. There are a great number of -pre-defined functions. For example, the following will calculate the -factorial of the value of 'old': - - fact(old) - -and the calculator prints 13763753091226345046315979581580902400000000. -Notice that numbers can be very large. (There is a practical limit -of several thousand digits before calculations become too slow.) - -The calculator can calculate transcendental functions, and accept and -display numbers in real or exponential format. For example, typing: - - config("display", 50) - epsilon(1e-50) - sin(1) - -prints "~.84147098480789650665250232163029899962256306079837". - -The calculator also knows about complex numbers, so that typing: - - (2+3i) * (4-3i) - -prints "17+6i". diff --git a/math/calc/pkg-plist b/math/calc/pkg-plist deleted file mode 100644 index 7e1a7bd4750c..000000000000 --- a/math/calc/pkg-plist +++ /dev/null @@ -1,77 +0,0 @@ -@cd /usr/local -@owner bin -@mode 555 -bin/calc -@mode 444 -lib/calc/help/intro -lib/calc/help/overview -lib/calc/help/help -lib/calc/help/assoc -lib/calc/help/builtin -lib/calc/help/command -lib/calc/help/config -lib/calc/help/define -lib/calc/help/environment -lib/calc/help/expression -lib/calc/help/file -lib/calc/help/history -lib/calc/help/interrupt -lib/calc/help/list -lib/calc/help/mat -lib/calc/help/operator -lib/calc/help/statement -lib/calc/help/types -lib/calc/help/usage -lib/calc/help/variable -lib/calc/help/todo -lib/calc/help/credit -lib/calc/help/bindings -lib/calc/help/altbind -lib/calc/help/changes -lib/calc/help/libcalc -lib/calc/help/stdlib -lib/calc/help/bugs -lib/calc/help/full -lib/calc/help/obj -lib/calc/README -lib/calc/bigprime.cal -lib/calc/chrem.cal -lib/calc/cryrand.cal -lib/calc/deg.cal -lib/calc/ellip.cal -lib/calc/lucas.cal -lib/calc/lucas_chk.cal -lib/calc/lucas_tbl.cal -lib/calc/mersenne.cal -lib/calc/mod.cal -lib/calc/nextprim.cal -lib/calc/nextprime.cal -lib/calc/pell.cal -lib/calc/pi.cal -lib/calc/pollard.cal -lib/calc/poly.cal -lib/calc/psqrt.cal -lib/calc/quat.cal -lib/calc/randmprime.cal -lib/calc/regress.cal -lib/calc/solve.cal -lib/calc/sumsq.cal -lib/calc/surd.cal -lib/calc/test1000.cal -lib/calc/unitfrac.cal -lib/calc/varargs.cal -@mode 644 -lib/calc/libcalc.a -@mode 444 -lib/calc/alloc.h -lib/calc/args.h -lib/calc/cmath.h -lib/calc/endian.h -lib/calc/have_malloc.h -lib/calc/have_stdlib.h -lib/calc/have_string.h -lib/calc/longbits.h -lib/calc/qmath.h -lib/calc/stdarg.h -lib/calc/zmath.h -man/man1/calc.1 diff --git a/math/calc/scripts/configure b/math/calc/scripts/configure deleted file mode 100644 index a6483fb5295c..000000000000 --- a/math/calc/scripts/configure +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -PREFIX=${PREFIX:-/usr/local} - -F=$WRKSRC/Makefile - -chmod +w $F || exit 1; - -echo "BINDIR= $PREFIX/bin" >> $F || exit 1; -echo "TOPDIR= $PREFIX/lib" >> $F -echo "MANDIR= $PREFIX/man/man1" >> $F -echo "CCOPT= -Wall -Wno-implicit -Wno-comment" >> $F
\ No newline at end of file |