pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-sets



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Aug 28 06:26:31 UTC 2021

Added Files:
        pkgsrc/math/R-sets: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-sets/DESCR pkgsrc/math/R-sets/Makefile \
    pkgsrc/math/R-sets/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/R-sets/DESCR
diff -u /dev/null pkgsrc/math/R-sets/DESCR:1.1
--- /dev/null   Sat Aug 28 06:26:31 2021
+++ pkgsrc/math/R-sets/DESCR    Sat Aug 28 06:26:31 2021
@@ -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.
Index: pkgsrc/math/R-sets/Makefile
diff -u /dev/null pkgsrc/math/R-sets/Makefile:1.1
--- /dev/null   Sat Aug 28 06:26:31 2021
+++ pkgsrc/math/R-sets/Makefile Sat Aug 28 06:26:31 2021
@@ -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@localhost
+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"
Index: pkgsrc/math/R-sets/distinfo
diff -u /dev/null pkgsrc/math/R-sets/distinfo:1.1
--- /dev/null   Sat Aug 28 06:26:31 2021
+++ pkgsrc/math/R-sets/distinfo Sat Aug 28 06:26:31 2021
@@ -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



Home | Main Index | Thread Index | Old Index