diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-06-08 14:34:48 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-06-08 14:34:48 +0000 |
commit | 16d864f5a157f710843287cf9089b193c3aa110f (patch) | |
tree | b2b146e34ee6f5e440170bb2b93ea02ec10109c9 /math/grpn | |
parent | 15122eac0c8938766e675bf3e9a111e84ce57175 (diff) | |
download | pkgsrc-16d864f5a157f710843287cf9089b193c3aa110f.tar.gz |
Initial import of grpn-1.1.0, a graphical reverse polish notation (RPN)
calculator. Provided in pr 7233 by Dan McMahill.
Diffstat (limited to 'math/grpn')
-rw-r--r-- | math/grpn/Makefile | 15 | ||||
-rw-r--r-- | math/grpn/files/md5 | 3 | ||||
-rw-r--r-- | math/grpn/patches/patch-aa | 28 | ||||
-rw-r--r-- | math/grpn/pkg/COMMENT | 1 | ||||
-rw-r--r-- | math/grpn/pkg/DESCR | 10 | ||||
-rw-r--r-- | math/grpn/pkg/PLIST | 2 |
6 files changed, 59 insertions, 0 deletions
diff --git a/math/grpn/Makefile b/math/grpn/Makefile new file mode 100644 index 00000000000..48149e99279 --- /dev/null +++ b/math/grpn/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/06/08 14:34:48 frueauf Exp $ +# + +DISTNAME= grpn-1.1.0 +CATEGORIES= math +MASTER_SITES= ftp://wilkins.ne.mediaone.net/pub/ + +MAINTAINER= mcmahill@alum.mit.edu +HOMEPAGE= http://wilkins.ne.mediaone.net/grpn.html + +DEPENDS+= gtk+-1.2.2:../../x11/gtk + +USE_X11= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/math/grpn/files/md5 b/math/grpn/files/md5 new file mode 100644 index 00000000000..01dfe063e2b --- /dev/null +++ b/math/grpn/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/06/08 14:34:48 frueauf Exp $ + +MD5 (grpn-1.1.0.tar.gz) = 64379257b174f5ad98dcc25c847b6e5d diff --git a/math/grpn/patches/patch-aa b/math/grpn/patches/patch-aa new file mode 100644 index 00000000000..ea635b2a601 --- /dev/null +++ b/math/grpn/patches/patch-aa @@ -0,0 +1,28 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/06/08 14:34:48 frueauf Exp $ + +--- Makefile.orig Fri Jun 4 23:09:07 1999 ++++ Makefile Sat Jun 5 06:59:43 1999 +@@ -20,5 +20,6 @@ + CFLAGS = -g -O2 -I/usr/X11/include `$(GTK_DIR)gtk-config --cflags` -DGTK_VER_1_1 + +-DFLAGS = -L/usr/X11/lib ++#DFLAGS = -L/usr/X11/lib ++DFLAGS = + + # end of user configurable section +@@ -37,4 +38,5 @@ + LIBS = `$(GTK_DIR)gtk-config --libs` -lX11 -lm + ++all: grpn + + grpn: $(OBJS) +@@ -45,6 +47,7 @@ + + install: grpn +- cp grpn /usr/local/bin +- chmod 755 /usr/local/bin/grpn ++ #cp grpn /usr/local/bin ++ #chmod 755 /usr/local/bin/grpn ++ $(BSD_INSTALL_PROGRAM) grpn $(PREFIX)/bin + + .c.o: diff --git a/math/grpn/pkg/COMMENT b/math/grpn/pkg/COMMENT new file mode 100644 index 00000000000..1fb5d9843ab --- /dev/null +++ b/math/grpn/pkg/COMMENT @@ -0,0 +1 @@ +a graphical reverse polish notation (RPN) calculator. diff --git a/math/grpn/pkg/DESCR b/math/grpn/pkg/DESCR new file mode 100644 index 00000000000..2410917d44b --- /dev/null +++ b/math/grpn/pkg/DESCR @@ -0,0 +1,10 @@ +GRPN is a RPN calculator for the X Window system built using +the GIMP Toolkit (GTK). + +GRPN works with real numbers, complex numbers, matrices, and +complex matrices. Numbers can be displayed in 4 different +radix modes, and complex numbers can be displayed in either +Cartesian or polar form. + +GRPN is copyrighted under the terms of the GNU General Public +License. See the file LICENSE for more details. diff --git a/math/grpn/pkg/PLIST b/math/grpn/pkg/PLIST new file mode 100644 index 00000000000..9ac16ed2815 --- /dev/null +++ b/math/grpn/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/08 14:34:48 frueauf Exp $ +bin/grpn |