aboutsummaryrefslogtreecommitdiffstats
path: root/math/matrix
diff options
context:
space:
mode:
Diffstat (limited to 'math/matrix')
-rw-r--r--math/matrix/Makefile26
-rw-r--r--math/matrix/distinfo2
-rw-r--r--math/matrix/pkg-descr4
-rw-r--r--math/matrix/pkg-plist6
4 files changed, 0 insertions, 38 deletions
diff --git a/math/matrix/Makefile b/math/matrix/Makefile
deleted file mode 100644
index fc4d49e2f873..000000000000
--- a/math/matrix/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Anton Voronin <anton@urc.ac.ru>
-# $FreeBSD$
-
-PORTNAME= matrix
-PORTVERSION= 1.0
-CATEGORIES= math devel
-MASTER_SITES= http://www.chelcom.ru/~anton/projects/files/
-DISTNAME= matrix-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= C++ library to manipulate matrices and vectors
-
-WRKSRC= ${WRKDIR}/matrix
-
-USES= zip
-USE_LDCONFIG= yes
-PLIST_SUB= LIBVERSION=1
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
-BROKEN= Does not build on amd64 (shared libraries must be compiled with -fPIC)
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/math/matrix/distinfo b/math/matrix/distinfo
deleted file mode 100644
index ef9740a44b57..000000000000
--- a/math/matrix/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (matrix-1.0.zip) = 525dc8e7546fb2b401980d1b6fc2bd3a0a5163c1845cbe68bbcaf79b11133741
-SIZE (matrix-1.0.zip) = 7025
diff --git a/math/matrix/pkg-descr b/math/matrix/pkg-descr
deleted file mode 100644
index 22bf648c89b5..000000000000
--- a/math/matrix/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-C++ library that lets to manipulate matrices and vectors using the base
-class MATRIX and derived class VECTOR.
-
-WWW: http://rnoc.urc.ac.ru/~anton/projects/matrix/Matrix.html
diff --git a/math/matrix/pkg-plist b/math/matrix/pkg-plist
deleted file mode 100644
index 07ddf49d27b9..000000000000
--- a/math/matrix/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-include/matrix.h
-lib/libmatrix.a
-lib/libmatrix.so
-lib/libmatrix.so.%%LIBVERSION%%
-share/doc/matrix/Matrix.html
-@dirrm share/doc/matrix