Merge remote-tracking branch 'origin/pristine'
* origin/pristine: (395 commits) devel/p5-Glib: bump dependencies after 0708344 multimedia/uxplay: Update to 1.72.1 misc/talkfilters: Update to 2.4 lang/racket: update to version 8.17 lang/racket-minimal: update to version 8.17 math/libmissing: Deprecate devel/aws-c-s3: Update to 0.8.1 misc/p5-Business-ISBN-Data: update to 20250605.001 devel/p5-File-Find-Rule: update to 0.35 net/nats-server: add reload command to rc.d script java/apache-commons-beanutils: update to version 1.11.0 security/arti: Update to 1.4.4 mail/mailslurper: Update 1.14.2.g20201217 => 1.15.0 biology/fastp: Update to 0.26.0 devel/jujutsu: upgrade to version 0.30.0 databases/qdrant: Update to 1.14.1 net/redpanda-connect: update to version 4.56.0 editors/kakoune: Update to 2025.06.03 security/tailscale: Update to 1.84.1 science/maeparser: update 1.3.2 → 1.3.3 ...
This commit is contained in:
commit
f2ecccb343
@ -8438,6 +8438,7 @@ sysutils/u-boot-starfive-visionfive2
|
||||
sysutils/UEFITool
|
||||
sysutils/unetbootin
|
||||
sysutils/unstow
|
||||
sysutils/vimpager
|
||||
sysutils/wmapmload
|
||||
sysutils/xcdroast
|
||||
sysutils/xcpustate
|
||||
@ -10087,6 +10088,7 @@ x11/cl-clx-clisp
|
||||
x11/clipcat
|
||||
x11/compton-conf
|
||||
x11/conlecterm
|
||||
x11/contour
|
||||
x11/cool-retro-term
|
||||
x11/coreterminal
|
||||
x11/damask
|
||||
|
||||
2
GIDs
2
GIDs
@ -322,7 +322,7 @@ walletd:*:378:
|
||||
renterd:*:379:
|
||||
spoofdpi:*:380:
|
||||
hydroxide:*:381:
|
||||
# free: 382
|
||||
_tlsrpt:*:382:
|
||||
# free: 383
|
||||
# free: 384
|
||||
# free: 385
|
||||
|
||||
8
MOVED
8
MOVED
@ -4493,3 +4493,11 @@ security/py-oauth2client||2025-06-02|Has expired: Deprecated by upstream. Use se
|
||||
math/py-grandalf||2025-06-02|Has expired: Depends on expired devel/py-pytest-runner
|
||||
multimedia/py-ffmpeg-python||2025-06-02|Has expired: Depends on expired devel/py-pytest-runner
|
||||
science/py-DendroPy||2025-06-02|Has expired: Depends on expired devel/py-pytest-runner
|
||||
devel/linux-rl9-libsoup||2025-06-04|Merged into devel/linux_base-rl9
|
||||
games/hedgewars-server||2025-06-04|Depends on expired lang/ghc810, does not build with newer GHCs
|
||||
lang/ghc810||2025-06-04|Old version, unsupported upstream
|
||||
audio/mp3check||2025-06-06|Has expired: Depends on expired audio/id3tool
|
||||
audio/id3tool||2025-06-06|Has expired: Can't read ID3v2 tags which have been around for 20+ years and discontinued in 2005 feature-wise according to readme file
|
||||
science/py-pysal||2025-06-06|Has expired: Depends on expired math/py-spvcm
|
||||
textproc/xincluder||2025-06-06|Has expired: Depends on expiring java/jdom
|
||||
math/py-spvcm||2025-06-06|Has expired: Upstream repository has been archived on Jul 9, 2024
|
||||
|
||||
@ -76,11 +76,6 @@ IGNORE= USES=cabal: invalid arguments: ${arg}
|
||||
IGNORE= CABAL_PROJECT: invalid value: ${CABAL_PROJECT}
|
||||
. endif
|
||||
|
||||
. if ${ARCH} == i386 && defined(USE_CABAL) && ${USE_CABAL:Mbasement-0.0.1[4-5]}
|
||||
# Upstream issue: https://github.com/haskell-foundation/foundation/issues/565
|
||||
BROKEN= ${USE_CABAL:Mbasement-0.0.1[4-5]} package doesn't compile on i386
|
||||
. endif
|
||||
|
||||
PKGNAMEPREFIX?= hs-
|
||||
|
||||
CABAL_EXECUTABLES?= ${PORTNAME}
|
||||
|
||||
@ -97,7 +97,7 @@ WRKSRC_crate_${_crate}= ${WRKDIR}/${_wrksrc}
|
||||
|
||||
CARGO_BUILDDEP?= yes
|
||||
. if ${CARGO_BUILDDEP:tl} == "yes"
|
||||
BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.86.0:lang/${RUST_DEFAULT}
|
||||
BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.87.0:lang/${RUST_DEFAULT}
|
||||
. elif ${CARGO_BUILDDEP:tl} == "any-version"
|
||||
BUILD_DEPENDS+= ${RUST_DEFAULT}>=0:lang/${RUST_DEFAULT}
|
||||
. endif
|
||||
|
||||
@ -1844,8 +1844,14 @@ PLIST_FILES+= "@ldconfig"
|
||||
. if defined(NO_SHLIB_REQUIRES_GLOB)
|
||||
PKG_ENV+= SHLIB_REQUIRE_IGNORE_GLOB="${NO_SHLIB_REQUIRES_GLOB:ts,}"
|
||||
. endif
|
||||
. if defined(NO_SHLIBS_REQUIRES_REGEX)
|
||||
PKG_ENV+= SHLIB_REQUIRE_IGNORE_REGEX="${NO_SHLIBS_REQUIRES_REGEX:ts,}"
|
||||
. if defined(NO_SHLIB_REQUIRES_REGEX)
|
||||
PKG_ENV+= SHLIB_REQUIRE_IGNORE_REGEX="${NO_SHLIB_REQUIRES_REGEX:ts,}"
|
||||
. endif
|
||||
. if defined(NO_SHLIB_PROVIDES_GLOB)
|
||||
PKG_ENV+= SHLIB_PROVIDE_IGNORE_GLOB="${NO_SHLIB_PROVIDES_GLOB:ts,}"
|
||||
. endif
|
||||
. if defined(NO_SHLIB_PROVIDES_REGEX)
|
||||
PKG_ENV+= SHLIB_PROVIDE_IGNORE_REGEX="${NO_SHLIB_PROVIDES_REGEX:ts,}"
|
||||
. endif
|
||||
|
||||
PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist'
|
||||
|
||||
2
UIDs
2
UIDs
@ -328,7 +328,7 @@ walletd:*:378:378::0:0:walletd Daemon:/nonexistent:/usr/sbin/nologin
|
||||
renterd:*:379:379::0:0:renterd Daemon:/nonexistent:/usr/sbin/nologin
|
||||
spoofdpi:*:380:380::0:0:SpoofDPI Daemon:/nonexistent:/usr/sbin/nologin
|
||||
hydroxide:*:381:381::0:0:Hydroxide Daemon:/var/db/hydroxide:/usr/sbin/nologin
|
||||
# free: 382
|
||||
_tlsrpt:*:382:382::0:0:TLSRPT Daemon:/nonexistent:/usr/sbin/nologin
|
||||
# free: 383
|
||||
# free: 384
|
||||
# free: 385
|
||||
|
||||
20
UPDATING
20
UPDATING
@ -5,6 +5,26 @@ they are unavoidable.
|
||||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20250606:
|
||||
AFFECTS: users of net-mgmt/unifi9
|
||||
AUTHOR: ronald@FreeBSD.org
|
||||
|
||||
The MongoDB dependency updates from 6.0 to 7.0.
|
||||
Please read 20250520 about the upgrade instructions of
|
||||
databases/mongodb60. Mind that the mongodb portnr for Unifi is 27117.
|
||||
The 20240606 instructions for net-mgmt/unifi8 can also be
|
||||
informative.
|
||||
|
||||
Always backup/snapshot before upgrading.
|
||||
Turn off Unifi and MongoDB during the upgrade. (service unifi stop)
|
||||
|
||||
MongoDB 7.0 does not formally support ARM systems without Large System
|
||||
Extensions (LSE) support.
|
||||
Please use the unifi9-armv80a package when running on RPI4 or similar
|
||||
systems.
|
||||
Running the non-armv80a package will result in an "illegal instruction"
|
||||
on these systems.
|
||||
|
||||
20250520:
|
||||
AFFECTS: users of databases/mongodb60
|
||||
AUTHOR: ronald@FreeBSD.org
|
||||
|
||||
@ -1,13 +1,10 @@
|
||||
PORTNAME= libarchive
|
||||
DISTVERSION= 3.8.0
|
||||
DISTVERSION= 3.8.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \
|
||||
https://libarchive.org/downloads/
|
||||
|
||||
PATCH_SITES= https://github.com/libarchive/libarchive/commit/
|
||||
PATCHFILES= 627ba5bbbf80fe25dbf5015ef304a905a2820f17.patch:-p1
|
||||
|
||||
MAINTAINER= glewis@FreeBSD.org
|
||||
COMMENT= Library to create and read several streaming archive formats
|
||||
WWW= https://libarchive.org/
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
TIMESTAMP = 1748173017
|
||||
SHA256 (libarchive-3.8.0.tar.xz) = 67bfac3798a778143f4b1cadcdb3792b4269486f8e1b70ca5c0ee5841398bfdf
|
||||
SIZE (libarchive-3.8.0.tar.xz) = 5950876
|
||||
SHA256 (627ba5bbbf80fe25dbf5015ef304a905a2820f17.patch) = 0637ca3339f62b2528ab944ec92f5d5f95131d3f68d10450969ab78e2119b13a
|
||||
SIZE (627ba5bbbf80fe25dbf5015ef304a905a2820f17.patch) = 792
|
||||
TIMESTAMP = 1748823520
|
||||
SHA256 (libarchive-3.8.1.tar.xz) = 19f917d42d530f98815ac824d90c7eaf648e9d9a50e4f309c812457ffa5496b5
|
||||
SIZE (libarchive-3.8.1.tar.xz) = 5950428
|
||||
|
||||
@ -6,7 +6,7 @@ include/archive.h
|
||||
include/archive_entry.h
|
||||
lib/libarchive.so
|
||||
lib/libarchive.so.13
|
||||
lib/libarchive.so.13.8.0
|
||||
lib/libarchive.so.13.8.1
|
||||
libdata/pkgconfig/libarchive.pc
|
||||
share/man/man1/bsdcat.1.gz
|
||||
share/man/man1/bsdcpio.1.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= nfpm
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.41.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= archivers
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
PORTNAME= ouch
|
||||
DISTVERSION= 0.6.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
||||
@ -5,7 +5,7 @@ MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= compressed_rtf-${PORTVERSION}
|
||||
|
||||
MAINTAINER= DtxdF@disroot.org
|
||||
MAINTAINER= dtxdf@FreeBSD.org
|
||||
COMMENT= Compressed RTF compression and decompression package
|
||||
WWW= https://github.com/delimitry/compressed_rtf
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
PORTNAME= cramjam
|
||||
PORTVERSION= 2.10.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -6,7 +6,7 @@ MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= zipstream_ng-${PORTVERSION}
|
||||
|
||||
MAINTAINER= DtxdF@disroot.org
|
||||
MAINTAINER= dtxdf@FreeBSD.org
|
||||
COMMENT= Modern and easy to use streamable zip file generator
|
||||
WWW= https://github.com/pR0Ps/zipstream-ng/
|
||||
|
||||
|
||||
@ -124,7 +124,6 @@
|
||||
SUBDIR += ices
|
||||
SUBDIR += id3lib
|
||||
SUBDIR += id3mtag
|
||||
SUBDIR += id3tool
|
||||
SUBDIR += id3v2
|
||||
SUBDIR += iir1
|
||||
SUBDIR += jack
|
||||
@ -220,7 +219,6 @@
|
||||
SUBDIR += mp3-archive-tools
|
||||
SUBDIR += mp3_check
|
||||
SUBDIR += mp3asm
|
||||
SUBDIR += mp3check
|
||||
SUBDIR += mp3gain
|
||||
SUBDIR += mp3guessenc
|
||||
SUBDIR += mp3lint
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
PORTNAME= baresip
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.22.0
|
||||
DISTVERSION= 3.23.0
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= herbert@gojira.at
|
||||
@ -17,14 +17,6 @@ USES= cmake pkgconfig ssl
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= baresip
|
||||
|
||||
# FIXME values of the next 3 variables taken from source code Makefile
|
||||
ABI_MAJOR= 20
|
||||
ABI_AGE= 22
|
||||
ABI_REV= 0
|
||||
PLIST_SUB= ABI_MAJOR=${ABI_MAJOR}
|
||||
PLIST_SUB+= ABI_AGE=${ABI_AGE} \
|
||||
ABI_REV=${ABI_REV}
|
||||
|
||||
OPTIONS_DEFINE= ALSA AV1 AVCODEC AVFILTER AVFORMAT CTRL_DBUS DOCS \
|
||||
EXAMPLES G711 G722 G726 GST MQTT OPUS OPUS_MS PLC \
|
||||
PORTAUDIO PULSEAUDIO SDL SNAPSHOT SNDFILE SWSCALE V4L2 \
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1746184859
|
||||
SHA256 (baresip-baresip-v3.22.0_GH0.tar.gz) = a9e7884fa796f47640fe0854485229a0357eb9a6913fa7909bc92bab6148fe04
|
||||
SIZE (baresip-baresip-v3.22.0_GH0.tar.gz) = 1181648
|
||||
TIMESTAMP = 1749046123
|
||||
SHA256 (baresip-baresip-v3.23.0_GH0.tar.gz) = 7b2689061e6eaed6ba5d659d0dba830603c44a7160c90b913d437678ae544b5f
|
||||
SIZE (baresip-baresip-v3.23.0_GH0.tar.gz) = 1182475
|
||||
|
||||
@ -62,8 +62,8 @@ lib/baresip/modules/vidinfo.so
|
||||
lib/baresip/modules/vumeter.so
|
||||
%%X11%%lib/baresip/modules/x11.so
|
||||
lib/libbaresip.so
|
||||
lib/libbaresip.so.%%ABI_MAJOR%%
|
||||
lib/libbaresip.so.%%ABI_MAJOR%%.%%ABI_AGE%%.%%ABI_REV%%
|
||||
lib/libbaresip.so.20
|
||||
lib/libbaresip.so.20.23.0
|
||||
libdata/pkgconfig/libbaresip.pc
|
||||
share/applications/com.github.baresip.desktop
|
||||
%%DATADIR%%/autoanswer.wav
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
PORTNAME= ebur128
|
||||
DISTVERSION= 0.1.10
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= diizzy@FreeBSD.org
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
PORTNAME= espeak-ng
|
||||
PORTVERSION= 1.52.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
#MASTER_SITES= https://github.com/espeak-ng/${PORTNAME}/releases/download/${PORTVERSION}/
|
||||
|
||||
|
||||
@ -0,0 +1,15 @@
|
||||
--- src/include/espeak-ng/speak_lib.h.orig 2024-12-12 13:28:01 UTC
|
||||
+++ src/include/espeak-ng/speak_lib.h
|
||||
@@ -544,6 +544,12 @@ extern "C"
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
+ESPEAK_API const char *espeak_TextToPhonemesWithTerminator(const void **textptr, int textmode, int phonememode, int *terminator);
|
||||
+/* Version of espeak_TextToPhonemes that also returns the clause terminator (e.g., CLAUSE_INTONATION_FULL_STOP) */
|
||||
+
|
||||
+#ifdef __cplusplus
|
||||
+extern "C"
|
||||
+#endif
|
||||
ESPEAK_API void espeak_CompileDictionary(const char *path, FILE *log, int flags);
|
||||
/* Compile pronunciation dictionary for a language which corresponds to the currently
|
||||
selected voice. The required voice should be selected before calling this function.
|
||||
28
audio/espeak-ng/files/patch-src_libespeak-ng_speech.c
Normal file
28
audio/espeak-ng/files/patch-src_libespeak-ng_speech.c
Normal file
@ -0,0 +1,28 @@
|
||||
--- src/libespeak-ng/speech.c.orig 2024-12-12 13:28:01 UTC
|
||||
+++ src/libespeak-ng/speech.c
|
||||
@@ -850,7 +850,7 @@ ESPEAK_API void espeak_SetPhonemeTrace(int phonememode
|
||||
f_trans = stderr;
|
||||
}
|
||||
|
||||
-ESPEAK_API const char *espeak_TextToPhonemes(const void **textptr, int textmode, int phonememode)
|
||||
+ESPEAK_API const char* espeak_TextToPhonemesWithTerminator(const void** textptr, int textmode, int phonememode, int* terminator)
|
||||
{
|
||||
/* phoneme_mode
|
||||
bit 1: 0=eSpeak's ascii phoneme names, 1= International Phonetic Alphabet (as UTF-8 characters).
|
||||
@@ -864,10 +864,15 @@ ESPEAK_API const char *espeak_TextToPhonemes(const voi
|
||||
if (text_decoder_decode_string_multibyte(p_decoder, *textptr, translator->encoding, textmode) != ENS_OK)
|
||||
return NULL;
|
||||
|
||||
- TranslateClause(translator, NULL, NULL);
|
||||
+ TranslateClauseWithTerminator(translator, NULL, NULL, terminator);
|
||||
*textptr = text_decoder_get_buffer(p_decoder);
|
||||
|
||||
return GetTranslatedPhonemeString(phonememode);
|
||||
+}
|
||||
+
|
||||
+ESPEAK_API const char *espeak_TextToPhonemes(const void **textptr, int textmode, int phonememode)
|
||||
+{
|
||||
+ return espeak_TextToPhonemesWithTerminator(textptr, textmode, phonememode, NULL);
|
||||
}
|
||||
|
||||
ESPEAK_NG_API espeak_ng_STATUS espeak_ng_Cancel(void)
|
||||
@ -1,19 +0,0 @@
|
||||
PORTNAME= id3tool
|
||||
PORTVERSION= 1.2a
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://nekohako.xware.cx/id3tool/
|
||||
|
||||
MAINTAINER= gavin@FreeBSD.org
|
||||
COMMENT= Utility for manipulating mp3 ID3 Tags
|
||||
WWW= http://nekohako.xware.cx/id3tool/
|
||||
|
||||
DEPRECATED= Can't read ID3v2 tags which have been around for 20+ years and discontinued in 2005 feature-wise according to readme file
|
||||
EXPIRATION_DATE=2025-04-30
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
|
||||
PLIST_FILES= bin/id3tool share/man/man1/id3tool.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@ -1,2 +0,0 @@
|
||||
SHA256 (id3tool-1.2a.tar.gz) = 7908d66c5aabe2a53ae8019e8234f4231485d80be4b2fe72c9d04013cff1caec
|
||||
SIZE (id3tool-1.2a.tar.gz) = 74723
|
||||
@ -1,2 +0,0 @@
|
||||
Id3tool is a command line utility for manipulating MP3 ID3 tags. It can
|
||||
list/add or change tags in your MP3 files.
|
||||
@ -1,6 +1,6 @@
|
||||
PORTNAME= lewton
|
||||
DISTVERSION= 0.10.2
|
||||
PORTREVISION= 36
|
||||
PORTREVISION= 37
|
||||
CATEGORIES= audio
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
PORTNAME= libgig
|
||||
DISTVERSION= 4.4.1
|
||||
DISTVERSION= 4.5.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.linuxsampler.org/packages/ # dead?: SF/qsampler/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1712549056
|
||||
SHA256 (libgig-4.4.1.tar.bz2) = fdc89efab1f906128e6c54729967577e8d0462017018bc12551257df5dfe3aa4
|
||||
SIZE (libgig-4.4.1.tar.bz2) = 589939
|
||||
TIMESTAMP = 1749022260
|
||||
SHA256 (libgig-4.5.0.tar.bz2) = 0879d28b9b6392da5985826dbdd8d9c957b2a032a2f10190506aef2e22f3c54a
|
||||
SIZE (libgig-4.5.0.tar.bz2) = 594791
|
||||
|
||||
@ -26,8 +26,8 @@ lib/libgig/libakai.so.0
|
||||
lib/libgig/libakai.so.0.0.0
|
||||
lib/libgig/libgig.a
|
||||
lib/libgig/libgig.so
|
||||
lib/libgig/libgig.so.11
|
||||
lib/libgig/libgig.so.11.0.0
|
||||
lib/libgig/libgig.so.12
|
||||
lib/libgig/libgig.so.12.0.0
|
||||
libdata/pkgconfig/akai.pc
|
||||
libdata/pkgconfig/gig.pc
|
||||
share/man/man1/akaidump.1.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
PORTNAME= libsidplayfp
|
||||
DISTVERSION= 2.13.0
|
||||
DISTVERSION= 2.14.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
|
||||
@ -25,7 +25,7 @@ LDFLAGS+= -lpthread
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
SIDPLAYFP_SHLIB_VERSION= 6.5.38
|
||||
SIDPLAYFP_SHLIB_VERSION= 6.5.40
|
||||
STILVIEW_SHLIB_VERSION= 0.0.6
|
||||
|
||||
PLIST_SUB+= SIDPLAYFP_SHLIB_VER=${SIDPLAYFP_SHLIB_VERSION:C/\.[[:digit:].]+//} \
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1744662557
|
||||
SHA256 (libsidplayfp-2.13.0.tar.gz) = 1c09e3182dd53fc9ee37800f194f0d68e1fe06a8b5aee9abb5ab35d7bf6274b7
|
||||
SIZE (libsidplayfp-2.13.0.tar.gz) = 842564
|
||||
TIMESTAMP = 1747484776
|
||||
SHA256 (libsidplayfp-2.14.0.tar.gz) = 0f49c87c3a4791b9709d502e605274ee5c4c20eabfdea0340917d27cbd685f53
|
||||
SIZE (libsidplayfp-2.14.0.tar.gz) = 851923
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= mmtc
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.3.2
|
||||
PORTREVISION= 19
|
||||
PORTREVISION= 20
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
||||
@ -1,30 +0,0 @@
|
||||
PORTNAME= mp3check
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.icculus.org/mp3check/
|
||||
EXTRACT_SUFX= # empty
|
||||
|
||||
DEPRECATED= Depends on expired audio/id3tool
|
||||
EXPIRATION_DATE=2025-06-04
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tool for checking and fixing MP3 archive inconsistencies
|
||||
WWW= https://www.icculus.org/mp3check/
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/id3tool:audio/id3tool \
|
||||
${LOCALBASE}/bin/mp3_check:audio/mp3_check
|
||||
|
||||
USES= shebangfix perl5
|
||||
USE_PERL5= run
|
||||
NO_WRKSUBDIR= yes
|
||||
EXTRACT_CMD= ${CP}
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= ${WRKSRC}
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/mp3check
|
||||
SHEBANG_FILES= ${DISTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/mp3check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@ -1,2 +0,0 @@
|
||||
SHA256 (mp3check-1.6) = 906af4fde664764966cc39bb12ee578d077756f77f88a49343ea99c09106f0be
|
||||
SIZE (mp3check-1.6) = 41247
|
||||
@ -1,7 +0,0 @@
|
||||
Mp3check is a tool for checking and fixing mp3 archive
|
||||
inconsistencies:
|
||||
- Filenames (too long, spaces, weird characters, ...)
|
||||
- Redundant play lists
|
||||
- ID3 tags
|
||||
- Broken mp3 files
|
||||
- and more..
|
||||
@ -1,6 +1,6 @@
|
||||
PORTNAME= murmur-cli
|
||||
PORTVERSION= 0.0.0.20200528
|
||||
PORTREVISION= 25
|
||||
PORTREVISION= 26
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= netease-music-tui
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1.5
|
||||
PORTREVISION= 21
|
||||
PORTREVISION= 22
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
PORTNAME= re
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.22.0
|
||||
DISTVERSION= 3.23.0
|
||||
CATEGORIES= audio devel
|
||||
|
||||
MAINTAINER= herbert@gojira.at
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1746164305
|
||||
SHA256 (baresip-re-v3.22.0_GH0.tar.gz) = 31ecb7f7a5569ec0b3d85526c469b24c47673c802d45c58cb13f96a9365f4f14
|
||||
SIZE (baresip-re-v3.22.0_GH0.tar.gz) = 621141
|
||||
TIMESTAMP = 1749044714
|
||||
SHA256 (baresip-re-v3.23.0_GH0.tar.gz) = 94cdd17b4b177b9c764548ded24c74e7f4f5360ce60507bb1b5186b2a6cd3cbb
|
||||
SIZE (baresip-re-v3.23.0_GH0.tar.gz) = 621962
|
||||
|
||||
@ -88,6 +88,6 @@ lib/cmake/libre/libre-targets.cmake
|
||||
lib/cmake/re/re-config.cmake
|
||||
lib/libre.a
|
||||
lib/libre.so
|
||||
lib/libre.so.33
|
||||
lib/libre.so.33.22.0
|
||||
lib/libre.so.34
|
||||
lib/libre.so.34.23.0
|
||||
libdata/pkgconfig/libre.pc
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= spotifyd
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.4.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= rodrigo@FreeBSD.org
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
PORTNAME= unflac
|
||||
DISTVERSION= 1.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= bsd@abinet.ru
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# PROVIDE: virtual_oss
|
||||
# REQUIRE: kld
|
||||
# REQUIRE: kld ldconfig
|
||||
# BEFORE: LOGIN sndiod
|
||||
# KEYWORD: shutdown
|
||||
|
||||
@ -37,16 +37,16 @@ status_cmd="${name}_status"
|
||||
|
||||
required_modules="cuse"
|
||||
virtual_oss_default_args="\
|
||||
-S \
|
||||
-i 8 \
|
||||
-C 2 -c 2 \
|
||||
-r 48000 \
|
||||
-b 24 \
|
||||
-s 8.0ms \
|
||||
-f /dev/dsp0 \
|
||||
-c 2 \
|
||||
-d dsp \
|
||||
-t dsp.ctl"
|
||||
-S \
|
||||
-i 8 \
|
||||
-C 2 -c 2 \
|
||||
-r 48000 \
|
||||
-b 24 \
|
||||
-s 8.0ms \
|
||||
-f /dev/dsp0 \
|
||||
-c 2 \
|
||||
-d dsp \
|
||||
-t dsp.ctl"
|
||||
configs=
|
||||
|
||||
load_rc_config $name
|
||||
@ -63,85 +63,85 @@ pidpath="/var/run/${name}"
|
||||
|
||||
virtual_oss()
|
||||
{
|
||||
# When running early we need to pre-load some libraries
|
||||
env LD_PRELOAD=%%LIBFFTW3%%%%LIBSAMPLERATE%% %%PREFIX%%/sbin/virtual_oss $*
|
||||
# When running early we need to pre-load some libraries
|
||||
env LD_PRELOAD=%%LIBFFTW3%%%%LIBSAMPLERATE%% %%PREFIX%%/sbin/virtual_oss $*
|
||||
}
|
||||
|
||||
virtual_oss_pids()
|
||||
{
|
||||
pids=$(pgrep -d ' ' $name)
|
||||
pids=${pids% }
|
||||
printf "${pids}"
|
||||
pids=$(pgrep -d ' ' $name)
|
||||
pids=${pids% }
|
||||
printf "${pids}"
|
||||
}
|
||||
|
||||
virtual_oss_precmd()
|
||||
{
|
||||
/usr/bin/install -d -m 0755 -o root ${pidpath}
|
||||
/usr/bin/install -d -m 0755 -o root ${pidpath}
|
||||
}
|
||||
|
||||
start_instance()
|
||||
{
|
||||
config=$*
|
||||
instance_args=$(eval "echo \$virtual_oss_${config}")
|
||||
if [ -z "${instance_args}" ]; then
|
||||
echo "No such config ${config}"
|
||||
else
|
||||
echo -n "Starting Virtual OSS config ${config} ..."
|
||||
${command} \
|
||||
${command_args} \
|
||||
-D ${pidpath}/${config}.pid \
|
||||
${instance_args}
|
||||
echo " done"
|
||||
fi
|
||||
config=$*
|
||||
instance_args=$(eval "echo \$virtual_oss_${config}")
|
||||
if [ -z "${instance_args}" ]; then
|
||||
echo "No such config ${config}"
|
||||
else
|
||||
echo -n "Starting Virtual OSS config ${config} ..."
|
||||
${command} \
|
||||
${command_args} \
|
||||
-D ${pidpath}/${config}.pid \
|
||||
${instance_args}
|
||||
echo " done"
|
||||
fi
|
||||
}
|
||||
|
||||
stop_instance()
|
||||
{
|
||||
config=$*
|
||||
instance_args=`eval "echo \$virtual_oss_${config}"`
|
||||
if [ -z "${instance_args}" ]; then
|
||||
echo "No such config ${config}"
|
||||
elif [ -e "${pidpath}/${config}.pid" ]; then
|
||||
pid=`check_pidfile ${pidpath}/${config}.pid %%PREFIX%%/sbin/virtual_oss`
|
||||
if [ ! -z "${pid}" ]; then
|
||||
echo -n "Stopping Virtual OSS config ${config} ... "
|
||||
kill $pid
|
||||
rm -f ${pidpath}/${config}.pid
|
||||
echo "done"
|
||||
fi
|
||||
fi
|
||||
config=$*
|
||||
instance_args=`eval "echo \$virtual_oss_${config}"`
|
||||
if [ -z "${instance_args}" ]; then
|
||||
echo "No such config ${config}"
|
||||
elif [ -e "${pidpath}/${config}.pid" ]; then
|
||||
pid=`check_pidfile ${pidpath}/${config}.pid %%PREFIX%%/sbin/virtual_oss`
|
||||
if [ ! -z "${pid}" ]; then
|
||||
echo -n "Stopping Virtual OSS config ${config} ... "
|
||||
kill $pid
|
||||
rm -f ${pidpath}/${config}.pid
|
||||
echo "done"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
virtual_oss_start()
|
||||
{
|
||||
configs=$*
|
||||
[ -z "${configs}" ] && configs="${virtual_oss_configs}"
|
||||
for config in ${configs}; do
|
||||
start_instance $config
|
||||
sleep ${virtual_oss_delay}
|
||||
done
|
||||
configs=$*
|
||||
[ -z "${configs}" ] && configs="${virtual_oss_configs}"
|
||||
for config in ${configs}; do
|
||||
start_instance $config
|
||||
sleep ${virtual_oss_delay}
|
||||
done
|
||||
}
|
||||
|
||||
virtual_oss_stop()
|
||||
{
|
||||
configs=$*
|
||||
[ -z "${configs}" ] && configs="${virtual_oss_configs}"
|
||||
for config in ${configs}; do
|
||||
stop_instance ${config}
|
||||
sleep ${virtual_oss_delay}
|
||||
done
|
||||
configs=$*
|
||||
[ -z "${configs}" ] && configs="${virtual_oss_configs}"
|
||||
for config in ${configs}; do
|
||||
stop_instance ${config}
|
||||
sleep ${virtual_oss_delay}
|
||||
done
|
||||
}
|
||||
|
||||
virtual_oss_status()
|
||||
{
|
||||
pids=$(virtual_oss_pids)
|
||||
pids=$(virtual_oss_pids)
|
||||
|
||||
if [ "${pids}" ]; then
|
||||
echo "${name} is running as pid ${pids}."
|
||||
else
|
||||
echo "${name} is not running."
|
||||
return 1
|
||||
fi
|
||||
if [ "${pids}" ]; then
|
||||
echo "${name} is running as pid ${pids}."
|
||||
else
|
||||
echo "${name} is not running."
|
||||
return 1
|
||||
fi
|
||||
}
|
||||
|
||||
run_rc_command $*
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
PORTNAME= visp-go
|
||||
DISTVERSION= g20210723
|
||||
PORTREVISION= 26
|
||||
PORTREVISION= 27
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= lcook@FreeBSD.org
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= ali
|
||||
PORTVERSION= 0.7.5
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 26
|
||||
PORTREVISION= 27
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= bombardier
|
||||
PORTVERSION= 1.2.6
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 13
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
MAINTAINER= danilo@FreeBSD.org
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= ddosify
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.6.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
MAINTAINER= grembo@FreeBSD.org
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= hey
|
||||
PORTVERSION= 0.1.4
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 26
|
||||
PORTREVISION= 27
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
PORTNAME= hipercontracer
|
||||
DISTVERSION= 2.0.16
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.0.17
|
||||
CATEGORIES= benchmarks
|
||||
MASTER_SITES= https://www.nntb.no/~dreibh/hipercontracer/download/
|
||||
|
||||
@ -41,7 +40,7 @@ OPTIONS_DEFINE= COLLECTOR DBEAVERTOOLS DBSHELL ICONS IMPMARIADB \
|
||||
OPTIONS_DEFAULT= COLLECTOR DBEAVERTOOLS DBSHELL ICONS IMPMARIADB \
|
||||
IMPMONGO IMPORTER IMPPGSQL NODE QUERYTOOL RESULTSTOOL \
|
||||
RTUNNEL SYNC TRIGGER UDPECHO VIEWERTOOL
|
||||
COLLECTOR_DESC= Build HiPerConTracer Collector Tools"
|
||||
COLLECTOR_DESC= Build HiPerConTracer Collector Tools
|
||||
DBEAVERTOOLS_DESC= Build DBeaver Tools
|
||||
DBSHELL_DESC= Build DBShell
|
||||
ICONS_DESC= Build Icons and Logo Files
|
||||
@ -49,10 +48,10 @@ IMPMARIADB_DESC= Enable MariaDB/MySQL support for HiPerConTracer Importer Tool
|
||||
IMPMONGO_DESC= Enable MongoDB support for HiPerConTracer Importer Tool
|
||||
IMPORTER_DESC= Build HiPerConTracer Importer Tool
|
||||
IMPPGSQL_DESC= Enable PostgreSQL support for HiPerConTracer Importer Tool
|
||||
NODE_DESC= Build HiPerConTracer Node Tools"
|
||||
NODE_DESC= Build HiPerConTracer Node Tools
|
||||
QUERYTOOL_DESC= Build HiPerConTracer Query Tool
|
||||
RESULTSTOOL_DESC= Build HiPerConTracer Results Tool
|
||||
RTUNNEL_DESC= Build HiPerConTracer Reverse Tunnel Tool"
|
||||
RTUNNEL_DESC= Build HiPerConTracer Reverse Tunnel Tool
|
||||
SYNC_DESC= Build HiPerConTracer Synchronisation Tool
|
||||
TRIGGER_DESC= Build HiPerConTracer Trigger Tool
|
||||
UDPECHO_DESC= Build UDP Echo Server
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1747259531
|
||||
SHA256 (hipercontracer-2.0.16.tar.xz) = a4d69402af1e88f9501806b70cf53bf99fe7bfdd57b7a65a82a9ee26f21d24fa
|
||||
SIZE (hipercontracer-2.0.16.tar.xz) = 2527692
|
||||
TIMESTAMP = 1749106909
|
||||
SHA256 (hipercontracer-2.0.17.tar.xz) = dcc16439c9977a57eede5fb5d34bca71d3e7bd2c2fd0ad1b35a63e6e61052ea3
|
||||
SIZE (hipercontracer-2.0.17.tar.xz) = 2530024
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= hyperfine
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.19.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
MAINTAINER= pizzamig@FreeBSD.org
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= inferno
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.12.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= plow
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
MAINTAINER= dutra@FreeBSD.org
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= vegeta
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 12.11.0
|
||||
PORTREVISION= 12
|
||||
PORTREVISION= 13
|
||||
CATEGORIES= benchmarks www
|
||||
|
||||
MAINTAINER= egypcio@FreeBSD.org
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
PORTNAME= vkmark
|
||||
DISTVERSION= 2025.01
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
PORTNAME= yj
|
||||
DISTVERSION= 1.2.0
|
||||
PORTREVISION= 30
|
||||
PORTREVISION= 31
|
||||
CATEGORIES= converters textproc
|
||||
PKGNAMESUFFIX= -${GH_ACCOUNT}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= yj
|
||||
PORTVERSION= 5.1.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 24
|
||||
PORTREVISION= 25
|
||||
CATEGORIES= converters
|
||||
DIST_SUBDIR= yj
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ DISTNAME= adminer-${DISTVERSION}
|
||||
EXTRACT_SUFX= .php
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= DtxdF@disroot.org
|
||||
MAINTAINER= dtxdf@FreeBSD.org
|
||||
COMMENT= Database management in a single PHP file
|
||||
WWW= https://adminerevo.org \
|
||||
https://github.com/${PORTNAME}/${PORTNAME}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= cayley
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.7.7
|
||||
PORTREVISION= 16
|
||||
PORTREVISION= 17
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= cockroach
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 19.1.11
|
||||
PORTREVISION= 26
|
||||
PORTREVISION= 27
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://binaries.cockroachdb.com/
|
||||
EXTRACT_SUFX= .src.tgz
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
PORTNAME= diesel
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.2.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
PKGNAMESUFFIX= -cli
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= frece
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.0.6
|
||||
PORTREVISION= 21
|
||||
PORTREVISION= 22
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
||||
@ -1,16 +1,19 @@
|
||||
PORTNAME= frontbase
|
||||
PORTVERSION= 2.5.6
|
||||
DISTVERSION= 2.5.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases java
|
||||
MASTER_SITES+= http://www.frontbase.com/download/JDBC/
|
||||
PKGNAMESUFFIX= -jdbc
|
||||
DISTNAME= FrontBaseJDBC-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tar
|
||||
|
||||
MAINTAINER?= ports@FreeBSD.org
|
||||
COMMENT= The Java JDBC implementation for FrontBase
|
||||
WWW= http://www.frontbase.com/
|
||||
|
||||
USES= java
|
||||
# The license is not specified in any file in the distribution.
|
||||
LICENSE= NONE
|
||||
|
||||
USES= java tar
|
||||
|
||||
NO_BUILD= yes
|
||||
JARFILE= frontbasejdbc.jar
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= go-carbon
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.12.0
|
||||
PORTREVISION= 26
|
||||
PORTREVISION= 27
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= a.andersson.thn@gmail.com
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= pgweb
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.11.7
|
||||
PORTREVISION= 26
|
||||
PORTREVISION= 27
|
||||
CATEGORIES= databases www
|
||||
PKGNAMEPREFIX= go-
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= gobang
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1.0-alpha.5
|
||||
PORTREVISION= 22
|
||||
PORTREVISION= 23
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= goose
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.22.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= databases
|
||||
PKGNAMESUFFIX= -db-migration-tool
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
PORTNAME= hiredis
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.0-15
|
||||
DISTVERSION= 1.3.0-15
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
@ -12,13 +12,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cmake cpe pathfix ssl
|
||||
CPE_VENDOR= redislabs
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= redis
|
||||
GH_TAGNAME= 7ab6b82
|
||||
|
||||
CMAKE_OFF= ENABLE_NUGET
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ON= DISABLE_TESTS ENABLE_SSL
|
||||
CMAKE_OFF= ENABLE_NUGET
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1711298380
|
||||
SHA256 (redis-hiredis-v1.2.0-15-7ab6b82_GH0.tar.gz) = fb136fc3f5bce774eb92709e1d041fa851e1130e95cc3aea5b871b91ff0ce4c5
|
||||
SIZE (redis-hiredis-v1.2.0-15-7ab6b82_GH0.tar.gz) = 128129
|
||||
TIMESTAMP = 1747769473
|
||||
SHA256 (redis-hiredis-v1.3.0-15-7ab6b82_GH0.tar.gz) = fb136fc3f5bce774eb92709e1d041fa851e1130e95cc3aea5b871b91ff0ce4c5
|
||||
SIZE (redis-hiredis-v1.3.0-15-7ab6b82_GH0.tar.gz) = 128129
|
||||
|
||||
89
databases/hiredis/files/patch-CMakeLists.txt
Normal file
89
databases/hiredis/files/patch-CMakeLists.txt
Normal file
@ -0,0 +1,89 @@
|
||||
--- CMakeLists.txt.orig 2025-05-20 19:09:59 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -46,13 +46,19 @@ ENDIF()
|
||||
ADD_DEFINITIONS(-D_CRT_SECURE_NO_WARNINGS -DWIN32_LEAN_AND_MEAN)
|
||||
ENDIF()
|
||||
|
||||
-ADD_LIBRARY(hiredis ${hiredis_sources})
|
||||
-ADD_LIBRARY(hiredis::hiredis ALIAS hiredis)
|
||||
-set(hiredis_export_name hiredis CACHE STRING "Name of the exported target")
|
||||
-set_target_properties(hiredis PROPERTIES EXPORT_NAME ${hiredis_export_name})
|
||||
+# Static lib
|
||||
+ADD_LIBRARY(hiredis_static STATIC ${hiredis_sources})
|
||||
+SET_TARGET_PROPERTIES(hiredis_static PROPERTIES OUTPUT_NAME hiredis)
|
||||
|
||||
-SET_TARGET_PROPERTIES(hiredis
|
||||
- PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS TRUE
|
||||
+# Shared lib
|
||||
+ADD_LIBRARY(hiredis_shared SHARED ${hiredis_sources})
|
||||
+ADD_LIBRARY(hiredis::hiredis ALIAS hiredis_shared)
|
||||
+set(hiredis_export_name hiredis_shared CACHE STRING "Name of the exported target")
|
||||
+SET_TARGET_PROPERTIES(hiredis_shared PROPERTIES EXPORT_NAME ${hiredis_export_name})
|
||||
+
|
||||
+SET_TARGET_PROPERTIES(hiredis_shared
|
||||
+ PROPERTIES OUTPUT_NAME hiredis
|
||||
+ WINDOWS_EXPORT_ALL_SYMBOLS TRUE
|
||||
VERSION "${HIREDIS_SONAME}")
|
||||
IF(MSVC)
|
||||
SET_TARGET_PROPERTIES(hiredis
|
||||
@@ -61,12 +67,12 @@ ELSEIF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||
IF(WIN32)
|
||||
TARGET_LINK_LIBRARIES(hiredis PUBLIC ws2_32 crypt32)
|
||||
ELSEIF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||
- TARGET_LINK_LIBRARIES(hiredis PUBLIC m)
|
||||
+ TARGET_LINK_LIBRARIES(hiredis_shared PUBLIC m)
|
||||
ELSEIF(CMAKE_SYSTEM_NAME MATCHES "SunOS")
|
||||
TARGET_LINK_LIBRARIES(hiredis PUBLIC socket)
|
||||
ENDIF()
|
||||
|
||||
-TARGET_INCLUDE_DIRECTORIES(hiredis PUBLIC $<INSTALL_INTERFACE:include> $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>)
|
||||
+TARGET_INCLUDE_DIRECTORIES(hiredis_shared PUBLIC $<INSTALL_INTERFACE:include> $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>)
|
||||
|
||||
CONFIGURE_FILE(hiredis.pc.in hiredis.pc @ONLY)
|
||||
|
||||
@@ -96,7 +102,7 @@ include(CPack)
|
||||
|
||||
include(CPack)
|
||||
|
||||
-INSTALL(TARGETS hiredis
|
||||
+INSTALL(TARGETS hiredis_static hiredis_shared
|
||||
EXPORT hiredis-targets
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
@@ -159,28 +165,31 @@ IF(ENABLE_SSL)
|
||||
FIND_PACKAGE(OpenSSL REQUIRED)
|
||||
SET(hiredis_ssl_sources
|
||||
ssl.c)
|
||||
- ADD_LIBRARY(hiredis_ssl ${hiredis_ssl_sources})
|
||||
- ADD_LIBRARY(hiredis::hiredis_ssl ALIAS hiredis_ssl)
|
||||
+ ADD_LIBRARY(hiredis_ssl_static STATIC ${hiredis_ssl_sources})
|
||||
+ ADD_LIBRARY(hiredis_ssl_shared ${hiredis_ssl_sources})
|
||||
+ ADD_LIBRARY(hiredis::hiredis_ssl ALIAS hiredis_ssl_shared)
|
||||
|
||||
IF (APPLE AND BUILD_SHARED_LIBS)
|
||||
SET_PROPERTY(TARGET hiredis_ssl PROPERTY LINK_FLAGS "-Wl,-undefined -Wl,dynamic_lookup")
|
||||
ENDIF()
|
||||
|
||||
- SET_TARGET_PROPERTIES(hiredis_ssl
|
||||
+ SET_TARGET_PROPERTIES(hiredis_ssl_static PROPERTIES OUTPUT_NAME hiredis_ssl)
|
||||
+ SET_TARGET_PROPERTIES(hiredis_ssl_shared
|
||||
PROPERTIES
|
||||
+ OUTPUT_NAME hiredis_ssl
|
||||
WINDOWS_EXPORT_ALL_SYMBOLS TRUE
|
||||
VERSION "${HIREDIS_SONAME}")
|
||||
IF(MSVC)
|
||||
SET_TARGET_PROPERTIES(hiredis_ssl
|
||||
PROPERTIES COMPILE_FLAGS /Z7)
|
||||
ENDIF()
|
||||
- TARGET_LINK_LIBRARIES(hiredis_ssl PRIVATE OpenSSL::SSL)
|
||||
+ TARGET_LINK_LIBRARIES(hiredis_ssl_shared PRIVATE OpenSSL::SSL)
|
||||
IF(WIN32)
|
||||
TARGET_LINK_LIBRARIES(hiredis_ssl PRIVATE hiredis)
|
||||
ENDIF()
|
||||
CONFIGURE_FILE(hiredis_ssl.pc.in hiredis_ssl.pc @ONLY)
|
||||
|
||||
- INSTALL(TARGETS hiredis_ssl
|
||||
+ INSTALL(TARGETS hiredis_ssl_shared hiredis_ssl_static
|
||||
EXPORT hiredis_ssl-targets
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
@ -24,8 +24,10 @@ lib/cmake/hiredis/hiredis-targets.cmake
|
||||
lib/cmake/hiredis_ssl/hiredis_ssl-config.cmake
|
||||
lib/cmake/hiredis_ssl/hiredis_ssl-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/hiredis_ssl/hiredis_ssl-targets.cmake
|
||||
lib/libhiredis.a
|
||||
lib/libhiredis.so
|
||||
lib/libhiredis.so.1.2.1
|
||||
lib/libhiredis_ssl.a
|
||||
lib/libhiredis_ssl.so
|
||||
lib/libhiredis_ssl.so.1.2.1
|
||||
libdata/pkgconfig/hiredis.pc
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= immudb
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.5.0
|
||||
PORTREVISION= 13
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= databases net
|
||||
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= imposm3
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.11.1
|
||||
PORTREVISION= 14
|
||||
PORTREVISION= 15
|
||||
CATEGORIES= databases geography
|
||||
|
||||
MAINTAINER= darcy@dbitech.ca
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= influxdb
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.8.10
|
||||
PORTREVISION= 28
|
||||
PORTREVISION= 29
|
||||
CATEGORIES= databases net-mgmt
|
||||
|
||||
MAINTAINER= driesm@FreeBSD.org
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= influxdb2-cli
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.7.5
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= databases net-mgmt
|
||||
|
||||
MAINTAINER= driesm@FreeBSD.org
|
||||
|
||||
@ -39,7 +39,8 @@ CONFIGURE_ARGS= --without-oracle \
|
||||
--without-ui \
|
||||
--without-mysql \
|
||||
--without-ldap \
|
||||
--without-postgres
|
||||
--without-postgres \
|
||||
--without-mdb
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
@ -50,15 +51,13 @@ PLIST_SUB+= VERSION=${VERSION}
|
||||
USE_GNOME+= libgda5
|
||||
.endif
|
||||
|
||||
# MDB (MS Access)
|
||||
.if ${LIBGDA5_SLAVE}==mdb
|
||||
LIB_DEPENDS+= libmdbsql.so:databases/mdbtools
|
||||
CONFIGURE_ARGS+= --with-mdb=${LOCALBASE}
|
||||
.if ${LIBGDA5_SLAVE}==jdbc
|
||||
USES+= java
|
||||
JAVA_VENDOR= openjdk
|
||||
CFLAGS+= -I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-mdb
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARGS+= --without-java
|
||||
.endif
|
||||
|
||||
.if ${OPSYS} == FreeBSD
|
||||
CFLAGS+= -Wno-error=incompatible-function-pointer-types
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
PORTNAME?= mariadb
|
||||
PORTVERSION= 10.11.11
|
||||
PORTVERSION= 10.11.13
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://mirror.nodesdirect.com/${SITESDIR}/ \
|
||||
@ -175,7 +175,7 @@ ${ENGINE}_CMAKE_ON= -DPLUGIN_${ENGINE}=DYNAMIC
|
||||
.endfor
|
||||
AWS_KEY_MGMT_CMAKE_ON= -DPLUGIN_AWS_KEY_MANAGEMENT=ON
|
||||
INNOBASE_VARS_OFF= disabled_plugins+=INNOBASE
|
||||
#COLUMNSTORE_BROKEN= ColumnStore engine build failure "fatal error: 'sys/prctl.h' file not found"
|
||||
COLUMNSTORE_BROKEN= ColumnStore engine build failure "fatal error: 'sys/prctl.h' file not found"
|
||||
CONNECT_EXTRA_LIB_DEPENDS= libodbc.so:databases/unixODBC
|
||||
CONNECT_EXTRA_USE= gnome=libxml2
|
||||
CONNECT_EXTRA_USES= gnome
|
||||
@ -189,6 +189,7 @@ LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2
|
||||
MSGPACK_LIB_DEPENDS= libmsgpackc.so:devel/msgpack-c
|
||||
OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
||||
libJudy.so:devel/judy
|
||||
ROCKSDB_BROKEN= RocksDB engine build failyure "jemalloc_helper.h:65:61: error: use of undeclared identifier 'nothrow'; did you mean 'std::nothrow'?"
|
||||
ROCKSDB_USES= python
|
||||
ROCKSDB_CMAKE_ON= -DPYTHON_SHEBANG=${PYTHON_CMD} -DWITH_ROCKSDB_zstd=ON
|
||||
S3_LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1738941371
|
||||
SHA256 (mariadb-10.11.11.tar.gz) = 6f29d4d7e40fc49af4a0fe608984509ef2d153df3cd8afe4359dce3ca0e27890
|
||||
SIZE (mariadb-10.11.11.tar.gz) = 105754084
|
||||
TIMESTAMP = 1749204281
|
||||
SHA256 (mariadb-10.11.13.tar.gz) = f8b734749fbd652ea4e255be8cc7880f98d07b6a7feb4e1ea8c736cb480d23e4
|
||||
SIZE (mariadb-10.11.13.tar.gz) = 109323757
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
PORTNAME?= mariadb
|
||||
PORTVERSION= 11.4.5
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION= 11.4.7
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://mirror.nodesdirect.com/${SITESDIR}/ \
|
||||
https://mirror.one.com/${SITESDIR}/ \
|
||||
@ -180,7 +180,7 @@ ${ENGINE}_CMAKE_ON= -DPLUGIN_${ENGINE}=DYNAMIC
|
||||
.endfor
|
||||
AWS_KEY_MGMT_CMAKE_ON= -DPLUGIN_AWS_KEY_MANAGEMENT=ON
|
||||
INNOBASE_VARS_OFF= disabled_plugins+=INNOBASE
|
||||
#COLUMNSTORE_BROKEN= ColumnStore engine build failure "fatal error: 'sys/prctl.h' file not found"
|
||||
COLUMNSTORE_BROKEN= ColumnStore engine build failure "fatal error: 'sys/prctl.h' file not found"
|
||||
CONNECT_EXTRA_LIB_DEPENDS= libodbc.so:databases/unixODBC
|
||||
CONNECT_EXTRA_USE= gnome=libxml2
|
||||
CONNECT_EXTRA_USES= gnome
|
||||
@ -194,6 +194,7 @@ LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2
|
||||
MSGPACK_LIB_DEPENDS= libmsgpackc.so:devel/msgpack-c
|
||||
OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
||||
libJudy.so:devel/judy
|
||||
ROCKSDB_BROKEN= RocksDB engine build failyure "jemalloc_helper.h:65:61: error: use of undeclared identifier 'nothrow'"
|
||||
ROCKSDB_USES= python
|
||||
ROCKSDB_CMAKE_ON= -DPYTHON_SHEBANG=${PYTHON_CMD} -DWITH_ROCKSDB_zstd=ON
|
||||
S3_LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1738940618
|
||||
SHA256 (mariadb-11.4.5.tar.gz) = ff6595f8c482f9921e39b97fa1122377a69f0dcbd92553c6b9032cbf0e9b5354
|
||||
SIZE (mariadb-11.4.5.tar.gz) = 112382453
|
||||
TIMESTAMP = 1749205540
|
||||
SHA256 (mariadb-11.4.7.tar.gz) = bf20687ca12fa7efda8df89cab1f2a661288cea41acf8f53189b69d5294347d0
|
||||
SIZE (mariadb-11.4.7.tar.gz) = 115980754
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
PORTNAME= mongodb
|
||||
DISTVERSIONPREFIX= r
|
||||
DISTVERSION= 7.0.21
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases net
|
||||
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
PORTNAME= mongodb
|
||||
DISTVERSIONPREFIX= r
|
||||
DISTVERSION= 8.0.9
|
||||
DISTVERSION= 8.0.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases net
|
||||
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}
|
||||
|
||||
@ -49,7 +50,7 @@ USES+= gmake pkgconfig
|
||||
CPE_PRODUCT= mongodb
|
||||
|
||||
# mozjs tag comes from ${WRKSRC}/src/third_party/mozjs/get-sources.sh
|
||||
MOZJS_TAG= ee5eabe03bfae1cba9d97eb380fbc9408707b9ee
|
||||
MOZJS_TAG= 98c8be22bec7bb650156e0d389b425322d8c323c
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mongodb mongodb-forks:mozjs
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1747478715
|
||||
SHA256 (mongodb-mongo-r8.0.9_GH0.tar.gz) = e91b309ea620ff26862fefad73bd2fc61695c6546f9c153297cee03d22997974
|
||||
SIZE (mongodb-mongo-r8.0.9_GH0.tar.gz) = 95427540
|
||||
SHA256 (mongodb-forks-spidermonkey-ee5eabe03bfae1cba9d97eb380fbc9408707b9ee_GH0.tar.gz) = ff2f5ed45ae507d64022e3af17d11dc984b66f9b99931d8da34ce92fe5b6d816
|
||||
SIZE (mongodb-forks-spidermonkey-ee5eabe03bfae1cba9d97eb380fbc9408707b9ee_GH0.tar.gz) = 280291333
|
||||
TIMESTAMP = 1748462151
|
||||
SHA256 (mongodb-mongo-r8.0.10_GH0.tar.gz) = 32dafc101bbac2a19280f508ad92473960241a9f3b74ac2a1a76352355269a05
|
||||
SIZE (mongodb-mongo-r8.0.10_GH0.tar.gz) = 95649032
|
||||
SHA256 (mongodb-forks-spidermonkey-98c8be22bec7bb650156e0d389b425322d8c323c_GH0.tar.gz) = 9c266a0b13e1352d410e4c0b985c4f31cea0bcc81631f2a38af9291f676434bf
|
||||
SIZE (mongodb-forks-spidermonkey-98c8be22bec7bb650156e0d389b425322d8c323c_GH0.tar.gz) = 280427824
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= octosql
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.13.0
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
PORTNAME= ods2sql
|
||||
DISTVERSION= 0.4.0
|
||||
PORTREVISION= 41
|
||||
PORTREVISION= 42
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= orchestrator
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.2.6-16
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= percona-
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
PORTNAME= citus
|
||||
PORTVERSION= 13.0.1
|
||||
PORTVERSION= 13.1.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= pg_
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1738958782
|
||||
SHA256 (citusdata-citus-v13.0.1_GH0.tar.gz) = b7fdc3ad6eca9dd6a1066e897a249fdca289e96d81921d4c7bf98cb4302ce817
|
||||
SIZE (citusdata-citus-v13.0.1_GH0.tar.gz) = 6901310
|
||||
TIMESTAMP = 1749014995
|
||||
SHA256 (citusdata-citus-v13.1.0_GH0.tar.gz) = 2383287bea45dfce54cde9ffc98f3e27bb7cde4deb3f096f9c7a12d1819f5113
|
||||
SIZE (citusdata-citus-v13.1.0_GH0.tar.gz) = 7696016
|
||||
|
||||
@ -16,6 +16,7 @@ include/postgresql/server/distributed/citus_safe_lib.h
|
||||
include/postgresql/server/distributed/colocation_utils.h
|
||||
include/postgresql/server/distributed/combine_query_planner.h
|
||||
include/postgresql/server/distributed/commands.h
|
||||
include/postgresql/server/distributed/comment.h
|
||||
include/postgresql/server/distributed/connection_management.h
|
||||
include/postgresql/server/distributed/coordinator_protocol.h
|
||||
include/postgresql/server/distributed/cte_inline.h
|
||||
@ -87,7 +88,6 @@ include/postgresql/server/distributed/placement_connection.h
|
||||
include/postgresql/server/distributed/priority.h
|
||||
include/postgresql/server/distributed/query_colocation_checker.h
|
||||
include/postgresql/server/distributed/query_pushdown_planning.h
|
||||
include/postgresql/server/distributed/query_stats.h
|
||||
include/postgresql/server/distributed/query_utils.h
|
||||
include/postgresql/server/distributed/recursive_planning.h
|
||||
include/postgresql/server/distributed/reference_table_utils.h
|
||||
@ -165,6 +165,7 @@ share/postgresql/extension/citus--11.3-1--11.3-2.sql
|
||||
share/postgresql/extension/citus--11.3-2--12.0-1.sql
|
||||
share/postgresql/extension/citus--12.0-1--12.1-1.sql
|
||||
share/postgresql/extension/citus--12.1-1--13.0-1.sql
|
||||
share/postgresql/extension/citus--13.0-1--13.1-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
|
||||
@ -209,6 +210,7 @@ share/postgresql/extension/citus_columnar--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.3-1.sql
|
||||
share/postgresql/extension/citus_columnar--11.3-1--12.2-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-3--10.1-1.sql
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= pgmetrics
|
||||
PORTVERSION= 1.17.1
|
||||
DISTVERSIONPREFIX=v
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= girgen@FreeBSD.org
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
PORTNAME= promscale
|
||||
PORTVERSION= 0.8.0
|
||||
PORTREVISION= 20
|
||||
PORTREVISION= 21
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= prometheus-postgres-exporter
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.17.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= ivy@FreeBSD.org
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PORTNAME= prometheus-postgresql-adapter
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.6.0
|
||||
PORTREVISION= 25
|
||||
PORTREVISION= 26
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= felix@userspace.com.au
|
||||
|
||||
@ -4,7 +4,7 @@ CATEGORIES= databases python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= DtxdF@disroot.org
|
||||
MAINTAINER= dtxdf@FreeBSD.org
|
||||
COMMENT= Python MariaDB extension
|
||||
WWW= https://github.com/mariadb-corporation/mariadb-connector-python
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
PORTNAME= sqlglotrs
|
||||
PORTVERSION= 0.4.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
PORTNAME= sqloxide
|
||||
PORTVERSION= 0.1.48
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -2,7 +2,7 @@ PORTNAME= quake
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.5.1-57
|
||||
DISTVERSIONSUFFIX= -gbb8ae55
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= databases
|
||||
PKGNAMESUFFIX= -framework
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
PORTNAME= redis_exporter
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.72.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= arcade@b1t.name
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user