git: 1bc20ab8a67b - main - math/R-cran-intervals: New port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Dec 2021 17:18:57 UTC
The branch main has been updated by ygy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1bc20ab8a67b9c3c65bfaf51832416d5bcd0c758
commit 1bc20ab8a67b9c3c65bfaf51832416d5bcd0c758
Author: Guangyuan Yang <ygy@FreeBSD.org>
AuthorDate: 2021-12-09 17:18:46 +0000
Commit: Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-12-09 17:18:46 +0000
math/R-cran-intervals: New port
Tools for Working with Points and Intervals.
---
math/Makefile | 1 +
math/R-cran-intervals/Makefile | 15 +++++++++++++++
math/R-cran-intervals/distinfo | 3 +++
math/R-cran-intervals/pkg-descr | 3 +++
4 files changed, 22 insertions(+)
diff --git a/math/Makefile b/math/Makefile
index 51f70ebf2ebe..3328f106622e 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -67,6 +67,7 @@
SUBDIR += R-cran-igraph
SUBDIR += R-cran-influenceR
SUBDIR += R-cran-inline
+ SUBDIR += R-cran-intervals
SUBDIR += R-cran-ipred
SUBDIR += R-cran-irlba
SUBDIR += R-cran-isoband
diff --git a/math/R-cran-intervals/Makefile b/math/R-cran-intervals/Makefile
new file mode 100644
index 000000000000..99b03279cfdc
--- /dev/null
+++ b/math/R-cran-intervals/Makefile
@@ -0,0 +1,15 @@
+# Created by: Guangyuan Yang <ygy@FreeBSD.org>
+
+PORTNAME= intervals
+DISTVERSION= 0.15.2
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= ygy@FreeBSD.org
+COMMENT= Tools for Working with Points and Intervals
+
+LICENSE= ART20
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-intervals/distinfo b/math/R-cran-intervals/distinfo
new file mode 100644
index 000000000000..64d6a3724559
--- /dev/null
+++ b/math/R-cran-intervals/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1639069834
+SHA256 (intervals_0.15.2.tar.gz) = 0bd23b0ce817ddd851238233d8a5420bf3a6d29e75fd361418cbc50118777c57
+SIZE (intervals_0.15.2.tar.gz) = 392467
diff --git a/math/R-cran-intervals/pkg-descr b/math/R-cran-intervals/pkg-descr
new file mode 100644
index 000000000000..2e1d38b7b498
--- /dev/null
+++ b/math/R-cran-intervals/pkg-descr
@@ -0,0 +1,3 @@
+Tools for working with and comparing sets of points and intervals.
+
+WWW: http://github.com/edzer/intervals