aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-04-13 18:55:38 +0800
committerrene <rene@FreeBSD.org>2014-04-13 18:55:38 +0800
commit6052b05decc9d9f83a7550171c7df60a86cdab14 (patch)
tree945be4c82f4ab2b27427f5ba33627b6ec0e06991 /math
parentf9276ec687c523aef9032ffd4ee73886858e9f03 (diff)
downloadfreebsd-ports-gnome-6052b05decc9d9f83a7550171c7df60a86cdab14.tar.gz
freebsd-ports-gnome-6052b05decc9d9f83a7550171c7df60a86cdab14.tar.zst
freebsd-ports-gnome-6052b05decc9d9f83a7550171c7df60a86cdab14.zip
Remove expired ports:
2014-04-12 net/pvm++: Unmaintained since 2001 2014-04-12 devel/ixlib: Unmaintained since 2001 2014-04-12 mail/althea: Unmaintained since 2001 2014-04-12 graphics/claraocr: Unmaintained since 2001 2014-04-12 graphics/qvplay: Unmaintained since 2001 2014-04-12 print/guitartex: Unmaintained since 2001 2014-04-12 print/pnm2ppa: Unmaintained since 2001 2014-04-12 graphics/opendis: Unmaintained since 2001 2014-04-12 net/gnome-mud: Unmaintained since 2001 2014-04-12 graphics/maverik: Unmaintained since 2001 2014-04-12 biology/rasmol: Unmaintained since 2001 2014-04-12 mail/mail2procmailrc: Unmaintained since 2001 2014-04-12 science/felt: Unmaintained since 2001 2014-04-12 textproc/pardiff: Unmaintained since 2001 2014-04-12 lang/klone: Unmaintained since 2001 2014-04-12 net/rmsg: Unmaintained since 2001 2014-04-12 net/sharity-light: Unmaintained since 2001 2014-04-12 biology/genpak: Unmaintained since 2001 2014-04-12 net/forg: Unmaintained since 2001 2014-04-12 misc/txt2regex: Unmaintained since 2001 2014-04-12 textproc/ipdf: Unmaintained since 2001 2014-04-12 graphics/plotmtv: Unmaintained since 2001 2014-04-12 devel/happydoc: Unmaintained since 2001 2014-04-12 print/cpp2latex: Unmaintained since 2001 2014-04-12 graphics/svg2swf: Unmaintained since 2001 2014-04-12 devel/flick: Unmaintained since 2001 2014-04-12 mail/smail: Unmaintained since 2001 2014-04-12 net/net-http: Unmaintained since 2001 2014-04-12 security/cfv: Unmaintained since 2001 2014-04-12 graphics/camediaplay: Unmaintained since 2001 2014-04-12 math/umatrix: Unmaintained since 2001
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/umatrix/Makefile19
-rw-r--r--math/umatrix/distinfo2
-rw-r--r--math/umatrix/pkg-descr4
4 files changed, 0 insertions, 26 deletions
diff --git a/math/Makefile b/math/Makefile
index 5ea17423df50..e06fba56d4cd 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -650,7 +650,6 @@
SUBDIR += truthtable
SUBDIR += tvmet
SUBDIR += ufc
- SUBDIR += umatrix
SUBDIR += ump
SUBDIR += units
SUBDIR += unixstat
diff --git a/math/umatrix/Makefile b/math/umatrix/Makefile
deleted file mode 100644
index 887142dd167b..000000000000
--- a/math/umatrix/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Created by: Sandro Sigala <ssigala@globalnet.it>
-# $FreeBSD$
-
-PORTNAME= umatrix
-PORTVERSION= 1.1
-CATEGORIES= math
-MASTER_SITES= http://www.sigala.it/sandro/files/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple matrix package
-
-DEPRECATED= Unmaintained since 2001
-EXPIRATION_DATE= 2014-04-12
-GNU_CONFIGURE= yes
-MAN1= umatrix.1
-PLIST_FILES= bin/umatrix
-
-NO_STAGE= yes
-.include <bsd.port.mk>
diff --git a/math/umatrix/distinfo b/math/umatrix/distinfo
deleted file mode 100644
index 1b01b274a85b..000000000000
--- a/math/umatrix/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (umatrix-1.1.tar.gz) = 4bac1b6cce2154b1a3571a05f74054ed104080e8a70014196a8604fd5aff0c5d
-SIZE (umatrix-1.1.tar.gz) = 17554
diff --git a/math/umatrix/pkg-descr b/math/umatrix/pkg-descr
deleted file mode 100644
index 758dc601ad91..000000000000
--- a/math/umatrix/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-uMatrix is a very simple package written in two days useful for matrices
-introduction in high schools. It is able of compute the determinant of
-the matrix (of any order), compute the matrices product and some other
-minor operations.