summaryrefslogtreecommitdiff
path: root/math/geg
diff options
context:
space:
mode:
Diffstat (limited to 'math/geg')
-rw-r--r--math/geg/Makefile26
-rw-r--r--math/geg/distinfo2
-rw-r--r--math/geg/files/patch-configure.in12
-rw-r--r--math/geg/files/patch-src_main.c16
-rw-r--r--math/geg/pkg-descr5
5 files changed, 0 insertions, 61 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile
deleted file mode 100644
index 41b25ee3cecf..000000000000
--- a/math/geg/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: rom
-# $FreeBSD$
-
-PORTNAME= geg
-PORTVERSION= 1.0.2
-PORTREVISION= 9
-CATEGORIES= math
-MASTER_SITES= SUNSITE/science/visualization/plotting \
- http://www.infolaunch.com/~daveb/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Visualise multiple 2D-functions of one variable
-
-DEPRECATED= Uses obsolete glib12
-EXPIRATION_DATE= 2018-12-20
-
-USE_GNOME= gtk12
-USES= autoreconf
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib
-
-PLIST_FILES= bin/geg \
- man/man1/geg.1.gz
-
-.include <bsd.port.mk>
diff --git a/math/geg/distinfo b/math/geg/distinfo
deleted file mode 100644
index b1fd059a9222..000000000000
--- a/math/geg/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (geg-1.0.2.tar.gz) = b052f16e97de9a7b85f2034a5560c423f661e2575332955b67232007290b60a8
-SIZE (geg-1.0.2.tar.gz) = 68312
diff --git a/math/geg/files/patch-configure.in b/math/geg/files/patch-configure.in
deleted file mode 100644
index 8c2451c0837d..000000000000
--- a/math/geg/files/patch-configure.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.in.orig Wed Nov 24 08:01:41 1999
-+++ configure.in Sat Jul 1 18:57:50 2000
-@@ -30,8 +30,7 @@
- fi
- fi
-
--AC_CHECK_PROG(GTK_CFLAGS, gtk-config, `gtk-config --cflags`,,,)
--AC_CHECK_PROG(GTK_LIBS, gtk-config, `gtk-config --libs`,,,)
-+AM_PATH_GTK(1.2.0, , AC_MSG_ERROR(GTK+ is not installed or badly configured on your system...))
-
- dnl Checks for libraries.
- dnl Replace `main' with a function in -libs:
diff --git a/math/geg/files/patch-src_main.c b/math/geg/files/patch-src_main.c
deleted file mode 100644
index f23a93012cda..000000000000
--- a/math/geg/files/patch-src_main.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/main.c.orig Sat Apr 15 19:50:38 2000
-+++ src/main.c Sat Apr 15 19:50:52 2000
-@@ -10,10 +10,13 @@
- #include "app.h"
- #include <gtk/gtk.h>
- #include <stdio.h>
-+#include <ieeefp.h>
-
- int
- main(int argc, char *argv[])
- {
-+ fpsetmask(0);
-+
- parse_command_line(argc, argv);
- parse_rcfile();
-
diff --git a/math/geg/pkg-descr b/math/geg/pkg-descr
deleted file mode 100644
index 69c091366e02..000000000000
--- a/math/geg/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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.
-
-WWW: http://www.infolaunch.com/~daveb/