Wcalc is a powerful arbitrary-precision calculator. It has standard functions

(sin, asinh, logtwo, floor, etc), many pre-defined constants (pi, e, c, etc.),
variables, "active" variables, command history, and hex/octal/binary i/o,
conversions, and more.

WWW: http://w-calc.sourceforge.net/

-Amarendra Godbole
amarendra.godbole@gmail.com

PR:		ports/112106
Submitted by:	Amarendra Godbole <amarendra.godbole at gmail.com>
This commit is contained in:
Martin Wilke
2007-04-26 20:05:22 +00:00
parent 68590ecb3f
commit 6fba8aba61
4 changed files with 43 additions and 0 deletions

View File

@@ -370,6 +370,7 @@
SUBDIR += vtk-java
SUBDIR += vtk-python
SUBDIR += vtk-tcl
SUBDIR += wcalc
SUBDIR += wfmath
SUBDIR += wingz
SUBDIR += wingz3

30
math/wcalc/Makefile Normal file
View File

@@ -0,0 +1,30 @@
# New ports collection makefile for: Wcalc
# Date created: 25-Apr-2007
# Whom: Amarendra Godbole <amarendra.godbole@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Wcalc
PORTVERSION= 2.2.2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= w-calc
MAINTAINER= amarendra.godbole@gmail.com
COMMENT= A natural-expression command-line calculator
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
mpfr.1:${PORTSDIR}/math/mpfr
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= wcalc.1
PLIST_FILES= bin/wcalc
.include <bsd.port.mk>

3
math/wcalc/distinfo Normal file
View File

@@ -0,0 +1,3 @@
MD5 (Wcalc-2.2.2.tar.gz) = 6fc73c15f2b5fe5576f4d2ee70e6c13b
SHA256 (Wcalc-2.2.2.tar.gz) = 77f231efa6831f1229e0a6dc48e02c781060837b4d0caf8cd7eb6c5a6683b8f4
SIZE (Wcalc-2.2.2.tar.gz) = 285313

9
math/wcalc/pkg-descr Normal file
View File

@@ -0,0 +1,9 @@
Wcalc is a powerful arbitrary-precision calculator. It has standard functions
(sin, asinh, logtwo, floor, etc), many pre-defined constants (pi, e, c, etc.),
variables, "active" variables, command history, and hex/octal/binary i/o,
conversions, and more.
WWW: http://w-calc.sourceforge.net/
-Amarendra Godbole
amarendra.godbole@gmail.com