diff options
author | steve <steve@FreeBSD.org> | 1998-08-10 00:44:15 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-10 00:44:15 +0000 |
commit | 2048624e05e2f939e2140e4bed57c8e12eecbc2e (patch) | |
tree | ce3e3afe7ef5ce3e74ed1d7e15718f813a87ba7a | |
parent | f05d8b41a6033dbb4034da9a2fe2365d9c53e119 (diff) | |
download | FreeBSD-ports-2048624e05e2f939e2140e4bed57c8e12eecbc2e.zip FreeBSD-ports-2048624e05e2f939e2140e4bed57c8e12eecbc2e.tar.gz |
Initial import of geg version 0.01
Visualize multiple 2D-functions of one variable.
PR: 7527
Submitted by: Gilad Rom <rom_glsa@ein-hashofet.co.il>
-rw-r--r-- | math/geg/Makefile | 25 | ||||
-rw-r--r-- | math/geg/distinfo | 1 | ||||
-rw-r--r-- | math/geg/pkg-comment | 1 | ||||
-rw-r--r-- | math/geg/pkg-descr | 8 | ||||
-rw-r--r-- | math/geg/pkg-plist | 1 |
5 files changed, 36 insertions, 0 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile new file mode 100644 index 0000000..539e245 --- /dev/null +++ b/math/geg/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: geg +# Version required: 0.01 +# Date created: 8 Aug 1998 +# Whom: rom +# +# $Id$ +# + +DISTNAME= geg-0.01.src +PKGNAME= geg-0.01 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= Incoming + +MAINTAINER= rom_glsa@ein-hashofet.co.il + +LIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/geg-0.01 + +.include <bsd.port.mk> diff --git a/math/geg/distinfo b/math/geg/distinfo new file mode 100644 index 0000000..fa3ab59 --- /dev/null +++ b/math/geg/distinfo @@ -0,0 +1 @@ +MD5 (geg-0.01.src.tar.gz) = 7492fc03c9dc4bb590da1020f9b2b73b diff --git a/math/geg/pkg-comment b/math/geg/pkg-comment new file mode 100644 index 0000000..d3c96d8 --- /dev/null +++ b/math/geg/pkg-comment @@ -0,0 +1 @@ +geg allows you to visualise multiple 2D-functions of one variable. diff --git a/math/geg/pkg-descr b/math/geg/pkg-descr new file mode 100644 index 0000000..5af95b2 --- /dev/null +++ b/math/geg/pkg-descr @@ -0,0 +1,8 @@ +geg, a GTK+ Equation Grapher is a very simple utility for parsing and plotting +2D-Functions, eg f(x) = 3 + sin(x), and much more complicated functions. +It was written with GTK+ and provides a neat, configurable user interface. + +website at: http://www.geocities.com/SiliconValley/Park/2030/ + +- Rom +rom_glsa@ein-hashofet.co.il diff --git a/math/geg/pkg-plist b/math/geg/pkg-plist new file mode 100644 index 0000000..772ec90 --- /dev/null +++ b/math/geg/pkg-plist @@ -0,0 +1 @@ +bin/geg |