aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-08-28 05:26:36 +0800
committerrene <rene@FreeBSD.org>2013-08-28 05:26:36 +0800
commitbcf76c60a5fde98b5f9bc9884833d23aab1dff91 (patch)
tree01eabea101c51642b1bf3e50fe3b225dd24afd1e /math
parent3f0f47106125a1b9c8e0f9f4be776ebfdc28778e (diff)
downloadfreebsd-ports-gnome-bcf76c60a5fde98b5f9bc9884833d23aab1dff91.tar.gz
freebsd-ports-gnome-bcf76c60a5fde98b5f9bc9884833d23aab1dff91.tar.zst
freebsd-ports-gnome-bcf76c60a5fde98b5f9bc9884833d23aab1dff91.zip
Remove expired ports:
2013-08-27 math/octave-forge-es: Broken for more than 6 month 2013-08-27 math/octave-forge-java: Broken for more than 6 month
Diffstat (limited to 'math')
-rw-r--r--math/Makefile2
-rw-r--r--math/octave-forge-es/Makefile29
-rw-r--r--math/octave-forge-es/distinfo2
-rw-r--r--math/octave-forge-es/files/patch-help.icc38
-rw-r--r--math/octave-forge-es/pkg-descr11
-rw-r--r--math/octave-forge-es/pkg-plist1
-rw-r--r--math/octave-forge-java/Makefile40
-rw-r--r--math/octave-forge-java/distinfo2
-rw-r--r--math/octave-forge-java/pkg-descr10
-rw-r--r--math/octave-forge-java/pkg-plist1
10 files changed, 0 insertions, 136 deletions
diff --git a/math/Makefile b/math/Makefile
index 90c28c133fed..10325fdd8614 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -290,7 +290,6 @@
SUBDIR += octave-forge-dicom
SUBDIR += octave-forge-econometrics
SUBDIR += octave-forge-engine
- SUBDIR += octave-forge-es
SUBDIR += octave-forge-fenv
SUBDIR += octave-forge-financial
SUBDIR += octave-forge-fits
@@ -309,7 +308,6 @@
SUBDIR += octave-forge-integration
SUBDIR += octave-forge-io
SUBDIR += octave-forge-irsa
- SUBDIR += octave-forge-java
SUBDIR += octave-forge-linear-algebra
SUBDIR += octave-forge-lssa
SUBDIR += octave-forge-mapping
diff --git a/math/octave-forge-es/Makefile b/math/octave-forge-es/Makefile
deleted file mode 100644
index 98188b8be572..000000000000
--- a/math/octave-forge-es/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
-# $FreeBSD$
-
-PORTNAME= octave-forge-es
-PORTVERSION= 0.0.4
-PORTREVISION= 4
-CATEGORIES= math
-
-MAINTAINER= stephen@FreeBSD.org
-COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-08-27
-
-BROKEN= does not build
-
-# OCTSRC is the name of the directory of the package.
-# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
-OCTSRC= ${OCTAVE_PKGNAME}
-
-WRKSRC= ${WRKDIR}/${OCTSRC}/src
-
-.include "${.CURDIR}/../../Mk/bsd.octave.mk"
-
-post-build:
- ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
- cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
-
-.include <bsd.port.mk>
diff --git a/math/octave-forge-es/distinfo b/math/octave-forge-es/distinfo
deleted file mode 100644
index 107dec5cd971..000000000000
--- a/math/octave-forge-es/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (octave-forge/es-0.0.4.tar.gz) = 5f34492607bf434b9abed14aed7e54d8ae552bc268516ed453161acfa68d73d0
-SIZE (octave-forge/es-0.0.4.tar.gz) = 262939
diff --git a/math/octave-forge-es/files/patch-help.icc b/math/octave-forge-es/files/patch-help.icc
deleted file mode 100644
index 9ea3ffc8bf99..000000000000
--- a/math/octave-forge-es/files/patch-help.icc
+++ /dev/null
@@ -1,38 +0,0 @@
---- help.icc-orig 2011-07-23 03:15:10.000000000 +0000
-+++ help.icc 2011-07-23 03:18:00.000000000 +0000
-@@ -36,6 +36,8 @@
- #include <octave/parse.h>
- #include <octave/procstream.h>
- #include <octave/help.h>
-+#include <octave/syswait.h>
-+#include <octave/lo-sysdep.h>
-
- #include "oct-md5.h"
-
-@@ -68,7 +70,7 @@
- {
- os.flush ();
-
-- std::string tmp_file_name = file_ops::tempnam ("", "");
-+ std::string tmp_file_name = octave_tempnam ("", "");
-
- int cols = command_editor::terminal_cols ();
-
-@@ -124,7 +126,7 @@
- warning ("%s:\n\n%s\n\n", HELP_STRING, msg.c_str ());
- }
-
-- file_ops::unlink (tmp_file_name);
-+ octave_unlink (tmp_file_name);
- }
- else
- os << msg;
-@@ -139,7 +141,7 @@
- std::string h;
-
- std::string file = octave_env::make_absolute
-- (load_path::find_file (nm + LANG_EXT), octave_env::getcwd ());
-+ (load_path::find_file (nm + LANG_EXT), octave_getcwd ());
-
- if (! file.empty ())
- {
diff --git a/math/octave-forge-es/pkg-descr b/math/octave-forge-es/pkg-descr
deleted file mode 100644
index 48f5b3210d2b..000000000000
--- a/math/octave-forge-es/pkg-descr
+++ /dev/null
@@ -1,11 +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 es.
-
-Spanish package for the construction of native language translations of
-Octave functions.
-
-WWW: http://octave.sourceforge.net/
diff --git a/math/octave-forge-es/pkg-plist b/math/octave-forge-es/pkg-plist
deleted file mode 100644
index a999ec86c07e..000000000000
--- a/math/octave-forge-es/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-@comment This file intentionally left empty
diff --git a/math/octave-forge-java/Makefile b/math/octave-forge-java/Makefile
deleted file mode 100644
index 0df338712695..000000000000
--- a/math/octave-forge-java/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= octave-forge-java
-PORTVERSION= 1.2.9
-CATEGORIES= math java
-
-MAINTAINER= stephen@FreeBSD.org
-COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-
-# OCTSRC is the name of the directory of the package.
-# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
-OCTSRC= ${OCTAVE_PKGNAME}
-
-GNU_CONFIGURE= yes
-USE_JAVA= yes
-JAVA_VERSION= 1.6+
-CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME}
-
-WRKSRC= ${WRKDIR}/${OCTSRC}/src
-MAKE_ENV+= MKOCTFILE=mkoctfile
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-08-27
-
-BROKEN= does not work with openjdk, and will soon be part of octave base
-
-RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:${PORTSDIR}/math/octave-forge-signal
-
-.include "${.CURDIR}/../../Mk/bsd.octave.mk"
-
-post-patch:
- ${REINPLACE_CMD} 's+/client/libjvm.so+/server/libjvm.so+' ${WRKSRC}/__java__.cc
- ${REINPLACE_CMD} 's|getenv ("JAVA_HOME")|"${JAVA_HOME}"|' ${WRKDIR}/java/pre_install.m
-
-post-build:
- ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
- cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
-
-.include <bsd.port.mk>
diff --git a/math/octave-forge-java/distinfo b/math/octave-forge-java/distinfo
deleted file mode 100644
index a8bd22c8bf0a..000000000000
--- a/math/octave-forge-java/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (octave-forge/java-1.2.9.tar.gz) = e2292c71456b01c3818c3bff3709908f4195277a9f11d83825cc4d815212fbfe
-SIZE (octave-forge/java-1.2.9.tar.gz) = 1104939
diff --git a/math/octave-forge-java/pkg-descr b/math/octave-forge-java/pkg-descr
deleted file mode 100644
index 20009fe4125e..000000000000
--- a/math/octave-forge-java/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 java.
-
- Provides Java interface with OO-like Java objects manipulation.
-
-WWW: http://octave.sourceforge.net/
diff --git a/math/octave-forge-java/pkg-plist b/math/octave-forge-java/pkg-plist
deleted file mode 100644
index a999ec86c07e..000000000000
--- a/math/octave-forge-java/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-@comment This file intentionally left empty