diff options
author | rene <rene@FreeBSD.org> | 2013-10-12 17:31:18 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-10-12 17:31:18 +0800 |
commit | 3834d938475a1aabe09a92edd9fb5451b29a4593 (patch) | |
tree | 8532e08c3bcd8cacafb56f6fec8819854014dc14 /math | |
parent | 5782400308d703411eb7837dc1795e676bcec7f4 (diff) | |
download | freebsd-ports-gnome-3834d938475a1aabe09a92edd9fb5451b29a4593.tar.gz freebsd-ports-gnome-3834d938475a1aabe09a92edd9fb5451b29a4593.tar.zst freebsd-ports-gnome-3834d938475a1aabe09a92edd9fb5451b29a4593.zip |
Remove expired port:
2013-10-12 math/matrices: Unmaintained upstream
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/matrices/Makefile | 26 | ||||
-rw-r--r-- | math/matrices/distinfo | 2 | ||||
-rw-r--r-- | math/matrices/pkg-descr | 10 |
4 files changed, 0 insertions, 39 deletions
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/ |