git: c47060e2cac0 - main - math/matlab-installer: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Apr 2025 19:20:35 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c47060e2cac05f5a50686c16f7cab9281ba92ee5
commit c47060e2cac05f5a50686c16f7cab9281ba92ee5
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-04-04 19:20:28 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-04-04 19:20:28 +0000
math/matlab-installer: Remove expired port
2025-04-03 math/matlab-installer: Unmaintained, does not support recent Matlab
---
MOVED | 1 +
math/Makefile | 1 -
math/matlab-installer/Makefile | 31 -------------------------------
math/matlab-installer/distinfo | 2 --
math/matlab-installer/pkg-descr | 6 ------
5 files changed, 1 insertion(+), 40 deletions(-)
diff --git a/MOVED b/MOVED
index e214d54c8f51..41b0651ec5b1 100644
--- a/MOVED
+++ b/MOVED
@@ -4302,3 +4302,4 @@ ports-mgmt/packagekit-qt@qt5||2025-04-03|Unflavorize; only Qt6 support is needed
ports-mgmt/packagekit-qt@qt6|ports-mgmt/packagekit-qt|2025-04-03|Unflavorize; only Qt6 support is needed
devel/rubygem-makara61||2025-04-04|Has expired: Uses EOL version 6.1.X of Rails
security/rubygem-pundit61||2025-04-04|Has expired: Uses EOL version 6.1.X of Rails
+math/matlab-installer||2025-04-04|Has expired: Unmaintained, does not support recent Matlab
diff --git a/math/Makefile b/math/Makefile
index ff3cc358e834..a4765761eb1d 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -500,7 +500,6 @@
SUBDIR += mathomatic
SUBDIR += mathpresso
SUBDIR += matio
- SUBDIR += matlab-installer
SUBDIR += maxima
SUBDIR += mbasecalc
SUBDIR += mcsim
diff --git a/math/matlab-installer/Makefile b/math/matlab-installer/Makefile
deleted file mode 100644
index 114bdd6a23a0..000000000000
--- a/math/matlab-installer/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= matlab-installer
-PORTVERSION= 0.2
-PORTREVISION= 5
-CATEGORIES= math science java
-MASTER_SITES= http://acadix.biz/Ports/distfiles/
-
-MAINTAINER= jwb@FreeBSD.org
-COMMENT= Easy installation of Linux Matlab(r) on FreeBSD
-WWW= https://acadix.biz/matlab-installer.php
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= Unmaintained, does not support recent Matlab
-EXPIRATION_DATE=2025-04-03
-
-RUN_DEPENDS= mount_image:sysutils/diskimage-tools \
- auto-ask:sysutils/auto-admin \
- webbrowser:www/webbrowser \
-
-USES= java linux tar:xz
-USE_LINUX= dri devtools
-JAVA_OS= linux
-
-NO_BUILD= yes
-PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/matlab-installer.1 ${STAGEDIR}${PREFIX}/share/man/man1
-
-.include <bsd.port.mk>
diff --git a/math/matlab-installer/distinfo b/math/matlab-installer/distinfo
deleted file mode 100644
index 8b92b7fc2eb5..000000000000
--- a/math/matlab-installer/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (matlab-installer-0.2.tar.xz) = 461e694d6140000cb40350daa126ae0e8c9a1e3ee0defee8c84643460bf977b6
-SIZE (matlab-installer-0.2.tar.xz) = 6668
diff --git a/math/matlab-installer/pkg-descr b/math/matlab-installer/pkg-descr
deleted file mode 100644
index d73a029a5d90..000000000000
--- a/math/matlab-installer/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This port installs the prerequisites for Mathworks (r) Matlab for Linux
-and an installer script (matlab-installer), which automates the somewhat
-tricky process of installing Linux Matlab.
-
-Installing Matlab requires Matlab installation media and a license file and
-installation key from Mathworks, Inc.