summaryrefslogtreecommitdiffstats
path: root/math/rcalc
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-01 02:23:52 +0000
committersteve <steve@FreeBSD.org>1999-11-01 02:23:52 +0000
commit28499da9bff26cd291ab20da36b9aa67b72bfed7 (patch)
tree1c81283b1b7625cce2beaf5bfe6386e3ec95ed5f /math/rcalc
parentd117b708941cf3edc25aa82ee80d65c5d5c031df (diff)
downloadFreeBSD-ports-28499da9bff26cd291ab20da36b9aa67b72bfed7.zip
FreeBSD-ports-28499da9bff26cd291ab20da36b9aa67b72bfed7.tar.gz
Initial import of rcalc version 0.1.
A symbolic calculator for GNOME. PR: 14585 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Diffstat (limited to 'math/rcalc')
-rw-r--r--math/rcalc/Makefile30
-rw-r--r--math/rcalc/distinfo1
-rw-r--r--math/rcalc/pkg-comment1
-rw-r--r--math/rcalc/pkg-descr16
-rw-r--r--math/rcalc/pkg-plist1
5 files changed, 49 insertions, 0 deletions
diff --git a/math/rcalc/Makefile b/math/rcalc/Makefile
new file mode 100644
index 0000000..a64f6ca
--- /dev/null
+++ b/math/rcalc/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: rcalc
+# Version required: 0.1
+# Date created: 28 October 1999
+# Whom: Chris D. Faulhaber <jedgar@fxp.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= rCalc-0.1
+PKGNAME= rcalc-0.1
+CATEGORIES= math gnome
+MASTER_SITES= http://members.xoom.com/ratsoft/download/
+
+MAINTAINER= jedgar@fxp.org
+
+LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
+
+FETCH_BEFORE_ARGS+= -b # members.xoom.com is broken
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-x
+CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
+ GTK_CONFIG="${GTK_CONFIG}" \
+ LIBS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
diff --git a/math/rcalc/distinfo b/math/rcalc/distinfo
new file mode 100644
index 0000000..faf8abc
--- /dev/null
+++ b/math/rcalc/distinfo
@@ -0,0 +1 @@
+MD5 (rCalc-0.1.tar.gz) = 06bad68e9286d03a2598244458437943
diff --git a/math/rcalc/pkg-comment b/math/rcalc/pkg-comment
new file mode 100644
index 0000000..402a0cc
--- /dev/null
+++ b/math/rcalc/pkg-comment
@@ -0,0 +1 @@
+Symbolic calculator for GNOME
diff --git a/math/rcalc/pkg-descr b/math/rcalc/pkg-descr
new file mode 100644
index 0000000..565a3a3
--- /dev/null
+++ b/math/rcalc/pkg-descr
@@ -0,0 +1,16 @@
+rCalc is a symbolic calculator for GNOME, featuring:
+
+ * Standard infix expressions - you type something like
+ 1+3*sin(pi) and it will be evaluated for you in the
+ correct order.
+ * Variables (this is where the `symbolic' comes in).
+ If you enter an expression like a=1+e^2.5, then the
+ result is stored in a variable called a. You can
+ then use it in future expressions, like b=sqrt(a*5).
+ * Furthermore, variables are stored between sessions
+ unless you delete them.
+
+WWW: http://rat.spunge.org/rcalc/
+
+- Chris D. Faulhaber
+jedgar@fxp.org
diff --git a/math/rcalc/pkg-plist b/math/rcalc/pkg-plist
new file mode 100644
index 0000000..4b32dca
--- /dev/null
+++ b/math/rcalc/pkg-plist
@@ -0,0 +1 @@
+bin/rcalc
OpenPOWER on IntegriCloud