2013-09-20 20:55:04 +00:00
|
|
|
# Created by: Amarendra Godbole <amarendra.godbole@gmail.com>
|
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>
2007-04-26 20:05:22 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2007-04-28 10:02:36 +00:00
|
|
|
PORTNAME= wcalc
|
2008-12-24 19:43:20 +00:00
|
|
|
PORTVERSION= 2.4
|
2010-06-11 15:09:45 +00:00
|
|
|
PORTREVISION= 4
|
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>
2007-04-26 20:05:22 +00:00
|
|
|
CATEGORIES= math
|
2009-08-22 00:28:34 +00:00
|
|
|
MASTER_SITES= SF/w-calc/Wcalc/${PORTVERSION}
|
2008-12-24 19:43:20 +00:00
|
|
|
DISTNAME= wcalc-${PORTVERSION}
|
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>
2007-04-26 20:05:22 +00:00
|
|
|
|
|
|
|
MAINTAINER= amarendra.godbole@gmail.com
|
2014-07-07 15:31:01 +00:00
|
|
|
COMMENT= Natural-expression command-line calculator
|
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>
2007-04-26 20:05:22 +00:00
|
|
|
|
2014-06-03 13:00:07 +00:00
|
|
|
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
|
|
|
|
libmpfr.so:${PORTSDIR}/math/mpfr
|
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>
2007-04-26 20:05:22 +00:00
|
|
|
|
2014-07-29 22:37:47 +00:00
|
|
|
USES= readline
|
|
|
|
|
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>
2007-04-26 20:05:22 +00:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
|
2014-02-02 16:02:32 +00:00
|
|
|
PLIST_FILES= bin/wcalc \
|
|
|
|
man/man1/wcalc.1.gz
|
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>
2007-04-26 20:05:22 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|