*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2023-05-08 14:55:47 +02:00
parent c16489db9b
commit f60b45b49e
1357 changed files with 14389 additions and 12695 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= atk
PORTVERSION= 4.1.3
PORTVERSION= 4.1.4
CATEGORIES= accessibility rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1682903176
SHA256 (rubygem/atk-4.1.3.gem) = dd35b9fe1dd1470b8ad6d09142d5d7fb92a8a8a1596b91a3cfddfdff4f597d50
SIZE (rubygem/atk-4.1.3.gem) = 15872
TIMESTAMP = 1683227709
SHA256 (rubygem/atk-4.1.4.gem) = 7f9c5c2f185459e358b037c06f7b4b87ddba6ca6c987e4fdf4bc132c63de013b
SIZE (rubygem/atk-4.1.4.gem) = 15872

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1680183347
SHA256 (libreoffice/i18n/LibreOffice_7.5.2_Linux_x86-64_deb_langpack_ar.tar.gz) = 9a1f3869569ca62206ba5c8673003d97ed105de35d3f65a41e78f96bd47f8abc
SIZE (libreoffice/i18n/LibreOffice_7.5.2_Linux_x86-64_deb_langpack_ar.tar.gz) = 1762576
SHA256 (libreoffice/i18n/LibreOffice_7.5.2_Linux_x86-64_deb_helppack_ar.tar.gz) = dd35973c072d8d527129d1c958c77ce5de9753945de79bd76e1ac76e047dcf7f
SIZE (libreoffice/i18n/LibreOffice_7.5.2_Linux_x86-64_deb_helppack_ar.tar.gz) = 2265024
TIMESTAMP = 1683266263
SHA256 (libreoffice/i18n/LibreOffice_7.5.3_Linux_x86-64_deb_langpack_ar.tar.gz) = 71561b7901f14725cc165b7a91b744f904b6e963d911bd37beee544b6c52c600
SIZE (libreoffice/i18n/LibreOffice_7.5.3_Linux_x86-64_deb_langpack_ar.tar.gz) = 1767290
SHA256 (libreoffice/i18n/LibreOffice_7.5.3_Linux_x86-64_deb_helppack_ar.tar.gz) = a3e8e31b6566bb5abe22cea571dd8d38e8f459a6c26bdd25a64100926ee534ce
SIZE (libreoffice/i18n/LibreOffice_7.5.3_Linux_x86-64_deb_helppack_ar.tar.gz) = 2265094

View File

@ -1,5 +1,6 @@
PORTNAME= tar
PORTVERSION= 1.34
PORTREVISION= 1
CATEGORIES= archivers sysutils
MASTER_SITES= GNU
PKGNAMEPREFIX= g
@ -17,8 +18,7 @@ USES= charsetfix cpe iconv:${STATIC_ARGS} localbase tar:xz
CPE_VENDOR= gnu
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= DEFAULT_ARCHIVE=/dev/sa0 \
DEFAULT_RMT_COMMAND=/etc/rmt
CONFIGURE_ENV= DEFAULT_RMT_COMMAND=/etc/rmt
# supply result to skip a test that will abort configure if run as root
CONFIGURE_ENV+= gl_cv_func_mknod_works=yes

View File

@ -1,6 +1,6 @@
PORTNAME= cramjam
PORTVERSION= 2.6.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,7 +13,7 @@ WWW= https://github.com/milesgranger/pyrus-cramjam
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13<0.14:devel/py-maturin@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13:devel/py-maturin@${PY_FLAVOR}
USES= cargo python:3.7+
USE_PYTHON= autoplist concurrent pep517

View File

@ -0,0 +1,9 @@
--- pyproject.toml.orig 2022-11-09 14:23:00 UTC
+++ pyproject.toml
@@ -9,5 +9,5 @@ documentation = "https://docs.rs/cramjam/latest/cramja
repository = "https://github.com/milesgranger/pyrus-cramjam"
[build-system]
-requires = ["maturin>=0.13,<0.14"]
+requires = ["maturin>=0.13"]
build-backend = "maturin"

View File

@ -31,4 +31,10 @@ post-install-DOCS-on:
post-install:
@${STRIP_CMD} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/pylzma*.so
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.post.mk>

View File

@ -1,5 +1,6 @@
PORTNAME= zopfli
PORTVERSION= 0.2.2
PORTREVISION= 1
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,10 +12,12 @@ WWW= https://github.com/fonttools/py-zopfli
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python:3.7+ zip
USE_PYTHON= autoplist concurrent distutils pytest
USE_PYTHON= autoplist concurrent pep517 pytest
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}

View File

@ -21,6 +21,7 @@ USES= cmake eigen:3 gettext ninja pkgconfig xorg
USE_GITHUB= yes
GH_ACCOUNT= OpenPHDGuiding
USE_CXXSTD= c++14 # googletest 1.13
USE_WX= 3.2+
USE_XORG= x11

View File

@ -1,6 +1,5 @@
PORTNAME= kosmorrolib
PORTVERSION= 1.0.7
PORTREVISION= 1
PORTVERSION= 1.0.8
CATEGORIES= astro python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -16,6 +15,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}skyfield>0:astro/py-skyfield@${PY_FLAVOR}\
${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\
${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}\
${PYTHON_PKGNAMEPREFIX}skyfield-data>0:astro/py-skyfield-data@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}skyfield>0:astro/py-skyfield@${PY_FLAVOR}\
${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\
@ -26,7 +26,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}skyfield>0:astro/py-skyfield@${PY_FLAVOR}\
#GH_PROJECT= lib
USES= python:3.8+
USE_PYTHON= distutils
USE_PYTHON= pep517
PLIST_SUB= VE=${PORTVERSION}
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1668168369
SHA256 (kosmorrolib-1.0.7.tar.gz) = f8c6ad59c53abd08da3a5f4436564cb89e36d706e0d488fcf9288f2069eb01c6
SIZE (kosmorrolib-1.0.7.tar.gz) = 24922
TIMESTAMP = 1683290060
SHA256 (kosmorrolib-1.0.8.tar.gz) = 0da847082a96c7824231e60e674da55fd5a5e748b33371a415fe90c0238689df
SIZE (kosmorrolib-1.0.8.tar.gz) = 24590

View File

@ -25,3 +25,7 @@
%%PYTHON_SITELIBDIR%%/kosmorrolib/events.py
%%PYTHON_SITELIBDIR%%/kosmorrolib/exceptions.py
%%PYTHON_SITELIBDIR%%/kosmorrolib/model.py
%%PYTHON_SITELIBDIR%%/kosmorrolib-%%VE%%.dist-info/LICENSE.md
%%PYTHON_SITELIBDIR%%/kosmorrolib-%%VE%%.dist-info/METADATA
%%PYTHON_SITELIBDIR%%/kosmorrolib-%%VE%%.dist-info/RECORD
%%PYTHON_SITELIBDIR%%/kosmorrolib-%%VE%%.dist-info/WHEEL

View File

@ -1,12 +1,11 @@
PORTNAME= ardour
DISTVERSION= 7.3.0
PORTREVISION= 1
DISTVERSION= 7.4.0
CATEGORIES= audio
# Official source download is tailored to browsers, downloads from github are
# deliberately made empty. Put the badly named distfile into a subdirectory.
MASTER_SITES= https://community.ardour.org/download/release/
DISTNAME= Ardour-${DISTVERSION}
DISTFILES= 522
DISTFILES= 528
DIST_SUBDIR= ${DISTNAME}
MAINTAINER= dev@submerge.ch

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1676815269
SHA256 (Ardour-7.3.0/522) = 1f45263b4fbfd69e605125bd9094b43fac85d164f1839d29681b8d4ee5695f29
SIZE (Ardour-7.3.0/522) = 12897398
TIMESTAMP = 1682635949
SHA256 (Ardour-7.4.0/528) = 4df3e9416df6b3d653564855e870f131c989ec1e4f5f4cea0b06598d617a4d3b
SIZE (Ardour-7.4.0/528) = 12940403

View File

