git: 12739831125b - main - suitesparse-rbio: new port for the module RBio of SuiteSparse

Thierry Thomas thierry at FreeBSD.org
Tue May 25 10:13:50 UTC 2021


The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=12739831125b435b75730489a3055a01d90c440f

commit 12739831125b435b75730489a3055a01d90c440f
Author:     Thierry Thomas <thierry at FreeBSD.org>
AuthorDate: 2021-05-24 16:44:13 +0000
Commit:     Thierry Thomas <thierry at FreeBSD.org>
CommitDate: 2021-05-25 10:00:08 +0000

    suitesparse-rbio: new port for the module RBio of SuiteSparse
---
 math/suitesparse-rbio/Makefile  | 17 +++++++++++++++++
 math/suitesparse-rbio/pkg-descr |  5 +++++
 math/suitesparse-rbio/pkg-plist |  5 +++++
 3 files changed, 27 insertions(+)

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 at 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


More information about the dev-commits-ports-all mailing list