pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/R-brotli



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun 11 10:47:04 UTC 2023

Added Files:
        pkgsrc/archivers/R-brotli: DESCR Makefile distinfo

Log Message:
archivers/R-brotli: import R-brotli-1.3.0

A lossless compressed data format that uses a combination of the LZ77
algorithm and Huffman coding. Brotli is similar in speed to deflate
(gzip) but offers more dense compression.


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

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

Added files:

Index: pkgsrc/archivers/R-brotli/DESCR
diff -u /dev/null pkgsrc/archivers/R-brotli/DESCR:1.1
--- /dev/null   Sun Jun 11 10:47:04 2023
+++ pkgsrc/archivers/R-brotli/DESCR     Sun Jun 11 10:47:04 2023
@@ -0,0 +1,3 @@
+A lossless compressed data format that uses a combination of the LZ77
+algorithm and Huffman coding. Brotli is similar in speed to deflate
+(gzip) but offers more dense compression.
Index: pkgsrc/archivers/R-brotli/Makefile
diff -u /dev/null pkgsrc/archivers/R-brotli/Makefile:1.1
--- /dev/null   Sun Jun 11 10:47:04 2023
+++ pkgsrc/archivers/R-brotli/Makefile  Sun Jun 11 10:47:04 2023
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2023/06/11 10:47:04 mef Exp $
+
+R_PKGNAME=     brotli
+R_PKGVER=      1.3.0
+CATEGORIES=    archivers
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Compression Format Optimized for the Web
+LICENSE=       mit     # + file LICENSE
+
+TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
+
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/R-brotli/distinfo
diff -u /dev/null pkgsrc/archivers/R-brotli/distinfo:1.1
--- /dev/null   Sun Jun 11 10:47:04 2023
+++ pkgsrc/archivers/R-brotli/distinfo  Sun Jun 11 10:47:04 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/11 10:47:04 mef Exp $
+
+BLAKE2s (R/brotli_1.3.0.tar.gz) = a8dcf136e9191a3ea7ae584eb29bebdf7da969e85146bbb84097012718dfc92f
+SHA512 (R/brotli_1.3.0.tar.gz) = 1fb6b21257a1c258e5352036616d8d27c88d2cdc74adaac5e41937eec56d295c34da34c60f3920548b7c04e78f79a7adb24c66744e8a2dd02ae047ac45468c06
+Size (R/brotli_1.3.0.tar.gz) = 1053221 bytes



Home | Main Index | Thread Index | Old Index