@ -1,11 +0,0 @@
--- libs/ardour/sse_functions_avx.cc.orig 2023-02-21 01:18:30 UTC
+++ libs/ardour/sse_functions_avx.cc
@@ -47,7 +47,7 @@ x86_sse_avx_find_peaks(const float* buf, uint32_t nfra
// load each 64 bytes into cash before processing
while (nframes >= 16) {
#if defined(COMPILER_MSVC) || defined(COMPILER_MINGW)
- _mm_prefetch(((char*)buf+64), _mm_hint(0) );
+ _mm_prefetch(((char*)buf+64), _MM_HINT_NTA );
#else
__builtin_prefetch(buf+64,0,0);
#endif

View File

@ -1,84 +0,0 @@
--- libs/ardour/sse_functions_avx_linux.cc.orig 2023-02-21 01:17:58 UTC
+++ libs/ardour/sse_functions_avx_linux.cc
@@ -106,7 +106,7 @@ x86_sse_avx_compute_peak(const float *src, uint32_t nf
while (nframes >= 32)
{
#ifdef _WIN32
- _mm_prefetch(reinterpret_cast<char const *>(src + 32), _mm_hint(0));
+ _mm_prefetch(reinterpret_cast<char const *>(src + 32), _MM_HINT_NTA);
#else
__builtin_prefetch(reinterpret_cast<void const *>(src + 32), 0, 0);
#endif
@@ -196,7 +196,7 @@ x86_sse_avx_find_peaks(const float *src, uint32_t nfra
while (nframes >= 32)
{
#ifdef _WIN32
- _mm_prefetch(reinterpret_cast<char const *>(src + 32), _mm_hint(0));
+ _mm_prefetch(reinterpret_cast<char const *>(src + 32), _MM_HINT_NTA);
#else
__builtin_prefetch(reinterpret_cast<void const *>(src + 32), 0, 0);
#endif
@@ -278,7 +278,7 @@ x86_sse_avx_apply_gain_to_buffer(float *dst, uint32_t
while (frames >= 16)
{
#if defined(COMPILER_MSVC) || defined(COMPILER_MINGW)
- _mm_prefetch(((char *)dst + (16 * sizeof(float))), _mm_hint(0));
+ _mm_prefetch(((char *)dst + (16 * sizeof(float))), _MM_HINT_NTA);
#else
__builtin_prefetch(reinterpret_cast<void const *>(dst + 16), 0, 0);
#endif
@@ -410,8 +410,8 @@ x86_sse_avx_mix_buffers_with_gain_unaligned(float *dst
while (nframes >= 16)
{
#if defined(COMPILER_MSVC) || defined(COMPILER_MINGW)
- _mm_prefetch(((char *)dst + (16 * sizeof(float))), _mm_hint(0));
- _mm_prefetch(((char *)src + (16 * sizeof(float))), _mm_hint(0));
+ _mm_prefetch(((char *)dst + (16 * sizeof(float))), _MM_HINT_NTA);
+ _mm_prefetch(((char *)src + (16 * sizeof(float))), _MM_HINT_NTA);
#else
__builtin_prefetch(reinterpret_cast<void const *>(src + 16), 0, 0);
__builtin_prefetch(reinterpret_cast<void const *>(dst + 16), 0, 0);
@@ -503,8 +503,8 @@ x86_sse_avx_mix_buffers_with_gain_aligned(float *dst,
while (nframes >= 16)
{
#if defined(COMPILER_MSVC) || defined(COMPILER_MINGW)
- _mm_prefetch(((char *)dst + (16 * sizeof(float))), _mm_hint(0));
- _mm_prefetch(((char *)src + (16 * sizeof(float))), _mm_hint(0));
+ _mm_prefetch(((char *)dst + (16 * sizeof(float))), _MM_HINT_NTA);
+ _mm_prefetch(((char *)src + (16 * sizeof(float))), _MM_HINT_NTA);
#else
__builtin_prefetch(reinterpret_cast<void const *>(src + 16), 0, 0);
__builtin_prefetch(reinterpret_cast<void const *>(dst + 16), 0, 0);
@@ -592,8 +592,8 @@ x86_sse_avx_mix_buffers_no_gain_unaligned(float *dst,
while (nframes >= 16)
{
#if defined(COMPILER_MSVC) || defined(COMPILER_MINGW)
- _mm_prefetch(((char *)dst + (16 * sizeof(float))), _mm_hint(0));
- _mm_prefetch(((char *)src + (16 * sizeof(float))), _mm_hint(0));
+ _mm_prefetch(((char *)dst + (16 * sizeof(float))), _MM_HINT_NTA);
+ _mm_prefetch(((char *)src + (16 * sizeof(float))), _MM_HINT_NTA);
#else
__builtin_prefetch(reinterpret_cast<void const *>(src + 16), 0, 0);
__builtin_prefetch(reinterpret_cast<void const *>(dst + 16), 0, 0);
@@ -674,8 +674,8 @@ x86_sse_avx_mix_buffers_no_gain_aligned(float *dst, co
while (nframes >= 32)
{
#if defined(COMPILER_MSVC) || defined(COMPILER_MINGW)
- _mm_prefetch(((char *)dst + (32 * sizeof(float))), _mm_hint(0));
- _mm_prefetch(((char *)src + (32 * sizeof(float))), _mm_hint(0));
+ _mm_prefetch(((char *)dst + (32 * sizeof(float))), _MM_HINT_NTA);
+ _mm_prefetch(((char *)src + (32 * sizeof(float))), _MM_HINT_NTA);
#else
__builtin_prefetch(reinterpret_cast<void const *>(src + 32), 0, 0);
__builtin_prefetch(reinterpret_cast<void const *>(dst + 32), 0, 0);
@@ -717,8 +717,8 @@ x86_sse_avx_mix_buffers_no_gain_aligned(float *dst, co
while (nframes >= 16)
{
#if defined(COMPILER_MSVC) || defined(COMPILER_MINGW)
- _mm_prefetch(((char *)dst + (16 * sizeof(float))), _mm_hint(0));
- _mm_prefetch(((char *)src + (16 * sizeof(float))), _mm_hint(0));
+ _mm_prefetch(((char *)dst + (16 * sizeof(float))), _MM_HINT_NTA);
+ _mm_prefetch(((char *)src + (16 * sizeof(float))), _MM_HINT_NTA);
#else
__builtin_prefetch(reinterpret_cast<void const *>(src + 16), 0, 0);
__builtin_prefetch(reinterpret_cast<void const *>(dst + 16), 0, 0);

View File

@ -1,109 +0,0 @@
--- libs/ardour/x86_functions_avx512f.cc.orig 2023-02-21 01:05:04 UTC
+++ libs/ardour/x86_functions_avx512f.cc
@@ -83,7 +83,7 @@ x86_avx512f_compute_peak(const float *src, uint32_t nf
}
while (frames >= 256) {
- _mm_prefetch(reinterpret_cast<void const *>(src + 256), _mm_hint(0));
+ _mm_prefetch(reinterpret_cast<void const *>(src + 256), _MM_HINT_NTA);
__m512 x0 = _mm512_load_ps(src + 0);
__m512 x1 = _mm512_load_ps(src + 16);
@@ -142,7 +142,7 @@ x86_avx512f_compute_peak(const float *src, uint32_t nf
}
while (frames >= 128) {
- _mm_prefetch(reinterpret_cast<void const *>(src + 128), _mm_hint(0));
+ _mm_prefetch(reinterpret_cast<void const *>(src + 128), _MM_HINT_NTA);
__m512 x0 = _mm512_load_ps(src + 0);
__m512 x1 = _mm512_load_ps(src + 16);
@@ -176,7 +176,7 @@ x86_avx512f_compute_peak(const float *src, uint32_t nf
}
while (frames >= 64) {
- _mm_prefetch(reinterpret_cast<void const *>(src + 64), _mm_hint(0));
+ _mm_prefetch(reinterpret_cast<void const *>(src + 64), _MM_HINT_NTA);
__m512 x0 = _mm512_load_ps(src + 0);
__m512 x1 = _mm512_load_ps(src + 16);
@@ -310,7 +310,7 @@ x86_avx512f_find_peaks(const float *src, uint32_t nfra
}
while (frames >= 256) {
- _mm_prefetch(reinterpret_cast<void const *>(src + 256), _mm_hint(0));
+ _mm_prefetch(reinterpret_cast<void const *>(src + 256), _MM_HINT_NTA);
__m512 x0 = _mm512_load_ps(src + 0);
__m512 x1 = _mm512_load_ps(src + 16);
@@ -371,7 +371,7 @@ x86_avx512f_find_peaks(const float *src, uint32_t nfra
}
while (frames >= 128) {
- _mm_prefetch(reinterpret_cast<void const *>(src + 128), _mm_hint(0));
+ _mm_prefetch(reinterpret_cast<void const *>(src + 128), _MM_HINT_NTA);
__m512 x0 = _mm512_load_ps(src + 0);
__m512 x1 = _mm512_load_ps(src + 16);
@@ -405,7 +405,7 @@ x86_avx512f_find_peaks(const float *src, uint32_t nfra
}
while (frames >= 64) {
- _mm_prefetch(reinterpret_cast<void const *>(src + 64), _mm_hint(0));
+ _mm_prefetch(reinterpret_cast<void const *>(src + 64), _MM_HINT_NTA);
__m512 x0 = _mm512_load_ps(src + 0);
__m512 x1 = _mm512_load_ps(src + 16);
@@ -532,7 +532,7 @@ x86_avx512f_apply_gain_to_buffer(float *dst, uint32_t
// Process the remaining samples 128 at a time
while (frames >= 128) {
- _mm_prefetch(reinterpret_cast<void const *>(dst + 128), _mm_hint(0));
+ _mm_prefetch(reinterpret_cast<void const *>(dst + 128), _MM_HINT_NTA);
__m512 x0 = _mm512_load_ps(dst + 0);
__m512 x1 = _mm512_load_ps(dst + 16);
@@ -679,8 +679,8 @@ x86_avx512f_mix_buffers_with_gain(float *dst, const fl
// Process the remaining samples 128 at a time
while (frames >= 128) {
- _mm_prefetch(reinterpret_cast<void const *>(src + 128), _mm_hint(0));
- _mm_prefetch(reinterpret_cast<void const *>(dst + 128), _mm_hint(0));
+ _mm_prefetch(reinterpret_cast<void const *>(src + 128), _MM_HINT_NTA);
+ _mm_prefetch(reinterpret_cast<void const *>(dst + 128), _MM_HINT_NTA);
__m512 x0 = _mm512_load_ps(src + 0);
__m512 x1 = _mm512_load_ps(src + 16);
@@ -836,8 +836,8 @@ x86_avx512f_mix_buffers_no_gain(float *dst, const floa
// Process the remaining samples 128 at a time
while (frames >= 128) {
- _mm_prefetch(reinterpret_cast<void const *>(src + 128), _mm_hint(0));
- _mm_prefetch(reinterpret_cast<void const *>(dst + 128), _mm_hint(0));
+ _mm_prefetch(reinterpret_cast<void const *>(src + 128), _MM_HINT_NTA);
+ _mm_prefetch(reinterpret_cast<void const *>(dst + 128), _MM_HINT_NTA);
__m512 x0 = _mm512_load_ps(src + 0);
__m512 x1 = _mm512_load_ps(src + 16);
@@ -987,8 +987,8 @@ x86_avx512f_copy_vector(float *dst, const float *src,
// Process 256 samples at a time
while (frames >= 256) {
- _mm_prefetch(reinterpret_cast<void const *>(src + 256), _mm_hint(0));
- _mm_prefetch(reinterpret_cast<void const *>(dst + 256), _mm_hint(0));
+ _mm_prefetch(reinterpret_cast<void const *>(src + 256), _MM_HINT_NTA);
+ _mm_prefetch(reinterpret_cast<void const *>(dst + 256), _MM_HINT_NTA);
__m512 x0 = _mm512_load_ps(src + 0);
__m512 x1 = _mm512_load_ps(src + 16);
@@ -1033,8 +1033,8 @@ x86_avx512f_copy_vector(float *dst, const float *src,
// Process remaining samples 64 at a time
while (frames >= 64) {
- _mm_prefetch(reinterpret_cast<void const *>(src + 64), _mm_hint(0));
- _mm_prefetch(reinterpret_cast<void const *>(dst + 64), _mm_hint(0));
+ _mm_prefetch(reinterpret_cast<void const *>(src + 64), _MM_HINT_NTA);
+ _mm_prefetch(reinterpret_cast<void const *>(dst + 64), _MM_HINT_NTA);
__m512 x0 = _mm512_load_ps(src + 0);
__m512 x1 = _mm512_load_ps(src + 16);

View File

@ -1,13 +0,0 @@
--- libs/ardour/x86_functions_fma.cc.orig 2023-02-21 01:16:53 UTC
+++ libs/ardour/x86_functions_fma.cc
@@ -67,8 +67,8 @@ x86_fma_mix_buffers_with_gain(
while (nframes >= 16) {
#if defined(COMPILER_MSVC) || defined(COMPILER_MINGW)
- _mm_prefetch(((char *)dst + (16 * sizeof(float))), _mm_hint(0));
- _mm_prefetch(((char *)src + (16 * sizeof(float))), _mm_hint(0));
+ _mm_prefetch(((char *)dst + (16 * sizeof(float))), _MM_HINT_NTA);
+ _mm_prefetch(((char *)src + (16 * sizeof(float))), _MM_HINT_NTA);
#else
__builtin_prefetch(src + (16 * sizeof(float)), 0, 0);
__builtin_prefetch(dst + (16 * sizeof(float)), 0, 0);

View File

@ -871,6 +871,7 @@ share/applications/%%ARDOUR_MAJOR%%.desktop
%%DATADIR%%/scripts/split_all_markers.lua
%%DATADIR%%/scripts/stop_at_marker.lua
%%DATADIR%%/scripts/store_recall_mixer.lua
%%DATADIR%%/scripts/surround_to_stereo.lua
%%DATADIR%%/scripts/tomsloop.lua
%%DATADIR%%/scripts/track_organizer.lua
%%DATADIR%%/scripts/tx_raw_midi_from_file.lua

View File

@ -1,6 +1,6 @@
PORTNAME= audacity
DISTVERSIONPREFIX= Audacity-
DISTVERSION= 3.3.1
DISTVERSION= 3.3.2
CATEGORIES= audio
MAINTAINER= xxjack12xx@gmail.com

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1682836030
SHA256 (audacity-audacity-Audacity-3.3.1_GH0.tar.gz) = 5c22735a9ed7b0a0143a1817cc5f7e61ae3a855d911fbca8758962e5273710e4
SIZE (audacity-audacity-Audacity-3.3.1_GH0.tar.gz) = 57120730
TIMESTAMP = 1683425627
SHA256 (audacity-audacity-Audacity-3.3.2_GH0.tar.gz) = 73d00d9b5a80ef41643be4ed622d79fa16250ea38a8533af629ab86e3f80291d
SIZE (audacity-audacity-Audacity-3.3.2_GH0.tar.gz) = 57117528

View File

@ -8,6 +8,9 @@ MAINTAINER= tmh.public@gmail.com
COMMENT= Graphical frontend for the Music Player Daemon
WWW= http://gbemol.sourceforge.net/
DEPRECATED= Unmaintained for years and depends on deprecated GTK2
EXPIRATION_DATE=2023-06-30
LIB_DEPENDS= libmpd.so:audio/libmpd \
libcurl.so:ftp/curl \
libxml2.so:textproc/libxml2

View File

@ -11,6 +11,9 @@ WWW= https://sourceforge.net/projects/glurp/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Unmaintained for years and depends on deprecated GTK2
EXPIRATION_DATE=2023-06-30
LIB_DEPENDS= libmpd.so:audio/libmpd
GNU_CONFIGURE= yes

View File

@ -1,7 +1,6 @@
PORTNAME= infamous-plugins
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0-7
DISTVERSIONSUFFIX= -g778e591
DISTVERSION= 0.3.2
CATEGORIES= audio
PKGNAMESUFFIX= -lv2

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1602570016
SHA256 (ssj71-infamousPlugins-v0.3.0-7-g778e591_GH0.tar.gz) = 3035a3404bdb4bc11470e1c91c22ccc2b943fbd9217cdb7eabb37e1eecb0cadd
SIZE (ssj71-infamousPlugins-v0.3.0-7-g778e591_GH0.tar.gz) = 1748141
TIMESTAMP = 1683441681
SHA256 (ssj71-infamousPlugins-v0.3.2_GH0.tar.gz) = 4c83e3d80e501ae72cb891fccf2cfe286fb506aaf6ce2c067a5b7a2dd272e4b4
SIZE (ssj71-infamousPlugins-v0.3.2_GH0.tar.gz) = 1748519

View File

@ -1,11 +0,0 @@
--- src/rule.c.orig 2017-08-06 09:17:53 UTC
+++ src/rule.c
@@ -43,7 +43,7 @@ void useage()
return;
}
-int main(int argc, int8_t **argv)
+int main(int argc, const char **argv)
{
uint8_t rule=0xD0;//0x7c;
uint8_t t;

View File

@ -1,5 +1,5 @@
PORTNAME= libopenmpt
DISTVERSION= 0.7.0
DISTVERSION= 0.7.1
DISTVERSIONSUFFIX= +release.autotools
CATEGORIES= audio
MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1682940842
SHA256 (libopenmpt-0.7.0+release.autotools.tar.gz) = 411796b55aef73cab09c7a6e65d33f1d7bf4ee7fc2dade6bc8de5138dedcc6d1
SIZE (libopenmpt-0.7.0+release.autotools.tar.gz) = 1645663
TIMESTAMP = 1683533525
SHA256 (libopenmpt-0.7.1+release.autotools.tar.gz) = bf175d26448bb133f74714f3a8859e7000b93522fb3577559dffc037161910f9
SIZE (libopenmpt-0.7.1+release.autotools.tar.gz) = 1650178

View File

@ -1,6 +1,7 @@
PORTNAME= phyml
DISTVERSIONPREFIX= v
DISTVERSION= 3.3.20220408
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= biology
@ -42,11 +43,10 @@ CONFIGURE_ARGS+= --disable-mpi
BIN_SUFFIX= # none
.endif
post-patch:
.if ${ARCH} != amd64 && ${ARCH} != i386
post-patch:
@${REINPLACE_CMD} -e 's|VECTOR_FLAG=-march=native|dnl &|' ${WRKSRC}/configure.ac
.endif
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/utilities.h
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}

View File

@ -0,0 +1,41 @@
--- src/io.c.orig 2023-05-07 20:50:29 UTC
+++ src/io.c
@@ -1157,7 +1157,7 @@ void Get_Nexus_Data(FILE *fp, option *io)
int Get_Token(FILE *fp, char *token)
{
- char c;
+ int c;
c = ' ';
@@ -1518,7 +1518,8 @@ align **Read_Seq_Interleaved(option *io)
int Read_One_Line_Seq(align ***data, int num_otu, FILE *in)
{
- char c = ' ';
+ char c_;
+ int c = ' ';
int nchar = 0;
while(1)
@@ -1552,7 +1553,9 @@ int Read_One_Line_Seq(align ***data, int num_otu, FILE
}
nchar++;
- Uppercase(&c);
+ c_ = c;
+ Uppercase(&c_);
+ c = c_;
if(c == '.')
{
@@ -1617,7 +1620,7 @@ char *Return_Tree_String_Phylip(FILE *fp_input_tree)
{
char *line;
int i;
- char c;
+ int c;
int open,maxopen;
if(fp_input_tree == NULL)

View File

@ -0,0 +1,44 @@
--- src/utilities.c.orig 2022-04-08 15:01:10 UTC
+++ src/utilities.c
@@ -3209,18 +3209,20 @@ void Bootstrap(t_tree *tree)
boot_tree->io->print_json_trace = NO;
boot_tree->n_root = NULL;
boot_tree->e_root = NULL;
+ boot_tree->l_ev = tree->l_ev;
+ boot_tree->p_lk_left_pi = tree->p_lk_left_pi;
+
+#if (defined(__AVX__) || defined(__AVX2__) || defined(__SSE__) || defined(__SSE2__) || defined(__SSE3__))
boot_tree->_tPij1 = tree->_tPij1;
boot_tree->_tPij2 = tree->_tPij2;
boot_tree->_pmat1plk1 = tree->_pmat1plk1;
boot_tree->_pmat2plk2 = tree->_pmat2plk2;
boot_tree->_plk0 = tree->_plk0;
- boot_tree->l_ev = tree->l_ev;
- boot_tree->p_lk_left_pi = tree->p_lk_left_pi;
boot_tree->_l_ev = tree->_l_ev;
boot_tree->_r_ev = tree->_r_ev;
boot_tree->_prod_left = tree->_prod_left;
boot_tree->_prod_rght = tree->_prod_rght;
-
+#endif
Set_Both_Sides(YES,boot_tree);
@@ -8902,7 +8904,7 @@ t_edge *Find_Root_Edge(FILE *fp_input_tree, t_tree *tr
int l_r, r_l;
int score;
char *line;
- char c;
+ int c;
t_edge *root_edge;
line = (char *)mCalloc(T_MAX_LINE,sizeof(char));
@@ -9206,7 +9208,7 @@ void Translate_Tax_Names(char **tax_names, t_tree *tre
void Skip_Comment(FILE *fp)
{
int in_comment;
- char c;
+ int c;
in_comment = 1;
do

View File

@ -0,0 +1,13 @@
--- src/utilities.h.orig 2022-04-08 15:01:10 UTC
+++ src/utilities.h
@@ -31,8 +31,8 @@ the GNU public licence. See http://www.opensource.org
#include <assert.h>
#include <stdbool.h>
#include <signal.h>
-/* #include <malloc/malloc.h> */
-/* #include <malloc.h> */
+/* #include <malloc/stdlib.h> */
+/* #include <stdlib.h> */
#if (defined(__AVX__) || defined(__AVX2__))
#include <xmmintrin.h>

View File

@ -16,7 +16,7 @@ BROKEN_aarch64= fails to build: invalid conversion between vector type '__m64' (
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}CacheControl>=0.11.5:www/py-cachecontrol@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cachecontrol>=0.11.5:www/py-cachecontrol@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}decorator>=3.4.2:devel/py-decorator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}h5py>=2.9.0:science/py-h5py@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hdmedians>=0.14.1:math/py-hdmedians@${PY_FLAVOR} \

View File

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= Uranium>0,1:cad/uranium
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Shapely>0:devel/py-shapely@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}shapely>0:devel/py-shapely@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy-stl>0:math/py-numpy-stl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \
qt5-graphicaleffects>0:graphics/qt5-graphicaleffects \

View File

@ -1,7 +1,6 @@
PORTNAME= surelog
DISTVERSIONPREFIX= v
DISTVERSION= 1.57
PORTREVISION= 1
DISTVERSION= 1.58
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org
@ -39,7 +38,7 @@ CMAKE_ON= BUILD_SHARED_LIBS SURELOG_USE_HOST_UHDM
CMAKE_OFF= SURELOG_BUILD_TESTS
CMAKE_ARGS= -DFREEBSD_JAVA_VERSION=${USE_JAVA} \
-DPython3_EXECUTABLE=${PYTHON_CMD}
CMAKE_TESTING_ON= SURELOG_BUILD_TESTS # unclear how to run tests, see https://github.com/chipsalliance/Surelog/issues/3545
CMAKE_TESTING_ON= SURELOG_BUILD_TESTS # 2 tests fail, see https://github.com/chipsalliance/Surelog/issues/3545
CMAKE_TESTING_TARGET= UnitTests
CONFLICTS_INSTALL= capnproto capnproto080

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1682575094
SHA256 (chipsalliance-Surelog-v1.57_GH0.tar.gz) = d114afc9eb121e310214324ecef9d6959dee754474ee6ac6f4c4a489360b58ae
SIZE (chipsalliance-Surelog-v1.57_GH0.tar.gz) = 91932475
TIMESTAMP = 1683480434
SHA256 (chipsalliance-Surelog-v1.58_GH0.tar.gz) = 95489fc571d990d313578800d3aa706ca085bc8fdcaec746e00ac2b785f51ee0
SIZE (chipsalliance-Surelog-v1.58_GH0.tar.gz) = 91953045
SHA256 (alainmarcel-antlr4-2406774_GH0.tar.gz) = 47c777fe91a0533fa24600bd2cf44328a8811e638d3fb8a76b89b6c96b65d023
SIZE (alainmarcel-antlr4-2406774_GH0.tar.gz) = 4312960
SHA256 (google-googletest-dea0484_GH0.tar.gz) = de1bde669e89841b71dbad128a37a8678981941138653941f4a1453638af6609

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1680183912
SHA256 (libreoffice/i18n/LibreOffice_7.5.2_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 3ba189cc875c5b6e7bd1d656747459fc034174c69f6808d9079aa08b43e4b66f
SIZE (libreoffice/i18n/LibreOffice_7.5.2_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 797139
SHA256 (libreoffice/i18n/LibreOffice_7.5.2_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 2341b2368adf778426649c1dfe140deddac77581ba749417fc0ca02806582026
SIZE (libreoffice/i18n/LibreOffice_7.5.2_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 2486471
TIMESTAMP = 1683267005
SHA256 (libreoffice/i18n/LibreOffice_7.5.3_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 0930de90e560124f8d3122838b7c5c9d7ee593f9648335f0ee33747a1f51ec94
SIZE (libreoffice/i18n/LibreOffice_7.5.3_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 797500
SHA256 (libreoffice/i18n/LibreOffice_7.5.3_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 69aaf7ddea79772eb73de91bb0143c83e136f739ed0c8bfd7eac8bf7cb8527e0
SIZE (libreoffice/i18n/LibreOffice_7.5.3_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 2486279

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1680183918
SHA256 (libreoffice/i18n/LibreOffice_7.5.2_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = 1f2d27e6cc652fe697c75780ad04808ba12caad8d639b4cf6edd3ffbb94732d0
SIZE (libreoffice/i18n/LibreOffice_7.5.2_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = 815374
SHA256 (libreoffice/i18n/LibreOffice_7.5.2_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = fcbec6f6601ffc60aa3934323cd7aeda1eeb0e932a692bd22066b483f764cb06
SIZE (libreoffice/i18n/LibreOffice_7.5.2_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 2520984
TIMESTAMP = 1683267010
SHA256 (libreoffice/i18n/LibreOffice_7.5.3_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = 172978a17133bd268541c639d5739a8245f16c3a8c83dd2c315208d319c30f54
SIZE (libreoffice/i18n/LibreOffice_7.5.3_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = 815544
SHA256 (libreoffice/i18n/LibreOffice_7.5.3_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 3b25447949889e7f902a7777f6105f8b34c673fef1603a75afc0aa69468654e4
SIZE (libreoffice/i18n/LibreOffice_7.5.3_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 2521047

View File

@ -25,4 +25,10 @@ PLIST_FILES= bin/bladeRF-cli \
lib/libbladeRF.so.2 \
libdata/pkgconfig/libbladeRF.pc
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
CFLAGS+= -Wno-error=unused-but-set-variable
.endif
.include <bsd.port.post.mk>

View File

@ -1,5 +1,5 @@
PORTNAME= json-ld
PORTVERSION= 3.2.4
PORTVERSION= 3.2.5
CATEGORIES= converters rubygems
MASTER_SITES= RG
@ -10,7 +10,7 @@ WWW= https://github.com/ruby-rdf/json-ld
LICENSE= UNLICENSE
LICENSE_FILE= ${WRKSRC}/UNLICENSE
RUN_DEPENDS= rubygem-json-canonicalization>=0.3<1:devel/rubygem-json-canonicalization \
RUN_DEPENDS= rubygem-json-canonicalization>=0.3.2<1:devel/rubygem-json-canonicalization \
rubygem-htmlentities>=4.3<5:textproc/rubygem-htmlentities \
rubygem-link_header>=0.0.8<1:www/rubygem-link_header \
rubygem-multi_json>=1.15<2:devel/rubygem-multi_json \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1681843912
SHA256 (rubygem/json-ld-3.2.4.gem) = 0eeec7af92eaa824db93928239864d46373b03984fc10270c96ddc8a9f139f0a
SIZE (rubygem/json-ld-3.2.4.gem) = 171520
TIMESTAMP = 1683227659
SHA256 (rubygem/json-ld-3.2.5.gem) = 98b96f1831b0fe9c7d2568a7d43b64f6b8c3f5892d55ccf91640e32a99c273fc
SIZE (rubygem/json-ld-3.2.5.gem) = 94208

View File

@ -1,17 +1,16 @@
PORTNAME= cachem
PORTVERSION= 1.0.6
PORTREVISION= 1
PORTVERSION= 1.0.8
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Cache R Objects with Automatic Pruning
WWW= https://cran.r-project.org/web/packages/cachem/
LICENSE= MIT
CRAN_DEPENDS= R-cran-rlang>0:devel/R-cran-rlang \
R-cran-fastmap>0:databases/R-cran-fastmap
CRAN_DEPENDS= R-cran-fastmap>=1.1.1:databases/R-cran-fastmap \
R-cran-rlang>0:devel/R-cran-rlang
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1629530386
SHA256 (cachem_1.0.6.tar.gz) = 9a9452f7bcf3f79436c418b3c3290449fb8fd338714d9b992153754d112f1864
SIZE (cachem_1.0.6.tar.gz) = 25413
TIMESTAMP = 1683331492
SHA256 (cachem_1.0.8.tar.gz) = ea9ca919fe615dce8770758ecc2fc88ac99074f66ff1cde3a0b95d40007f45c2
SIZE (cachem_1.0.8.tar.gz) = 26510

View File

@ -20,7 +20,7 @@ LIB_DEPENDS= libarrow.so:databases/arrow
USES= compiler:c++11-lang gnome meson pkgconfig
USE_GNOME= introspection
MESON_ARGS= --default-library=both --default-library=both -Darrow_cpp_build_dir='' -Darrow_cpp_build_type='release' -Dgtk_doc=false
MESON_ARGS= --default-library=both -Darrow_cpp_build_dir='' -Darrow_cpp_build_type='release' -Dgtk_doc=false
WRKSRC_SUBDIR= c_glib
.include <bsd.port.mk>

View File

@ -17,12 +17,12 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE.txt
LIB_DEPENDS= libboost_system.so:devel/boost-libs
USES= cmake compiler:c++11-lang localbase pkgconfig python:build
USES= cmake compiler:c++14-lang localbase pkgconfig python:build
USE_LDCONFIG= yes
WRKSRC_SUBDIR= cpp
CMAKE_ARGS= -DARROW_SIMD_LEVEL=NONE -DARROW_RUNTIME_SIMD_LEVEL=NONE
CMAKE_ARGS= -DCMAKE_CXX_STANDARD=14 -DARROW_SIMD_LEVEL=NONE -DARROW_RUNTIME_SIMD_LEVEL=NONE
CMAKE_OFF= ARROW_BUILD_STATIC ARROW_WITH_BACKTRACE ARROW_BUILD_TESTS ARROW_BUILD_BENCHMARKS
OPTIONS_GROUP= COMPRESSION COMPONENTS # components are listed in cpp/cmake_modules/DefineOptions.cmake

View File

@ -1,5 +1,5 @@
PORTNAME= citus
PORTVERSION= 11.2.1
PORTVERSION= 11.3.0
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= pg_

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1682486932
SHA256 (citusdata-citus-v11.2.1_GH0.tar.gz) = d500f216f233068f9643136759c0b029a0c940734a07fc309aad49a213f5169b
SIZE (citusdata-citus-v11.2.1_GH0.tar.gz) = 6491149
TIMESTAMP = 1683400044
SHA256 (citusdata-citus-v11.3.0_GH0.tar.gz) = e377981eda41a0c3defaafc3e7471e9f102482df70eda25dac912fcf7c24df16
SIZE (citusdata-citus-v11.3.0_GH0.tar.gz) = 6627414

View File

@ -30,6 +30,7 @@ include/postgresql/server/distributed/distribution_column.h
include/postgresql/server/distributed/enterprise.h
include/postgresql/server/distributed/error_codes.h
include/postgresql/server/distributed/errormessage.h
include/postgresql/server/distributed/executor_util.h
include/postgresql/server/distributed/extended_op_node_utils.h
include/postgresql/server/distributed/foreign_key_relationship.h
include/postgresql/server/distributed/function_call_delegation.h
@ -50,6 +51,7 @@ include/postgresql/server/distributed/lock_graph.h
include/postgresql/server/distributed/log_utils.h
include/postgresql/server/distributed/maintenanced.h
include/postgresql/server/distributed/memutils.h
include/postgresql/server/distributed/merge_planner.h
include/postgresql/server/distributed/metadata_cache.h
include/postgresql/server/distributed/metadata_sync.h
include/postgresql/server/distributed/metadata_utility.h
@ -96,6 +98,7 @@ include/postgresql/server/distributed/relay_utility.h
include/postgresql/server/distributed/remote_commands.h
include/postgresql/server/distributed/remote_transaction.h
include/postgresql/server/distributed/repartition_join_execution.h
include/postgresql/server/distributed/replication_origin_session_utils.h
include/postgresql/server/distributed/resource_lock.h
include/postgresql/server/distributed/run_from_same_connection.h
include/postgresql/server/distributed/shard_cleaner.h
@ -132,6 +135,10 @@ include/postgresql/server/distributed/worker_shard_visibility.h
include/postgresql/server/distributed/worker_transaction.h
lib/postgresql/citus.so
lib/postgresql/citus_columnar.so
lib/postgresql/citus_decoders/pgoutput.so
lib/postgresql/citus_decoders/wal2json.so
lib/postgresql/citus_pgoutput.so
lib/postgresql/citus_wal2json.so
share/postgresql/extension/citus--10.0-1--10.0-2.sql
share/postgresql/extension/citus--10.0-2--10.0-3.sql
share/postgresql/extension/citus--10.0-3--10.0-4.sql
@ -150,6 +157,7 @@ share/postgresql/extension/citus--11.0-4--11.0-3.sql
share/postgresql/extension/citus--11.0-4--11.1-1.sql
share/postgresql/extension/citus--11.1-1--11.2-1.sql
share/postgresql/extension/citus--11.2-1--11.2-2.sql
share/postgresql/extension/citus--11.2-2--11.3-1.sql
share/postgresql/extension/citus--8.0-1--8.0-2.sql
share/postgresql/extension/citus--8.0-1.sql
share/postgresql/extension/citus--8.0-10--8.0-11.sql
@ -191,25 +199,16 @@ share/postgresql/extension/citus--9.5-3--9.5-2.sql
share/postgresql/extension/citus.control
share/postgresql/extension/citus_columnar--11.1-0--11.1-1.sql
share/postgresql/extension/citus_columnar--11.1-0.sql
share/postgresql/extension/citus_columnar--11.1-1--11.1-0.sql
share/postgresql/extension/citus_columnar--11.1-1--11.2-1.sql
share/postgresql/extension/citus_columnar--11.1-1.sql
share/postgresql/extension/citus_columnar--11.2-1--11.1-1.sql
share/postgresql/extension/citus_columnar--11.2-1--11.3-1.sql
share/postgresql/extension/citus_columnar.control
share/postgresql/extension/columnar--10.0-1--10.0-2.sql
share/postgresql/extension/columnar--10.0-1--9.5-1.sql
share/postgresql/extension/columnar--10.0-2--10.0-1.sql
share/postgresql/extension/columnar--10.0-3--10.1-1.sql
share/postgresql/extension/columnar--10.1-1--10.0-3.sql
share/postgresql/extension/columnar--10.1-1--10.2-1.sql
share/postgresql/extension/columnar--10.2-1--10.1-1.sql
share/postgresql/extension/columnar--10.2-1--10.2-2.sql
share/postgresql/extension/columnar--10.2-2--10.2-1.sql
share/postgresql/extension/columnar--10.2-2--10.2-3.sql
share/postgresql/extension/columnar--10.2-3--10.2-2.sql
share/postgresql/extension/columnar--10.2-3--10.2-4.sql
share/postgresql/extension/columnar--10.2-4--10.2-3.sql
share/postgresql/extension/columnar--11.0-2--11.0-3.sql
share/postgresql/extension/columnar--11.0-3--11.1-1.sql
share/postgresql/extension/columnar--11.1-1--11.0-3.sql
share/postgresql/extension/columnar--9.5-1--10.0-1.sql

View File

@ -14,8 +14,6 @@ LICENSE= APACHE20
DEPRECATED= Puppet 6 has reached EOL
EXPIRATION_DATE=2023-06-01
BUILD_DEPENDS= puppet6>=0:sysutils/puppet6
CONFLICTS_INSTALL= puppetdb-terminus[0-9]
NO_BUILD= yes
USES= gmake ruby

View File

@ -11,8 +11,6 @@ WWW= https://docs.puppetlabs.com/puppetdb/latest/
LICENSE= APACHE20
BUILD_DEPENDS= puppet7>=0:sysutils/puppet7
CONFLICTS_INSTALL= puppetdb-terminus[0-9]
NO_BUILD= yes
USES= gmake ruby

View File

@ -11,8 +11,6 @@ WWW= https://docs.puppetlabs.com/puppetdb/latest/
LICENSE= APACHE20
BUILD_DEPENDS= puppet7>=0:sysutils/puppet7
CONFLICTS_INSTALL= puppetdb-terminus[0-9]
NO_BUILD= yes
USES= gmake ruby

View File

@ -1,6 +1,6 @@
PORTNAME= fastparquet
PORTVERSION= 2023.2.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,6 +13,7 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.5.4:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \
thrift:devel/thrift
@ -23,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cramjam>=2.3:archivers/py-cramjam@${PY_FLAVO
${PYTHON_PKGNAMEPREFIX}pandas>=1.5.0,1:math/py-pandas@${PY_FLAVOR}
USES= python:3.8+
USE_PYTHON= autoplist concurrent cython distutils
USE_PYTHON= autoplist concurrent cython pep517
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +

View File

@ -0,0 +1,6 @@
--- pyproject.toml.orig 2023-04-20 20:00:36 UTC
+++ pyproject.toml
@@ -1,2 +1,2 @@
[build-system]
-requires = ["setuptools", "wheel", "Cython >= 0.29.23", "oldest-supported-numpy", "pytest-runner"]
+requires = ["setuptools", "wheel", "Cython >= 0.29.23", "numpy"]

View File

@ -1,6 +1,5 @@
PORTNAME= psycopg-c
PORTVERSION= 3.1.8
PORTREVISION= 1
PORTVERSION= 3.1.9
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1674589714
SHA256 (psycopg-c-3.1.8.tar.gz) = 6e0602db219f0087a5939344e7750fff8cc3a26307cfc47469f2aca6e9849a0c
SIZE (psycopg-c-3.1.8.tar.gz) = 563741
TIMESTAMP = 1683227605
SHA256 (psycopg-c-3.1.9.tar.gz) = d160b45b0ee1eb05d78a81538c2bc6868bacb5f421b7190ed65d4681e4552455
SIZE (psycopg-c-3.1.9.tar.gz) = 538790

View File

@ -1,6 +1,5 @@
PORTNAME= psycopg
PORTVERSION= 3.1.8
PORTREVISION= 1
PORTVERSION= 3.1.9
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -26,7 +25,7 @@ OPTIONS_DEFAULT=C POOL
C_DESC= C extension support
POOL_DESC= Connection pool support
C_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg-c>=3.1.6<${PORTVERSION}_99:databases/py-psycopg-c@${PY_FLAVOR}
C_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg-c>=${PORTVERSION}<${PORTVERSION}_99:databases/py-psycopg-c@${PY_FLAVOR}
POOL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg-pool>=0:databases/py-psycopg-pool@${PY_FLAVOR}
.include <bsd.port.pre.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1674589712
SHA256 (psycopg-3.1.8.tar.gz) = 59b4a71536b146925513c0234dfd1dc42b81e65d56ce5335dff4813434dbc113
SIZE (psycopg-3.1.8.tar.gz) = 138523
TIMESTAMP = 1683227603
SHA256 (psycopg-3.1.9.tar.gz) = ab400f207a8c120bafdd8077916d8f6c0106e809401378708485b016508c30c9
SIZE (psycopg-3.1.9.tar.gz) = 138729

View File

@ -1,5 +1,6 @@
PORTNAME= sqlalchemy
PORTVERSION= 2.0.12
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,8 +15,8 @@ WWW= https://www.sqlalchemy.org/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=47:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
#BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=47:devel/py-setuptools@${PY_FLAVOR} \
# ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0:devel/py-greenlet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.2.0:devel/py-typing-extensions@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
@ -23,7 +24,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0,1:devel/py-pytest-xdist@${PY_FLAVOR}
USES= cpe python:3.7+
USE_PYTHON= autoplist concurrent cython pep517
#USE_PYTHON= autoplist concurrent cython pep517
USE_PYTHON= autoplist concurrent cython distutils
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlalchemy[0-9][0-9]

View File

@ -1,5 +1,5 @@
PORTNAME= sqlglot
PORTVERSION= 11.0.1
PORTVERSION= 12.1.0
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677771177
SHA256 (sqlglot-11.0.1.tar.gz) = 2bdeeaa20c215d48ec28a61057d76568d6a9aeb19af79b0470f7c2e42619aa0c
SIZE (sqlglot-11.0.1.tar.gz) = 197282
TIMESTAMP = 1683478898
SHA256 (sqlglot-12.1.0.tar.gz) = ff9ee5e76cd268b8a435ace758f85273ffb81f2c287f653072f989fa15dccc5d
SIZE (sqlglot-12.1.0.tar.gz) = 221814

View File

@ -1,5 +1,5 @@
PORTNAME= redis
PORTVERSION= 6.0.18
PORTVERSION= 6.0.19
CATEGORIES= databases
MASTER_SITES= https://download.redis.io/releases/
PKGNAMESUFFIX= 6

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677633207
SHA256 (redis-6.0.18.tar.gz) = d7b4f2a97fcab96727284092b0a4aa854af47d570803fa0e7a0345359743836e
SIZE (redis-6.0.18.tar.gz) = 2290575
TIMESTAMP = 1683511269
SHA256 (redis-6.0.19.tar.gz) = 55e26318c3d9c53a77a6e802f60524afdddd057a2e965cebcf781a0a72f0e3e6
SIZE (redis-6.0.19.tar.gz) = 2292254

View File

@ -1,5 +1,5 @@
PORTNAME= redis
DISTVERSION= 6.2.11
DISTVERSION= 6.2.12
CATEGORIES= databases
MASTER_SITES= https://download.redis.io/releases/
PKGNAMESUFFIX= 62

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677632728
SHA256 (redis-6.2.11.tar.gz) = 8c75fb9cdd01849e92c23f30cb7fe205ea0032a38d11d46af191014e9acc3098
SIZE (redis-6.2.11.tar.gz) = 2492990
TIMESTAMP = 1683510721
SHA256 (redis-6.2.12.tar.gz) = 75352eef41e97e84bfa94292cbac79e5add5345fc79787df5cbdff703353fb1b
SIZE (redis-6.2.12.tar.gz) = 2494460

View File

@ -0,0 +1,30 @@
--- tiledb/sm/fragment/fragment_metadata.cc.orig 2023-04-26 01:28:54 UTC
+++ tiledb/sm/fragment/fragment_metadata.cc
@@ -1718,11 +1718,11 @@ std::string_view FragmentMetadata::get_tile_min_as<std
tile_min_var_buffer_[idx].size() - min_offset :
offsets[tile_idx + 1] - min_offset;
char* min = &tile_min_var_buffer_[idx][min_offset];
- return {min, size};
+ return {min, (std::size_t) size};
} else {
auto size = array_schema_->cell_size(name);
void* min = &tile_min_buffer_[idx][tile_idx * size];
- return {static_cast<char*>(min), size};
+ return {static_cast<char*>(min), (std::size_t) size};
}
}
@@ -1791,11 +1791,11 @@ std::string_view FragmentMetadata::get_tile_max_as<std
tile_max_var_buffer_[idx].size() - max_offset :
offsets[tile_idx + 1] - max_offset;
char* max = &tile_max_var_buffer_[idx][max_offset];
- return {max, size};
+ return {max, (std::size_t) size};
} else {
auto size = array_schema_->cell_size(name);
void* max = &tile_max_buffer_[idx][tile_idx * size];
- return {static_cast<char*>(max), size};
+ return {static_cast<char*>(max), (std::size_t) size};
}
}

View File

@ -1,5 +1,5 @@
PORTNAME= qownnotes
PORTVERSION= 23.4.6
PORTVERSION= 23.5.2
CATEGORIES= deskutils
MASTER_SITES= https://download.tuxfamily.org/qownnotes/src/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1681915872
SHA256 (qownnotes-23.4.6.tar.xz) = 95f42463f07e9affa151e01f999919d811eaecc8d1d0c51534f8e4e500868ac1
SIZE (qownnotes-23.4.6.tar.xz) = 5599012
TIMESTAMP = 1683210362
SHA256 (qownnotes-23.5.2.tar.xz) = 3515d8024cf1d0082187b8b9e559745f64b26f7bd28d18eb6dd98a0d8234061a
SIZE (qownnotes-23.5.2.tar.xz) = 5620668

View File

@ -125,6 +125,7 @@
SUBDIR += R-cran-tibble
SUBDIR += R-cran-tidyr
SUBDIR += R-cran-tidyselect
SUBDIR += R-cran-timechange
SUBDIR += R-cran-tinytest
SUBDIR += R-cran-tzdb
SUBDIR += R-cran-usethis
@ -5186,6 +5187,7 @@
SUBDIR += py-pycomplete
SUBDIR += py-pycparser
SUBDIR += py-pydantic
SUBDIR += py-pydantic-core
SUBDIR += py-pydash
SUBDIR += py-pydecor
SUBDIR += py-pydenticon
@ -7159,6 +7161,7 @@
SUBDIR += rubygem-rubocop
SUBDIR += rubygem-rubocop-ast
SUBDIR += rubygem-rubocop-capybara
SUBDIR += rubygem-rubocop-factory_bot
SUBDIR += rubygem-rubocop-performance
SUBDIR += rubygem-rubocop-rake
SUBDIR += rubygem-rubocop-rspec

View File

@ -1,10 +1,9 @@
PORTNAME= classInt
DISTVERSION= 0.4-7
PORTREVISION= 1
DISTVERSION= 0.4-9
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Choose Univariate Class Intervals
WWW= https://cran.r-project.org/web/packages/classInt/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1654961280
SHA256 (classInt_0.4-7.tar.gz) = a30e3a8987ce133944897100ab5bdc31b019d897969c452c3795f50ac234606e
SIZE (classInt_0.4-7.tar.gz) = 437804
TIMESTAMP = 1682389646
SHA256 (classInt_0.4-9.tar.gz) = 5b11af7d08f8793c7b47ee7c68b8e371cb23027165d30abddbd8b2abcc20e1c3
SIZE (classInt_0.4-9.tar.gz) = 439500

View File

@ -1,10 +1,9 @@
PORTNAME= collapse
PORTVERSION= 1.8.8
PORTREVISION= 1
PORTVERSION= 1.9.5
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Advanced and Fast Data Transformation
WWW= https://cran.r-project.org/web/packages/collapse/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1660581227
SHA256 (collapse_1.8.8.tar.gz) = f3ff7891353e83b6b4a0d77fee8a78518e56b1358cfe273cf871b77f6e962895
SIZE (collapse_1.8.8.tar.gz) = 1170249
TIMESTAMP = 1682389978
SHA256 (collapse_1.9.5.tar.gz) = 46b1496a3b1892a0e20ff43a5a2c88943b0a7cf0839618ab56876ab2611c3cca
SIZE (collapse_1.9.5.tar.gz) = 1204722

View File

@ -1,10 +1,9 @@
PORTNAME= data.table
DISTVERSION= 1.14.2
PORTREVISION= 1
DISTVERSION= 1.14.8
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Extension of Data.frame
WWW= https://cran.r-project.org/web/packages/data.table/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1632975955
SHA256 (data.table_1.14.2.tar.gz) = f741b951e5937440139514aedbae78dbd6862d825066848bdb006aa02c2f3d2b
SIZE (data.table_1.14.2.tar.gz) = 5301817
TIMESTAMP = 1682390313
SHA256 (data.table_1.14.8.tar.gz) = 14b2ce5367df9c9bb58f373555066f5dcb629c156149b5565de36d69557139fd
SIZE (data.table_1.14.8.tar.gz) = 5338582

View File

@ -1,16 +1,15 @@
PORTNAME= fontawesome
PORTVERSION= 0.3.0
PORTREVISION= 1
PORTVERSION= 0.5.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Easily Work with 'Font Awesome' Icons
WWW= https://cran.r-project.org/web/packages/fontawesome/
LICENSE= MIT
CRAN_DEPENDS= R-cran-rlang>=0.4.10:devel/R-cran-rlang \
CRAN_DEPENDS= R-cran-rlang>=1.0.6:devel/R-cran-rlang \
R-cran-htmltools>=0.5.1.1:textproc/R-cran-htmltools
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1658449967
SHA256 (fontawesome_0.3.0.tar.gz) = 4deefcf4d4580d84213f863351c2a23c39adbd2f8762d7477ec2faa8235a1a31
SIZE (fontawesome_0.3.0.tar.gz) = 1406532
TIMESTAMP = 1682391209
SHA256 (fontawesome_0.5.1.tar.gz) = f4ebbbe2ee8d2e2c0342b72095cfe668bd9800ea6c4bf7180300544bde7e566c
SIZE (fontawesome_0.5.1.tar.gz) = 1276983

View File

@ -1,19 +1,19 @@
PORTNAME= hardhat
PORTVERSION= 1.2.0
PORTREVISION= 1
PORTVERSION= 1.3.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Construct Modeling Packages
WWW= https://cran.r-project.org/web/packages/hardhat/
LICENSE= MIT
CRAN_DEPENDS= R-cran-glue>=1.6.2:devel/R-cran-glue \
R-cran-rlang>=1.0.3:devel/R-cran-rlang \
R-cran-tibble>=3.1.7:devel/R-cran-tibble \
R-cran-vctrs>=0.4.1:devel/R-cran-vctrs
CRAN_DEPENDS= R-cran-cli>=3.6.0:devel/R-cran-cli \
R-cran-glue>=1.6.2:devel/R-cran-glue \
R-cran-rlang>=1.1.0:devel/R-cran-rlang \
R-cran-tibble>=3.2.1:devel/R-cran-tibble \
R-cran-vctrs>=0.6.0:devel/R-cran-vctrs
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1657666196
SHA256 (hardhat_1.2.0.tar.gz) = f9320eccb1b5f624a46fa074e3ccc202c383b77098ecd08b193aeb47daedad78
SIZE (hardhat_1.2.0.tar.gz) = 953223
TIMESTAMP = 1682395617
SHA256 (hardhat_1.3.0.tar.gz) = fe9ff009e2ba6dd4d70cbb541430f88d85c0a28d6a1c2772e4910c79b81fe82e
SIZE (hardhat_1.3.0.tar.gz) = 872416

View File

@ -1,17 +1,16 @@
PORTNAME= lubridate
PORTVERSION= 1.8.0
PORTREVISION= 1
PORTVERSION= 1.9.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Make Dealing with Dates a Little Easier
WWW= https://cran.r-project.org/web/packages/lubridate/
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-generics>0:devel/R-cran-generics \
R-cran-cpp11>=0.2.7:devel/R-cran-cpp11
R-cran-timechange>=0.1.1:devel/R-cran-timechange
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1633827428
SHA256 (lubridate_1.8.0.tar.gz) = 87d66efdb1f3d680db381d7e40a202d35645865a0542e2f270ef008a19002ba5
SIZE (lubridate_1.8.0.tar.gz) = 475704
TIMESTAMP = 1682396119
SHA256 (lubridate_1.9.2.tar.gz) = 8976431a4affe989261cbaa5e09cd44bb42a3b16eed59a42c1698da34c6544a7
SIZE (lubridate_1.9.2.tar.gz) = 427200

View File

@ -1,10 +1,9 @@
PORTNAME= plyr
PORTVERSION= 1.8.7
PORTREVISION= 1
PORTVERSION= 1.8.8
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Tools for splitting, applying, and combining data
WWW= https://cran.r-project.org/web/packages/plyr/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1648360136
SHA256 (plyr_1.8.7.tar.gz) = 7d9fdaf1157035a49c3661da3bbaa7bfcf782aafe1b98f7b5a68b0520046e87f
SIZE (plyr_1.8.7.tar.gz) = 401481
TIMESTAMP = 1682396643
SHA256 (plyr_1.8.8.tar.gz) = a73211b4bbe13e4e5e764966a8dd90172c1cc311938dd464d142e1c7a701070c
SIZE (plyr_1.8.8.tar.gz) = 401438

View File

@ -1,19 +1,18 @@
PORTNAME= repr
PORTVERSION= 1.1.4
PORTREVISION= 1
PORTVERSION= 1.1.6
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Serializable Reprensentations
WWW= https://cran.r-project.org/web/packages/repr/
LICENSE= GPLv3
CRAN_DEPENDS= R-cran-htmltools>0:textproc/R-cran-htmltools \
CRAN_DEPENDS= R-cran-base64enc>0:converters/R-cran-base64enc \
R-cran-htmltools>0:textproc/R-cran-htmltools \
R-cran-jsonlite>0:converters/R-cran-jsonlite \
R-cran-pillar>=1.4.0:devel/R-cran-pillar \
R-cran-base64enc>0:converters/R-cran-base64enc
R-cran-pillar>=1.4.0:devel/R-cran-pillar
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1641516763
SHA256 (repr_1.1.4.tar.gz) = 6f799ca83e0940618dd8c22e62ffdce5ec11ba3366c5306ae58b55b53c097040
SIZE (repr_1.1.4.tar.gz) = 32248
TIMESTAMP = 1682397538
SHA256 (repr_1.1.6.tar.gz) = 3d2e6c9b363c1ec4811688deff7fb22093cadc9e0a333930382093d93c16673f
SIZE (repr_1.1.6.tar.gz) = 32134

View File

@ -1,10 +1,9 @@
PORTNAME= sourcetools
PORTVERSION= 0.1.7
PORTREVISION= 4
DISTVERSION= 0.1.7-1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Tools for the Reading and Tokenization of R Code
WWW= https://cran.r-project.org/web/packages/sourcetools/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1524729440
SHA256 (sourcetools_0.1.7.tar.gz) = 47984406efb3b3face133979ccbae9fefb7360b9a6ca1a1c11473681418ed2ca
SIZE (sourcetools_0.1.7.tar.gz) = 24155
TIMESTAMP = 1682397783
SHA256 (sourcetools_0.1.7-1.tar.gz) = 96812bdb7a0dd99690d84e4b0a3def91389e4290f53f01919ef28a50554e31d1
SIZE (sourcetools_0.1.7-1.tar.gz) = 24095

View File

@ -1,6 +1,5 @@
PORTNAME= testthat
DISTVERSION= 3.1.7
PORTREVISION= 1
DISTVERSION= 3.1.8
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
@ -24,14 +23,13 @@ RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \
R-cran-magrittr>0:devel/R-cran-magrittr \
R-cran-pkgload>0:devel/R-cran-pkgload \
R-cran-praise>0:devel/R-cran-praise \
R-cran-rlang>=1.0.1:devel/R-cran-rlang \
R-cran-waldo>=0.4.0:devel/R-cran-waldo \
R-cran-rlang>=1.1.0:devel/R-cran-rlang \
R-cran-waldo>=0.5.0:devel/R-cran-waldo \
R-cran-withr>=2.4.3:devel/R-cran-withr \
R-cran-digest>0:security/R-cran-digest \
R-cran-processx>0:sysutils/R-cran-processx \
R-cran-ps>=1.3.4:sysutils/R-cran-ps
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
R-cran-mockery>0:devel/R-cran-mockery \
R-cran-rstudioapi>0:devel/R-cran-rstudioapi \
R-cran-usethis>0:devel/R-cran-usethis \
R-cran-curl>=0.9.5:ftp/R-cran-curl \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1681490479
SHA256 (testthat_3.1.7.tar.gz) = 1ad86b1739481c6c46359a6634ecc706bf513f34b26d7a62cbc719bbd4658eab
SIZE (testthat_3.1.7.tar.gz) = 710951
TIMESTAMP = 1683354303
SHA256 (testthat_3.1.8.tar.gz) = 3493f8afdd0f6b6ad62acc47550e10a0764ead7922c02b24aa812cad7f7bc827
SIZE (testthat_3.1.8.tar.gz) = 731157

View File

@ -1,29 +1,29 @@
PORTNAME= tidyr
PORTVERSION= 1.2.1
PORTREVISION= 1
PORTVERSION= 1.3.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Easily tidy data with spread and gather functions
WWW= https://cran.r-project.org/web/packages/tidyr/
LICENSE= MIT
CRAN_DEPENDS= R-cran-dplyr>=1.0.0:math/R-cran-dplyr \
R-cran-ellipsis>=0.1.0:devel/R-cran-ellipsis \
CRAN_DEPENDS= R-cran-cli>=3.4.1:devel/R-cran-cli \
R-cran-cpp11>=0.4.0:devel/R-cran-cpp11 \
R-cran-dplyr>=1.0.10:math/R-cran-dplyr \
R-cran-glue>0:devel/R-cran-glue \
R-cran-lifecycle>0:devel/R-cran-lifecycle \
R-cran-lifecycle>=1.0.3:devel/R-cran-lifecycle \
R-cran-magrittr>0:devel/R-cran-magrittr \
R-cran-purrr>0:devel/R-cran-purrr \
R-cran-rlang>0:devel/R-cran-rlang \
R-cran-purrr>=1.0.1:devel/R-cran-purrr \
R-cran-rlang>=1.0.4:devel/R-cran-rlang \
R-cran-stringr>=1.5.0:textproc/R-cran-stringr \
R-cran-tibble>=2.1.1:devel/R-cran-tibble \
R-cran-tidyselect>=1.1.0:devel/R-cran-tidyselect \
R-cran-vctrs>=0.3.7:devel/R-cran-vctrs \
R-cran-cpp11>=0.4.0:devel/R-cran-cpp11
R-cran-tidyselect>=1.2.0:devel/R-cran-tidyselect \
R-cran-vctrs>=0.5.2:devel/R-cran-vctrs
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= compiler:c++11-lang cran:auto-plist,compiles
USES= compiler:c++11-lang cran:auto-plist,compiles
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1662974804
SHA256 (tidyr_1.2.1.tar.gz) = 6971766d3663dc75c2328ab257816f4e42d9fdc05c2d87d171b8b9b5ecce61af
SIZE (tidyr_1.2.1.tar.gz) = 746056
TIMESTAMP = 1682398181
SHA256 (tidyr_1.3.0.tar.gz) = 8d532b9366fdd3ec9827b51830e559a49d073425007c766025f0e603964e0a9d
SIZE (tidyr_1.3.0.tar.gz) = 823546

View File

@ -0,0 +1,18 @@
PORTNAME= timechange
PORTVERSION= 0.2.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Efficient Manipulation of Date-Times
WWW= https://cran.r-project.org/web/packages/timechange/
LICENSE= GPLv3
CRAN_DEPENDS= R-cran-cpp11>=0.2.7:devel/R-cran-cpp11
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1683339397
SHA256 (timechange_0.2.0.tar.gz) = 3d602008052123daef94a5c3f5154c5461b4ec0432ab70c37273d7ddd252f7f1
SIZE (timechange_0.2.0.tar.gz) = 102806

View File

@ -0,0 +1,7 @@
Efficient routines for manipulation of date-time objects while
accounting for time-zones and daylight saving times. The package
includes utilities for updating of date-time components (year,
month, day etc.), modification of time-zones, rounding of date-times,
period addition and subtraction etc. Parts of the 'CCTZ' source
code, released under the Apache 2.0 License, are included in this
package. See <https: //github.com/google/cctz> for more details.

View File

@ -1,6 +1,5 @@
PORTNAME= vcd
DISTVERSION= 1.4-10
PORTREVISION= 1
DISTVERSION= 1.4-11
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1654939912
SHA256 (vcd_1.4-10.tar.gz) = 7188192afa289350cc1b89790f4f8f5a5114c1c88bee7715a0c8f5347aa0b35b
SIZE (vcd_1.4-10.tar.gz) = 693401
TIMESTAMP = 1683289262
SHA256 (vcd_1.4-11.tar.gz) = 7a54e855689e1429d46e0d4d7a956f96b0ad2fd0c7084fa023902c55849e0932
SIZE (vcd_1.4-11.tar.gz) = 652138

View File

@ -1,6 +1,6 @@
PORTNAME= benchmark
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.1
DISTVERSION= 1.8.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@ -29,4 +29,6 @@ BINARY_ALIAS= git=false
PLIST_SUB= VERSION=${DISTVERSION}
# tests fail to compile, see https://github.com/google/benchmark/issues/1593
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1668387355
SHA256 (google-benchmark-v1.7.1_GH0.tar.gz) = 6430e4092653380d9dc4ccb45a1e2dc9259d581f4866dc0759713126056bc1d7
SIZE (google-benchmark-v1.7.1_GH0.tar.gz) = 196575
TIMESTAMP = 1683481003
SHA256 (google-benchmark-v1.8.0_GH0.tar.gz) = ea2e94c24ddf6594d15c711c06ccd4486434d9cf3eca954e2af8a20c88f9f172
SIZE (google-benchmark-v1.8.0_GH0.tar.gz) = 204701
SHA256 (google-googletest-release-1.12.1_GH0.tar.gz) = 81964fe578e9bd7c94dfdb09c8e4d6e6759e19967e397dbea48d1c10e45d0df2
SIZE (google-googletest-release-1.12.1_GH0.tar.gz) = 854944

View File

@ -1,7 +1,6 @@
PORTNAME= electron
DISTVERSIONPREFIX= v
DISTVERSION= ${ELECTRON_VER:S/-beta./.b/}
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v23.2.1/:chromium \
https://commondatastorage.googleapis.com/chromium-nodejs/:chromium_node \
@ -223,7 +222,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948
YARN_TIMESTAMP= 1682835011
YARN_TIMESTAMP= 1683456160
.include "Makefile.version"
.include <bsd.port.pre.mk>

View File

@ -1,2 +1,2 @@
ELECTRON_VER= 23.3.0
ELECTRON_VER= 23.3.1
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}

View File

@ -1,14 +1,14 @@
TIMESTAMP = 1682835827
TIMESTAMP = 1683457224
SHA256 (electron/chromium-110.0.5481.208.tar.xz) = 9f364e9a61a961b808ac241076fe25f8c48e5d7349a3236a9023a51018890ccc
SIZE (electron/chromium-110.0.5481.208.tar.xz) = 1554639732
SHA256 (electron/32dc8abec1486818f6ef4afc4996abc002b5218e) = b7f797156b45c21a104f732366dad74e5b401bae8e3ce75fe1e54769cda3c0c2
SIZE (electron/32dc8abec1486818f6ef4afc4996abc002b5218e) = 9903987
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
SHA256 (electron/electron-yarn-cache-23.3.0.tar.xz) = 1569f4deebbd2d8b322e7752d8198ca1ec5a5cc07b54c0fcdef421708f20a9e6
SIZE (electron/electron-yarn-cache-23.3.0.tar.xz) = 38871256
SHA256 (electron/electron-electron-v23.3.0_GH0.tar.gz) = 93c1ceff65770453eee48e3c7c4fa2361b746d84b0864ea6d02b9a34f6177a7f
SIZE (electron/electron-electron-v23.3.0_GH0.tar.gz) = 10487375
SHA256 (electron/electron-yarn-cache-23.3.1.tar.xz) = eea9d068a38eb8476cb8457c2a2f9ddb692ef15a906d2f1a081d808990c1deff
SIZE (electron/electron-yarn-cache-23.3.1.tar.xz) = 38871220
SHA256 (electron/electron-electron-v23.3.1_GH0.tar.gz) = 2825a0e8240cf7d26ed9beca419f604f1652020eb6954c730a74ce40ac24a662
SIZE (electron/electron-electron-v23.3.1_GH0.tar.gz) = 10487113
SHA256 (electron/nodejs-node-v18.12.1_GH0.tar.gz) = 7e7962209d25ed6c28b722b78a0b0ca304307d7bf536aca142be330901b11d50
SIZE (electron/nodejs-node-v18.12.1_GH0.tar.gz) = 108947341
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39

Some files were not shown because too many files have changed in this diff Show More