aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-05-24 16:44:13 +0000
committerThierry Thomas <thierry@FreeBSD.org>2021-05-25 10:00:08 +0000
commit12739831125b435b75730489a3055a01d90c440f (patch)
tree5ceecdbeb2e0c440dbdd668a2003cd384087cd25
parent7fecebb491857c3f466da783fdea82ffb7afc01d (diff)
downloadports-12739831125b435b75730489a3055a01d90c440f.tar.gz
ports-12739831125b435b75730489a3055a01d90c440f.zip
suitesparse-rbio: new port for the module RBio of SuiteSparse
-rw-r--r--math/suitesparse-rbio/Makefile17
-rw-r--r--math/suitesparse-rbio/pkg-descr5
-rw-r--r--math/suitesparse-rbio/pkg-plist5
3 files changed, 27 insertions, 0 deletions
diff --git a/math/suitesparse-rbio/Makefile b/math/suitesparse-rbio/Makefile
new file mode 100644
index 000000000000..9d83c4ffcd96
--- /dev/null
+++ b/math/suitesparse-rbio/Makefile
@@ -0,0 +1,17 @@
+# Created by: Thierry Thomas (<thierry@pompo.net>)
+
+PORTNAME= RBio
+PORTVERSION= 2.2.6
+CATEGORIES= math
+
+COMMENT= Read/write sparse matrices
+
+LICENSE= GPLv2+
+
+USES= localbase:ldflags
+
+BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
+USE_LDCONFIG= yes
+
+.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
+.include <bsd.port.post.mk>
diff --git a/math/suitesparse-rbio/pkg-descr b/math/suitesparse-rbio/pkg-descr
new file mode 100644
index 000000000000..bc6ff9c47112
--- /dev/null
+++ b/math/suitesparse-rbio/pkg-descr
@@ -0,0 +1,5 @@
+This port installs the module RBio of SuiteSparse.
+
+RBio can be used to read and write sparse matrices.
+
+WWW: http://faculty.cse.tamu.edu/davis/suitesparse.html
diff --git a/math/suitesparse-rbio/pkg-plist b/math/suitesparse-rbio/pkg-plist
new file mode 100644
index 000000000000..e60a4c117535
--- /dev/null
+++ b/math/suitesparse-rbio/pkg-plist
@@ -0,0 +1,5 @@
+include/suitesparse/RBio.h
+lib/librbio.so
+lib/librbio.so.2
+lib/librbio.so.2.2.6
+%%PORTDOCS%%%%DOCSDIR%%/RBIO_README.txt