From a080a4bfe77c7f6d8b846cf36719af6a7bf47da4 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 28 Aug 2021 06:26:31 +0000 Subject: math/R-sets: import R-sets-1.0.18 Data structures and basic operations for ordinary sets, generalizations such as fuzzy sets, multisets, and fuzzy multisets, customizable sets, and intervals. --- math/R-sets/DESCR | 3 +++ math/R-sets/Makefile | 13 +++++++++++++ math/R-sets/distinfo | 6 ++++++ 3 files changed, 22 insertions(+) create mode 100644 math/R-sets/DESCR create mode 100644 math/R-sets/Makefile create mode 100644 math/R-sets/distinfo diff --git a/math/R-sets/DESCR b/math/R-sets/DESCR new file mode 100644 index 00000000000..1227b63b831 --- /dev/null +++ b/math/R-sets/DESCR @@ -0,0 +1,3 @@ +Data structures and basic operations for ordinary sets, +generalizations such as fuzzy sets, multisets, and fuzzy multisets, +customizable sets, and intervals. diff --git a/math/R-sets/Makefile b/math/R-sets/Makefile new file mode 100644 index 00000000000..9b2ab6941af --- /dev/null +++ b/math/R-sets/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2021/08/28 06:26:31 mef Exp $ + +R_PKGNAME= sets +R_PKGVER= 1.0-18 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Sets, Generalized Sets, Customizable Sets and Intervals +LICENSE= gnu-gpl-v2 + +USE_LANGUAGES= c + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-sets/distinfo b/math/R-sets/distinfo new file mode 100644 index 00000000000..ea20bf8be46 --- /dev/null +++ b/math/R-sets/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/08/28 06:26:31 mef Exp $ + +SHA1 (R/sets_1.0-18.tar.gz) = 72798ef33bea05907d8849386d5209630ce7cb80 +RMD160 (R/sets_1.0-18.tar.gz) = 7b6a2635710ce467c96310a64e211d0dbe5f96e2 +SHA512 (R/sets_1.0-18.tar.gz) = 4569baf26a8a999544cd3bf10b598ba242ca34730c7b07919645650cf12212e87d7f687e594ec89426ea25a55b8800a7c27a9550037df54d5b571072579b3498 +Size (R/sets_1.0-18.tar.gz) = 422583 bytes -- cgit v1.2.3