pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-stringi



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan 20 12:43:54 UTC 2024

Modified Files:
        pkgsrc/textproc/R-stringi: Makefile distinfo

Log Message:
(textproc/R-stringi) Updated 1.7.12 to 1.8.3, make test does not pass

## 1.8.3 (2023-12-10)

## [BUILD TIME] [BUGFIX] Fixed the *format string is not a string literal
  (potentially insecure)* warnings.

## 1.8.2 (2023-11-22)

* [BUILD TIME] [BUGFIX] #501: Fixed failing build on 32-bit Windows
  (Windows API `ResolveLocaleName` function not available).

* [BUILD TIME] [BUGFIX] #502: `PKG_CPPFLAGS` are now considered
  before other `CPPFLAGS` (the same with other flag types) in
  the `configure` script to make it compatible with what happens in `Makevars`.

* [BUILD TIME] [BUGFIX] Support for ICU's `double` conversion on Loongarch
    has been restored (see #463).

## 1.8.1 (2023-11-09)

* [GENERAL] ICU bundle updated to version 74.1 (Unicode 15.1, CLDR 44).

* [BACKWARD INCOMPATIBILITY] [BUILD TIME] Support for Solaris has now been
  dropped. The package is no longer shipped with the very outdated ICU55 bundle.
  A compiler supporting at least C++11 as well as ICU >= 61 are now required.

* [BACKWARD INCOMPATIBILITY] #469: Missing date-time fields in
  `stri_datetime_parse` and `stri_datetime_create` now default to today's
  midnight local time.

* [BACKWARD INCOMPATIBILITY] Removed the long-deprecated and defunct
  `fallback_encoding` parameter of `stri_read_lines` and the ellipsis
  parameter of `stri_opts_collator`, `stri_opts_regex`, `stri_opts_fixed`,
  `stri_opts_brkiter`, and `stri_opts_regex`.

* [BUILD TIME] As per the suggestion of Prof. Brian Ripley, `icudt74l`
  (ICU data - little endian) is now included in the source tarball (compressed
  with xz to save space). This allows for building **`stringi`** on systems with
  no internet access.

* [NEW FEATURE] #476: In break iterator-, date-time-, and collator-based
  operations (e.g., `stri_sort`), a warning is emitted when the *root* ICU
  resource bundle is returned when using an *explicitly* requested locale.
  This might happen when we pass an 'unknown' `locale` argument to these
  functions. Note that when relying on the default `locale=NULL` argument,
  no warning is emitted. In such a case, checking
  if the default locale as returned by `stri_enc_get` is amongst
  those listed in `stri_enc_list` is recommended.

* [NEW FEATURE] The `C` locale identifier now resolves to `en_US_POSIX`.

* [BUGFIX] #469: `stri_datetime_parse` did not reset the `Calendar`
  object when parsing multiple dates.

* [BUGFIX] #487: Some functions did not accept ASCII strings longer than
  858993457 characters on input.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/R-stringi/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/R-stringi/distinfo

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

Modified files:

Index: pkgsrc/textproc/R-stringi/Makefile
diff -u pkgsrc/textproc/R-stringi/Makefile:1.30 pkgsrc/textproc/R-stringi/Makefile:1.31
--- pkgsrc/textproc/R-stringi/Makefile:1.30     Wed Nov  8 13:21:04 2023
+++ pkgsrc/textproc/R-stringi/Makefile  Sat Jan 20 12:43:54 2024
@@ -1,14 +1,20 @@
-# $NetBSD: Makefile,v 1.30 2023/11/08 13:21:04 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2024/01/20 12:43:54 mef Exp $
 
 R_PKGNAME=     stringi
-R_PKGVER=      1.7.12
-PKGREVISION=   1
+R_PKGVER=      1.8.3
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Character string processing facilities
 LICENSE=       modified-bsd    # + file LICENSE
 
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 

Index: pkgsrc/textproc/R-stringi/distinfo
diff -u pkgsrc/textproc/R-stringi/distinfo:1.10 pkgsrc/textproc/R-stringi/distinfo:1.11
--- pkgsrc/textproc/R-stringi/distinfo:1.10     Sat Jun  3 12:45:56 2023
+++ pkgsrc/textproc/R-stringi/distinfo  Sat Jan 20 12:43:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/06/03 12:45:56 mef Exp $
+$NetBSD: distinfo,v 1.11 2024/01/20 12:43:54 mef Exp $
 
-BLAKE2s (R/stringi_1.7.12.tar.gz) = 2359a51dd11a5219aaff364e4221dff543d613b588ae61a9ade4ff6f9b4af580
-SHA512 (R/stringi_1.7.12.tar.gz) = 05bf6aed1ff9b263e9e0e9835869920c7ac8f67aea578aceabe50d649a75a6b407d36bd53472aebdbb226921646f40a0871a273b5589aec31d69bae1e54da7ce
-Size (R/stringi_1.7.12.tar.gz) = 7602365 bytes
+BLAKE2s (R/stringi_1.8.3.tar.gz) = 76555bcf37cd3bd8e583c17ed12c0d9300a821b8360a69a9d8174009ebcf028e
+SHA512 (R/stringi_1.8.3.tar.gz) = d83c82326be0324476fb4d13bf850a0c4026c59c882fdcf64c19d2dbfdf248f9bc158115f83312dfdb97ea25b64d206a46d3784f81a43274bb82c2050c338dd2
+Size (R/stringi_1.8.3.tar.gz) = 11917752 bytes



Home | Main Index | Thread Index | Old Index