# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # wcalc # wcalc/Makefile # wcalc/distinfo # wcalc/pkg-descr # echo c - wcalc mkdir -p wcalc > /dev/null 2>&1 echo x - wcalc/Makefile sed 's/^X//' >wcalc/Makefile << 'END-of-wcalc/Makefile' X# New ports collection makefile for: wcalc X# Date created: 25-Apr-2007 X# Whom: Amarendra Godbole X# X# $FreeBSD: ports/math/wcalc/Makefile,v 1.4 2007/09/20 01:31:51 miwi Exp $ X# X XPORTNAME= wcalc XPORTVERSION= 2.3.1 XCATEGORIES= math XMASTER_SITES= SF XMASTER_SITE_SUBDIR= w-calc XDISTNAME= Wcalc-${PORTVERSION} X XMAINTAINER= amarendra.godbole@gmail.com XCOMMENT= A natural-expression command-line calculator X XLIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ X mpfr.2:${PORTSDIR}/math/mpfr X XCFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib X XUSE_BZIP2= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" X XMAN1= wcalc.1 X XPLIST_FILES= bin/wcalc X X.include END-of-wcalc/Makefile echo x - wcalc/distinfo sed 's/^X//' >wcalc/distinfo << 'END-of-wcalc/distinfo' XMD5 (Wcalc-2.3.1.tar.bz2) = 6b45c6fb60ce7cebb89107ad82ee3392 XSHA256 (Wcalc-2.3.1.tar.bz2) = da783df203d6c4093b0c529e03edd742d4100e8834feceddf279db4d37b12ec7 XSIZE (Wcalc-2.3.1.tar.bz2) = 274878 END-of-wcalc/distinfo echo x - wcalc/pkg-descr sed 's/^X//' >wcalc/pkg-descr << 'END-of-wcalc/pkg-descr' XWcalc is a powerful arbitrary-precision calculator. It has standard functions X(sin, asinh, logtwo, floor, etc), many pre-defined constants (pi, e, c, etc.), Xvariables, "active" variables, command history, and hex/octal/binary i/o, Xconversions, and more. X XWWW: http://w-calc.sourceforge.net/ X X-Amarendra Godbole Xamarendra.godbole@gmail.com END-of-wcalc/pkg-descr exit