summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-10-12 09:31:18 +0000
committerRene Ladan <rene@FreeBSD.org>2013-10-12 09:31:18 +0000
commitd41a74d43a850f297c246491d2ddb8c613f914dc (patch)
tree8532e08c3bcd8cacafb56f6fec8819854014dc14
parentUpdate from 4.0.19 to 4.0.20: (diff)
Remove expired port:
2013-10-12 math/matrices: Unmaintained upstream
Notes
Notes: svn path=/head/; revision=330123
-rw-r--r--MOVED1
-rw-r--r--math/Makefile1
-rw-r--r--math/matrices/Makefile26
-rw-r--r--math/matrices/distinfo2
-rw-r--r--math/matrices/pkg-descr10
5 files changed, 1 insertions, 39 deletions
diff --git a/MOVED b/MOVED
index 408a61dae874..931ea63c7bda 100644
--- a/MOVED
+++ b/MOVED
@@ -5071,3 +5071,4 @@ x11/ruby-gtktrayicon||2013-10-11|Has expired: Does not work with Ruby 1.9
net/ngrep-lib||2013-10-11|Obsoleted
www/node04||2013-10-11|Has expired: Unsupported upstream, not compatible with current
www/node06||2013-10-11|Has expired: Unsupported upstream, not compatible with current
+math/matrices||2013-10-12|Has expired: Unmaintained upstream
diff --git a/math/Makefile b/math/Makefile
index 132feef00b1c..6201723ba657 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -243,7 +243,6 @@
SUBDIR += mathomatic
SUBDIR += matio
SUBDIR += matlab-R2012a-installer
- SUBDIR += matrices
SUBDIR += matrix
SUBDIR += maxima
SUBDIR += mbasecalc
diff --git a/math/matrices/Makefile b/math/matrices/Makefile
deleted file mode 100644
index 22cfa7a406c8..000000000000
--- a/math/matrices/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Morten Slot Kristensen
-# $FreeBSD$
-
-PORTNAME= matrices
-PORTVERSION= 1.0
-PORTREVISION= 6
-CATEGORIES= math
-MASTER_SITES= http://mplus.dk/${PORTNAME}/
-
-MAINTAINER= ontherenth@gmail.com
-COMMENT= Matrix calculator (with both GUI & console-interface)
-
-EXPIRATION_DATE= 2013-10-12
-DEPRECATED= Unmaintained upstream
-
-IGNORE= Does build with libc++
-
-USES= pkgconfig
-USE_GNOME= glib20 gtk20
-GNU_CONFIGURE= yes
-PLIST_FILES= bin/${PORTNAME}
-
-MAN1= ${PORTNAME}.1
-
-NO_STAGE= yes
-.include <bsd.port.mk>
diff --git a/math/matrices/distinfo b/math/matrices/distinfo
deleted file mode 100644
index efcdd09a0764..000000000000
--- a/math/matrices/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (matrices-1.0.tar.gz) = c32d22e469d0ae1d356b4e65eb4cb862916e74503d1d1de8b07d07848cc641d9
-SIZE (matrices-1.0.tar.gz) = 69915
diff --git a/math/matrices/pkg-descr b/math/matrices/pkg-descr
deleted file mode 100644
index 6c7673eb443f..000000000000
--- a/math/matrices/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-This is a program which can calculate with several martices.
-It can multiplicate (by matrix or number), add, substract, invert,
-transpose and get the determinant of matrices. And these calculations
-can be done on matrices of any order.
-
-It has two interfaces: GTK GUI and console-interface.
-
-Morten Slot Kristensen <ontherenth@gmail.com>
-
-WWW: http://mplus.dk/matrices/