summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/Makefile8
-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
-rw-r--r--math/grpn/Makefile26
-rw-r--r--math/grpn/distinfo2
-rw-r--r--math/grpn/files/patch-Makefile32
-rw-r--r--math/grpn/files/patch-complex.c10
-rw-r--r--math/grpn/files/patch-help.c10
-rw-r--r--math/grpn/files/patch-lcd.c11
-rw-r--r--math/grpn/files/patch-main.c10
-rw-r--r--math/grpn/files/patch-mode.c10
-rw-r--r--math/grpn/files/patch-process_input.c10
-rw-r--r--math/grpn/files/patch-run_cmd.c10
-rw-r--r--math/grpn/pkg-descr9
-rw-r--r--math/msieve/Makefile80
-rw-r--r--math/msieve/distinfo2
-rw-r--r--math/msieve/files/patch-include_util.h21
-rw-r--r--math/msieve/pkg-descr10
-rw-r--r--math/octave-forge-audio/Makefile21
-rw-r--r--math/octave-forge-audio/distinfo2
-rw-r--r--math/octave-forge-audio/pkg-descr10
-rw-r--r--math/octave-forge-audio/pkg-message1
-rw-r--r--math/octave-forge-engine/Makefile23
-rw-r--r--math/octave-forge-engine/distinfo2
-rw-r--r--math/octave-forge-engine/pkg-descr10
-rw-r--r--math/octave-forge-fl-core/Makefile32
-rw-r--r--math/octave-forge-fl-core/distinfo2
-rw-r--r--math/octave-forge-fl-core/files/patch-fl_compose.cc10
-rw-r--r--math/octave-forge-fl-core/pkg-descr10
-rw-r--r--math/octave-forge-pdb/Makefile25
-rw-r--r--math/octave-forge-pdb/distinfo2
-rw-r--r--math/octave-forge-pdb/pkg-descr10
-rw-r--r--math/surf/Makefile47
-rw-r--r--math/surf/distinfo2
-rw-r--r--math/surf/pkg-descr14
38 files changed, 0 insertions, 545 deletions
diff --git a/math/Makefile b/math/Makefile
index c25ae9b86888..92c92cc680aa 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -231,7 +231,6 @@
SUBDIR += gambit
SUBDIR += gap
SUBDIR += gau2grid
- SUBDIR += geg
SUBDIR += geogebra
SUBDIR += geogram
SUBDIR += geonext
@@ -261,7 +260,6 @@
SUBDIR += gretl
SUBDIR += gri
SUBDIR += gringo
- SUBDIR += grpn
SUBDIR += gsl
SUBDIR += hexcalc
SUBDIR += hipmcl
@@ -380,7 +378,6 @@
SUBDIR += mpir
SUBDIR += mppp
SUBDIR += mprime
- SUBDIR += msieve
SUBDIR += mtrxmath
SUBDIR += multichoose
SUBDIR += mumps
@@ -404,7 +401,6 @@
SUBDIR += octave
SUBDIR += octave-forge
SUBDIR += octave-forge-actuarial
- SUBDIR += octave-forge-audio
SUBDIR += octave-forge-base
SUBDIR += octave-forge-bim
SUBDIR += octave-forge-bioinfo
@@ -419,11 +415,9 @@
SUBDIR += octave-forge-divand
SUBDIR += octave-forge-doctest
SUBDIR += octave-forge-econometrics
- SUBDIR += octave-forge-engine
SUBDIR += octave-forge-fenv
SUBDIR += octave-forge-financial
SUBDIR += octave-forge-fits
- SUBDIR += octave-forge-fl-core
SUBDIR += octave-forge-fpl
SUBDIR += octave-forge-fuzzy-logic-toolkit
SUBDIR += octave-forge-ga
@@ -465,7 +459,6 @@
SUBDIR += octave-forge-optiminterp
SUBDIR += octave-forge-outliers
SUBDIR += octave-forge-parallel
- SUBDIR += octave-forge-pdb
SUBDIR += octave-forge-plot
SUBDIR += octave-forge-quaternion
SUBDIR += octave-forge-queueing
@@ -866,7 +859,6 @@
SUBDIR += sundials
SUBDIR += superlu
SUBDIR += superlu_mt
- SUBDIR += surf
SUBDIR += symmetrica
SUBDIR += tablix
SUBDIR += taucs
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/
diff --git a/math/grpn/Makefile b/math/grpn/Makefile
deleted file mode 100644
index d1e97aa79832..000000000000
--- a/math/grpn/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Chris D. Faulhaber <jedgar@fxp.org>
-# $FreeBSD$
-
-PORTNAME= grpn
-PORTVERSION= 1.1.2
-PORTREVISION= 8
-CATEGORIES= math
-MASTER_SITES= http://lashwhip.com/grpn/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GTK+-based reverse polish notation (RPN) calculator
-
-DEPRECATED= Uses obsolete glib12
-EXPIRATION_DATE= 2018-12-20
-
-USE_GNOME= gtk12
-
-ALL_TARGET=
-
-PLIST_FILES= bin/grpn man/man1/grpn.1.gz
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/grpn ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/grpn.1 ${STAGEDIR}${PREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/math/grpn/distinfo b/math/grpn/distinfo
deleted file mode 100644
index 43f38550dd0c..000000000000
--- a/math/grpn/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (grpn-1.1.2.tar.gz) = 396274b31588e9df26f28704e95456bd2c3b859e5aa1740e47143fc27884e560
-SIZE (grpn-1.1.2.tar.gz) = 46153
diff --git a/math/grpn/files/patch-Makefile b/math/grpn/files/patch-Makefile
deleted file mode 100644
index c55c8e64731b..000000000000
--- a/math/grpn/files/patch-Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
---- Makefile.orig 2002-04-05 05:56:05.000000000 +0200
-+++ Makefile 2013-11-05 16:39:16.000000000 +0100
-@@ -6,7 +6,7 @@
- PREFIX = /usr/local/
-
- # What compiler should be used
--CC = gcc
-+CC?= gcc
-
- # Where to find the gtk-config script
- GTK_DIR =
-@@ -20,9 +20,9 @@ GTK_DIR =
- # add -DUSE_GNOME if you want to make grpn GNOME compliant.
-
-
--CFLAGS = -g -O2 -I/usr/X11/include `$(GTK_DIR)gtk-config --cflags` -DGTK_VER_1_1
-+CFLAGS+= -I${LOCALBASE}/include -I${PREFIX}/include `${GTK_CONFIG} --cflags` -DGTK_VER_1_1
-
--DFLAGS = -L/usr/X11/lib
-+DFLAGS = -L${LOCALBASE}/lib -L${PREFIX}/lib
-
- # end of user configurable section
-
-@@ -37,7 +37,7 @@ OBJS = test_gtk_ver.o real.o complex.o m
-
-
-
--LIBS = `$(GTK_DIR)gtk-config --libs` -lX11 -lm
-+LIBS = `${GTK_CONFIG} --libs` -lX11 -lm
-
-
- grpn: $(OBJS)
diff --git a/math/grpn/files/patch-complex.c b/math/grpn/files/patch-complex.c
deleted file mode 100644
index bfb241fda0ea..000000000000
--- a/math/grpn/files/patch-complex.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- complex.c.orig 2002-04-04 05:46:10.000000000 +0200
-+++ complex.c 2013-11-05 16:40:36.000000000 +0100
-@@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place - Suit
-
- #include <stdio.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <math.h>
-
- #include "complex.h"
diff --git a/math/grpn/files/patch-help.c b/math/grpn/files/patch-help.c
deleted file mode 100644
index 823c30dc4d7f..000000000000
--- a/math/grpn/files/patch-help.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- help.c.orig 2002-04-04 05:46:11.000000000 +0200
-+++ help.c 2013-11-05 16:44:41.000000000 +0100
-@@ -19,6 +19,7 @@ Foundation, Inc., 59 Temple Place - Suit
- */
- #include <stdio.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <gtk/gtk.h>
-
- #include "help.h"
diff --git a/math/grpn/files/patch-lcd.c b/math/grpn/files/patch-lcd.c
deleted file mode 100644
index df0c7a35dd5a..000000000000
--- a/math/grpn/files/patch-lcd.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lcd.c.orig 2002-04-04 05:46:11.000000000 +0200
-+++ lcd.c 2013-11-05 16:42:40.000000000 +0100
-@@ -20,6 +20,8 @@ Foundation, Inc., 59 Temple Place - Suit
- /* lcd.c by Paul Wilkins 3/22/97 */
-
- #include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
- #include <gtk/gtk.h>
- #include <gdk/gdkkeysyms.h>
-
diff --git a/math/grpn/files/patch-main.c b/math/grpn/files/patch-main.c
deleted file mode 100644
index 8c2d70330227..000000000000
--- a/math/grpn/files/patch-main.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- main.c.orig 2002-04-04 05:46:11.000000000 +0200
-+++ main.c 2013-11-05 16:42:00.000000000 +0100
-@@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suit
- */
-
- #include <stdio.h>
-+#include <stdlib.h>
- #ifdef USE_GNOME
- #include <gnome.h>
- #endif
diff --git a/math/grpn/files/patch-mode.c b/math/grpn/files/patch-mode.c
deleted file mode 100644
index 911e5718f1a7..000000000000
--- a/math/grpn/files/patch-mode.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- mode.c.orig 2002-04-04 05:46:11.000000000 +0200
-+++ mode.c 2013-11-05 16:44:30.000000000 +0100
-@@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suit
- /* setup mode.c by Paul Wilkins 2/8/98 */
-
- #include <stdio.h>
-+#include <string.h>
- #include <gtk/gtk.h>
-
- #include "mode.h"
diff --git a/math/grpn/files/patch-process_input.c b/math/grpn/files/patch-process_input.c
deleted file mode 100644
index 7666ba826b47..000000000000
--- a/math/grpn/files/patch-process_input.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- process_input.c.orig 2002-04-04 05:46:11.000000000 +0200
-+++ process_input.c 2013-11-05 16:43:55.000000000 +0100
-@@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suit
- /* process_input.c by Paul Wilkins 3/21/97 */
-
- #include <stdio.h>
-+#include <stdlib.h>
- #include <gtk/gtk.h>
- #include <gdk/gdkkeysyms.h>
-
diff --git a/math/grpn/files/patch-run_cmd.c b/math/grpn/files/patch-run_cmd.c
deleted file mode 100644
index ff220434c9a9..000000000000
--- a/math/grpn/files/patch-run_cmd.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- run_cmd.c.orig 2002-04-04 05:46:11.000000000 +0200
-+++ run_cmd.c 2013-11-05 16:41:30.000000000 +0100
-@@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suit
- /* run_cmd.c by Paul Wilkins */
-
- #include <stdio.h>
-+#include <string.h>
- #include <gtk/gtk.h>
-
- #include "buttons.h"
diff --git a/math/grpn/pkg-descr b/math/grpn/pkg-descr
deleted file mode 100644
index 4bd0fa366c01..000000000000
--- a/math/grpn/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-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.
-
-WWW: http://lashwhip.com/grpn/
diff --git a/math/msieve/Makefile b/math/msieve/Makefile
deleted file mode 100644
index 8dba389578c0..000000000000
--- a/math/msieve/Makefile
+++ /dev/null
@@ -1,80 +0,0 @@
-# Created by: Daniel Roethlisberger <daniel@roe.ch>
-# $FreeBSD$
-
-PORTNAME= msieve
-PORTVERSION= 1.51
-PORTREVISION= 1
-CATEGORIES= math
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME:C/^m/M/}%20v${PORTVERSION}
-DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Fast factorization of big integers using MPQS and GNFS
-
-BROKEN= missing build depends
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2018-12-19
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libecm.a:math/gmp-ecm
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USES= gmake
-MAKE_ENV= ECM=1
-
-HEADERS= mp.h msieve.h util.h
-PLIST_FILES= bin/msieve lib/libmsieve.a ${HEADERS:S|^|include/msieve/|}
-PORTDOCS= Changes Readme Readme.nfs Readme.qs
-
-OPTIONS_DEFINE= OPTIMIZED_CFLAGS DOCS
-OPTIONS_DEFAULT= OPTIMIZED_CFLAGS
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
-CFLAGS+= -O3 -ffast-math
-.if !defined(WITH_DEBUG)
-CFLAGS+= -fomit-frame-pointer -DNDEBUG
-.endif
-.endif
-
-.if ${MACHINE_CPU:Mathlon}
-CFLAGS+= -DHAS_AMD_MMX
-.endif
-
-.if ${MACHINE_CPU:Msse}
-CFLAGS+= -DHAS_SSE
-.endif
-
-.if ${MACHINE_CPU:Msse2}
-CFLAGS+= -DHAS_SSE2
-.endif
-
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -E \
- -e '/(^(CC|OPT_FLAGS) =|-DNDEBUG|svnversion|-ldl)/d' \
- -e '/^CFLAGS =/s/=/+=/' \
- -e 's@-Ignfs/poly/stage1@& -I${LOCALBASE}/include@' \
- -e 's@-lecm@-L${LOCALBASE}/lib &@' \
- -e 's/-lpthread/-pthread/' \
- -e 's/-DHAS_SSE2//' \
- ${WRKSRC}/Makefile
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/msieve ${STAGEDIR}${PREFIX}/bin
- @${MKDIR} ${STAGEDIR}${PREFIX}/include/msieve
- @cd ${WRKSRC}/include; ${INSTALL_DATA} ${HEADERS} ${STAGEDIR}${PREFIX}/include/msieve
- @${INSTALL_DATA} ${WRKSRC}/libmsieve.a ${STAGEDIR}${PREFIX}/lib
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- @cd ${WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
-
-regression-test test check: build
- @cd ${WRKSRC}; \
- ./msieve -q -d 1 2385734365243128176756453434347656453122245767798
-
-.include <bsd.port.mk>
diff --git a/math/msieve/distinfo b/math/msieve/distinfo
deleted file mode 100644
index 7e16c8d28f53..000000000000
--- a/math/msieve/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (msieve151.tar.gz) = 26bc1d0d89325986aacfbafb687451f3de5da1bd388e087ec3ac24813e9dc948
-SIZE (msieve151.tar.gz) = 623885
diff --git a/math/msieve/files/patch-include_util.h b/math/msieve/files/patch-include_util.h
deleted file mode 100644
index 5659e8fd5a18..000000000000
--- a/math/msieve/files/patch-include_util.h
+++ /dev/null
@@ -1,21 +0,0 @@
---- include/util.h.orig 2008-09-24 15:59:32.000000000 +0200
-+++ include/util.h 2009-01-11 23:46:55.000000000 +0100
-@@ -202,8 +202,18 @@
- the only CPU that doesn't have these instructions is
- the classic Pentium */
-
-+#if defined(CPU_GENERIC) || \
-+ defined(CPU_PENTIUM2) || \
-+ defined(CPU_PENTIUM3) || \
-+ defined(CPU_PENTIUM4) || \
-+ defined(CPU_PENTIUM_M) || \
-+ defined(CPU_CORE) || \
-+ defined(CPU_ATHLON) || \
-+ defined(CPU_ATHLON_XP) || \
-+ defined(CPU_OPTERON)
- #define HAS_CMOV
- #define HAS_MMX
-+#endif
-
- #if defined(CPU_GENERIC)
- #define MANUAL_PREFETCH
diff --git a/math/msieve/pkg-descr b/math/msieve/pkg-descr
deleted file mode 100644
index c438b6c6ebe5..000000000000
--- a/math/msieve/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Msieve is a library and utility for factoring large integers using the most
-powerful modern algorithms. It features a stable and very fast implementation
-of a self-initializing multiple polynomial quadratic sieve (MPQS), plus a
-somewhat experimental general number field sieve (GNFS) implementation.
-
-Primary design goals are speed, portability and ease of use. Msieve claims to
-be the fastest implementation for factoring general inputs between 40 and 100
-decimal digits, but can handle larger input as well.
-
-WWW: http://www.boo.net/~jasonp/qs.html
diff --git a/math/octave-forge-audio/Makefile b/math/octave-forge-audio/Makefile
deleted file mode 100644
index 1151b7c832b8..000000000000
--- a/math/octave-forge-audio/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
-# $FreeBSD$
-
-PORTNAME= octave-forge-audio
-PORTVERSION= 1.1.4
-PORTREVISION= 19
-CATEGORIES= math
-
-MAINTAINER= stephen@FreeBSD.org
-COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= does not build with octave version >= 4.4.0
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2018-12-19
-GNU_CONFIGURE= yes
-
-.include "${.CURDIR}/../../Mk/bsd.octave.mk"
-.include <bsd.port.mk>
diff --git a/math/octave-forge-audio/distinfo b/math/octave-forge-audio/distinfo
deleted file mode 100644
index 406de39e3c14..000000000000
--- a/math/octave-forge-audio/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (octave-forge/audio-1.1.4.tar.gz) = 1cc95684b48bc2b2681036b65ed78fe5bc6323ca94b43dea6c005303dd7320e4
-SIZE (octave-forge/audio-1.1.4.tar.gz) = 129041
diff --git a/math/octave-forge-audio/pkg-descr b/math/octave-forge-audio/pkg-descr
deleted file mode 100644
index 508118edbbb1..000000000000
--- a/math/octave-forge-audio/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-The octave-forge package is the result of The GNU Octave Repositry project,
-which is intended to be a central location for custom scripts, functions and
-extensions for GNU Octave. contains the source for all the functions plus
-build and install scripts.
-
-This is audio.
-
- Audio recording, processing and playing tools.
-
-WWW: http://octave.sourceforge.net/
diff --git a/math/octave-forge-audio/pkg-message b/math/octave-forge-audio/pkg-message
deleted file mode 100644
index 129cf57f4e5f..000000000000
--- a/math/octave-forge-audio/pkg-message
+++ /dev/null
@@ -1 +0,0 @@
-This port has not yet been configured to work with FreeBSD sound.
diff --git a/math/octave-forge-engine/Makefile b/math/octave-forge-engine/Makefile
deleted file mode 100644
index 029086d4c675..000000000000
--- a/math/octave-forge-engine/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
-# $FreeBSD$
-
-PORTNAME= octave-forge-engine
-PORTVERSION= 1.0.9
-PORTREVISION= 19
-CATEGORIES= math
-
-MAINTAINER= stephen@FreeBSD.org
-COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= does not build with octave version >= 4.4.0
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2018-12-19
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV+= HOME=${WRKSRC}
-
-.include "${.CURDIR}/../../Mk/bsd.octave.mk"
-.include <bsd.port.mk>
diff --git a/math/octave-forge-engine/distinfo b/math/octave-forge-engine/distinfo
deleted file mode 100644
index 4333a7e359a9..000000000000
--- a/math/octave-forge-engine/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (octave-forge/engine-1.0.9.tar.gz) = 284733f08084fe9980fba80b11951dbec494adbaa9df267183bd0e677abcc741
-SIZE (octave-forge/engine-1.0.9.tar.gz) = 67146
diff --git a/math/octave-forge-engine/pkg-descr b/math/octave-forge-engine/pkg-descr
deleted file mode 100644
index 1ed3d3794d75..000000000000
--- a/math/octave-forge-engine/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-The octave-forge package is the result of The GNU Octave Repositry project,
-which is intended to be a central location for custom scripts, functions and
-extensions for GNU Octave. contains the source for all the functions plus
-build and install scripts.
-
-This is engine.
-
- An external interface library for Octave
-
-WWW: http://octave.sourceforge.net/
diff --git a/math/octave-forge-fl-core/Makefile b/math/octave-forge-fl-core/Makefile
deleted file mode 100644
index b89af1987d0e..000000000000
--- a/math/octave-forge-fl-core/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
-# $FreeBSD$
-
-PORTNAME= octave-forge-fl-core
-PORTVERSION= 1.0.0
-PORTREVISION= 16
-CATEGORIES= math
-
-MAINTAINER= stephen@FreeBSD.org
-COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-
-LICENSE= GPLv3
-LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
-
-BROKEN= does not build with octave >= 4.4.0
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2018-12-19
-
-# OCTSRC is the name of the directory of the package.
-# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
-OCTSRC= ${OCTAVE_PKGNAME}
-
-WRKSRC= ${WRKDIR}/${OCTSRC}/src
-USES= dos2unix
-
-.include "${.CURDIR}/../../Mk/bsd.octave.mk"
-
-post-build:
- ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
- cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
-
-.include <bsd.port.mk>
diff --git a/math/octave-forge-fl-core/distinfo b/math/octave-forge-fl-core/distinfo
deleted file mode 100644
index 66f5aef85601..000000000000
--- a/math/octave-forge-fl-core/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (octave-forge/fl-core-1.0.0.tar.gz) = 5ec025ecdc05aede186fad48c28fe8053888e6571ba557a22173649f7c0c0a1d
-SIZE (octave-forge/fl-core-1.0.0.tar.gz) = 10357
diff --git a/math/octave-forge-fl-core/files/patch-fl_compose.cc b/math/octave-forge-fl-core/files/patch-fl_compose.cc
deleted file mode 100644
index 013298a3941c..000000000000
--- a/math/octave-forge-fl-core/files/patch-fl_compose.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- fl_compose.cc.orig 2013-11-16 22:48:40.000000000 +0100
-+++ fl_compose.cc 2013-11-16 22:48:58.000000000 +0100
-@@ -20,6 +20,7 @@
-
- #include <octave/oct.h>
- #include <octave/parse.h>
-+#include <unistd.h>
- #include <pthread.h>
-
- #define HELP \
diff --git a/math/octave-forge-fl-core/pkg-descr b/math/octave-forge-fl-core/pkg-descr
deleted file mode 100644
index 8029091bf2cb..000000000000
--- a/math/octave-forge-fl-core/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-The octave-forge package is the result of The GNU Octave Repositry project,
-which is intended to be a central location for custom scripts, functions and
-extensions for GNU Octave. contains the source for all the functions plus
-build and install scripts.
-
-This is fl-core.
-
- The package contains code for basic functions in Fuzzy Logic for Octave.
-
-WWW: http://octave.sourceforge.net/
diff --git a/math/octave-forge-pdb/Makefile b/math/octave-forge-pdb/Makefile
deleted file mode 100644
index 3d81a9ec24fb..000000000000
--- a/math/octave-forge-pdb/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
-# $FreeBSD$
-
-PORTNAME= octave-forge-pdb
-PORTVERSION= 1.0.7
-PORTREVISION= 18
-CATEGORIES= math
-
-MAINTAINER= stephen@FreeBSD.org
-COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= does not build with octave version >= 4.4.0
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2018-12-19
-
-GNU_CONFIGURE= yes
-
-post-patch:
- ${REINPLACE_CMD} -E 's/Octave_map/octave_map/g' ${WRKSRC}/src/*.cc
-
-.include "${.CURDIR}/../../Mk/bsd.octave.mk"
-.include <bsd.port.mk>
diff --git a/math/octave-forge-pdb/distinfo b/math/octave-forge-pdb/distinfo
deleted file mode 100644
index 90c046fcca64..000000000000
--- a/math/octave-forge-pdb/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (octave-forge/pdb-1.0.7.tar.gz) = fe07e08ae7e41aa7a014f73cf7349c2d70030f05577e127e2e0e38171e0fa7b8
-SIZE (octave-forge/pdb-1.0.7.tar.gz) = 36889
diff --git a/math/octave-forge-pdb/pkg-descr b/math/octave-forge-pdb/pkg-descr
deleted file mode 100644
index 682da8144720..000000000000
--- a/math/octave-forge-pdb/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-The octave-forge package is the result of The GNU Octave Repositry project,
-which is intended to be a central location for custom scripts, functions and
-extensions for GNU Octave. contains the source for all the functions plus
-build and install scripts.
-
-This is pdb.
-
- Reads and display PDB-files from the Brookhaven protein databank
-
-WWW: http://octave.sourceforge.net/
diff --git a/math/surf/Makefile b/math/surf/Makefile
deleted file mode 100644
index 884c6df49667..000000000000
--- a/math/surf/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= surf
-PORTVERSION= 1.0.6
-PORTREVISION= 3
-CATEGORIES= math
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Visualize some real algebraic geometry
-
-DEPRECATED= Uses obsolete glib12
-EXPIRATION_DATE= 2018-12-20
-
-LICENSE= GPLv2
-
-LIB_DEPENDS= libtiff.so:graphics/tiff \
- libgmp.so:math/gmp
-
-USES= jpeg
-USE_XORG= x11 xmu
-USE_GNOME= gtk12
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS= --disable-cups --datadir=${PREFIX}/share
-
-CONFLICTS= surf-0* # www/surf
-
-OPTIONS_DEFINE= DOCS
-
-PORTDOCS= manual.sgml
-PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/${PORTNAME}.xpm \
- man/man1/${PORTNAME}.1.gz
-
-post-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" -print0 | ${XARGS} -0 \
- ${REINPLACE_CMD} -e \
- 's|@CUPS_TRUE@|#|g ; \
- s|@CUPS_FALSE@||g'
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/math/surf/distinfo b/math/surf/distinfo
deleted file mode 100644
index 00bb949fbda5..000000000000
--- a/math/surf/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (surf-1.0.6.tar.gz) = 8a5326bd50ed8c4e4c49f13dac3b4cf419944d2279d71b897faafcbdc3f99cd8
-SIZE (surf-1.0.6.tar.gz) = 472773
diff --git a/math/surf/pkg-descr b/math/surf/pkg-descr
deleted file mode 100644
index 5a93ec0ffd46..000000000000
--- a/math/surf/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-surf is a tool to visualize some real algebraic geometry: plane algebraic
-curves, algebraic surfaces and hyperplane sections of surfaces. surf is
-script driven and has (optionally) a nifty GUI using the Gtk widget set.
-
-The algorithms should be stable enough not to be confused by curve/surface
-singularities in codimension greater than one and the degree of the surface
-or curve. This has been achieved quite a bit. We have drawn curves of degree
-up to 30 and surfaces of degree up to 20 successfully. However, there are
-examples of curves/surfaces of lower degree where surf fails to produce
-perfect images. This happens especially if the equation of the curve/surface
-is not reduced. Best results are achieved using reduced equations. On the
-other hand, surf displays the Fermat-curves accurately for degree up to 98.
-
-WWW: http://surf.sourceforge.net/