diff options
author | hubertf <hubertf> | 1999-11-02 11:57:03 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-11-02 11:57:03 +0000 |
commit | a1ab9fe28eedeca24ba6ea37ee755a6978d0699f (patch) | |
tree | 58c29024c9b527efbeb581e121504f913c20c187 /math | |
parent | a455a0a1a42e34bcc6d272421579c3f91c30c514 (diff) | |
download | pkgsrc-a1ab9fe28eedeca24ba6ea37ee755a6978d0699f.tar.gz |
Package do display 2d math functions w/ nice GUI
Package submitted in private mail by Chris Ewert <chris@infolaunch.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/geg/Makefile | 17 | ||||
-rw-r--r-- | math/geg/pkg/COMMENT | 1 | ||||
-rw-r--r-- | math/geg/pkg/DESCR | 7 | ||||
-rw-r--r-- | math/geg/pkg/PLIST | 2 |
4 files changed, 27 insertions, 0 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile new file mode 100644 index 00000000000..16f705d6031 --- /dev/null +++ b/math/geg/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/11/02 11:57:03 hubertf Exp $ +# + +DISTNAME= geg-1.0.1 +CATEGORIES= math +MASTER_SITES= http://www.infolaunch.com/~daveb/ + +MAINTAINER= chris@infolaunch.com +HOMEPAGE= http://www.infolaunch.com/~daveb/ + +DEPENDS+= gtk+-1.2.*:../../x11/gtk + +GNU_CONFIGURE= yes + +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" + +.include "../../mk/bsd.pkg.mk" diff --git a/math/geg/pkg/COMMENT b/math/geg/pkg/COMMENT new file mode 100644 index 00000000000..ed1ac86b5ec --- /dev/null +++ b/math/geg/pkg/COMMENT @@ -0,0 +1 @@ +Program for drawing 2D math functions within a nice GUI diff --git a/math/geg/pkg/DESCR b/math/geg/pkg/DESCR new file mode 100644 index 00000000000..89a53d0d3fe --- /dev/null +++ b/math/geg/pkg/DESCR @@ -0,0 +1,7 @@ +Geg is capable of drawing 2-dimensional mathematical functions +within a nice user interface. e.g., f(x) = 3 + sin(x/2). geg +allows you to view multiple functions simultaneously, with each +function drawn in a different color. Functions can be selectively +erased and are easily identifiable by colour matching. The +viewport can be zoomed in and out, and can xoom in on selected +regions. geg is easy to use, good looking, compact and customisable. diff --git a/math/geg/pkg/PLIST b/math/geg/pkg/PLIST new file mode 100644 index 00000000000..9c827dbed36 --- /dev/null +++ b/math/geg/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/02 11:57:04 hubertf Exp $ +bin/geg |