mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update to version 2.7.0
This version fixes a problem that only affected getopt_long() on Linux (or rather, the GLIBC implementation) by replacing its use by optparse(). In addition, this version features a PRNG that can be used to generate arbitrary length pseudo-random numbers and 5 new translations (for Dutch, Japanese, Polish, Russian, and Simplified Chinese). These translations have been generated and verified with online tools (https://www.deepl.com/translator and https://translate.google.com) and might therefore not be fully correct - a review by native speakers would be appreciated. Approved by: antoine (implicit)
This commit is contained in:
parent
7ba378ff86
commit
02647d3b40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533683
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bc
|
||||
PORTVERSION= 2.6.1
|
||||
PORTVERSION= 2.7.0
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= gh-
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1586629903
|
||||
SHA256 (gavinhoward-bc-2.6.1_GH0.tar.gz) = 0d604f2a0ea41ed949387b0d5ba27761d7d85190989f9947d740e18ab2e5bec9
|
||||
SIZE (gavinhoward-bc-2.6.1_GH0.tar.gz) = 252951
|
||||
TIMESTAMP = 1588416588
|
||||
SHA256 (gavinhoward-bc-2.7.0_GH0.tar.gz) = 98f0aa1bd3b558cae0c246e07a19d2aec6de1ae21b9607e0e604161eea13c444
|
||||
SIZE (gavinhoward-bc-2.7.0_GH0.tar.gz) = 289935
|
||||
|
@ -47,8 +47,27 @@ share/nls/fr_CH.UTF-8/bc.cat
|
||||
share/nls/fr_FR.ISO8859-1/bc.cat
|
||||
share/nls/fr_FR.ISO8859-15/bc.cat
|
||||
share/nls/fr_FR.UTF-8/bc.cat
|
||||
share/nls/ja_JP.UTF-8/bc.cat
|
||||
share/nls/ja_JP.eucJP/bc.cat
|
||||
share/nls/nl_BE.ISO8859-1/bc.cat
|
||||
share/nls/nl_BE.ISO8859-15/bc.cat
|
||||
share/nls/nl_NL.ISO8859-1/bc.cat
|
||||
share/nls/nl_NL.ISO8859-15/bc.cat
|
||||
share/nls/nl_NL.UTF-8/bc.cat
|
||||
share/nls/pl_PL.ISO8859-2/bc.cat
|
||||
share/nls/pl_PL.UTF-8/bc.cat
|
||||
share/nls/pt_BR.ISO8859-1/bc.cat
|
||||
share/nls/pt_BR.UTF-8/bc.cat
|
||||
share/nls/pt_PT.ISO8859-1/bc.cat
|
||||
share/nls/pt_PT.ISO8859-15/bc.cat
|
||||
share/nls/pt_PT.UTF-8/bc.cat
|
||||
share/nls/ru_RU.CP1251/bc.cat
|
||||
share/nls/ru_RU.CP866/bc.cat
|
||||
share/nls/ru_RU.ISO8859-5/bc.cat
|
||||
share/nls/ru_RU.KOI8-R/bc.cat
|
||||
share/nls/ru_RU.UTF-8/bc.cat
|
||||
share/nls/zh_CN.GB18030/bc.cat
|
||||
share/nls/zh_CN.GB2312/bc.cat
|
||||
share/nls/zh_CN.GBK/bc.cat
|
||||
share/nls/zh_CN.UTF-8/bc.cat
|
||||
share/nls/zh_CN.eucCN/bc.cat
|
||||
|
Loading…
Reference in New Issue
Block a user