diff options
Diffstat (limited to 'math/wcalc')
-rw-r--r-- | math/wcalc/Makefile | 30 | ||||
-rw-r--r-- | math/wcalc/distinfo | 3 | ||||
-rw-r--r-- | math/wcalc/pkg-descr | 9 |
3 files changed, 42 insertions, 0 deletions
diff --git a/math/wcalc/Makefile b/math/wcalc/Makefile new file mode 100644 index 000000000000..caa5ff687c76 --- /dev/null +++ b/math/wcalc/Makefile @@ -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> diff --git a/math/wcalc/distinfo b/math/wcalc/distinfo new file mode 100644 index 000000000000..1d67821ea03a --- /dev/null +++ b/math/wcalc/distinfo @@ -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 diff --git a/math/wcalc/pkg-descr b/math/wcalc/pkg-descr new file mode 100644 index 000000000000..31afb002e0d1 --- /dev/null +++ b/math/wcalc/pkg-descr @@ -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 |