mirror of
https://git.freebsd.org/ports.git
synced 2025-04-27 17:16:37 -04:00
Compare commits
50 commits
0bef7dda8c
...
6a138a3f72
Author | SHA1 | Date | |
---|---|---|---|
|
6a138a3f72 | ||
|
2d0bcdcc5d | ||
|
d1dc2db2be | ||
|
533a726bbe | ||
|
65dd8ea190 | ||
|
ac47e458c0 | ||
|
7a24aef8fe | ||
|
7864a7d568 | ||
|
e5bf2131ff | ||
|
abb9b6c3f8 | ||
|
a2747f5609 | ||
|
62e33815c2 | ||
|
afaad20892 | ||
|
7a2dc2f8e9 | ||
|
7959bc22b2 | ||
|
356217132c | ||
|
e351344062 | ||
|
bafc8ea3d1 | ||
|
e440ed0ee1 | ||
|
2d95f2614d | ||
|
c8f2c12d93 | ||
|
4a4593cb82 | ||
|
44172d86be | ||
|
072fd66da8 | ||
|
d1bef6c785 | ||
|
6b1c9b1051 | ||
|
fb05c2f015 | ||
|
9c766f0a5c | ||
|
d10366da08 | ||
|
733a229d48 | ||
|
88373ed7a7 | ||
|
6bd3a1dea9 | ||
|
9563658472 | ||
|
aca9e7a55f | ||
|
e08d7fba8f | ||
|
532a3777f9 | ||
|
b269e13872 | ||
|
3d3ab4ab06 | ||
|
b0c3f0aa6e | ||
|
ee27444bfa | ||
|
c28431f314 | ||
|
9f3b8e1ffa | ||
|
fe702054d8 | ||
|
94b7021f22 | ||
|
c49d6c9144 | ||
|
2c4e093700 | ||
|
ac51c861f8 | ||
|
84cbcfaf95 | ||
|
a5edf154b3 | ||
|
64c49b4649 |
117 changed files with 1533 additions and 672 deletions
|
@ -3,6 +3,9 @@ DISTVERSIONPREFIX= v
|
|||
DISTVERSION= 3.3.0
|
||||
CATEGORIES= audio kde
|
||||
|
||||
PATCH_SITES= https://github.com/nullobsi/cantata/commit/
|
||||
PATCHFILES+= d44b60601896c740b24abc323ef6121bf1c45dbb.patch:-p1 # Fix build with Qt >= 6.9.0
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Graphical client for MPD using Qt
|
||||
WWW= https://github.com/nullobsi/cantata
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1731912721
|
||||
TIMESTAMP = 1744938858
|
||||
SHA256 (nullobsi-cantata-v3.3.0_GH0.tar.gz) = 28ea1510d836084b152e631d202462e430091d25e7bfaaf668b1354e200f7225
|
||||
SIZE (nullobsi-cantata-v3.3.0_GH0.tar.gz) = 4783803
|
||||
SHA256 (d44b60601896c740b24abc323ef6121bf1c45dbb.patch) = 6ed53a453a4a86cd2f2e9b27440d0ce931074771ed09b6bd067767e62c9de1e6
|
||||
SIZE (d44b60601896c740b24abc323ef6121bf1c45dbb.patch) = 795
|
||||
|
|
|
@ -4,6 +4,9 @@ DISTVERSION= 0.8.1
|
|||
PORTREVISION= 1
|
||||
CATEGORIES= audio multimedia
|
||||
|
||||
PATCH_SITES= https://github.com/fooyin/fooyin/commit/
|
||||
PATCHFILES+= e44e08abb33f01fe85cc896170c55dbf732ffcc9.patch:-p1 # Fix build with Qt >= 6.9.0
|
||||
|
||||
MAINTAINER= diizzy@FreeBSD.org
|
||||
COMMENT= foobar2000 inspired audio player
|
||||
WWW= https://github.com/fooyin/fooyin
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1729013631
|
||||
TIMESTAMP = 1744940369
|
||||
SHA256 (fooyin-fooyin-v0.8.1_GH0.tar.gz) = e702389488e19c4c48b1b62bf1b2adf263b818138e3b232a39259057cbcec9c2
|
||||
SIZE (fooyin-fooyin-v0.8.1_GH0.tar.gz) = 1743303
|
||||
SHA256 (e44e08abb33f01fe85cc896170c55dbf732ffcc9.patch) = a4f0ead73bfa3771674c42232f6c893dfdd86c8c8fc10ecd71d1764672c2cb97
|
||||
SIZE (e44e08abb33f01fe85cc896170c55dbf732ffcc9.patch) = 2310
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= inscore
|
||||
PORTVERSION= 1.31
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.34
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -22,7 +21,7 @@ USE_LDCONFIG= yes
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= grame-cncm
|
||||
GH_TAGNAME= v${PORTVERSION:S/.//}
|
||||
GH_TUPLE= grame-cncm:guidolib:3cf3d88:guidolib/modules/guidolib # this uses some un-installed parts of the guidolib project, partucularly QGuidoPainter.h
|
||||
GH_TUPLE= grame-cncm:guidolib:acadbcc:guidolib/modules/guidolib # this uses some un-installed parts of the guidolib project, partucularly QGuidoPainter.h
|
||||
|
||||
CMAKE_SOURCE_PATH= ${WRKSRC}/build
|
||||
CMAKE_ARGS= -DFREEBSD_EXAMPLESDIR=${EXAMPLESDIR} -DFREEBSD_DOCSDIR=${DOCSDIR}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1637648784
|
||||
SHA256 (grame-cncm-inscore-1.31-v131_GH0.tar.gz) = 57f8074998c31e01fab3031c26a9a24fbe92adc4ff667a22cc9986b2666db2a3
|
||||
SIZE (grame-cncm-inscore-1.31-v131_GH0.tar.gz) = 468225470
|
||||
SHA256 (grame-cncm-guidolib-3cf3d88_GH0.tar.gz) = 0ec8a9e60d76230e69de9e0263b04ffe93d4f2fa660856e2666863cd99f6bea4
|
||||
SIZE (grame-cncm-guidolib-3cf3d88_GH0.tar.gz) = 42458506
|
||||
TIMESTAMP = 1745704332
|
||||
SHA256 (grame-cncm-inscore-1.34-v134_GH0.tar.gz) = 8931bf7444f829a93435e22f8fd8165e8973ef75d1d6e6348d712142780b8080
|
||||
SIZE (grame-cncm-inscore-1.34-v134_GH0.tar.gz) = 471904401
|
||||
SHA256 (grame-cncm-guidolib-acadbcc_GH0.tar.gz) = 53c04f02f591b795bed62b00954742513f7b2e0cecdceeada277915d49a51bae
|
||||
SIZE (grame-cncm-guidolib-acadbcc_GH0.tar.gz) = 42371898
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
--- build/CMakeLists.txt.orig 2021-11-08 06:26:08 UTC
|
||||
--- build/CMakeLists.txt.orig 2023-07-10 17:04:30 UTC
|
||||
+++ build/CMakeLists.txt
|
||||
@@ -379,12 +379,12 @@ else()
|
||||
set (INSTALL_LIB ${CMAKE_INSTALL_PREFIX}/lib)
|
||||
set (INSTALL_INC ${CMAKE_INSTALL_PREFIX}/include/inscore)
|
||||
set (INSTALL_SHARED ${CMAKE_INSTALL_PREFIX}/share)
|
||||
- set (INSTALL_SAMPLES ${INSTALL_SHARED}/inscore/examples)
|
||||
- set (INSTALL_GMN_SAMPLES ${INSTALL_SHARED}/inscore/GMN-Examples)
|
||||
@@ -368,12 +368,12 @@ if (APPLE OR WIN32)
|
||||
set (INSTALL_BIN ${CMAKE_INSTALL_PREFIX})
|
||||
set (INSTALL_LIB ${CMAKE_INSTALL_PREFIX}/dev)
|
||||
set (INSTALL_INC ${CMAKE_INSTALL_PREFIX}/dev/include)
|
||||
- set (INSTALL_SAMPLES ${CMAKE_INSTALL_PREFIX}/Examples)
|
||||
- set (INSTALL_GMN_SAMPLES ${CMAKE_INSTALL_PREFIX}/GMN-Examples)
|
||||
+ set (INSTALL_SAMPLES ${FREEBSD_EXAMPLESDIR})
|
||||
+ set (INSTALL_GMN_SAMPLES ${FREEBSD_EXAMPLESDIR}/GMN-Examples)
|
||||
set (INSTALL_BUNDLES ${INSTALL_SHARED}/inscore/bundles)
|
||||
set (INSTALL_TOOLS ${INSTALL_SHARED}/inscore/tools)
|
||||
set (INSTALL_INTERFACES ${INSTALL_SHARED}/inscore)
|
||||
- set (INSTALL_DOC ${INSTALL_SHARED}/inscore/doc)
|
||||
set (INSTALL_BUNDLES ${CMAKE_INSTALL_PREFIX}/Examples/Bundles)
|
||||
set (INSTALL_TOOLS ${CMAKE_INSTALL_PREFIX}/Tools)
|
||||
set (INSTALL_INTERFACES ${CMAKE_INSTALL_PREFIX})
|
||||
- set (INSTALL_DOC ${CMAKE_INSTALL_PREFIX}/Documentation)
|
||||
+ set (INSTALL_DOC ${FREEBSD_DOCSDIR})
|
||||
endif()
|
||||
set (installtargets ${viewer} ${ibundle} ${libtarget})
|
||||
|
||||
set (INSTALL_LANGMOD ${CMAKE_INSTALL_PREFIX}/language-modules)
|
||||
else()
|
||||
set (INSTALL_BIN ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
|
|
|
@ -5,12 +5,439 @@ include/inscore/INScore.h
|
|||
include/inscore/message.h
|
||||
lib/libINScore.so
|
||||
lib/libINScore.so.1
|
||||
lib/libINScore.so.1.3.1
|
||||
lib/libINScore.so.1.3.4
|
||||
share/applications/inscore.desktop
|
||||
share/fonts/inscore/Carlito-Regular.ttf
|
||||
share/fonts/inscore/guido2.ttf
|
||||
share/icons/hicolor/128x128/apps/inscore.png
|
||||
share/icons/hicolor/48x48/apps/inscore.png
|
||||
%%DATADIR%%/GMN-Examples/4voices.gmn
|
||||
%%DATADIR%%/GMN-Examples/accidentals.gmn
|
||||
%%DATADIR%%/GMN-Examples/allthethings.gmn
|
||||
%%DATADIR%%/GMN-Examples/articulations.gmn
|
||||
%%DATADIR%%/GMN-Examples/bach.gmn
|
||||
%%DATADIR%%/GMN-Examples/barlines.gmn
|
||||
%%DATADIR%%/GMN-Examples/bartok.gmn
|
||||
%%DATADIR%%/GMN-Examples/beaming.gmn
|
||||
%%DATADIR%%/GMN-Examples/beethoven.gmn
|
||||
%%DATADIR%%/GMN-Examples/brown.gmn
|
||||
%%DATADIR%%/GMN-Examples/clefkeymeter.gmn
|
||||
%%DATADIR%%/GMN-Examples/cpebach.gmn
|
||||
%%DATADIR%%/GMN-Examples/dynamics.gmn
|
||||
%%DATADIR%%/GMN-Examples/faure.gmn
|
||||
%%DATADIR%%/GMN-Examples/layout.gmn
|
||||
%%DATADIR%%/GMN-Examples/lutkin.gmn
|
||||
%%DATADIR%%/GMN-Examples/mozart581.gmn
|
||||
%%DATADIR%%/GMN-Examples/notes.gmn
|
||||
%%DATADIR%%/GMN-Examples/ornaments.gmn
|
||||
%%DATADIR%%/GMN-Examples/repeats.gmn
|
||||
%%DATADIR%%/GMN-Examples/slurs.gmn
|
||||
%%DATADIR%%/GMN-Examples/space.gmn
|
||||
%%DATADIR%%/GMN-Examples/tempo.gmn
|
||||
%%DATADIR%%/doc/Guido/GMNRefCard.pdf
|
||||
%%DATADIR%%/doc/Guido/GUIDO-Music-Notation-Format.pdf
|
||||
%%DATADIR%%/doc/Guido/RefCardsParams.pdf
|
||||
%%DATADIR%%/doc/Guido/RefCardsTags.pdf
|
||||
%%DATADIR%%/doc/Guido/readme.txt
|
||||
%%DATADIR%%/doc/INScoreLang.pdf
|
||||
%%DATADIR%%/doc/INScoreMessages.pdf
|
||||
%%DATADIR%%/doc/INScoreWeb.pdf
|
||||
%%DATADIR%%/examples/Jeu est au autre/JEUestUNautre.pdf
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/1-sculpture.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/1-vers-2.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/1-vers-4.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/2-vers-1.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/2-vers-3.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/2-zebrure.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/3-allure.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/3-vers-2.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/3-vers-4.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/4-texture.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/4-vers-1.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/4-vers-3.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/ReadMe.html
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/centre.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/imgs/Graphic1.png
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/imgs/Graphic2.png
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/imgs/Graphic3.png
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/imgs/Graphic4.png
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/imgs/Graphic5.png
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/jeu.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/rsrc/events.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/standalone.inscore
|
||||
%%DATADIR%%/examples/M-sync-scores/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/M-sync-scores/DROP-ME2.inscore
|
||||
%%DATADIR%%/examples/M-sync-scores/DROP-ME3.inscore
|
||||
%%DATADIR%%/examples/M-sync-scores/bwv789-0.mid
|
||||
%%DATADIR%%/examples/M-sync-scores/player.maxpat
|
||||
%%DATADIR%%/examples/M-sync-scores/rsrc/bach.gmn
|
||||
%%DATADIR%%/examples/M-sync-scores/rsrc/bachv1.gmn
|
||||
%%DATADIR%%/examples/M-sync-scores/rsrc/bachv3.gmn
|
||||
%%DATADIR%%/examples/M-sync-scores/scene.pdf
|
||||
%%DATADIR%%/examples/MP-Turenas/Turenas_stereo.wav
|
||||
%%DATADIR%%/examples/MP-Turenas/commentsOff.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/commentsOn.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/readme.txt
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/1.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/10.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/2.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/3.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/4.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/5.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/6.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/7.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/8.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/9.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/boule.png
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/schema4Voix.png
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/schema4VoixLine.png
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/schemaSonagram.png
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/schemaSonagramLine.png
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/schemaStruct.png
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/schemaStructLine.png
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/start.png
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/stop.png
|
||||
%%DATADIR%%/examples/MP-Turenas/schema4Voix.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/schema4VoixLine.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/schemaSonagram.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/schemaSonagramLine.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/schemaStruct.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/schemaStructLine.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/control.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/layoutLine.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/layoutScore.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/require.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/sections.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/sectionsCenter.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/sectionsPos.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/watch.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/watchLine.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/turenas.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/turenas.maxpat
|
||||
%%DATADIR%%/examples/MP-Turenas/turenas.pd
|
||||
%%DATADIR%%/examples/MP-cursors/07.gmn
|
||||
%%DATADIR%%/examples/MP-cursors/07.metro
|
||||
%%DATADIR%%/examples/MP-cursors/07.tempomap
|
||||
%%DATADIR%%/examples/MP-cursors/07.wav
|
||||
%%DATADIR%%/examples/MP-cursors/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/cursor-future.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/cursor-line.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/cursor-middle.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/cursor-passed.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/duration-del.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/duration.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/player.maxpat
|
||||
%%DATADIR%%/examples/MP-cursors/player.pd
|
||||
%%DATADIR%%/examples/MP-cursors/readme.txt
|
||||
%%DATADIR%%/examples/MP-cursors/scripts/cursor.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/sensor/colors-del.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/sensor/colors.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/sensor/level.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/sensor/nosync.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/sensor/stack.dylib
|
||||
%%DATADIR%%/examples/MP-cursors/sensor/stack.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/sigmund~.mxe
|
||||
%%DATADIR%%/examples/MP-cursors/sigmund~.mxo/Contents/Info.plist
|
||||
%%DATADIR%%/examples/MP-cursors/sigmund~.mxo/Contents/MacOS/sigmund~
|
||||
%%DATADIR%%/examples/MP-cursors/sigmund~.mxo/Contents/PkgInfo
|
||||
%%DATADIR%%/examples/MP-cursors/signal/envelope.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/signal/pitch.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/signal/pitchedenv.inscore
|
||||
%%DATADIR%%/examples/MP-first-demo/demo.maxpat
|
||||
%%DATADIR%%/examples/MP-first-demo/demo.osc
|
||||
%%DATADIR%%/examples/MP-first-demo/demo.pd
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/1voice-846_2f.gmn
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/anr.gif
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/boucou.gif
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/car_blue.gif
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/car_red.gif
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/grame.png
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/interlude.html
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/oldgrame.png
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/parm-oeil.jpg
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/parm-oeil.map
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment1.html
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment2.html
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment3.html
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment4.html
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment5.html
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment6.map
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment6.txt
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment7.map
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment7.txt
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment8.txt
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/title.html
|
||||
%%DATADIR%%/examples/MP-graphsig-sinus/sinus.inscore
|
||||
%%DATADIR%%/examples/MP-graphsig-sinus/sinus.maxpat
|
||||
%%DATADIR%%/examples/MP-graphsig-sinus/sinus.pd
|
||||
%%DATADIR%%/examples/MP-graphsig-var/07.wav
|
||||
%%DATADIR%%/examples/MP-graphsig-var/rsrc/07.gmn
|
||||
%%DATADIR%%/examples/MP-graphsig-var/score.inscore
|
||||
%%DATADIR%%/examples/MP-graphsig-var/siggraph.inscore
|
||||
%%DATADIR%%/examples/MP-graphsig-var/siggraph.maxpat
|
||||
%%DATADIR%%/examples/MP-graphsig-var/sigmund~.mxe
|
||||
%%DATADIR%%/examples/MP-graphsig-var/sigmund~.mxo/Contents/Info.plist
|
||||
%%DATADIR%%/examples/MP-graphsig-var/sigmund~.mxo/Contents/MacOS/sigmund~
|
||||
%%DATADIR%%/examples/MP-graphsig-var/sigmund~.mxo/Contents/PkgInfo
|
||||
%%DATADIR%%/examples/MP-interaction/edit.inscore
|
||||
%%DATADIR%%/examples/MP-interaction/gamme.wav
|
||||
%%DATADIR%%/examples/MP-interaction/interact.inscore
|
||||
%%DATADIR%%/examples/MP-interaction/interaction.maxpat
|
||||
%%DATADIR%%/examples/MP-interaction/interaction.pd
|
||||
%%DATADIR%%/examples/MP-interaction/rsrc/boule.png
|
||||
%%DATADIR%%/examples/MP-interaction/rsrc/start.png
|
||||
%%DATADIR%%/examples/MP-interaction/rsrc/stop.png
|
||||
%%DATADIR%%/examples/MP-interaction/watch.inscore
|
||||
%%DATADIR%%/examples/MP-sync-cars/rsrc/1voice-846_2f.gmn
|
||||
%%DATADIR%%/examples/MP-sync-cars/rsrc/car_blue.gif
|
||||
%%DATADIR%%/examples/MP-sync-cars/rsrc/car_red.gif
|
||||
%%DATADIR%%/examples/MP-sync-cars/sync.inscore
|
||||
%%DATADIR%%/examples/MP-sync-cars/sync.maxpat
|
||||
%%DATADIR%%/examples/MP-sync-cars/sync.pd
|
||||
%%DATADIR%%/examples/MP-sync-train/rsrc/1voice-846_2f.gmn
|
||||
%%DATADIR%%/examples/MP-sync-train/rsrc/tgv.gif
|
||||
%%DATADIR%%/examples/MP-sync-train/syncsegments.inscore
|
||||
%%DATADIR%%/examples/MP-sync-train/synctrain.maxpat
|
||||
%%DATADIR%%/examples/MP-sync-train/synctrain.pd
|
||||
%%DATADIR%%/examples/MP-sync-train/tgv.map
|
||||
%%DATADIR%%/examples/MP-sync-train/tgv2.map
|
||||
%%DATADIR%%/examples/MP-sync-train/tgv3.map
|
||||
%%DATADIR%%/examples/MP-sync-train/tgvd.map
|
||||
%%DATADIR%%/examples/MP-sync-train/tgvdt.map
|
||||
%%DATADIR%%/examples/Max-tools/effects.maxpat
|
||||
%%DATADIR%%/examples/Max-tools/filePlayer.maxpat
|
||||
%%DATADIR%%/examples/Max-tools/inscore.maxpat
|
||||
%%DATADIR%%/examples/Max-tools/player.maxpat
|
||||
%%DATADIR%%/examples/Max-tools/transform.maxpat
|
||||
%%DATADIR%%/examples/Perception/MP-Moving/moving.inscore
|
||||
%%DATADIR%%/examples/Perception/MP-Moving/moving.maxpat
|
||||
%%DATADIR%%/examples/Perception/MP-Moving/moving.pd
|
||||
%%DATADIR%%/examples/Perception/MP-Moving/moving2.inscore
|
||||
%%DATADIR%%/examples/Perception/MP-Shadow/shadow.inscore
|
||||
%%DATADIR%%/examples/Perception/MP-Shadow/shadow.maxpat
|
||||
%%DATADIR%%/examples/Perception/MP-Shadow/shadow.pd
|
||||
%%DATADIR%%/examples/Perception/Moving/hboxes.inscore
|
||||
%%DATADIR%%/examples/Perception/Moving/illusions-d-optique-gif-1.gif
|
||||
%%DATADIR%%/examples/Perception/Moving/illusions-d-optique-gif-9.gif
|
||||
%%DATADIR%%/examples/Perception/Moving/vboxes.inscore
|
||||
%%DATADIR%%/examples/Perception/S-Brightness-Contrast/gray.inscore
|
||||
%%DATADIR%%/examples/Perception/S-Muller-Lyer/line.inscore
|
||||
%%DATADIR%%/examples/Perception/S-circles/circles.inscore
|
||||
%%DATADIR%%/examples/Perception/S-circles/illusions-d-optique-gif-10.gif
|
||||
%%DATADIR%%/examples/Perception/S-proximity/proximity.inscore
|
||||
%%DATADIR%%/examples/Perception/readme.txt
|
||||
%%DATADIR%%/examples/PureData-tools/inscore.pd
|
||||
%%DATADIR%%/examples/PureData-tools/transform.pd
|
||||
%%DATADIR%%/examples/Standalone/Bach.mid
|
||||
%%DATADIR%%/examples/Standalone/Examples/readme.inscore
|
||||
%%DATADIR%%/examples/Standalone/Examples/sample1.inscore
|
||||
%%DATADIR%%/examples/Standalone/Examples/sample2-load.inscore
|
||||
%%DATADIR%%/examples/Standalone/Examples/sample2.inscore
|
||||
%%DATADIR%%/examples/Standalone/Examples/sample3.inscore
|
||||
%%DATADIR%%/examples/Standalone/Examples/sample4.inscore
|
||||
%%DATADIR%%/examples/Standalone/Examples/sample5.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/Canon.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/ChordsGenerator/ChordsGen_DROPME.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/ChordsGenerator/ChordsGen_selector.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/TheRollingScores.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/TheRollingScoresOpti.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/guidoEchoes.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/permutation.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/static-dynamic-mixed-short.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/static-dynamic-mixed.inscore
|
||||
%%DATADIR%%/examples/Standalone/Javascript/javascript-version.inscore
|
||||
%%DATADIR%%/examples/Standalone/Javascript/javascript.inscore
|
||||
%%DATADIR%%/examples/Standalone/Javascript/jsgrid.inscore
|
||||
%%DATADIR%%/examples/Standalone/Javascript/jsrandom-score.inscore
|
||||
%%DATADIR%%/examples/Standalone/Javascript/jsrandom.inscore
|
||||
%%DATADIR%%/examples/Standalone/Scripting/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/Scripting/align.inscore
|
||||
%%DATADIR%%/examples/Standalone/Scripting/clear.inscore
|
||||
%%DATADIR%%/examples/Standalone/Scripting/edit.inscore
|
||||
%%DATADIR%%/examples/Standalone/Scripting/export.inscore
|
||||
%%DATADIR%%/examples/Standalone/Scripting/rsrc/center.png
|
||||
%%DATADIR%%/examples/Standalone/Scripting/rsrc/left.png
|
||||
%%DATADIR%%/examples/Standalone/Scripting/rsrc/right.png
|
||||
%%DATADIR%%/examples/Standalone/Scripting/save-pos.inscore
|
||||
%%DATADIR%%/examples/Standalone/Scripting/save.inscore
|
||||
%%DATADIR%%/examples/Standalone/Scripting/svg/butterfly.svg
|
||||
%%DATADIR%%/examples/Standalone/Scripting/svg/eye.svg
|
||||
%%DATADIR%%/examples/Standalone/Scripting/svg/tiger.svg
|
||||
%%DATADIR%%/examples/Standalone/Scripting/unedit.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/components.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/end.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/interact2.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/interaction.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/menu.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/msgs-detail.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/msgs-graph.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/msgs-time.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/msgs.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/msgsdone.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/next.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/previous.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/require.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/INScore.png
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/car.gif
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/components1.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/end.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/fuga.gmn
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/interact2.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/interaction.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/msgs1.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/msgs2.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/msgsd1.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/msgsd2.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/msgsd3.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/next.png
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/sig2.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/signals.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/summary.png
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/sync1.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/sync2.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/sync3.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/sync4.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/sig2.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/signals.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/summary.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/sync2.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/sync3.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/sync4.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/synchronization.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/test.inscore
|
||||
%%DATADIR%%/examples/Standalone/Web/http-client.html
|
||||
%%DATADIR%%/examples/Standalone/Web/http-server-and-dist-rsrc.inscore
|
||||
%%DATADIR%%/examples/Standalone/Web/http-server.inscore
|
||||
%%DATADIR%%/examples/Standalone/Web/online-samples.inscore
|
||||
%%DATADIR%%/examples/Standalone/Web/rsc/dist-rsrc.txt
|
||||
%%DATADIR%%/examples/Standalone/Web/rsc/header.html
|
||||
%%DATADIR%%/examples/Standalone/Web/rsc/logo_grame.png
|
||||
%%DATADIR%%/examples/Standalone/Web/rsc/sc11.png
|
||||
%%DATADIR%%/examples/Standalone/Web/rsc/stylesheet.css
|
||||
%%DATADIR%%/examples/Standalone/Web/urls-rsrc.inscore
|
||||
%%DATADIR%%/examples/Standalone/Web/websocket.html
|
||||
%%DATADIR%%/examples/Standalone/Web/websocket.inscore
|
||||
%%DATADIR%%/examples/Standalone/Welcome.inscore
|
||||
%%DATADIR%%/examples/Standalone/aliases.inscore
|
||||
%%DATADIR%%/examples/Standalone/arcs.inscore
|
||||
%%DATADIR%%/examples/Standalone/browse.html
|
||||
%%DATADIR%%/examples/Standalone/browse.inscore
|
||||
%%DATADIR%%/examples/Standalone/dimension-position/Applebaum-Metaphysics_of_Notation.jpg
|
||||
%%DATADIR%%/examples/Standalone/dimension-position/img-sw-sh.inscore
|
||||
%%DATADIR%%/examples/Standalone/dimension-position/rect-sw-sh.inscore
|
||||
%%DATADIR%%/examples/Standalone/edit.inscore
|
||||
%%DATADIR%%/examples/Standalone/eval.inscore
|
||||
%%DATADIR%%/examples/Standalone/frameless.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/Mo-no.jpg
|
||||
%%DATADIR%%/examples/Standalone/grid/borders-large.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/borders-small.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/monoh.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/monov.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/nosync.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/order-leftright.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/order-topbottom.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/sync.inscore
|
||||
%%DATADIR%%/examples/Standalone/guidostream.inscore
|
||||
%%DATADIR%%/examples/Standalone/keyevents.inscore
|
||||
%%DATADIR%%/examples/Standalone/layer/complex-cursor/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/layer/complex-cursor/rsrc/bach.gmn
|
||||
%%DATADIR%%/examples/Standalone/layer/hierarchy/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/layer/hierarchy/rsrc/lemma-epigram.jpg
|
||||
%%DATADIR%%/examples/Standalone/layer/hierarchy/scale.inscore
|
||||
%%DATADIR%%/examples/Standalone/layer/hierarchy/transparency.inscore
|
||||
%%DATADIR%%/examples/Standalone/layer/hierarchy/x.inscore
|
||||
%%DATADIR%%/examples/Standalone/layer/time/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/line-arrows.inscore
|
||||
%%DATADIR%%/examples/Standalone/live-coding/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/live-coding/liveCoding.inscore
|
||||
%%DATADIR%%/examples/Standalone/logs.inscore
|
||||
%%DATADIR%%/examples/Standalone/manyscenes.inscore
|
||||
%%DATADIR%%/examples/Standalone/math.inscore
|
||||
%%DATADIR%%/examples/Standalone/memImg.inscore
|
||||
%%DATADIR%%/examples/Standalone/musicxml/file.xml
|
||||
%%DATADIR%%/examples/Standalone/musicxml/xmlcode.inscore
|
||||
%%DATADIR%%/examples/Standalone/musicxml/xmlfile.inscore
|
||||
%%DATADIR%%/examples/Standalone/oglcontrol.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/1-penwidth-large.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/10-brushstyle-solid.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/2-penwidth-small.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/3-pencolor-red.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/4-pencolor-black.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/5-penstyle-dash.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/6-penstyle-dot.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/7-penstyle-solid.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/8-brushstyle-cross.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/9-brushstyle-dense3.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/no-pen.inscore
|
||||
%%DATADIR%%/examples/Standalone/pianoroll.inscore
|
||||
%%DATADIR%%/examples/Standalone/preprocess/DROPME.inscore
|
||||
%%DATADIR%%/examples/Standalone/preprocess/javascript.inscore
|
||||
%%DATADIR%%/examples/Standalone/queries/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/queries/rate.inscore
|
||||
%%DATADIR%%/examples/Standalone/queries/rootpath.inscore
|
||||
%%DATADIR%%/examples/Standalone/queries/stats.inscore
|
||||
%%DATADIR%%/examples/Standalone/queries/version.inscore
|
||||
%%DATADIR%%/examples/Standalone/queries/widthheight.inscore
|
||||
%%DATADIR%%/examples/Standalone/radius.inscore
|
||||
%%DATADIR%%/examples/Standalone/requiredversion.inscore
|
||||
%%DATADIR%%/examples/Standalone/scenewh.inscore
|
||||
%%DATADIR%%/examples/Standalone/scoremap.gmn
|
||||
%%DATADIR%%/examples/Standalone/scoremap.inscore
|
||||
%%DATADIR%%/examples/Standalone/sensors/SensorsList.inscore
|
||||
%%DATADIR%%/examples/Standalone/sensors/SensorsNodes.inscore
|
||||
%%DATADIR%%/examples/Standalone/sensors/SensorsNodesListener.inscore
|
||||
%%DATADIR%%/examples/Standalone/sensors/SensorsNodesRemote.inscore
|
||||
%%DATADIR%%/examples/Standalone/sensors/SensorsSignals.inscore
|
||||
%%DATADIR%%/examples/Standalone/sensors/SensorsSignalsRemote.inscore
|
||||
%%DATADIR%%/examples/Standalone/sensors/preprocess.inscore
|
||||
%%DATADIR%%/examples/Standalone/signals/1-sinus-y.inscore
|
||||
%%DATADIR%%/examples/Standalone/signals/2-sinus-t.inscore
|
||||
%%DATADIR%%/examples/Standalone/signals/3-sinus-color.inscore
|
||||
%%DATADIR%%/examples/Standalone/signals/4-sinus-interleaved.inscore
|
||||
%%DATADIR%%/examples/Standalone/signals/5-interleaved-signals.inscore
|
||||
%%DATADIR%%/examples/Standalone/signals/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/switch.inscore
|
||||
%%DATADIR%%/examples/Standalone/synchronization/mapping/rsrc/Applebaum-Metaphysics_of_Notation.jpg
|
||||
%%DATADIR%%/examples/Standalone/synchronization/mapping/rsrc/Applebaum1.map
|
||||
%%DATADIR%%/examples/Standalone/synchronization/mapping/rsrc/Applebaum2.map
|
||||
%%DATADIR%%/examples/Standalone/synchronization/mapping/rsrc/fullscreen.inscore
|
||||
%%DATADIR%%/examples/Standalone/synchronization/mapping/rsrc/sample1.gmn
|
||||
%%DATADIR%%/examples/Standalone/synchronization/mapping/syncwithmap.inscore
|
||||
%%DATADIR%%/examples/Standalone/synchronization/score.gmn
|
||||
%%DATADIR%%/examples/Standalone/synchronization/sync-duration.inscore
|
||||
%%DATADIR%%/examples/Standalone/synchronization/sync-masters.inscore
|
||||
%%DATADIR%%/examples/Standalone/synchronization/sync-reverse.inscore
|
||||
%%DATADIR%%/examples/Standalone/synchronization/syncframe.inscore
|
||||
%%DATADIR%%/examples/Standalone/tempo/dynamic-score.inscore
|
||||
%%DATADIR%%/examples/Standalone/tempo/metro.inscore
|
||||
%%DATADIR%%/examples/Standalone/tempo/neg-tempo.inscore
|
||||
%%DATADIR%%/examples/Standalone/tempo/tempo.inscore
|
||||
%%DATADIR%%/examples/Standalone/time/fullscreen.inscore
|
||||
%%DATADIR%%/examples/Standalone/time/readme.txt
|
||||
%%DATADIR%%/examples/Standalone/time/sample1.inscore
|
||||
%%DATADIR%%/examples/Standalone/time/sample2.inscore
|
||||
%%DATADIR%%/examples/Standalone/variables/DROP-ME-TOO.inscore
|
||||
%%DATADIR%%/examples/Standalone/variables/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/variables/repere.png
|
||||
%%DATADIR%%/examples/Standalone/variables/slavevars.inscore
|
||||
%%DATADIR%%/examples/Standalone/variables/xorigin-bl.inscore
|
||||
%%DATADIR%%/examples/Standalone/variables/xorigin-br.inscore
|
||||
%%DATADIR%%/examples/Standalone/variables/xorigin-center.inscore
|
||||
%%DATADIR%%/examples/Standalone/variables/xorigin-tl.inscore
|
||||
%%DATADIR%%/examples/Standalone/variables/xorigin-tr.inscore
|
||||
%%DATADIR%%/examples/Standalone/video/MusicaMobile.mp4
|
||||
%%DATADIR%%/examples/Standalone/video/line9.mp4
|
||||
%%DATADIR%%/examples/Standalone/video/smartfaust.mp4
|
||||
%%DATADIR%%/examples/Standalone/video/video.inscore
|
||||
%%DATADIR%%/examples/Standalone/watch-3loop.inscore
|
||||
%%DATADIR%%/examples/Standalone/watch-infiniteloop.inscore
|
||||
%%DATADIR%%/examples/Standalone/watch-timebased.inscore
|
||||
%%DATADIR%%/examples/Standalone/watchany.inscore
|
||||
%%DATADIR%%/examples/Standalone/windowOpacity.inscore
|
||||
%%DATADIR%%/examples/readme.md
|
||||
%%DATADIR%%/interfaces/Csound/CsoundCommandline/01Hello.csd
|
||||
%%DATADIR%%/interfaces/Csound/CsoundCommandline/02Receive.csd
|
||||
%%DATADIR%%/interfaces/Csound/CsoundCommandline/03Demo.csd
|
||||
|
@ -97,6 +524,8 @@ share/icons/hicolor/48x48/apps/inscore.png
|
|||
%%DATADIR%%/interfaces/python/rsrc/car_blue.gif
|
||||
%%DATADIR%%/interfaces/python/rsrc/car_red.gif
|
||||
%%DATADIR%%/interfaces/python/sync.inscore
|
||||
%%DATADIR%%/language-modules/INScore.plist
|
||||
%%DATADIR%%/language-modules/readme.txt
|
||||
%%DATADIR%%/tools/drawmap/DROPME.inscore
|
||||
%%DATADIR%%/tools/drawmap/README.html
|
||||
%%DATADIR%%/tools/drawmap/README.md
|
||||
|
|
14
audio/jacktrip/files/patch-src_AudioSocket.cpp
Normal file
14
audio/jacktrip/files/patch-src_AudioSocket.cpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
Fix build with Qt >= 6.9.0
|
||||
|
||||
https://github.com/jacktrip/jacktrip/pull/1419
|
||||
|
||||
--- src/AudioSocket.cpp.orig 2025-01-21 17:04:33 UTC
|
||||
+++ src/AudioSocket.cpp
|
||||
@@ -37,6 +37,7 @@
|
||||
|
||||
#include "AudioSocket.h"
|
||||
|
||||
+#include <QDebug>
|
||||
#include <QEventLoop>
|
||||
#include <iostream>
|
||||
|
|
@ -3,6 +3,9 @@ DISTVERSION= 2.5.0
|
|||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
|
||||
PATCH_SITES= https://github.com/mixxxdj/mixxx/commit/
|
||||
PATCHFILES+= 355eb9ce880349ff94759f731bb7ae747bf6677c.patch:-p1 # Fix build with Qt >= 6.9.0
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= DJ mixing application
|
||||
WWW= https://mixxx.org/
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1735235861
|
||||
TIMESTAMP = 1745041655
|
||||
SHA256 (mixxxdj-mixxx-2.5.0_GH0.tar.gz) = 95ad113f1988abaa4fabc2e19027d5456a6ba9cb0f6366a386a2239030f41089
|
||||
SIZE (mixxxdj-mixxx-2.5.0_GH0.tar.gz) = 39580922
|
||||
SHA256 (355eb9ce880349ff94759f731bb7ae747bf6677c.patch) = 8088f444cc914003dbdfab239778101d45af03ab1e4e986d443df4358fd7f19a
|
||||
SIZE (355eb9ce880349ff94759f731bb7ae747bf6677c.patch) = 1979
|
||||
|
|
18
audio/mixxx/files/patch-src_qml_qmlwaveformoverview.h
Normal file
18
audio/mixxx/files/patch-src_qml_qmlwaveformoverview.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
Fix build with Qt >= 6.9.0
|
||||
|
||||
https://github.com/mixxxdj/mixxx/issues/14122
|
||||
|
||||
--- src/qml/qmlwaveformoverview.h.orig 2024-12-24 01:32:09 UTC
|
||||
+++ src/qml/qmlwaveformoverview.h
|
||||
@@ -58,7 +58,11 @@ class QmlWaveformOverview : public QQuickPaintedItem {
|
||||
signals:
|
||||
void playerChanged();
|
||||
void channelsChanged(mixxx::qml::QmlWaveformOverview::Channels channels);
|
||||
+#if QT_VERSION >= QT_VERSION_CHECK(6, 9, 0)
|
||||
+ void rendererChanged(Renderer renderer);
|
||||
+#else
|
||||
void rendererChanged(mixxx::qml::QmlWaveformOverview::Renderer renderer);
|
||||
+#endif
|
||||
void colorHighChanged(const QColor& color);
|
||||
void colorMidChanged(const QColor& color);
|
||||
void colorLowChanged(const QColor& color);
|
|
@ -3,6 +3,9 @@ DISTVERSIONPREFIX= v
|
|||
DISTVERSION= 4.5.1
|
||||
CATEGORIES= audio
|
||||
|
||||
PATCH_SITES= https://github.com/musescore/MuseScore/commit/
|
||||
PATCHFILES+= 05056ed19520060c3912a09a3adfa0927057f956.patch:-p1 # Fix build with Qt >= 6.9.0
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
COMMENT= Free music composition & notation software
|
||||
WWW= https://musescore.org/ \
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1743123988
|
||||
SHA256 (musescore-MuseScore-v4.5.1-v4.5_GH0.tar.gz) = 13807e7970bb7506d1e06ce32798b020609409c96f4f0b9ff3b41ced596e74fd
|
||||
SIZE (musescore-MuseScore-v4.5.1-v4.5_GH0.tar.gz) = 144425720
|
||||
SHA256 (05056ed19520060c3912a09a3adfa0927057f956.patch) = 8f8b1d947562ccb78875c00f50ece2ba32cb2ff38ef9da6350fc1eae4eac734a
|
||||
SIZE (05056ed19520060c3912a09a3adfa0927057f956.patch) = 3471
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
Fix build with Qt >= 6.9.0
|
||||
|
||||
/wrkdirs/usr/ports/audio/musescore/work/MuseScore-4.5/src/palette/view/widgets/specialcharactersdialog.cpp:715:55:
|
||||
error: no matching member function for call to 'arg'
|
||||
715 | m_pUnicode->appendElement(fs, QString("0x%1").arg(code, 5, 16, QChar('0')));
|
||||
| ~~~~~~~~~~~~~~~~^~~
|
||||
|
||||
--- src/palette/view/widgets/specialcharactersdialog.cpp.orig 2025-03-13 18:44:57 UTC
|
||||
+++ src/palette/view/widgets/specialcharactersdialog.cpp
|
||||
@@ -712,7 +712,7 @@ void SpecialCharactersDialog::populateUnicode()
|
||||
std::shared_ptr<FSymbol> fs = std::make_shared<FSymbol>(gpaletteScore->dummy());
|
||||
fs->setCode(code);
|
||||
fs->setFont(m_font);
|
||||
- m_pUnicode->appendElement(fs, QString("0x%1").arg(code, 5, 16, QLatin1Char('0')));
|
||||
+ m_pUnicode->appendElement(fs, QString("0x%1").arg(static_cast<quint32>(code), 5, 16, QLatin1Char('0')));
|
||||
}
|
||||
}
|
||||
|
|
@ -3,6 +3,9 @@ DISTVERSION= 25.1.1
|
|||
CATEGORIES= cad
|
||||
MASTER_SITES= https://github.com/ra3xdh/qucs_s/releases/download/${DISTVERSION}/
|
||||
|
||||
PATCH_SITES= https://github.com/ra3xdh/qucs_s/commit/
|
||||
PATCHFILES+= 4ae3a8e182027432b1aad3158798b91c073c4a86.patch:-p1 # Fix build with Qt >= 6.9.0
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Quite Universal Circuit Simulator: GUI for circuit simulation kernels
|
||||
WWW= https://ra3xdh.github.io/ \
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1742327652
|
||||
TIMESTAMP = 1744949787
|
||||
SHA256 (qucs-s-25.1.1.tar.gz) = 2aefd4bb8faef5ce13623b0b7daf5264cc6fa252c9bf69e46bc48256535e10dd
|
||||
SIZE (qucs-s-25.1.1.tar.gz) = 4717517
|
||||
SHA256 (4ae3a8e182027432b1aad3158798b91c073c4a86.patch) = 870d268a5990f186221bbc2d6e9a6c668f4611ff85c9f88033e727f9fff95cdc
|
||||
SIZE (4ae3a8e182027432b1aad3158798b91c073c4a86.patch) = 770
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= ebusd
|
||||
PORTVERSION= 24.1
|
||||
PORTVERSION= 25.1
|
||||
CATEGORIES= comms
|
||||
|
||||
MAINTAINER= samm@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1731448984
|
||||
SHA256 (john30-ebusd-24.1_GH0.tar.gz) = 277619d789f2936edefcccba50afe165355a8f8908e48735ac5bcd32a13d7184
|
||||
SIZE (john30-ebusd-24.1_GH0.tar.gz) = 595318
|
||||
TIMESTAMP = 1745688328
|
||||
SHA256 (john30-ebusd-25.1_GH0.tar.gz) = 228e73fbfaea2c2c961b0f1e365194072c2322224e3dad2a4c7c407ee0ef1f00
|
||||
SIZE (john30-ebusd-25.1_GH0.tar.gz) = 599008
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= diesel
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.2.9
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.2.10
|
||||
CATEGORIES= databases
|
||||
PKGNAMESUFFIX= -cli
|
||||
|
||||
|
@ -40,11 +39,11 @@ CARGO_CRATES= aho-corasick-1.1.3 \
|
|||
block-buffer-0.10.4 \
|
||||
bumpalo-3.17.0 \
|
||||
byteorder-1.5.0 \
|
||||
cc-1.2.18 \
|
||||
cc-1.2.20 \
|
||||
cfg-if-1.0.0 \
|
||||
chrono-0.4.40 \
|
||||
clap-4.5.35 \
|
||||
clap_builder-4.5.35 \
|
||||
clap-4.5.37 \
|
||||
clap_builder-4.5.37 \
|
||||
clap_complete-4.5.47 \
|
||||
clap_derive-4.5.32 \
|
||||
clap_lex-0.7.4 \
|
||||
|
@ -71,7 +70,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \
|
|||
fnv-1.0.7 \
|
||||
form_urlencoded-1.2.1 \
|
||||
generic-array-0.14.7 \
|
||||
getrandom-0.2.15 \
|
||||
getrandom-0.2.16 \
|
||||
getrandom-0.3.2 \
|
||||
hashbrown-0.15.2 \
|
||||
heck-0.5.0 \
|
||||
|
@ -91,26 +90,25 @@ CARGO_CRATES= aho-corasick-1.1.3 \
|
|||
idna-1.0.3 \
|
||||
idna_adapter-1.2.0 \
|
||||
indexmap-2.9.0 \
|
||||
insta-1.42.2 \
|
||||
insta-1.43.0 \
|
||||
ipnet-2.11.0 \
|
||||
ipnetwork-0.21.1 \
|
||||
is_terminal_polyfill-1.70.1 \
|
||||
itoa-1.0.15 \
|
||||
js-sys-0.3.77 \
|
||||
lazy_static-1.5.0 \
|
||||
libc-0.2.171 \
|
||||
libm-0.2.11 \
|
||||
libsqlite3-sys-0.32.0 \
|
||||
libc-0.2.172 \
|
||||
libm-0.2.13 \
|
||||
libsqlite3-sys-0.33.0 \
|
||||
link-cplusplus-1.0.10 \
|
||||
linked-hash-map-0.5.6 \
|
||||
linux-raw-sys-0.9.3 \
|
||||
linux-raw-sys-0.9.4 \
|
||||
litemap-0.7.5 \
|
||||
lock_api-0.4.12 \
|
||||
log-0.4.27 \
|
||||
matchers-0.1.0 \
|
||||
memchr-2.7.4 \
|
||||
mysqlclient-src-0.1.3+9.2.0 \
|
||||
mysqlclient-sys-0.4.4 \
|
||||
mysqlclient-sys-0.4.5 \
|
||||
nu-ansi-term-0.46.0 \
|
||||
nu-ansi-term-0.50.1 \
|
||||
num-bigint-0.4.6 \
|
||||
|
@ -118,22 +116,20 @@ CARGO_CRATES= aho-corasick-1.1.3 \
|
|||
num-integer-0.1.46 \
|
||||
num-traits-0.2.19 \
|
||||
once_cell-1.21.3 \
|
||||
openssl-src-300.4.2+3.4.1 \
|
||||
openssl-src-300.5.0+3.5.0 \
|
||||
openssl-sys-0.9.107 \
|
||||
overload-0.1.1 \
|
||||
parking_lot-0.12.3 \
|
||||
parking_lot_core-0.9.10 \
|
||||
password-hash-0.5.0 \
|
||||
percent-encoding-2.3.1 \
|
||||
pin-project-1.1.10 \
|
||||
pin-project-internal-1.1.10 \
|
||||
pin-project-lite-0.2.16 \
|
||||
pkg-config-0.3.32 \
|
||||
powerfmt-0.2.0 \
|
||||
ppv-lite86-0.2.21 \
|
||||
pq-src-0.3.6+libpq-17.4 \
|
||||
pq-sys-0.7.1 \
|
||||
proc-macro2-1.0.94 \
|
||||
proc-macro2-1.0.95 \
|
||||
quickcheck-1.0.3 \
|
||||
quote-1.0.40 \
|
||||
r-efi-5.2.0 \
|
||||
|
@ -152,6 +148,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \
|
|||
ryu-1.0.20 \
|
||||
scheduled-thread-pool-0.2.7 \
|
||||
scopeguard-1.2.0 \
|
||||
semver-1.0.26 \
|
||||
serde-1.0.219 \
|
||||
serde_derive-1.0.219 \
|
||||
serde_json-1.0.140 \
|
||||
|
@ -164,7 +161,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \
|
|||
stable_deref_trait-1.2.0 \
|
||||
strsim-0.11.1 \
|
||||
subtle-2.6.1 \
|
||||
syn-2.0.100 \
|
||||
syn-2.0.101 \
|
||||
synstructure-0.13.1 \
|
||||
tempfile-3.19.1 \
|
||||
thiserror-1.0.69 \
|
||||
|
@ -174,9 +171,10 @@ CARGO_CRATES= aho-corasick-1.1.3 \
|
|||
time-core-0.1.4 \
|
||||
time-macros-0.2.22 \
|
||||
tinystr-0.7.6 \
|
||||
toml-0.8.20 \
|
||||
toml_datetime-0.6.8 \
|
||||
toml_edit-0.22.24 \
|
||||
toml-0.8.21 \
|
||||
toml_datetime-0.6.9 \
|
||||
toml_edit-0.22.25 \
|
||||
toml_write-0.1.0 \
|
||||
tracing-0.1.41 \
|
||||
tracing-attributes-0.1.28 \
|
||||
tracing-core-0.1.33 \
|
||||
|
@ -219,14 +217,14 @@ CARGO_CRATES= aho-corasick-1.1.3 \
|
|||
windows_x86_64_gnu-0.52.6 \
|
||||
windows_x86_64_gnullvm-0.52.6 \
|
||||
windows_x86_64_msvc-0.52.6 \
|
||||
winnow-0.7.4 \
|
||||
winnow-0.7.7 \
|
||||
wit-bindgen-rt-0.39.0 \
|
||||
write16-1.0.0 \
|
||||
writeable-0.5.5 \
|
||||
yoke-0.7.5 \
|
||||
yoke-derive-0.7.5 \
|
||||
zerocopy-0.8.24 \
|
||||
zerocopy-derive-0.8.24 \
|
||||
zerocopy-0.8.25 \
|
||||
zerocopy-derive-0.8.25 \
|
||||
zerofrom-0.1.6 \
|
||||
zerofrom-derive-0.1.6 \
|
||||
zerovec-0.10.4 \
|
||||
|
@ -236,6 +234,6 @@ PLIST_FILES= bin/${PORTNAME}
|
|||
|
||||
post-patch:
|
||||
${CP} ${FILESDIR}/bindings_8_0_35_powerpc64_freebsd.rs \
|
||||
${WRKSRC}/cargo-crates/mysqlclient-sys-0.4.4/bindings/
|
||||
${WRKSRC}/cargo-crates/mysqlclient-sys-0.4.5/bindings/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
TIMESTAMP = 1743911725
|
||||
TIMESTAMP = 1745704188
|
||||
SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916
|
||||
SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311
|
||||
SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0
|
||||
|
@ -35,16 +35,16 @@ SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf
|
|||
SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975
|
||||
SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b
|
||||
SIZE (rust/crates/byteorder-1.5.0.crate) = 23288
|
||||
SHA256 (rust/crates/cc-1.2.18.crate) = 525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c
|
||||
SIZE (rust/crates/cc-1.2.18.crate) = 105851
|
||||
SHA256 (rust/crates/cc-1.2.20.crate) = 04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a
|
||||
SIZE (rust/crates/cc-1.2.20.crate) = 105986
|
||||
SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
|
||||
SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
|
||||
SHA256 (rust/crates/chrono-0.4.40.crate) = 1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c
|
||||
SIZE (rust/crates/chrono-0.4.40.crate) = 229824
|
||||
SHA256 (rust/crates/clap-4.5.35.crate) = d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944
|
||||
SIZE (rust/crates/clap-4.5.35.crate) = 56970
|
||||
SHA256 (rust/crates/clap_builder-4.5.35.crate) = 2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9
|
||||
SIZE (rust/crates/clap_builder-4.5.35.crate) = 168525
|
||||
SHA256 (rust/crates/clap-4.5.37.crate) = eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071
|
||||
SIZE (rust/crates/clap-4.5.37.crate) = 56962
|
||||
SHA256 (rust/crates/clap_builder-4.5.37.crate) = efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2
|
||||
SIZE (rust/crates/clap_builder-4.5.37.crate) = 168761
|
||||
SHA256 (rust/crates/clap_complete-4.5.47.crate) = c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6
|
||||
SIZE (rust/crates/clap_complete-4.5.47.crate) = 48038
|
||||
SHA256 (rust/crates/clap_derive-4.5.32.crate) = 09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7
|
||||
|
@ -97,8 +97,8 @@ SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd
|
|||
SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969
|
||||
SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a
|
||||
SIZE (rust/crates/generic-array-0.14.7.crate) = 15950
|
||||
SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7
|
||||
SIZE (rust/crates/getrandom-0.2.15.crate) = 37163
|
||||
SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592
|
||||
SIZE (rust/crates/getrandom-0.2.16.crate) = 40163
|
||||
SHA256 (rust/crates/getrandom-0.3.2.crate) = 73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0
|
||||
SIZE (rust/crates/getrandom-0.3.2.crate) = 49140
|
||||
SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289
|
||||
|
@ -137,8 +137,8 @@ SHA256 (rust/crates/idna_adapter-1.2.0.crate) = daca1df1c957320b2cf139ac61e7bd64
|
|||
SIZE (rust/crates/idna_adapter-1.2.0.crate) = 8206
|
||||
SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e
|
||||
SIZE (rust/crates/indexmap-2.9.0.crate) = 91214
|
||||
SHA256 (rust/crates/insta-1.42.2.crate) = 50259abbaa67d11d2bcafc7ba1d094ed7a0c70e3ce893f0d0997f73558cb3084
|
||||
SIZE (rust/crates/insta-1.42.2.crate) = 100430
|
||||
SHA256 (rust/crates/insta-1.43.0.crate) = ab2d11b2f17a45095b8c3603928ba29d7d918d7129d0d0641a36ba73cf07daa6
|
||||
SIZE (rust/crates/insta-1.43.0.crate) = 101045
|
||||
SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130
|
||||
SIZE (rust/crates/ipnet-2.11.0.crate) = 29718
|
||||
SHA256 (rust/crates/ipnetwork-0.21.1.crate) = cf370abdafd54d13e54a620e8c3e1145f28e46cc9d704bc6d94414559df41763
|
||||
|
@ -151,18 +151,16 @@ SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec9374296
|
|||
SIZE (rust/crates/js-sys-0.3.77.crate) = 55538
|
||||
SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe
|
||||
SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025
|
||||
SHA256 (rust/crates/libc-0.2.171.crate) = c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6
|
||||
SIZE (rust/crates/libc-0.2.171.crate) = 785246
|
||||
SHA256 (rust/crates/libm-0.2.11.crate) = 8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa
|
||||
SIZE (rust/crates/libm-0.2.11.crate) = 111477
|
||||
SHA256 (rust/crates/libsqlite3-sys-0.32.0.crate) = fbb8270bb4060bd76c6e96f20c52d80620f1d82a3470885694e41e0f81ef6fe7
|
||||
SIZE (rust/crates/libsqlite3-sys-0.32.0.crate) = 5182689
|
||||
SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa
|
||||
SIZE (rust/crates/libc-0.2.172.crate) = 791646
|
||||
SHA256 (rust/crates/libm-0.2.13.crate) = c9627da5196e5d8ed0b0495e61e518847578da83483c37288316d9b2e03a7f72
|
||||
SIZE (rust/crates/libm-0.2.13.crate) = 148927
|
||||
SHA256 (rust/crates/libsqlite3-sys-0.33.0.crate) = 947e6816f7825b2b45027c2c32e7085da9934defa535de4a6a46b10a4d5257fa
|
||||
SIZE (rust/crates/libsqlite3-sys-0.33.0.crate) = 5182864
|
||||
SHA256 (rust/crates/link-cplusplus-1.0.10.crate) = 4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212
|
||||
SIZE (rust/crates/link-cplusplus-1.0.10.crate) = 8054
|
||||
SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f
|
||||
SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049
|
||||
SHA256 (rust/crates/linux-raw-sys-0.9.3.crate) = fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413
|
||||
SIZE (rust/crates/linux-raw-sys-0.9.3.crate) = 2311047
|
||||
SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12
|
||||
SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088
|
||||
SHA256 (rust/crates/litemap-0.7.5.crate) = 23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856
|
||||
SIZE (rust/crates/litemap-0.7.5.crate) = 29962
|
||||
SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17
|
||||
|
@ -175,8 +173,8 @@ SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf
|
|||
SIZE (rust/crates/memchr-2.7.4.crate) = 96670
|
||||
SHA256 (rust/crates/mysqlclient-src-0.1.3+9.2.0.crate) = 1ebac03ab8be41015fec2d2435929e4b19cd6133a624ac777409993f238768fd
|
||||
SIZE (rust/crates/mysqlclient-src-0.1.3+9.2.0.crate) = 10835080
|
||||
SHA256 (rust/crates/mysqlclient-sys-0.4.4.crate) = 8f29e21174d84e2622ceb7b0146a9187d36458a3a9ee9a66c9cac22e96493ef9
|
||||
SIZE (rust/crates/mysqlclient-sys-0.4.4.crate) = 860157
|
||||
SHA256 (rust/crates/mysqlclient-sys-0.4.5.crate) = 7fe45ac04fb301fa824ce6a3a0ef0171b52e92c6d25973c085cece9d88727bd7
|
||||
SIZE (rust/crates/mysqlclient-sys-0.4.5.crate) = 860702
|
||||
SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84
|
||||
SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311
|
||||
SHA256 (rust/crates/nu-ansi-term-0.50.1.crate) = d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399
|
||||
|
@ -191,8 +189,8 @@ SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0
|
|||
SIZE (rust/crates/num-traits-0.2.19.crate) = 51631
|
||||
SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d
|
||||
SIZE (rust/crates/once_cell-1.21.3.crate) = 34534
|
||||
SHA256 (rust/crates/openssl-src-300.4.2+3.4.1.crate) = 168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2
|
||||
SIZE (rust/crates/openssl-src-300.4.2+3.4.1.crate) = 9956732
|
||||
SHA256 (rust/crates/openssl-src-300.5.0+3.5.0.crate) = e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f
|
||||
SIZE (rust/crates/openssl-src-300.5.0+3.5.0.crate) = 10488436
|
||||
SHA256 (rust/crates/openssl-sys-0.9.107.crate) = 8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07
|
||||
SIZE (rust/crates/openssl-sys-0.9.107.crate) = 78156
|
||||
SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39
|
||||
|
@ -205,10 +203,6 @@ SHA256 (rust/crates/password-hash-0.5.0.crate) = 346f04948ba92c43e8469c1ee6736c7
|
|||
SIZE (rust/crates/password-hash-0.5.0.crate) = 26884
|
||||
SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e
|
||||
SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235
|
||||
SHA256 (rust/crates/pin-project-1.1.10.crate) = 677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a
|
||||
SIZE (rust/crates/pin-project-1.1.10.crate) = 56348
|
||||
SHA256 (rust/crates/pin-project-internal-1.1.10.crate) = 6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861
|
||||
SIZE (rust/crates/pin-project-internal-1.1.10.crate) = 29162
|
||||
SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b
|
||||
SIZE (rust/crates/pin-project-lite-0.2.16.crate) = 30504
|
||||
SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c
|
||||
|
@ -221,8 +215,8 @@ SHA256 (rust/crates/pq-src-0.3.6+libpq-17.4.crate) = 5f5b04f06b634725218f5f2d042
|
|||
SIZE (rust/crates/pq-src-0.3.6+libpq-17.4.crate) = 502184
|
||||
SHA256 (rust/crates/pq-sys-0.7.1.crate) = 41c852911b98f5981956037b2ca976660612e548986c30af075e753107bc3400
|
||||
SIZE (rust/crates/pq-sys-0.7.1.crate) = 36931
|
||||
SHA256 (rust/crates/proc-macro2-1.0.94.crate) = a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84
|
||||
SIZE (rust/crates/proc-macro2-1.0.94.crate) = 52391
|
||||
SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778
|
||||
SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820
|
||||
SHA256 (rust/crates/quickcheck-1.0.3.crate) = 588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6
|
||||
SIZE (rust/crates/quickcheck-1.0.3.crate) = 28069
|
||||
SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d
|
||||
|
@ -259,6 +253,8 @@ SHA256 (rust/crates/scheduled-thread-pool-0.2.7.crate) = 3cbc66816425a074528352f
|
|||
SIZE (rust/crates/scheduled-thread-pool-0.2.7.crate) = 10554
|
||||
SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49
|
||||
SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619
|
||||
SHA256 (rust/crates/semver-1.0.26.crate) = 56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0
|
||||
SIZE (rust/crates/semver-1.0.26.crate) = 31303
|
||||
SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6
|
||||
SIZE (rust/crates/serde-1.0.219.crate) = 78983
|
||||
SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00
|
||||
|
@ -283,8 +279,8 @@ SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3
|
|||
SIZE (rust/crates/strsim-0.11.1.crate) = 14266
|
||||
SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292
|
||||
SIZE (rust/crates/subtle-2.6.1.crate) = 14562
|
||||
SHA256 (rust/crates/syn-2.0.100.crate) = b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0
|
||||
SIZE (rust/crates/syn-2.0.100.crate) = 297947
|
||||
SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf
|
||||
SIZE (rust/crates/syn-2.0.101.crate) = 299250
|
||||
SHA256 (rust/crates/synstructure-0.13.1.crate) = c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971
|
||||
SIZE (rust/crates/synstructure-0.13.1.crate) = 18327
|
||||
SHA256 (rust/crates/tempfile-3.19.1.crate) = 7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf
|
||||
|
@ -303,12 +299,14 @@ SHA256 (rust/crates/time-macros-0.2.22.crate) = 3526739392ec93fd8b359c8e98514cb3
|
|||
SIZE (rust/crates/time-macros-0.2.22.crate) = 24604
|
||||
SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f
|
||||
SIZE (rust/crates/tinystr-0.7.6.crate) = 16971
|
||||
SHA256 (rust/crates/toml-0.8.20.crate) = cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148
|
||||
SIZE (rust/crates/toml-0.8.20.crate) = 51095
|
||||
SHA256 (rust/crates/toml_datetime-0.6.8.crate) = 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41
|
||||
SIZE (rust/crates/toml_datetime-0.6.8.crate) = 12028
|
||||
SHA256 (rust/crates/toml_edit-0.22.24.crate) = 17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474
|
||||
SIZE (rust/crates/toml_edit-0.22.24.crate) = 106399
|
||||
SHA256 (rust/crates/toml-0.8.21.crate) = 900f6c86a685850b1bc9f6223b20125115ee3f31e01207d81655bbcc0aea9231
|
||||
SIZE (rust/crates/toml-0.8.21.crate) = 76157
|
||||
SHA256 (rust/crates/toml_datetime-0.6.9.crate) = 3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3
|
||||
SIZE (rust/crates/toml_datetime-0.6.9.crate) = 12622
|
||||
SHA256 (rust/crates/toml_edit-0.22.25.crate) = 10558ed0bd2a1562e630926a2d1f0b98c827da99fabd3fe20920a59642504485
|
||||
SIZE (rust/crates/toml_edit-0.22.25.crate) = 121665
|
||||
SHA256 (rust/crates/toml_write-0.1.0.crate) = 28391a4201ba7eb1984cfeb6862c0b3ea2cfe23332298967c749dddc0d6cd976
|
||||
SIZE (rust/crates/toml_write-0.1.0.crate) = 16999
|
||||
SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0
|
||||
SIZE (rust/crates/tracing-0.1.41.crate) = 82448
|
||||
SHA256 (rust/crates/tracing-attributes-0.1.28.crate) = 395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d
|
||||
|
@ -393,8 +391,8 @@ SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681
|
|||
SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707
|
||||
SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec
|
||||
SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564
|
||||
SHA256 (rust/crates/winnow-0.7.4.crate) = 0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36
|
||||
SIZE (rust/crates/winnow-0.7.4.crate) = 173588
|
||||
SHA256 (rust/crates/winnow-0.7.7.crate) = 6cb8234a863ea0e8cd7284fcdd4f145233eb00fee02bbdd9861aec44e6477bc5
|
||||
SIZE (rust/crates/winnow-0.7.7.crate) = 173993
|
||||
SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1
|
||||
SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241
|
||||
SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936
|
||||
|
@ -405,10 +403,10 @@ SHA256 (rust/crates/yoke-0.7.5.crate) = 120e6aef9aa629e3d4f52dc8cc43a015c7724194
|
|||
SIZE (rust/crates/yoke-0.7.5.crate) = 29673
|
||||
SHA256 (rust/crates/yoke-derive-0.7.5.crate) = 2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154
|
||||
SIZE (rust/crates/yoke-derive-0.7.5.crate) = 7525
|
||||
SHA256 (rust/crates/zerocopy-0.8.24.crate) = 2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879
|
||||
SIZE (rust/crates/zerocopy-0.8.24.crate) = 243777
|
||||
SHA256 (rust/crates/zerocopy-derive-0.8.24.crate) = a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be
|
||||
SIZE (rust/crates/zerocopy-derive-0.8.24.crate) = 86487
|
||||
SHA256 (rust/crates/zerocopy-0.8.25.crate) = a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb
|
||||
SIZE (rust/crates/zerocopy-0.8.25.crate) = 252714
|
||||
SHA256 (rust/crates/zerocopy-derive-0.8.25.crate) = 28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef
|
||||
SIZE (rust/crates/zerocopy-derive-0.8.25.crate) = 87671
|
||||
SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5
|
||||
SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669
|
||||
SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502
|
||||
|
@ -417,5 +415,5 @@ SHA256 (rust/crates/zerovec-0.10.4.crate) = aa2b893d79df23bfb12d5461018d408ea19d
|
|||
SIZE (rust/crates/zerovec-0.10.4.crate) = 126398
|
||||
SHA256 (rust/crates/zerovec-derive-0.10.3.crate) = 6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6
|
||||
SIZE (rust/crates/zerovec-derive-0.10.3.crate) = 19438
|
||||
SHA256 (diesel-rs-diesel-v2.2.9_GH0.tar.gz) = c4632bcb2a4cfe5db6036abd15565b9898e4ff46a4493d8c21301a9e466b28c5
|
||||
SIZE (diesel-rs-diesel-v2.2.9_GH0.tar.gz) = 843348
|
||||
SHA256 (diesel-rs-diesel-v2.2.10_GH0.tar.gz) = 7b2bad8963a8c0617b2d2259b2edeb34f10f36615b9a86e2a4a71546a13d7047
|
||||
SIZE (diesel-rs-diesel-v2.2.10_GH0.tar.gz) = 843489
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= mongodb
|
||||
DISTVERSIONPREFIX= r
|
||||
DISTVERSION= 8.0.6
|
||||
DISTVERSION= 8.0.7
|
||||
CATEGORIES= databases net
|
||||
MASTER_SITES= https://hg.mozilla.org/mozilla-central/raw-rev/:patches
|
||||
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
TIMESTAMP = 1744826628
|
||||
TIMESTAMP = 1745487383
|
||||
SHA256 (223087fdc29f18678f6174e9807b8780e439acf6) = f234371584e2b2bc9953ae4fd145da19c99a6f04087f53d59616aecf29df039c
|
||||
SIZE (223087fdc29f18678f6174e9807b8780e439acf6) = 1597
|
||||
SHA256 (mongodb-mongo-r8.0.6_GH0.tar.gz) = e5a925d124fcb31a4f912fab1fe58da76829a8ffe9fd9e3fed4d6df821ff8182
|
||||
SIZE (mongodb-mongo-r8.0.6_GH0.tar.gz) = 94638631
|
||||
SHA256 (mongodb-mongo-r8.0.7_GH0.tar.gz) = 58f7c781eea1347667817c1e9a4e94bc9ac5ca45e32d2fa1b59966a2b349d6e4
|
||||
SIZE (mongodb-mongo-r8.0.7_GH0.tar.gz) = 94638468
|
||||
SHA256 (mongodb-forks-spidermonkey-4c197344dfc48dfbbd242333878f17f0379e6205_GH0.tar.gz) = 25ddc30c800d44231798793f788765e0ae8060b9f9f2f09d7f23955b2f63f034
|
||||
SIZE (mongodb-forks-spidermonkey-4c197344dfc48dfbbd242333878f17f0379e6205_GH0.tar.gz) = 164661704
|
||||
|
|
|
@ -4,6 +4,9 @@ CATEGORIES= deskutils
|
|||
MASTER_SITES= https://github.com/hluk/CopyQ/releases/download/v${DISTVERSION}/
|
||||
DISTNAME= Copyq-${DISTVERSION}
|
||||
|
||||
PATCH_SITES= https://github.com/hluk/CopyQ/commit/
|
||||
PATCHFILES+= f08c0d46a239362c5d3525ef9c3ba943bb00f734.patch:-p1 # Fix build with Qt >= 6.9.0
|
||||
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
COMMENT= Qt6 based clipboard manager
|
||||
WWW= https://github.com/hluk/CopyQ
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1743771334
|
||||
TIMESTAMP = 1744954135
|
||||
SHA256 (Copyq-10.0.0.tar.gz) = cc1ab0b492824d92e6e94b5d30576bcf7ed84b4fa75bd305c7262e0b2ccc7b95
|
||||
SIZE (Copyq-10.0.0.tar.gz) = 3457419
|
||||
SHA256 (f08c0d46a239362c5d3525ef9c3ba943bb00f734.patch) = 176a422134c6fd85f58b1dd2cb70b2b89c018b14e6c756193e74a9eae579441c
|
||||
SIZE (f08c0d46a239362c5d3525ef9c3ba943bb00f734.patch) = 16044
|
||||
|
|
|
@ -2,6 +2,9 @@ PORTNAME= libportal
|
|||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= deskutils
|
||||
|
||||
PATCH_SITES= https://github.com/flatpak/libportal/commit/
|
||||
PATCHFILES+= 796053d2eebe4532aad6bd3fd80cdf3b197806ec.patch:-p1 # Fix build with Qt >= 6.9.0
|
||||
|
||||
MAINTAINER= arrowd@FreeBSD.org
|
||||
COMMENT?= GIO-styled async APIs for Flatpak
|
||||
WWW= https://github.com/flatpak/libportal
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1739623404
|
||||
TIMESTAMP = 1744955150
|
||||
SHA256 (flatpak-libportal-0.9.1_GH0.tar.gz) = ea422b789ae487e04194d387bea031fd7485bf88a18aef8c767f7d1c29496a4e
|
||||
SIZE (flatpak-libportal-0.9.1_GH0.tar.gz) = 142301
|
||||
SHA256 (796053d2eebe4532aad6bd3fd80cdf3b197806ec.patch) = 8fa13c34e4bcf4bc1d439baac82707a6d9ed6d69db9f04f563d5cd961bf10f49
|
||||
SIZE (796053d2eebe4532aad6bd3fd80cdf3b197806ec.patch) = 1471
|
||||
|
|
|
@ -4,6 +4,9 @@ PORTREVISION= 1
|
|||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/KDAB/GammaRay/releases/download/v${DISTVERSION}/
|
||||
|
||||
PATCH_SITES= https://github.com/KDAB/GammaRay/commit/
|
||||
PATCHFILES+= 73a102f50f0c4f9482f90b84814aa9cd812c3136.patch:-p1 # Fix build with Qt >= 6.9.0
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Debugging tool for Qt-application
|
||||
WWW= https://www.kdab.com/development-resources/qt-tools/gammaray/
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1726491963
|
||||
TIMESTAMP = 1744955128
|
||||
SHA256 (gammaray-3.1.0.tar.gz) = 93b52d5318374896621e1d8b5dd03379c53e0458b1633b539d18737fe8c300cf
|
||||
SIZE (gammaray-3.1.0.tar.gz) = 62728353
|
||||
SHA256 (73a102f50f0c4f9482f90b84814aa9cd812c3136.patch) = 0e9af756d6a33a13a9bb6b11636ec3501ee3444a14fe33fc17b862999d8d3ff9
|
||||
SIZE (73a102f50f0c4f9482f90b84814aa9cd812c3136.patch) = 2389
|
||||
|
|
|
@ -2,6 +2,9 @@ PORTNAME= iaito
|
|||
DISTVERSION= 5.9.9
|
||||
CATEGORIES= devel
|
||||
|
||||
PATCH_SITES= https://github.com/radareorg/iaito/commit/
|
||||
PATCHFILES+= 14d843c138defd36b8550c37f067e64d6b8316fb.patch:-p1 # Fix build with Qt >= 6.9.0
|
||||
|
||||
MAINTAINER= freebsd@sysctl.cz
|
||||
COMMENT= Official QT frontend of radare2, a libre reverse engineering framework
|
||||
WWW= https://github.com/radareorg/iaito
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1733653022
|
||||
TIMESTAMP = 1745042855
|
||||
SHA256 (radareorg-iaito-5.9.9_GH0.tar.gz) = 333e56c13ca05570eac4ae9dd53ecd7650444092aedf5b5e8959c3fb20c3316b
|
||||
SIZE (radareorg-iaito-5.9.9_GH0.tar.gz) = 2865917
|
||||
SHA256 (14d843c138defd36b8550c37f067e64d6b8316fb.patch) = 791e0c9f34d94e31f87a6f8377b70fe36c5a8738129331fe6cf213af67223765
|
||||
SIZE (14d843c138defd36b8550c37f067e64d6b8316fb.patch) = 1150
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= b2sdk
|
||||
DISTVERSION= 2.8.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.8.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1737675068
|
||||
SHA256 (b2sdk-2.8.0.tar.gz) = e5a75b20b37b45d17fdb7fae491c8bb5d8adac67d99383cda3506f6b10c96710
|
||||
SIZE (b2sdk-2.8.0.tar.gz) = 203630
|
||||
TIMESTAMP = 1745608892
|
||||
SHA256 (b2sdk-2.8.1.tar.gz) = f75d9980259a42915228c3deee475b2b7d5bc252d8c3228a8c3727ad9c68a343
|
||||
SIZE (b2sdk-2.8.1.tar.gz) = 203794
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= blessed
|
||||
DISTVERSION= 1.20.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.21.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,12 +11,13 @@ WWW= https://github.com/jquast/blessed
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wcwidth>=0.1.4:devel/py-wcwidth@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0.1.4:devel/py-wcwidth@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist pytest # 4 tests fail, see https://github.com/jquast/blessed/issues/251
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
# tests as of 1.21.0: 394 passed, 33 skipped in 130.62s (0:02:10)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1678438043
|
||||
SHA256 (blessed-1.20.0.tar.gz) = 2cdd67f8746e048f00df47a2880f4d6acbcdb399031b604e34ba8f71d5787680
|
||||
SIZE (blessed-1.20.0.tar.gz) = 6655612
|
||||
TIMESTAMP = 1745725935
|
||||
SHA256 (blessed-1.21.0.tar.gz) = ece8bbc4758ab9176452f4e3a719d70088eb5739798cd5582c9e05f2a28337ec
|
||||
SIZE (blessed-1.21.0.tar.gz) = 6660011
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= grpcio-tools
|
||||
PORTVERSION= 1.71.0
|
||||
PORTVERSION= 1.72.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741742311
|
||||
SHA256 (grpcio_tools-1.71.0.tar.gz) = 38dba8e0d5e0fb23a034e09644fdc6ed862be2371887eee54901999e8f6792a8
|
||||
SIZE (grpcio_tools-1.71.0.tar.gz) = 5326008
|
||||
TIMESTAMP = 1745714566
|
||||
SHA256 (grpcio_tools-1.72.0.tar.gz) = 23144adf063fad5665160bcdc397220f2dc29e11b7dde88ae69bd9672ff8d9db
|
||||
SIZE (grpcio_tools-1.72.0.tar.gz) = 5396558
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= grpcio
|
||||
PORTVERSION= 1.71.0
|
||||
PORTVERSION= 1.72.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741742048
|
||||
SHA256 (grpcio-1.71.0.tar.gz) = 2b85f7820475ad3edec209d3d89a7909ada16caab05d3f2e08a7e8ae3200a55c
|
||||
SIZE (grpcio-1.71.0.tar.gz) = 12549828
|
||||
TIMESTAMP = 1745712769
|
||||
SHA256 (grpcio-1.72.0.tar.gz) = 05aee9be958a580e169e1aa8987387bcd8be6ed7fc5c2a3a048b6a2b911473cd
|
||||
SIZE (grpcio-1.72.0.tar.gz) = 12588545
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= scooby
|
||||
DISTVERSION= 0.10.0
|
||||
DISTVERSION= 0.10.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1744185394
|
||||
SHA256 (scooby-0.10.0.tar.gz) = 7ea33c262c0cc6a33c6eeeb5648df787be4f22660e53c114e5fff1b811a8854f
|
||||
SIZE (scooby-0.10.0.tar.gz) = 20627
|
||||
TIMESTAMP = 1745726439
|
||||
SHA256 (scooby-0.10.1.tar.gz) = 2ea147670cbf7cad42600c9990f2289f7b3c02c0769b0cc02a73e59d11c8f885
|
||||
SIZE (scooby-0.10.1.tar.gz) = 20678
|
||||
|
|
|
@ -3,6 +3,9 @@ DISTVERSION= 1.8.11
|
|||
CATEGORIES= editors
|
||||
MASTER_SITES= https://gottcode.org/${PORTNAME}/
|
||||
|
||||
PATCH_SITES= https://github.com/gottcode/focuswriter/commit/
|
||||
PATCHFILES+= dd74ed4559a141653a06e7984c1251b992925775.patch:-p1 # Fix build with Qt >= 6.9.0
|
||||
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
COMMENT= Simple, distraction-free writing environment
|
||||
WWW= https://gottcode.org/focuswriter/
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1741354549
|
||||
TIMESTAMP = 1745045245
|
||||
SHA256 (focuswriter-1.8.11.tar.bz2) = 89db786aa6919962068971defd8106da4a4decd43f2525dce48bc9f95bbfd3f7
|
||||
SIZE (focuswriter-1.8.11.tar.bz2) = 10477272
|
||||
SHA256 (dd74ed4559a141653a06e7984c1251b992925775.patch) = 36eaf5daf791ac0377d92602abcb0d3a1bd09e23019a1405f42ac5043d9f7b7f
|
||||
SIZE (dd74ed4559a141653a06e7984c1251b992925775.patch) = 1264
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= neovim
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.11.0
|
||||
DISTVERSION= 0.11.1
|
||||
CATEGORIES= editors
|
||||
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1743007470
|
||||
SHA256 (neovim-neovim-v0.11.0_GH0.tar.gz) = 6826c4812e96995d29a98586d44fbee7c9b2045485d50d174becd6d5242b3319
|
||||
SIZE (neovim-neovim-v0.11.0_GH0.tar.gz) = 12901255
|
||||
TIMESTAMP = 1745722710
|
||||
SHA256 (neovim-neovim-v0.11.1_GH0.tar.gz) = ffe7f9a7633ed895ff6adb1039af7516cd6453715c8889ad844b6fa39c3df443
|
||||
SIZE (neovim-neovim-v0.11.1_GH0.tar.gz) = 12907535
|
||||
SHA256 (tree-sitter-tree-sitter-c-v0.23.5_GH0.tar.gz) = f7e50412230150ce514efcccb962ff9b452d9f358e0a2c89f2a0a0256c2ec886
|
||||
SIZE (tree-sitter-tree-sitter-c-v0.23.5_GH0.tar.gz) = 378339
|
||||
SHA256 (tree-sitter-grammars-tree-sitter-lua-v0.3.0_GH0.tar.gz) = a34cc70abfd8d2d4b0fabf01403ea05f848e1a4bc37d8a4bfea7164657b35d31
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
Fix build with Qt >= 6.9.0
|
||||
|
||||
Backported from: https://github.com/RPCS3/rpcs3/commit/600e4604169464c64cbf548e7629e483ad2aad1e
|
||||
|
||||
--- rpcs3/rpcs3qt/game_list_frame.cpp.orig 2025-03-30 19:45:32 UTC
|
||||
+++ rpcs3/rpcs3qt/game_list_frame.cpp
|
||||
@@ -2363,7 +2363,7 @@ void game_list_frame::BatchActionBySerials(progress_di
|
||||
|
||||
connect(future_watcher, &QFutureWatcher<void>::finished, this, [=, this]()
|
||||
{
|
||||
- pdlg->setLabelText(progressLabel.arg(*index).arg(serials_size));
|
||||
+ pdlg->setLabelText(progressLabel.arg(index->load()).arg(serials_size));
|
||||
pdlg->setCancelButtonText(tr("OK"));
|
||||
QApplication::beep();
|
||||
|
||||
@@ -2396,7 +2396,7 @@ void game_list_frame::BatchActionBySerials(progress_di
|
||||
return;
|
||||
}
|
||||
|
||||
- pdlg->setLabelText(progressLabel.arg(*index).arg(serials_size));
|
||||
+ pdlg->setLabelText(progressLabel.arg(index->load()).arg(serials_size));
|
||||
pdlg->setCancelButtonText(tr("OK"));
|
||||
connect(pdlg, &progress_dialog::canceled, this, [pdlg](){ pdlg->deleteLater(); });
|
||||
QApplication::beep();
|
|
@ -0,0 +1,24 @@
|
|||
Fix build with Qt >= 6.9.0
|
||||
|
||||
Backported from: https://github.com/RPCS3/rpcs3/commit/600e4604169464c64cbf548e7629e483ad2aad1e
|
||||
|
||||
--- rpcs3/rpcs3qt/ps_move_tracker_dialog.cpp.orig 2025-03-30 19:45:32 UTC
|
||||
+++ rpcs3/rpcs3qt/ps_move_tracker_dialog.cpp
|
||||
@@ -362,7 +362,7 @@ void ps_move_tracker_dialog::update_min_radius(bool up
|
||||
}
|
||||
void ps_move_tracker_dialog::update_min_radius(bool update_slider)
|
||||
{
|
||||
- ui->minRadiusGb->setTitle(tr("Min Radius: %0 %").arg(g_cfg_move.min_radius));
|
||||
+ ui->minRadiusGb->setTitle(tr("Min Radius: %0 %").arg(g_cfg_move.min_radius.get()));
|
||||
|
||||
if (update_slider)
|
||||
{
|
||||
@@ -372,7 +372,7 @@ void ps_move_tracker_dialog::update_max_radius(bool up
|
||||
|
||||
void ps_move_tracker_dialog::update_max_radius(bool update_slider)
|
||||
{
|
||||
- ui->maxRadiusGb->setTitle(tr("Max Radius: %0 %").arg(g_cfg_move.max_radius));
|
||||
+ ui->maxRadiusGb->setTitle(tr("Max Radius: %0 %").arg(g_cfg_move.max_radius.get()));
|
||||
|
||||
if (update_slider)
|
||||
{
|
|
@ -1,4 +1,4 @@
|
|||
PORTREVISION= 8
|
||||
PORTREVISION= 12
|
||||
PKGNAMESUFFIX= -nox11
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../virtualbox-ose
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= virtualbox-ose
|
||||
DISTVERSION= 6.1.50
|
||||
PORTREVISION?= 11
|
||||
PORTREVISION?= 12
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/:src \
|
||||
LOCAL/bofh/emulators/virtualbox-ose:docs
|
||||
|
@ -270,6 +270,8 @@ post-patch:
|
|||
${WRKSRC}/LocalConfig.kmk
|
||||
@${ECHO_CMD} 'VBOX_WITH_VALIDATIONKIT =' >> ${WRKSRC}/LocalConfig.kmk
|
||||
@${ECHO_CMD} 'VBOX_WITH_X11_ADDITIONS =' >> ${WRKSRC}/LocalConfig.kmk
|
||||
@${ECHO_CMD} 'VBOX_BLD_PYTHON = ${LOCALBASE}/bin/${PYTHON_VERSION}' >> \
|
||||
${WRKSRC}/LocalConfig.kmk
|
||||
.if ${PORT_OPTIONS:MR0LOGGING}
|
||||
@${ECHO_CMD} 'VBOX_WITH_R0_LOGGING = 1' >> ${WRKSRC}/LocalConfig.kmk
|
||||
.endif
|
||||
|
|
|
@ -403,6 +403,8 @@ lib/virtualbox/VBoxManage
|
|||
lib/virtualbox/VBoxNetDHCP.so
|
||||
@(root,%%VBOXGROUP%%,4510) lib/virtualbox/VBoxNetNAT
|
||||
lib/virtualbox/VBoxNetNAT.so
|
||||
%%PYTHON%%lib/virtualbox/VBoxPython.so
|
||||
%%PYTHON%%lib/virtualbox/VBoxPython%%PYTHON_VERU%%.so
|
||||
lib/virtualbox/VBoxRT.so
|
||||
%%X11%%@(root,%%VBOXGROUP%%,4510) lib/virtualbox/VBoxSDL
|
||||
%%X11%%lib/virtualbox/VBoxSDL.so
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= mizuma
|
||||
DISTVERSION= 2025.02
|
||||
DISTVERSION= 2025.04
|
||||
CATEGORIES= games emulators
|
||||
MASTER_SITES= https://codeberg.org/Alexander88207/Mizutamari/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy=/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1739723391
|
||||
SHA256 (mizuma-2025.02.tar.gz) = 57ff8469c59fe4a425d55b890c99ee693aba1a01f248e31260d76b2c36d6c717
|
||||
SIZE (mizuma-2025.02.tar.gz) = 220879
|
||||
TIMESTAMP = 1745705501
|
||||
SHA256 (mizuma-2025.04.tar.gz) = 0316149e76b9223687fb080ccd58ec94a44786c2305bfc5f34d87312c28a80eb
|
||||
SIZE (mizuma-2025.04.tar.gz) = 217212
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Mizutamari is a Wine front-end.
|
||||
Written in Bash with a GUI provided by Zentiy.
|
||||
Mizutamari is A Wine front-end. Written in Bash with a GUI provided by Zentiy.
|
||||
|
||||
A predefined library is used to manage the Windows applications.
|
||||
Providing/applying the required fixes and workarounds.
|
||||
|
||||
Note: In order to avoid conflicts with the KDE environment,
|
||||
you need to build this port with the MESA_DEMOS option instead.
|
||||
|
|
|
@ -5,14 +5,16 @@ An application shortcut for the desktop will be not created by the port.
|
|||
|
||||
To open the main gui type: Mizuma
|
||||
|
||||
For quick commandline tasks you can use the following examples:
|
||||
The following commandline tasks are currently available:
|
||||
|
||||
To install something use: Mizuma Install Skype
|
||||
To launch something use: Mizuma Launch Skype
|
||||
To uninstall something use: Mizuma Uninstall Skype
|
||||
Mizuma Install $APPNAME
|
||||
Mizuma Launch $APPNAME
|
||||
Mizuma Uninstall $APPNAME
|
||||
Mizuma List Library
|
||||
Mizuma List Installed
|
||||
|
||||
For further possibly helpful information please read:
|
||||
https://codeberg.org/Alexander88207/Mizutamari#support
|
||||
For further possibly helpful information take a look at:
|
||||
https://codeberg.org/Alexander88207/Mizutamari
|
||||
|
||||
Enjoy!
|
||||
EOM
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= scales
|
||||
PORTVERSION= 1.3.0
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= graphics
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
|
@ -14,10 +14,9 @@ RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \
|
|||
R-cran-glue>0:devel/R-cran-glue \
|
||||
R-cran-labeling>0:math/R-cran-labeling \
|
||||
R-cran-lifecycle>0:devel/R-cran-lifecycle \
|
||||
R-cran-munsell>=0.5:graphics/R-cran-munsell \
|
||||
R-cran-R6>0:devel/R-cran-R6 \
|
||||
R-cran-RColorBrewer>0:graphics/R-cran-RColorBrewer \
|
||||
R-cran-rlang>=1.0.0:devel/R-cran-rlang \
|
||||
R-cran-rlang>=1.1.0:devel/R-cran-rlang \
|
||||
R-cran-viridisLite>0:graphics/R-cran-viridisLite
|
||||
|
||||
USES= cran:auto-plist,compiles
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1702208343
|
||||
SHA256 (scales_1.3.0.tar.gz) = b33e0f6b44259551ce02befd52eac53602509fbfdd903920620c658c50f35888
|
||||
SIZE (scales_1.3.0.tar.gz) = 302544
|
||||
TIMESTAMP = 1745635426
|
||||
SHA256 (scales_1.4.0.tar.gz) = d55ef5f08c92652d7a95cfa27584024723ab17873f1b2577dd488cb7c883ceee
|
||||
SIZE (scales_1.4.0.tar.gz) = 328671
|
||||
|
|
|
@ -5,6 +5,10 @@ CATEGORIES= graphics
|
|||
MASTER_SITES= https://github.com/YACReader/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||
EXTRACT_SUFX= -src.tar.xz
|
||||
|
||||
PATCH_SITES= https://github.com/YACReader/${PORTNAME}/commit/
|
||||
PATCHFILES+= 254652f03ec648423c9488929dc62fb3f4b817c7.patch:-p1 # Fix build with Qt >= 6.9.0
|
||||
PATCHFILES+= 6e0e6f3bc39ddc4d7241f4f946088291410feb50.patch:-p1 # Fix build with Qt >= 6.9.0
|
||||
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
COMMENT= Yet another comic reader
|
||||
WWW= https://www.yacreader.com/
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
TIMESTAMP = 1735819532
|
||||
TIMESTAMP = 1745216597
|
||||
SHA256 (yacreader-9.15.0-src.tar.xz) = d0f69b7446dd36fdd29ce1a69787a8b563db8b52d2d2444dab678a2d9ae7e6ea
|
||||
SIZE (yacreader-9.15.0-src.tar.xz) = 1380428
|
||||
SHA256 (254652f03ec648423c9488929dc62fb3f4b817c7.patch) = e9263046475f3fe09e35e9f4a8e1ce71220908e6939858abae434996a5239585
|
||||
SIZE (254652f03ec648423c9488929dc62fb3f4b817c7.patch) = 858
|
||||
SHA256 (6e0e6f3bc39ddc4d7241f4f946088291410feb50.patch) = 825d8f5fa8dbea88b9b5db5278a08815e0438fd99c6184af4b9727e1363e717a
|
||||
SIZE (6e0e6f3bc39ddc4d7241f4f946088291410feb50.patch) = 1095
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= eisl
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 5.41
|
||||
DISTVERSION= 5.42
|
||||
CATEGORIES= lang devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1737619148
|
||||
SHA256 (sasagawa888-eisl-v5.41_GH0.tar.gz) = af19ab13c5de4d41c09eb539ee8964cde48982a2a96c764a8818e236b1d5d6f0
|
||||
SIZE (sasagawa888-eisl-v5.41_GH0.tar.gz) = 3140179
|
||||
TIMESTAMP = 1745704495
|
||||
SHA256 (sasagawa888-eisl-v5.42_GH0.tar.gz) = b1a11f7e959368ccd2a6d935b57c4bedba99bbdb2276244bd9166541a2cd0ac3
|
||||
SIZE (sasagawa888-eisl-v5.42_GH0.tar.gz) = 3140792
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
PORTNAME= faiss
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.9.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.11.0
|
||||
CATEGORIES= math
|
||||
|
||||
#PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
#PATCHFILES= 70c5de13cd9e2ce94181fe67d9a70eb371ecd554.patch:-p1 # fix GTest linkage
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES= 01c7e647388f9e23fc828059a3fd9c61b43c0740.patch:-p1 # FreeBSD compatibility patch, https://github.com/facebookresearch/faiss/pull/4316
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Library for efficient similarity search & clustering of dense vectors
|
||||
|
@ -20,7 +19,9 @@ BROKEN= requires OpenMP support that is missing on this architecture
|
|||
|
||||
BUILD_DEPENDS= openblas>0:math/openblas # faiss links with libopenblasp-rN.N.N.so (installed by default only on amd64,i386), so use non-filename-specific DEPENDS commands
|
||||
RUN_DEPENDS= openblas>0:math/openblas
|
||||
TEST_DEPENDS= googletest>0:devel/googletest
|
||||
TEST_DEPENDS= benchmark>0:devel/benchmark \
|
||||
gflags>0:devel/gflags \
|
||||
googletest>0:devel/googletest
|
||||
|
||||
USES= cmake:testing compiler:c++11-lang localbase:ldflags # tests fail to compile, see https://github.com/facebookresearch/faiss/issues/3913
|
||||
|
||||
|
@ -32,4 +33,6 @@ GH_ACCOUNT= facebookresearch
|
|||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
CMAKE_OFF= BUILD_TESTING FAISS_ENABLE_GPU FAISS_ENABLE_PYTHON
|
||||
|
||||
# tests as of 1.11.0: 99% tests passed, 1 tests failed out of 132, TestMemoryLeak.ivfflat (Timeout)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1728188633
|
||||
SHA256 (facebookresearch-faiss-v1.9.0_GH0.tar.gz) = a6c3c60811aeec2dd8943a41f3df244bfed12371453d9b10eaf6ba55fafad1d2
|
||||
SIZE (facebookresearch-faiss-v1.9.0_GH0.tar.gz) = 1084439
|
||||
TIMESTAMP = 1745711436
|
||||
SHA256 (facebookresearch-faiss-v1.11.0_GH0.tar.gz) = c5d517da6deb6a6d74290d7145331fc7474426025e2d826fa4a6d40670f4493c
|
||||
SIZE (facebookresearch-faiss-v1.11.0_GH0.tar.gz) = 1138777
|
||||
SHA256 (01c7e647388f9e23fc828059a3fd9c61b43c0740.patch) = 6248c0d69b2309c5b977d6cd0ff75788a6e668b6c6c87c3113bb2e5603273ea4
|
||||
SIZE (01c7e647388f9e23fc828059a3fd9c61b43c0740.patch) = 795
|
||||
|
|
17
math/faiss/files/patch-perf__tests_CMakeLists.txt
Normal file
17
math/faiss/files/patch-perf__tests_CMakeLists.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
--- perf_tests/CMakeLists.txt.orig 2025-04-26 22:25:16 UTC
|
||||
+++ perf_tests/CMakeLists.txt
|
||||
@@ -7,13 +7,7 @@ set(BENCHMARK_ENABLE_TESTING OFF)
|
||||
project(faiss_perf_tests)
|
||||
set(BENCHMARK_ENABLE_TESTING OFF)
|
||||
|
||||
-include(FetchContent)
|
||||
-FetchContent_Declare(googlebenchmark
|
||||
- GIT_REPOSITORY https://github.com/google/benchmark.git
|
||||
- GIT_TAG main) # need main for benchmark::benchmark
|
||||
-FetchContent_MakeAvailable(
|
||||
- googlebenchmark)
|
||||
-
|
||||
+find_package(benchmark)
|
||||
|
||||
find_package(Threads REQUIRED)
|
||||
find_package(OpenMP REQUIRED)
|
27
math/faiss/files/patch-tests_CMakeLists.txt
Normal file
27
math/faiss/files/patch-tests_CMakeLists.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
--- tests/CMakeLists.txt.orig 2025-04-26 22:40:11 UTC
|
||||
+++ tests/CMakeLists.txt
|
||||
@@ -50,15 +50,7 @@ endif()
|
||||
target_link_libraries(faiss_test PUBLIC faiss_example_external_module)
|
||||
endif()
|
||||
|
||||
-include(FetchContent)
|
||||
-FetchContent_Declare(
|
||||
- googletest
|
||||
- GIT_REPOSITORY https://github.com/google/googletest.git
|
||||
- GIT_TAG 58d77fa8070e8cec2dc1ed015d66b454c8d78850 # release-1.12.1
|
||||
- OVERRIDE_FIND_PACKAGE)
|
||||
-set(BUILD_GMOCK CACHE BOOL OFF)
|
||||
-set(INSTALL_GTEST CACHE BOOL OFF)
|
||||
-FetchContent_MakeAvailable(googletest)
|
||||
+find_package(GTest CONFIG REQUIRED)
|
||||
|
||||
if(NOT EXISTS ${CMAKE_FIND_PACKAGE_REDIRECTS_DIR}/gtest-config.cmake
|
||||
AND NOT EXISTS ${CMAKE_FIND_PACKAGE_REDIRECTS_DIR}/GTestConfig.cmake)
|
||||
@@ -79,7 +71,6 @@ find_package(OpenMP REQUIRED)
|
||||
endif()
|
||||
|
||||
find_package(OpenMP REQUIRED)
|
||||
-find_package(GTest CONFIG REQUIRED)
|
||||
|
||||
target_link_libraries(faiss_test PRIVATE
|
||||
OpenMP::OpenMP_CXX
|
|
@ -25,14 +25,17 @@ include/faiss/IndexIVFIndependentQuantizer.h
|
|||
include/faiss/IndexIVFPQ.h
|
||||
include/faiss/IndexIVFPQFastScan.h
|
||||
include/faiss/IndexIVFPQR.h
|
||||
include/faiss/IndexIVFRaBitQ.h
|
||||
include/faiss/IndexIVFSpectralHash.h
|
||||
include/faiss/IndexLSH.h
|
||||
include/faiss/IndexLattice.h
|
||||
include/faiss/IndexNNDescent.h
|
||||
include/faiss/IndexNSG.h
|
||||
include/faiss/IndexNeuralNetCodec.h
|
||||
include/faiss/IndexPQ.h
|
||||
include/faiss/IndexPQFastScan.h
|
||||
include/faiss/IndexPreTransform.h
|
||||
include/faiss/IndexRaBitQ.h
|
||||
include/faiss/IndexRefine.h
|
||||
include/faiss/IndexReplicas.h
|
||||
include/faiss/IndexRowwiseMinMax.h
|
||||
|
@ -61,18 +64,23 @@ include/faiss/impl/ProductAdditiveQuantizer.h
|
|||
include/faiss/impl/ProductQuantizer-inl.h
|
||||
include/faiss/impl/ProductQuantizer.h
|
||||
include/faiss/impl/Quantizer.h
|
||||
include/faiss/impl/RaBitQuantizer.h
|
||||
include/faiss/impl/ResidualQuantizer.h
|
||||
include/faiss/impl/ResultHandler.h
|
||||
include/faiss/impl/ScalarQuantizer.h
|
||||
include/faiss/impl/ThreadedIndex-inl.h
|
||||
include/faiss/impl/ThreadedIndex.h
|
||||
include/faiss/impl/code_distance/code_distance-avx2.h
|
||||
include/faiss/impl/code_distance/code_distance-avx512.h
|
||||
include/faiss/impl/code_distance/code_distance-generic.h
|
||||
include/faiss/impl/code_distance/code_distance-sve.h
|
||||
include/faiss/impl/code_distance/code_distance.h
|
||||
include/faiss/impl/index_read_utils.h
|
||||
include/faiss/impl/io.h
|
||||
include/faiss/impl/io_macros.h
|
||||
include/faiss/impl/kmeans1d.h
|
||||
include/faiss/impl/lattice_Zn.h
|
||||
include/faiss/impl/maybe_owned_vector.h
|
||||
include/faiss/impl/platform_macros.h
|
||||
include/faiss/impl/pq4_fast_scan.h
|
||||
include/faiss/impl/residual_quantizer_encode_steps.h
|
||||
|
@ -86,6 +94,7 @@ include/faiss/invlists/InvertedListsIOHook.h
|
|||
include/faiss/invlists/OnDiskInvertedLists.h
|
||||
include/faiss/utils/AlignedTable.h
|
||||
include/faiss/utils/Heap.h
|
||||
include/faiss/utils/NeuralNet.h
|
||||
include/faiss/utils/WorkerThread.h
|
||||
include/faiss/utils/approx_topk/approx_topk.h
|
||||
include/faiss/utils/approx_topk/avx2-inl.h
|
||||
|
@ -106,6 +115,7 @@ include/faiss/utils/fp16.h
|
|||
include/faiss/utils/hamming-inl.h
|
||||
include/faiss/utils/hamming.h
|
||||
include/faiss/utils/hamming_distance/avx2-inl.h
|
||||
include/faiss/utils/hamming_distance/avx512-inl.h
|
||||
include/faiss/utils/hamming_distance/common.h
|
||||
include/faiss/utils/hamming_distance/generic-inl.h
|
||||
include/faiss/utils/hamming_distance/hamdis-inl.h
|
||||
|
@ -117,10 +127,13 @@ include/faiss/utils/quantize_lut.h
|
|||
include/faiss/utils/random.h
|
||||
include/faiss/utils/simdlib.h
|
||||
include/faiss/utils/simdlib_avx2.h
|
||||
include/faiss/utils/simdlib_avx512.h
|
||||
include/faiss/utils/simdlib_emulated.h
|
||||
include/faiss/utils/simdlib_neon.h
|
||||
include/faiss/utils/simdlib_ppc64.h
|
||||
include/faiss/utils/sorting.h
|
||||
include/faiss/utils/transpose/transpose-avx2-inl.h
|
||||
include/faiss/utils/transpose/transpose-avx512-inl.h
|
||||
include/faiss/utils/utils.h
|
||||
lib/libfaiss.so
|
||||
%%DATADIR%%/faiss-config-version.cmake
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= faiss
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.9.0
|
||||
DISTVERSION= 1.11.0
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -30,7 +30,7 @@ WRKSRC_SUBDIR= faiss/python
|
|||
|
||||
CMAKE_ARGS= -DPython_EXECUTABLE:STRING=${PYTHON_CMD}
|
||||
|
||||
TEST_WRKSRC= ${WRKSRC}/../..
|
||||
TEST_WRKSRC= ${WRKSRC}/../../tests
|
||||
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
|
||||
post-patch: # remove GPU testcases
|
||||
|
@ -44,4 +44,6 @@ do-install: # see https://github.com/facebookresearch/faiss/issues/2194
|
|||
.endfor
|
||||
cd ${BUILD_WRKSRC} && ${COPYTREE_SHARE} contrib ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}
|
||||
|
||||
# tests are broken, see https://github.com/facebookresearch/faiss/issues/4317
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1728191400
|
||||
SHA256 (facebookresearch-faiss-v1.9.0_GH0.tar.gz) = a6c3c60811aeec2dd8943a41f3df244bfed12371453d9b10eaf6ba55fafad1d2
|
||||
SIZE (facebookresearch-faiss-v1.9.0_GH0.tar.gz) = 1084439
|
||||
TIMESTAMP = 1745711421
|
||||
SHA256 (facebookresearch-faiss-v1.11.0_GH0.tar.gz) = c5d517da6deb6a6d74290d7145331fc7474426025e2d826fa4a6d40670f4493c
|
||||
SIZE (facebookresearch-faiss-v1.11.0_GH0.tar.gz) = 1138777
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= llama-cpp
|
||||
DISTVERSIONPREFIX= b
|
||||
DISTVERSION= 5174
|
||||
DISTVERSION= 5195
|
||||
CATEGORIES= misc # machine-learning
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1745478030
|
||||
SHA256 (ggerganov-llama.cpp-b5174_GH0.tar.gz) = ed7974b3c28e41795a189bc0ae57fdba8c82183f48d54b35e2bf13da160a52ba
|
||||
SIZE (ggerganov-llama.cpp-b5174_GH0.tar.gz) = 21065609
|
||||
TIMESTAMP = 1745716899
|
||||
SHA256 (ggerganov-llama.cpp-b5195_GH0.tar.gz) = 9dee0d0e9a645d232415e1d2b252fd3938f11357b430d268da17bd17db668d95
|
||||
SIZE (ggerganov-llama.cpp-b5195_GH0.tar.gz) = 21069357
|
||||
SHA256 (nomic-ai-kompute-4565194_GH0.tar.gz) = 95b52d2f0514c5201c7838348a9c3c9e60902ea3c6c9aa862193a212150b2bfc
|
||||
SIZE (nomic-ai-kompute-4565194_GH0.tar.gz) = 13540496
|
||||
|
|
|
@ -8,7 +8,6 @@ bin/convert_hf_to_gguf.py
|
|||
%%EXAMPLES%%bin/llama-embedding
|
||||
%%EXAMPLES%%bin/llama-eval-callback
|
||||
%%EXAMPLES%%bin/llama-export-lora
|
||||
%%EXAMPLES%%bin/llama-gbnf-validator
|
||||
%%EXAMPLES%%bin/llama-gen-docs
|
||||
%%EXAMPLES%%bin/llama-gguf
|
||||
%%EXAMPLES%%bin/llama-gguf-hash
|
||||
|
@ -27,7 +26,6 @@ bin/convert_hf_to_gguf.py
|
|||
%%EXAMPLES%%bin/llama-passkey
|
||||
%%EXAMPLES%%bin/llama-perplexity
|
||||
%%EXAMPLES%%bin/llama-quantize
|
||||
%%EXAMPLES%%bin/llama-quantize-stats
|
||||
%%EXAMPLES%%bin/llama-qwen2vl-cli
|
||||
%%EXAMPLES%%bin/llama-retrieval
|
||||
%%EXAMPLES%%bin/llama-run
|
||||
|
|
|
@ -24,7 +24,7 @@ USE_PYTHON= pep517 autoplist pytest
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ggml-org
|
||||
GH_PROJECT= llama.cpp
|
||||
GH_TAGNAME= b5174
|
||||
GH_TAGNAME= b5195
|
||||
|
||||
WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}/gguf-py
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1745478063
|
||||
SHA256 (ggml-org-llama.cpp-0.16.2.5174-b5174_GH0.tar.gz) = ed7974b3c28e41795a189bc0ae57fdba8c82183f48d54b35e2bf13da160a52ba
|
||||
SIZE (ggml-org-llama.cpp-0.16.2.5174-b5174_GH0.tar.gz) = 21065609
|
||||
TIMESTAMP = 1745716689
|
||||
SHA256 (ggml-org-llama.cpp-0.16.2.5195-b5195_GH0.tar.gz) = 9dee0d0e9a645d232415e1d2b252fd3938f11357b430d268da17bd17db668d95
|
||||
SIZE (ggml-org-llama.cpp-0.16.2.5195-b5195_GH0.tar.gz) = 21069357
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= timm
|
||||
DISTVERSION= 1.0.11
|
||||
DISTVERSION= 1.0.15
|
||||
CATEGORIES= misc python # machine-learning
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1730945075
|
||||
SHA256 (timm-1.0.11.tar.gz) = a005f72b87e67ed30cdbf405a9ffd4e723360c780a43b1cefe266af8ecc9d151
|
||||
SIZE (timm-1.0.11.tar.gz) = 2195894
|
||||
TIMESTAMP = 1745728777
|
||||
SHA256 (timm-1.0.15.tar.gz) = 756a3bc30c96565f056e608a9b559daed904617eaadb6be536f96874879b1055
|
||||
SIZE (timm-1.0.15.tar.gz) = 2230258
|
||||
|
|
|
@ -4,6 +4,9 @@ DISTVERSION= 2.12.0
|
|||
CATEGORIES= multimedia
|
||||
PKGNAMESUFFIX= -${FLAVOR}
|
||||
|
||||
PATCH_SITES= https://github.com/Komet/MediaElch/commit/
|
||||
PATCHFILES+= dbea12fbf2c1fe603819392aa2a181cffa168548.patch:-p1 # Fix build with Qt >= 6.9.0
|
||||
|
||||
MAINTAINER= ports@freebsd.org
|
||||
COMMENT= Desktop utility to manage metadata and artwork for Kodi and Jellyfin
|
||||
WWW= https://www.mediaelch.de/mediaelch/
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1728893477
|
||||
TIMESTAMP = 1745679359
|
||||
SHA256 (Komet-MediaElch-v2.12.0_GH0.tar.gz) = ffa6f19dbc7760cb3762d02c24392d5e2015dfa8890fc3c69d172b0930dbbb89
|
||||
SIZE (Komet-MediaElch-v2.12.0_GH0.tar.gz) = 3365121
|
||||
SHA256 (dbea12fbf2c1fe603819392aa2a181cffa168548.patch) = f23c3292fb0afab2fa056a1d5f8363f19148db2fad14532a1e5060097830dc3f
|
||||
SIZE (dbea12fbf2c1fe603819392aa2a181cffa168548.patch) = 4096
|
||||
|
|
|
@ -0,0 +1,32 @@
|
|||
Fix build with Qt >= 6.9.0
|
||||
|
||||
Backported from: https://github.com/woboq/verdigris/commit/9b3e3f26251444bf48011202db85c892b0f45c57
|
||||
|
||||
--- 3rdparty/libossia/3rdparty/verdigris/src/wobjectimpl.h.orig 2025-01-16 18:09:49 UTC
|
||||
+++ 3rdparty/libossia/3rdparty/verdigris/src/wobjectimpl.h
|
||||
@@ -796,13 +796,20 @@ struct DataBuilder {
|
||||
intCount += sizeof... (Ts);
|
||||
}
|
||||
|
||||
-#if QT_VERSION >= QT_VERSION_CHECK(6,0,0)
|
||||
+#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
|
||||
+#if QT_VERSION >= QT_VERSION_CHECK(6, 9, 0)
|
||||
+ template<class Unique, bool TypeMustBeComplete>
|
||||
+ static constexpr const QtPrivate::QMetaTypeInterface *metaTypeInterface = QtPrivate::qTryMetaTypeInterfaceForType<Unique, std::conditional_t<TypeMustBeComplete, void, Unique>>();
|
||||
+#else
|
||||
template<class T, bool isComplete>
|
||||
- static constexpr const QtPrivate::QMetaTypeInterface *metaTypeInterface = QtPrivate::qTryMetaTypeInterfaceForType<T, QtPrivate::TypeAndForceComplete<T, std::integral_constant<bool, isComplete>>>();
|
||||
-
|
||||
- template<class T, bool isComplete = false>
|
||||
+ static constexpr const QtPrivate::QMetaTypeInterface *metaTypeInterface
|
||||
+ = QtPrivate::qTryMetaTypeInterfaceForType<
|
||||
+ T,
|
||||
+ QtPrivate::TypeAndForceComplete<T, std::integral_constant<bool, isComplete>>>();
|
||||
+#endif
|
||||
+ template<class T, bool TypeMustBeComplete = false>
|
||||
constexpr void addMetaType() {
|
||||
- *metaTypeP++ = metaTypeInterface<T, isComplete>;
|
||||
+ *metaTypeP++ = metaTypeInterface<T, TypeMustBeComplete>;
|
||||
metaTypeCount += 1;
|
||||
}
|
||||
#endif
|
16
net-im/debugtox/files/patch-src_models_bytes_bytearray.cpp
Normal file
16
net-im/debugtox/files/patch-src_models_bytes_bytearray.cpp
Normal file
|
@ -0,0 +1,16 @@
|
|||
Fix build with Qt >= 6.9.0
|
||||
|
||||
https://github.com/TokTok/debugtox/pull/23
|
||||
|
||||
--- src/models/bytes/bytearray.cpp.orig 2025-02-08 00:20:16 UTC
|
||||
+++ src/models/bytes/bytearray.cpp
|
||||
@@ -14,7 +14,8 @@ QString ByteArray::toString() const
|
||||
if (c.isPrint() || c.isSpace()) {
|
||||
result += c;
|
||||
} else {
|
||||
- result += QStringLiteral("\\x%1").arg(c.unicode(), 2, 16, QLatin1Char('0'));
|
||||
+ result += QStringLiteral("\\x%1").arg(static_cast<quint16>(c.unicode()), 2, 16,
|
||||
+ QLatin1Char('0'));
|
||||
}
|
||||
}
|
||||
return result;
|
|
@ -0,0 +1,30 @@
|
|||
Fix build with Qt >= 6.9.0
|
||||
|
||||
Backported from: https://github.com/desktop-app/lib_base/pull/268
|
||||
|
||||
--- Telegram/lib_base/base/platform/linux/base_linux_xdp_utilities.cpp.orig 2025-02-25 06:14:47 UTC
|
||||
+++ Telegram/lib_base/base/platform/linux/base_linux_xdp_utilities.cpp
|
||||
@@ -16,7 +16,11 @@
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0)
|
||||
#include <qpa/qplatformintegration.h>
|
||||
#include <private/qguiapplication_p.h>
|
||||
+#if QT_VERSION >= QT_VERSION_CHECK(6, 9, 0)
|
||||
+#include <private/qdesktopunixservices_p.h>
|
||||
+#else // Qt >= 6.9.0
|
||||
#include <private/qgenericunixservices_p.h>
|
||||
+#endif // Qt < 6.9.0
|
||||
#endif // Qt >= 6.5.0
|
||||
|
||||
#include <sstream>
|
||||
@@ -39,7 +43,10 @@ std::string ParentWindowID(QWindow *window) {
|
||||
}
|
||||
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0)
|
||||
- if (const auto services = dynamic_cast<QGenericUnixServices*>(
|
||||
+#if QT_VERSION < QT_VERSION_CHECK(6, 9, 0)
|
||||
+ using QDesktopUnixServices = QGenericUnixServices;
|
||||
+#endif // Qt < 6.9.0
|
||||
+ if (const auto services = dynamic_cast<QDesktopUnixServices*>(
|
||||
QGuiApplicationPrivate::platformIntegration()->services())) {
|
||||
return services->portalWindowIdentifier(window).toStdString();
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= shadowsocks-rust
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.23.1
|
||||
DISTVERSION= 1.23.2
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -106,7 +106,7 @@ CARGO_CRATES= addr2line-0.24.2 \
|
|||
env_logger-0.11.8 \
|
||||
equivalent-1.0.2 \
|
||||
errno-0.3.10 \
|
||||
etherparse-0.17.0 \
|
||||
etherparse-0.18.0 \
|
||||
event-listener-5.4.0 \
|
||||
event-listener-strategy-0.5.4 \
|
||||
fastrand-2.3.0 \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
TIMESTAMP = 1745309761
|
||||
TIMESTAMP = 1745725834
|
||||
SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1
|
||||
SIZE (rust/crates/addr2line-0.24.2.crate) = 39015
|
||||
SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627
|
||||
|
@ -215,8 +215,8 @@ SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029
|
|||
SIZE (rust/crates/equivalent-1.0.2.crate) = 7419
|
||||
SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d
|
||||
SIZE (rust/crates/errno-0.3.10.crate) = 11824
|
||||
SHA256 (rust/crates/etherparse-0.17.0.crate) = b14e4ac78394e3ea04edbbc412099cf54f2f52ded51efb79c466a282729399d2
|
||||
SIZE (rust/crates/etherparse-0.17.0.crate) = 415064
|
||||
SHA256 (rust/crates/etherparse-0.18.0.crate) = 3ff83a5facf1a7cbfef93cfb48d6d4fb6a1f42d8ac2341a96b3255acb4d4f860
|
||||
SIZE (rust/crates/etherparse-0.18.0.crate) = 446226
|
||||
SHA256 (rust/crates/event-listener-5.4.0.crate) = 3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae
|
||||
SIZE (rust/crates/event-listener-5.4.0.crate) = 43452
|
||||
SHA256 (rust/crates/event-listener-strategy-0.5.4.crate) = 8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93
|
||||
|
@ -983,5 +983,5 @@ SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9
|
|||
SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350
|
||||
SHA256 (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237
|
||||
SIZE (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = 774847
|
||||
SHA256 (shadowsocks-shadowsocks-rust-v1.23.1_GH0.tar.gz) = 0af223694de7261d4cf00f49e34f6dfe9ea5385bfe52e64f96cb0d11f3b947b0
|
||||
SIZE (shadowsocks-shadowsocks-rust-v1.23.1_GH0.tar.gz) = 507490
|
||||
SHA256 (shadowsocks-shadowsocks-rust-v1.23.2_GH0.tar.gz) = 1bede0eb443063c37317728d568638e3348d86f1292c9864c5bdc5a9f96d8b7a
|
||||
SIZE (shadowsocks-shadowsocks-rust-v1.23.2_GH0.tar.gz) = 507505
|
||||
|
|
|
@ -7,7 +7,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \
|
|||
PKGNAMESUFFIX= -devel
|
||||
|
||||
PATCH_SITES= https://github.com/scribusproject/scribus/commit/
|
||||
PATCHFILES= 188d030acd0cb71e89dbb57695fe52158b6a0959.patch:-p1
|
||||
PATCHFILES= 188d030acd0cb71e89dbb57695fe52158b6a0959.patch:-p1 \
|
||||
f553dce73905d11b301901dc039e973c18adf0a5.patch:-p1
|
||||
|
||||
MAINTAINER= pkubaj@FreeBSD.org
|
||||
COMMENT= Comprehensive desktop publishing program (development version)
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
TIMESTAMP = 1742847822
|
||||
TIMESTAMP = 1745383746
|
||||
SHA256 (scribus-1.7.0.tar.xz) = fa59d6221ff7cffa9372357997e86570162e1e18913736b7176fd10f48c243f6
|
||||
SIZE (scribus-1.7.0.tar.xz) = 97163704
|
||||
SHA256 (188d030acd0cb71e89dbb57695fe52158b6a0959.patch) = 2d9bf20f0653b7ff498865215fa4bc5d9f8291e92e3c6d7e385b029e47212751
|
||||
SIZE (188d030acd0cb71e89dbb57695fe52158b6a0959.patch) = 7042
|
||||
SHA256 (f553dce73905d11b301901dc039e973c18adf0a5.patch) = 05f1f22a6274089f20af88fe978335490eb4ed27b71eb8355dc596b60dc66833
|
||||
SIZE (f553dce73905d11b301901dc039e973c18adf0a5.patch) = 989
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= libint
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.10.2
|
||||
DISTVERSION= 2.11.0
|
||||
CATEGORIES= science
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1744271220
|
||||
SHA256 (evaleev-libint-v2.10.2_GH0.tar.gz) = 9a4dfcdba51c988566e187c119339b9aaee41185a02fdaa304ab4757d28e0acc
|
||||
SIZE (evaleev-libint-v2.10.2_GH0.tar.gz) = 21947279
|
||||
TIMESTAMP = 1745711410
|
||||
SHA256 (evaleev-libint-v2.11.0_GH0.tar.gz) = 4d2c83995f7b9fc19c10b4f5f3973659d6b8054cadc1a9746d3e072a5fb568ae
|
||||
SIZE (evaleev-libint-v2.11.0_GH0.tar.gz) = 21958050
|
||||
|
|
|
@ -61,6 +61,7 @@ include/libint2/util/intpart_iter.h
|
|||
include/libint2/util/intrinsic_operations.h
|
||||
include/libint2/util/intrinsic_types.h
|
||||
include/libint2/util/memory.h
|
||||
include/libint2/util/optional.h
|
||||
include/libint2/util/singleton.h
|
||||
include/libint2/util/small_vector.h
|
||||
include/libint2/util/timer.h
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= zlint
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.6.5
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 3.6.6
|
||||
CATEGORIES= security www
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -11,7 +10,7 @@ WWW= https://github.com/zmap/zlint
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:modules
|
||||
USES= go:1.23,modules
|
||||
|
||||
GO_MODULE= github.com/zmap/zlint/v3
|
||||
GO_TARGET= ./cmd/${PORTNAME}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1736757107
|
||||
SHA256 (go/security_zlint/zlint-v3.6.5/v3.6.5.mod) = 0dd1e2ed83a2090a035e3314639819058576aeac2d8fc4f12239ddafa067445a
|
||||
SIZE (go/security_zlint/zlint-v3.6.5/v3.6.5.mod) = 413
|
||||
SHA256 (go/security_zlint/zlint-v3.6.5/v3.6.5.zip) = 9c405e1b15809684465d590e8c032ff1fb3f1c0de6fe07875036b33e6bb0fc4e
|
||||
SIZE (go/security_zlint/zlint-v3.6.5/v3.6.5.zip) = 3756642
|
||||
TIMESTAMP = 1745725769
|
||||
SHA256 (go/security_zlint/zlint-v3.6.6/v3.6.6.mod) = 1495abeed75169b6ca801b42d3608aedf93f62c92911439b3cf9b9a8aa41d49f
|
||||
SIZE (go/security_zlint/zlint-v3.6.6/v3.6.6.mod) = 465
|
||||
SHA256 (go/security_zlint/zlint-v3.6.6/v3.6.6.zip) = 1a1ecb324941322728b1ba2ffb9cb4f8c90dbd40e37425b85dd6f35299b80b00
|
||||
SIZE (go/security_zlint/zlint-v3.6.6/v3.6.6.zip) = 3806076
|
||||
|
|
|
@ -11,7 +11,7 @@ WWW= https://www.nushell.sh/ \
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_armv7= compilation fails, see https://github.com/rust-lang/rust/issues/140343
|
||||
BROKEN_armv7= compilation fails, see https://github.com/rust-lang/rust/issues/140343, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286368
|
||||
|
||||
USES= cargo localbase ssl
|
||||
USE_GITHUB= yes
|
||||
|
|
|
@ -3,6 +3,9 @@ DISTVERSIONPREFIX= v
|
|||
DISTVERSION= 1.21.1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
PATCH_SITES= https://github.com/deskflow/deskflow/commit/
|
||||
PATCHFILES+= 12bcc1a4d6c7ae5edec8a43892a0a2e5f59ad11f.patch:-p1 # Fix build with Qt >= 6.9.0
|
||||
|
||||
MAINTAINER= ykasap@gmail.com
|
||||
COMMENT= Mouse and keyboard sharing utility
|
||||
WWW= https://deskflow.org/
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1743469942
|
||||
TIMESTAMP = 1745409053
|
||||
SHA256 (deskflow-deskflow-v1.21.1_GH0.tar.gz) = e284b0c90e4bcb08b93e3df85e8d062d51be60d6a23622629aafd5e92b86aa4b
|
||||
SIZE (deskflow-deskflow-v1.21.1_GH0.tar.gz) = 1884253
|
||||
SHA256 (12bcc1a4d6c7ae5edec8a43892a0a2e5f59ad11f.patch) = a2a9d6cebb901cb161f9c6dd07bba0eae64215d1c33122a0981efa5cb86e5f79
|
||||
SIZE (12bcc1a4d6c7ae5edec8a43892a0a2e5f59ad11f.patch) = 1522
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= mise
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2025.4.8
|
||||
DISTVERSION= 2025.4.10
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -71,13 +71,12 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
bytecount-0.6.8 \
|
||||
byteorder-1.5.0 \
|
||||
bytes-1.10.1 \
|
||||
bytesize-1.3.3 \
|
||||
bytesize-2.0.1 \
|
||||
bzip2-0.5.2 \
|
||||
bzip2-sys-0.1.13+1.0.8 \
|
||||
calm_io-0.1.1 \
|
||||
calmio_filters-0.1.0 \
|
||||
cc-1.2.19 \
|
||||
cc-1.2.20 \
|
||||
cfg-if-1.0.0 \
|
||||
cfg_aliases-0.2.1 \
|
||||
chacha20-0.9.1 \
|
||||
|
@ -168,7 +167,7 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
exec-0.3.1 \
|
||||
expr-lang-0.3.0 \
|
||||
eyre-0.6.12 \
|
||||
faster-hex-0.9.0 \
|
||||
faster-hex-0.10.0 \
|
||||
fastrand-2.3.0 \
|
||||
fiat-crypto-0.2.9 \
|
||||
filetime-0.2.25 \
|
||||
|
@ -202,67 +201,69 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
getrandom-0.3.2 \
|
||||
ghash-0.5.1 \
|
||||
gimli-0.28.1 \
|
||||
gix-0.71.0 \
|
||||
gix-actor-0.34.0 \
|
||||
gix-archive-0.20.0 \
|
||||
gix-attributes-0.25.0 \
|
||||
gix-0.72.1 \
|
||||
gix-actor-0.35.1 \
|
||||
gix-archive-0.21.1 \
|
||||
gix-attributes-0.26.0 \
|
||||
gix-bitmap-0.2.14 \
|
||||
gix-chunk-0.4.11 \
|
||||
gix-command-0.5.0 \
|
||||
gix-commitgraph-0.27.0 \
|
||||
gix-config-0.44.0 \
|
||||
gix-config-value-0.14.12 \
|
||||
gix-credentials-0.28.0 \
|
||||
gix-date-0.9.4 \
|
||||
gix-diff-0.51.0 \
|
||||
gix-dir-0.13.0 \
|
||||
gix-discover-0.39.0 \
|
||||
gix-features-0.41.1 \
|
||||
gix-filter-0.18.0 \
|
||||
gix-fs-0.14.0 \
|
||||
gix-glob-0.19.0 \
|
||||
gix-hash-0.17.0 \
|
||||
gix-hashtable-0.8.0 \
|
||||
gix-ignore-0.14.0 \
|
||||
gix-index-0.39.0 \
|
||||
gix-lock-17.0.0 \
|
||||
gix-mailmap-0.26.0 \
|
||||
gix-negotiate-0.19.0 \
|
||||
gix-object-0.48.0 \
|
||||
gix-odb-0.68.0 \
|
||||
gix-pack-0.58.0 \
|
||||
gix-packetline-0.18.4 \
|
||||
gix-packetline-blocking-0.18.3 \
|
||||
gix-path-0.10.15 \
|
||||
gix-pathspec-0.10.0 \
|
||||
gix-prompt-0.10.0 \
|
||||
gix-protocol-0.49.0 \
|
||||
gix-quote-0.5.0 \
|
||||
gix-ref-0.51.0 \
|
||||
gix-refspec-0.29.0 \
|
||||
gix-revision-0.33.0 \
|
||||
gix-revwalk-0.19.0 \
|
||||
gix-sec-0.10.12 \
|
||||
gix-shallow-0.3.0 \
|
||||
gix-status-0.18.0 \
|
||||
gix-submodule-0.18.0 \
|
||||
gix-tempfile-17.0.0 \
|
||||
gix-command-0.6.0 \
|
||||
gix-commitgraph-0.28.0 \
|
||||
gix-config-0.45.1 \
|
||||
gix-config-value-0.15.0 \
|
||||
gix-credentials-0.29.0 \
|
||||
gix-date-0.10.1 \
|
||||
gix-diff-0.52.1 \
|
||||
gix-dir-0.14.1 \
|
||||
gix-discover-0.40.1 \
|
||||
gix-features-0.42.1 \
|
||||
gix-filter-0.19.1 \
|
||||
gix-fs-0.15.0 \
|
||||
gix-glob-0.20.0 \
|
||||
gix-hash-0.18.0 \
|
||||
gix-hashtable-0.8.1 \
|
||||
gix-ignore-0.15.0 \
|
||||
gix-index-0.40.0 \
|
||||
gix-lock-17.1.0 \
|
||||
gix-mailmap-0.27.1 \
|
||||
gix-negotiate-0.20.1 \
|
||||
gix-object-0.49.1 \
|
||||
gix-odb-0.69.1 \
|
||||
gix-pack-0.59.1 \
|
||||
gix-packetline-0.19.0 \
|
||||
gix-packetline-blocking-0.19.0 \
|
||||
gix-path-0.10.17 \
|
||||
gix-pathspec-0.11.0 \
|
||||
gix-prompt-0.11.0 \
|
||||
gix-protocol-0.50.1 \
|
||||
gix-quote-0.6.0 \
|
||||
gix-ref-0.52.1 \
|
||||
gix-refspec-0.30.1 \
|
||||
gix-revision-0.34.1 \
|
||||
gix-revwalk-0.20.1 \
|
||||
gix-sec-0.11.0 \
|
||||
gix-shallow-0.4.0 \
|
||||
gix-status-0.19.1 \
|
||||
gix-submodule-0.19.1 \
|
||||
gix-tempfile-17.1.0 \
|
||||
gix-trace-0.1.12 \
|
||||
gix-transport-0.46.0 \
|
||||
gix-traverse-0.45.0 \
|
||||
gix-url-0.30.0 \
|
||||
gix-utils-0.2.0 \
|
||||
gix-validate-0.9.4 \
|
||||
gix-worktree-0.40.0 \
|
||||
gix-worktree-state-0.18.0 \
|
||||
gix-worktree-stream-0.20.0 \
|
||||
gix-transport-0.47.0 \
|
||||
gix-traverse-0.46.1 \
|
||||
gix-url-0.31.0 \
|
||||
gix-utils-0.3.0 \
|
||||
gix-validate-0.10.0 \
|
||||
gix-worktree-0.41.0 \
|
||||
gix-worktree-state-0.19.0 \
|
||||
gix-worktree-stream-0.21.1 \
|
||||
glob-0.3.2 \
|
||||
globset-0.4.16 \
|
||||
globwalk-0.9.1 \
|
||||
h2-0.4.9 \
|
||||
hash32-0.3.1 \
|
||||
hashbrown-0.12.3 \
|
||||
hashbrown-0.14.5 \
|
||||
hashbrown-0.15.2 \
|
||||
heapless-0.8.0 \
|
||||
heck-0.5.0 \
|
||||
hermit-abi-0.3.9 \
|
||||
hex-0.4.3 \
|
||||
|
@ -310,7 +311,7 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
indicatif-0.17.11 \
|
||||
indoc-2.0.6 \
|
||||
inout-0.1.4 \
|
||||
insta-1.42.2 \
|
||||
insta-1.43.0 \
|
||||
intl-memoizer-0.5.2 \
|
||||
intl_pluralrules-7.0.2 \
|
||||
io-close-0.3.7 \
|
||||
|
@ -336,7 +337,7 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
libc-0.2.172 \
|
||||
libm-0.2.13 \
|
||||
libredox-0.1.3 \
|
||||
linked-hash-map-0.5.6 \
|
||||
libz-rs-sys-0.5.0 \
|
||||
linux-raw-sys-0.4.15 \
|
||||
linux-raw-sys-0.9.4 \
|
||||
litemap-0.7.5 \
|
||||
|
@ -396,7 +397,7 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
os_pipe-1.2.1 \
|
||||
overload-0.1.1 \
|
||||
owo-colors-3.5.0 \
|
||||
papergrid-0.14.0 \
|
||||
papergrid-0.15.0 \
|
||||
parking_lot-0.12.3 \
|
||||
parking_lot_core-0.9.10 \
|
||||
parse-zoneinfo-0.3.1 \
|
||||
|
@ -543,8 +544,8 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
sys-info-0.9.1 \
|
||||
system-configuration-0.6.1 \
|
||||
system-configuration-sys-0.6.0 \
|
||||
tabled-0.18.0 \
|
||||
tabled_derive-0.10.0 \
|
||||
tabled-0.19.0 \
|
||||
tabled_derive-0.11.0 \
|
||||
taplo-0.13.2 \
|
||||
tar-0.4.44 \
|
||||
tempfile-3.19.1 \
|
||||
|
@ -553,6 +554,7 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
terminal_size-0.4.2 \
|
||||
test-log-0.2.17 \
|
||||
test-log-macros-0.2.17 \
|
||||
testing_table-0.3.0 \
|
||||
text-size-1.1.1 \
|
||||
thiserror-1.0.69 \
|
||||
thiserror-2.0.12 \
|
||||
|
@ -571,9 +573,10 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
tokio-rustls-0.26.2 \
|
||||
tokio-util-0.7.15 \
|
||||
toml-0.5.11 \
|
||||
toml-0.8.20 \
|
||||
toml_datetime-0.6.8 \
|
||||
toml_edit-0.22.24 \
|
||||
toml-0.8.21 \
|
||||
toml_datetime-0.6.9 \
|
||||
toml_edit-0.22.25 \
|
||||
toml_write-0.1.0 \
|
||||
tower-0.5.2 \
|
||||
tower-layer-0.3.3 \
|
||||
tower-service-0.3.3 \
|
||||
|
@ -682,22 +685,22 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
windows_x86_64_msvc-0.52.6 \
|
||||
windows_x86_64_msvc-0.53.0 \
|
||||
winnow-0.6.24 \
|
||||
winnow-0.7.6 \
|
||||
winnow-0.7.7 \
|
||||
winsafe-0.0.19 \
|
||||
wit-bindgen-rt-0.39.0 \
|
||||
write16-1.0.0 \
|
||||
writeable-0.5.5 \
|
||||
x25519-dalek-2.0.1 \
|
||||
xattr-1.5.0 \
|
||||
xx-2.0.5 \
|
||||
xx-2.1.0 \
|
||||
xz2-0.1.7 \
|
||||
yansi-1.0.1 \
|
||||
yoke-0.7.5 \
|
||||
yoke-derive-0.7.5 \
|
||||
zerocopy-0.7.35 \
|
||||
zerocopy-0.8.24 \
|
||||
zerocopy-0.8.25 \
|
||||
zerocopy-derive-0.7.35 \
|
||||
zerocopy-derive-0.8.24 \
|
||||
zerocopy-derive-0.8.25 \
|
||||
zerofrom-0.1.6 \
|
||||
zerofrom-derive-0.1.6 \
|
||||
zeroize-1.8.1 \
|
||||
|
@ -706,6 +709,7 @@ CARGO_CRATES= addr2line-0.21.0 \
|
|||
zerovec-derive-0.10.3 \
|
||||
zip-2.5.0 \
|
||||
zipsign-api-0.1.3 \
|
||||
zlib-rs-0.5.0 \
|
||||
zopfli-0.8.2 \
|
||||
zstd-0.13.3 \
|
||||
zstd-safe-7.2.4 \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
TIMESTAMP = 1745472531
|
||||
TIMESTAMP = 1745725692
|
||||
SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb
|
||||
SIZE (rust/crates/addr2line-0.21.0.crate) = 40807
|
||||
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
|
||||
|
@ -93,8 +93,6 @@ SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353
|
|||
SIZE (rust/crates/byteorder-1.5.0.crate) = 23288
|
||||
SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a
|
||||
SIZE (rust/crates/bytes-1.10.1.crate) = 76779
|
||||
SHA256 (rust/crates/bytesize-1.3.3.crate) = 2e93abca9e28e0a1b9877922aacb20576e05d4679ffa78c3d6dc22a26a216659
|
||||
SIZE (rust/crates/bytesize-1.3.3.crate) = 11594
|
||||
SHA256 (rust/crates/bytesize-2.0.1.crate) = a3c8f83209414aacf0eeae3cf730b18d6981697fba62f200fcfb92b9f082acba
|
||||
SIZE (rust/crates/bytesize-2.0.1.crate) = 18922
|
||||
SHA256 (rust/crates/bzip2-0.5.2.crate) = 49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47
|
||||
|
@ -105,8 +103,8 @@ SHA256 (rust/crates/calm_io-0.1.1.crate) = 2ea0608700fe42d90ec17ad0f86335cf229b6
|
|||
SIZE (rust/crates/calm_io-0.1.1.crate) = 6908
|
||||
SHA256 (rust/crates/calmio_filters-0.1.0.crate) = 846501f4575cd66766a40bb7ab6d8e960adc7eb49f753c8232bd8e0e09cf6ca2
|
||||
SIZE (rust/crates/calmio_filters-0.1.0.crate) = 1930
|
||||
SHA256 (rust/crates/cc-1.2.19.crate) = 8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362
|
||||
SIZE (rust/crates/cc-1.2.19.crate) = 105910
|
||||
SHA256 (rust/crates/cc-1.2.20.crate) = 04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a
|
||||
SIZE (rust/crates/cc-1.2.20.crate) = 105986
|
||||
SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
|
||||
SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
|
||||
SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724
|
||||
|
@ -287,8 +285,8 @@ SHA256 (rust/crates/expr-lang-0.3.0.crate) = 8ecf48d3d55edfb3a2960f8cd3d13412af1
|
|||
SIZE (rust/crates/expr-lang-0.3.0.crate) = 23818
|
||||
SHA256 (rust/crates/eyre-0.6.12.crate) = 7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec
|
||||
SIZE (rust/crates/eyre-0.6.12.crate) = 45330
|
||||
SHA256 (rust/crates/faster-hex-0.9.0.crate) = a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183
|
||||
SIZE (rust/crates/faster-hex-0.9.0.crate) = 13053
|
||||
SHA256 (rust/crates/faster-hex-0.10.0.crate) = 7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73
|
||||
SIZE (rust/crates/faster-hex-0.10.0.crate) = 13419
|
||||
SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be
|
||||
SIZE (rust/crates/fastrand-2.3.0.crate) = 15076
|
||||
SHA256 (rust/crates/fiat-crypto-0.2.9.crate) = 28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d
|
||||
|
@ -355,114 +353,114 @@ SHA256 (rust/crates/ghash-0.5.1.crate) = f0d8a4362ccb29cb0b265253fb0a2728f592895
|
|||
SIZE (rust/crates/ghash-0.5.1.crate) = 9482
|
||||
SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253
|
||||
SIZE (rust/crates/gimli-0.28.1.crate) = 270497
|
||||
SHA256 (rust/crates/gix-0.71.0.crate) = a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435
|
||||
SIZE (rust/crates/gix-0.71.0.crate) = 292982
|
||||
SHA256 (rust/crates/gix-actor-0.34.0.crate) = f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7
|
||||
SIZE (rust/crates/gix-actor-0.34.0.crate) = 12871
|
||||
SHA256 (rust/crates/gix-archive-0.20.0.crate) = 9bc3a718dab8958d67a20d6d464daeea46a69b05d3cf0d369cb5c871dcd51a6e
|
||||
SIZE (rust/crates/gix-archive-0.20.0.crate) = 17895
|
||||
SHA256 (rust/crates/gix-attributes-0.25.0.crate) = e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f
|
||||
SIZE (rust/crates/gix-attributes-0.25.0.crate) = 22766
|
||||
SHA256 (rust/crates/gix-0.72.1.crate) = 01237e8d3d78581f71642be8b0c2ae8c0b2b5c251c9c5d9ebbea3c1ea280dce8
|
||||
SIZE (rust/crates/gix-0.72.1.crate) = 293929
|
||||
SHA256 (rust/crates/gix-actor-0.35.1.crate) = 6b300e6e4f31f3f6bd2de5e2b0caab192ced00dc0fcd0f7cc56e28c575c8e1ff
|
||||
SIZE (rust/crates/gix-actor-0.35.1.crate) = 13112
|
||||
SHA256 (rust/crates/gix-archive-0.21.1.crate) = 85e59cc5867c40065122324265d99416ca0ddeb51d007870868b5f835423fb6c
|
||||
SIZE (rust/crates/gix-archive-0.21.1.crate) = 18076
|
||||
SHA256 (rust/crates/gix-attributes-0.26.0.crate) = e7e26b3ac280ddb25bb6980d34f4a82ee326f78bf2c6d4ea45eef2d940048b8e
|
||||
SIZE (rust/crates/gix-attributes-0.26.0.crate) = 22718
|
||||
SHA256 (rust/crates/gix-bitmap-0.2.14.crate) = b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540
|
||||
SIZE (rust/crates/gix-bitmap-0.2.14.crate) = 7704
|
||||
SHA256 (rust/crates/gix-chunk-0.4.11.crate) = 0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f
|
||||
SIZE (rust/crates/gix-chunk-0.4.11.crate) = 10144
|
||||
SHA256 (rust/crates/gix-command-0.5.0.crate) = c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8
|
||||
SIZE (rust/crates/gix-command-0.5.0.crate) = 15122
|
||||
SHA256 (rust/crates/gix-commitgraph-0.27.0.crate) = 043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe
|
||||
SIZE (rust/crates/gix-commitgraph-0.27.0.crate) = 22254
|
||||
SHA256 (rust/crates/gix-config-0.44.0.crate) = 9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa
|
||||
SIZE (rust/crates/gix-config-0.44.0.crate) = 73085
|
||||
SHA256 (rust/crates/gix-config-value-0.14.12.crate) = 8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6
|
||||
SIZE (rust/crates/gix-config-value-0.14.12.crate) = 15627
|
||||
SHA256 (rust/crates/gix-credentials-0.28.0.crate) = 25322308aaf65789536b860d21137c3f7b69004ac4971c15c1abb08d3951c062
|
||||
SIZE (rust/crates/gix-credentials-0.28.0.crate) = 22452
|
||||
SHA256 (rust/crates/gix-date-0.9.4.crate) = daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4
|
||||
SIZE (rust/crates/gix-date-0.9.4.crate) = 13705
|
||||
SHA256 (rust/crates/gix-diff-0.51.0.crate) = a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8
|
||||
SIZE (rust/crates/gix-diff-0.51.0.crate) = 57844
|
||||
SHA256 (rust/crates/gix-dir-0.13.0.crate) = 5879497bd3815d8277ed864ec8975290a70de5b62bb92d2d666a4cefc5d4793b
|
||||
SIZE (rust/crates/gix-dir-0.13.0.crate) = 63102
|
||||
SHA256 (rust/crates/gix-discover-0.39.0.crate) = f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781
|
||||
SIZE (rust/crates/gix-discover-0.39.0.crate) = 22970
|
||||
SHA256 (rust/crates/gix-features-0.41.1.crate) = 016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634
|
||||
SIZE (rust/crates/gix-features-0.41.1.crate) = 33677
|
||||
SHA256 (rust/crates/gix-filter-0.18.0.crate) = cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89
|
||||
SIZE (rust/crates/gix-filter-0.18.0.crate) = 37418
|
||||
SHA256 (rust/crates/gix-fs-0.14.0.crate) = 951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111
|
||||
SIZE (rust/crates/gix-fs-0.14.0.crate) = 19699
|
||||
SHA256 (rust/crates/gix-glob-0.19.0.crate) = 20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030
|
||||
SIZE (rust/crates/gix-glob-0.19.0.crate) = 16258
|
||||
SHA256 (rust/crates/gix-hash-0.17.0.crate) = 834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49
|
||||
SIZE (rust/crates/gix-hash-0.17.0.crate) = 18801
|
||||
SHA256 (rust/crates/gix-hashtable-0.8.0.crate) = f06066d8702a9186dc1fdc1ed751ff2d7e924ceca21cb5d51b8f990c9c2e014a
|
||||
SIZE (rust/crates/gix-hashtable-0.8.0.crate) = 10133
|
||||
SHA256 (rust/crates/gix-ignore-0.14.0.crate) = 9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18
|
||||
SIZE (rust/crates/gix-ignore-0.14.0.crate) = 12151
|
||||
SHA256 (rust/crates/gix-index-0.39.0.crate) = 855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7
|
||||
SIZE (rust/crates/gix-index-0.39.0.crate) = 53596
|
||||
SHA256 (rust/crates/gix-lock-17.0.0.crate) = df47b8f11c34520db5541bc5fc9fbc8e4b0bdfcec3736af89ccb1a5728a0126f
|
||||
SIZE (rust/crates/gix-lock-17.0.0.crate) = 14034
|
||||
SHA256 (rust/crates/gix-mailmap-0.26.0.crate) = ff80d086d2684d30c5785cc37eba9d2cf817cfb33797ed999db9a359d16ab393
|
||||
SIZE (rust/crates/gix-mailmap-0.26.0.crate) = 14434
|
||||
SHA256 (rust/crates/gix-negotiate-0.19.0.crate) = dad912acf5a68a7defa4836014337ff4381af8c3c098f41f818a8c524285e57b
|
||||
SIZE (rust/crates/gix-negotiate-0.19.0.crate) = 15384
|
||||
SHA256 (rust/crates/gix-object-0.48.0.crate) = 4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a
|
||||
SIZE (rust/crates/gix-object-0.48.0.crate) = 48838
|
||||
SHA256 (rust/crates/gix-odb-0.68.0.crate) = 50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610
|
||||
SIZE (rust/crates/gix-odb-0.68.0.crate) = 62553
|
||||
SHA256 (rust/crates/gix-pack-0.58.0.crate) = 9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb
|
||||
SIZE (rust/crates/gix-pack-0.58.0.crate) = 104138
|
||||
SHA256 (rust/crates/gix-packetline-0.18.4.crate) = 123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04
|
||||
SIZE (rust/crates/gix-packetline-0.18.4.crate) = 26579
|
||||
SHA256 (rust/crates/gix-packetline-blocking-0.18.3.crate) = 1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3
|
||||
SIZE (rust/crates/gix-packetline-blocking-0.18.3.crate) = 22138
|
||||
SHA256 (rust/crates/gix-path-0.10.15.crate) = f910668e2f6b2a55ff35a1f04df88a1a049f7b868507f4cbeeaa220eaba7be87
|
||||
SIZE (rust/crates/gix-path-0.10.15.crate) = 29687
|
||||
SHA256 (rust/crates/gix-pathspec-0.10.0.crate) = fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14
|
||||
SIZE (rust/crates/gix-pathspec-0.10.0.crate) = 23271
|
||||
SHA256 (rust/crates/gix-prompt-0.10.0.crate) = fbf9cbf6239fd32f2c2c9c57eeb4e9b28fa1c9b779fa0e3b7c455eb1ca49d5f0
|
||||
SIZE (rust/crates/gix-prompt-0.10.0.crate) = 13794
|
||||
SHA256 (rust/crates/gix-protocol-0.49.0.crate) = 5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a
|
||||
SIZE (rust/crates/gix-protocol-0.49.0.crate) = 56678
|
||||
SHA256 (rust/crates/gix-quote-0.5.0.crate) = 1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969
|
||||
SIZE (rust/crates/gix-quote-0.5.0.crate) = 9009
|
||||
SHA256 (rust/crates/gix-ref-0.51.0.crate) = b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b
|
||||
SIZE (rust/crates/gix-ref-0.51.0.crate) = 63938
|
||||
SHA256 (rust/crates/gix-refspec-0.29.0.crate) = 1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc
|
||||
SIZE (rust/crates/gix-refspec-0.29.0.crate) = 22454
|
||||
SHA256 (rust/crates/gix-revision-0.33.0.crate) = 342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9
|
||||
SIZE (rust/crates/gix-revision-0.33.0.crate) = 27926
|
||||
SHA256 (rust/crates/gix-revwalk-0.19.0.crate) = 2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d
|
||||
SIZE (rust/crates/gix-revwalk-0.19.0.crate) = 18189
|
||||
SHA256 (rust/crates/gix-sec-0.10.12.crate) = 47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888
|
||||
SIZE (rust/crates/gix-sec-0.10.12.crate) = 12935
|
||||
SHA256 (rust/crates/gix-shallow-0.3.0.crate) = cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3
|
||||
SIZE (rust/crates/gix-shallow-0.3.0.crate) = 11890
|
||||
SHA256 (rust/crates/gix-status-0.18.0.crate) = 605a6d0eb5891680c46e24b2ee7a63ef7bd39cb136dc7c7e55172960cf68b2f5
|
||||
SIZE (rust/crates/gix-status-0.18.0.crate) = 40226
|
||||
SHA256 (rust/crates/gix-submodule-0.18.0.crate) = 78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2
|
||||
SIZE (rust/crates/gix-submodule-0.18.0.crate) = 21510
|
||||
SHA256 (rust/crates/gix-tempfile-17.0.0.crate) = 3d6de439bbb9a5d3550c9c7fab0e16d2d637d120fcbe0dfbc538772a187f099b
|
||||
SIZE (rust/crates/gix-tempfile-17.0.0.crate) = 18854
|
||||
SHA256 (rust/crates/gix-command-0.6.0.crate) = d2f47f3fb4ba33644061e8e0e1030ef2a937d42dc969553118c320a205a9fb28
|
||||
SIZE (rust/crates/gix-command-0.6.0.crate) = 15069
|
||||
SHA256 (rust/crates/gix-commitgraph-0.28.0.crate) = e05050fd6caa6c731fe3bd7f9485b3b520be062d3d139cb2626e052d6c127951
|
||||
SIZE (rust/crates/gix-commitgraph-0.28.0.crate) = 22377
|
||||
SHA256 (rust/crates/gix-config-0.45.1.crate) = 48f3c8f357ae049bfb77493c2ec9010f58cfc924ae485e1116c3718fc0f0d881
|
||||
SIZE (rust/crates/gix-config-0.45.1.crate) = 73729
|
||||
SHA256 (rust/crates/gix-config-value-0.15.0.crate) = 439d62e241dae2dffd55bfeeabe551275cf9d9f084c5ebc6b48bad49d03285b7
|
||||
SIZE (rust/crates/gix-config-value-0.15.0.crate) = 15580
|
||||
SHA256 (rust/crates/gix-credentials-0.29.0.crate) = ce1c7307e36026b6088e5b12014ffe6d4f509c911ee453e22a7be4003a159c9b
|
||||
SIZE (rust/crates/gix-credentials-0.29.0.crate) = 22341
|
||||
SHA256 (rust/crates/gix-date-0.10.1.crate) = 3a98593f1f1e14b9fa15c5b921b2c465e904d698b9463e21bb377be8376c3c1a
|
||||
SIZE (rust/crates/gix-date-0.10.1.crate) = 15049
|
||||
SHA256 (rust/crates/gix-diff-0.52.1.crate) = 5e9b43e95fe352da82a969f0c84ff860c2de3e724d93f6681fedbcd6c917f252
|
||||
SIZE (rust/crates/gix-diff-0.52.1.crate) = 57859
|
||||
SHA256 (rust/crates/gix-dir-0.14.1.crate) = 01e6e2dc5b8917142d0ffe272209d1671e45b771e433f90186bc71c016792e87
|
||||
SIZE (rust/crates/gix-dir-0.14.1.crate) = 64263
|
||||
SHA256 (rust/crates/gix-discover-0.40.1.crate) = dccfe3e25b4ea46083916c56db3ba9d1e6ef6dce54da485f0463f9fc0fe1837c
|
||||
SIZE (rust/crates/gix-discover-0.40.1.crate) = 23518
|
||||
SHA256 (rust/crates/gix-features-0.42.1.crate) = 56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed
|
||||
SIZE (rust/crates/gix-features-0.42.1.crate) = 33400
|
||||
SHA256 (rust/crates/gix-filter-0.19.1.crate) = f90c21f0d61778f518bbb7c431b00247bf4534b2153c3e85bcf383876c55ca6c
|
||||
SIZE (rust/crates/gix-filter-0.19.1.crate) = 37541
|
||||
SHA256 (rust/crates/gix-fs-0.15.0.crate) = 67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7
|
||||
SIZE (rust/crates/gix-fs-0.15.0.crate) = 19741
|
||||
SHA256 (rust/crates/gix-glob-0.20.0.crate) = 2926b03666e83b8d01c10cf06e5733521aacbd2d97179a4c9b1fdddabb9e937d
|
||||
SIZE (rust/crates/gix-glob-0.20.0.crate) = 16207
|
||||
SHA256 (rust/crates/gix-hash-0.18.0.crate) = 8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8
|
||||
SIZE (rust/crates/gix-hash-0.18.0.crate) = 18940
|
||||
SHA256 (rust/crates/gix-hashtable-0.8.1.crate) = b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904
|
||||
SIZE (rust/crates/gix-hashtable-0.8.1.crate) = 10253
|
||||
SHA256 (rust/crates/gix-ignore-0.15.0.crate) = ae358c3c96660b10abc7da63c06788dfded603e717edbd19e38c6477911b71c8
|
||||
SIZE (rust/crates/gix-ignore-0.15.0.crate) = 12101
|
||||
SHA256 (rust/crates/gix-index-0.40.0.crate) = e6d505aea7d7c4267a3153cb90c712a89970b4dd02a2cb3205be322891f530b5
|
||||
SIZE (rust/crates/gix-index-0.40.0.crate) = 53587
|
||||
SHA256 (rust/crates/gix-lock-17.1.0.crate) = 570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796
|
||||
SIZE (rust/crates/gix-lock-17.1.0.crate) = 13990
|
||||
SHA256 (rust/crates/gix-mailmap-0.27.1.crate) = 5e7c52eb13d84ad26030d07a2c2975ba639dd1400a7996e6966c5aef617ed829
|
||||
SIZE (rust/crates/gix-mailmap-0.27.1.crate) = 14596
|
||||
SHA256 (rust/crates/gix-negotiate-0.20.1.crate) = 2e1ea901acc4d5b44553132a29e8697210cb0e739b2d9752d713072e9391e3c9
|
||||
SIZE (rust/crates/gix-negotiate-0.20.1.crate) = 15501
|
||||
SHA256 (rust/crates/gix-object-0.49.1.crate) = d957ca3640c555d48bb27f8278c67169fa1380ed94f6452c5590742524c40fbb
|
||||
SIZE (rust/crates/gix-object-0.49.1.crate) = 50087
|
||||
SHA256 (rust/crates/gix-odb-0.69.1.crate) = 868f703905fdbcfc1bd750942f82419903ecb7039f5288adb5206d6de405e0c9
|
||||
SIZE (rust/crates/gix-odb-0.69.1.crate) = 63292
|
||||
SHA256 (rust/crates/gix-pack-0.59.1.crate) = 9d49c55d69c8449f2a0a5a77eb9cbacfebb6b0e2f1215f0fc23a4cb60528a450
|
||||
SIZE (rust/crates/gix-pack-0.59.1.crate) = 104396
|
||||
SHA256 (rust/crates/gix-packetline-0.19.0.crate) = 8ddc034bc67c848e4ef7596ab5528cd8fd439d310858dbe1ce8b324f25deb91c
|
||||
SIZE (rust/crates/gix-packetline-0.19.0.crate) = 26737
|
||||
SHA256 (rust/crates/gix-packetline-blocking-0.19.0.crate) = c44880f028ba46d6cf37a66d27a300310c6b51b8ed0e44918f93df061168e2f3
|
||||
SIZE (rust/crates/gix-packetline-blocking-0.19.0.crate) = 22283
|
||||
SHA256 (rust/crates/gix-path-0.10.17.crate) = c091d2e887e02c3462f52252c5ea61150270c0f2657b642e8d0d6df56c16e642
|
||||
SIZE (rust/crates/gix-path-0.10.17.crate) = 30151
|
||||
SHA256 (rust/crates/gix-pathspec-0.11.0.crate) = ce061c50e5f8f7c830cacb3da3e999ae935e283ce8522249f0ce2256d110979d
|
||||
SIZE (rust/crates/gix-pathspec-0.11.0.crate) = 23225
|
||||
SHA256 (rust/crates/gix-prompt-0.11.0.crate) = d024a3fe3993bbc17733396d2cefb169c7a9d14b5b71dafb7f96e3962b7c3128
|
||||
SIZE (rust/crates/gix-prompt-0.11.0.crate) = 13760
|
||||
SHA256 (rust/crates/gix-protocol-0.50.1.crate) = f5c17d78bb0414f8d60b5f952196dc2e47ec320dca885de9128ecdb4a0e38401
|
||||
SIZE (rust/crates/gix-protocol-0.50.1.crate) = 57176
|
||||
SHA256 (rust/crates/gix-quote-0.6.0.crate) = 4a375a75b4d663e8bafe3bf4940a18a23755644c13582fa326e99f8f987d83fd
|
||||
SIZE (rust/crates/gix-quote-0.6.0.crate) = 8887
|
||||
SHA256 (rust/crates/gix-ref-0.52.1.crate) = d1b7985657029684d759f656b09abc3e2c73085596d5cdb494428823970a7762
|
||||
SIZE (rust/crates/gix-ref-0.52.1.crate) = 64383
|
||||
SHA256 (rust/crates/gix-refspec-0.30.1.crate) = 445ed14e3db78e8e79980085e3723df94e1c8163b3ae5bc8ed6a8fe6cf983b42
|
||||
SIZE (rust/crates/gix-refspec-0.30.1.crate) = 22568
|
||||
SHA256 (rust/crates/gix-revision-0.34.1.crate) = 78d0b8e5cbd1c329e25383e088cb8f17439414021a643b30afa5146b71e3c65d
|
||||
SIZE (rust/crates/gix-revision-0.34.1.crate) = 28041
|
||||
SHA256 (rust/crates/gix-revwalk-0.20.1.crate) = 1bc756b73225bf005ddeb871d1ca7b3c33e2417d0d53e56effa5a36765b52b28
|
||||
SIZE (rust/crates/gix-revwalk-0.20.1.crate) = 18297
|
||||
SHA256 (rust/crates/gix-sec-0.11.0.crate) = d0dabbc78c759ecc006b970339394951b2c8e1e38a37b072c105b80b84c308fd
|
||||
SIZE (rust/crates/gix-sec-0.11.0.crate) = 12827
|
||||
SHA256 (rust/crates/gix-shallow-0.4.0.crate) = 6b9a6f6e34d6ede08f522d89e5c7990b4f60524b8ae6ebf8e850963828119ad4
|
||||
SIZE (rust/crates/gix-shallow-0.4.0.crate) = 12071
|
||||
SHA256 (rust/crates/gix-status-0.19.1.crate) = 072099c2415cfa5397df7d47eacbcb6016d2cd17e0d674c74965e6ad1b17289f
|
||||
SIZE (rust/crates/gix-status-0.19.1.crate) = 40628
|
||||
SHA256 (rust/crates/gix-submodule-0.19.1.crate) = 5f51472f05a450cc61bc91ed2f62fb06e31e2bbb31c420bc4be8793f26c8b0c1
|
||||
SIZE (rust/crates/gix-submodule-0.19.1.crate) = 22031
|
||||
SHA256 (rust/crates/gix-tempfile-17.1.0.crate) = c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa
|
||||
SIZE (rust/crates/gix-tempfile-17.1.0.crate) = 18804
|
||||
SHA256 (rust/crates/gix-trace-0.1.12.crate) = 7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7
|
||||
SIZE (rust/crates/gix-trace-0.1.12.crate) = 10435
|
||||
SHA256 (rust/crates/gix-transport-0.46.0.crate) = b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e
|
||||
SIZE (rust/crates/gix-transport-0.46.0.crate) = 68629
|
||||
SHA256 (rust/crates/gix-traverse-0.45.0.crate) = 36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384
|
||||
SIZE (rust/crates/gix-traverse-0.45.0.crate) = 24651
|
||||
SHA256 (rust/crates/gix-url-0.30.0.crate) = 48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860
|
||||
SIZE (rust/crates/gix-url-0.30.0.crate) = 19399
|
||||
SHA256 (rust/crates/gix-utils-0.2.0.crate) = 189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0
|
||||
SIZE (rust/crates/gix-utils-0.2.0.crate) = 11178
|
||||
SHA256 (rust/crates/gix-validate-0.9.4.crate) = 34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084
|
||||
SIZE (rust/crates/gix-validate-0.9.4.crate) = 12768
|
||||
SHA256 (rust/crates/gix-worktree-0.40.0.crate) = f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b
|
||||
SIZE (rust/crates/gix-worktree-0.40.0.crate) = 24608
|
||||
SHA256 (rust/crates/gix-worktree-state-0.18.0.crate) = 490eb4d38ec2735b3466840aa3881b44ec1a4c180d6a658abfab03910380e18b
|
||||
SIZE (rust/crates/gix-worktree-state-0.18.0.crate) = 23411
|
||||
SHA256 (rust/crates/gix-worktree-stream-0.20.0.crate) = 0062d69b23f136ace0e6f8e5372a98bde89b9092a52d0996d89a75085489ea63
|
||||
SIZE (rust/crates/gix-worktree-stream-0.20.0.crate) = 20036
|
||||
SHA256 (rust/crates/gix-transport-0.47.0.crate) = edfe22ba26d4b65c17879f12b9882eafe65d3c8611c933b272fce2c10f546f59
|
||||
SIZE (rust/crates/gix-transport-0.47.0.crate) = 69139
|
||||
SHA256 (rust/crates/gix-traverse-0.46.1.crate) = 39094185f6d9a4d81101130fbbf7f598a06441d774ae3b3ae7930a613bbe1157
|
||||
SIZE (rust/crates/gix-traverse-0.46.1.crate) = 24737
|
||||
SHA256 (rust/crates/gix-url-0.31.0.crate) = 42a1ad0b04a5718b5cb233e6888e52a9b627846296161d81dcc5eb9203ec84b8
|
||||
SIZE (rust/crates/gix-url-0.31.0.crate) = 19348
|
||||
SHA256 (rust/crates/gix-utils-0.3.0.crate) = 5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5
|
||||
SIZE (rust/crates/gix-utils-0.3.0.crate) = 11052
|
||||
SHA256 (rust/crates/gix-validate-0.10.0.crate) = 77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d
|
||||
SIZE (rust/crates/gix-validate-0.10.0.crate) = 12688
|
||||
SHA256 (rust/crates/gix-worktree-0.41.0.crate) = 54f1916f8d928268300c977d773dd70a8746b646873b77add0a34876a8c847e9
|
||||
SIZE (rust/crates/gix-worktree-0.41.0.crate) = 24609
|
||||
SHA256 (rust/crates/gix-worktree-state-0.19.0.crate) = f81e31496d034dbdac87535b0b9d4659dbbeabaae1045a0dce7c69b5d16ea7d6
|
||||
SIZE (rust/crates/gix-worktree-state-0.19.0.crate) = 23425
|
||||
SHA256 (rust/crates/gix-worktree-stream-0.21.1.crate) = 9c7731f9e7ffc45f1f79d6601a37169be0697d4e2bd015495b4f53dffd80b42e
|
||||
SIZE (rust/crates/gix-worktree-stream-0.21.1.crate) = 20160
|
||||
SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2
|
||||
SIZE (rust/crates/glob-0.3.2.crate) = 22359
|
||||
SHA256 (rust/crates/globset-0.4.16.crate) = 54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5
|
||||
|
@ -471,12 +469,16 @@ SHA256 (rust/crates/globwalk-0.9.1.crate) = 0bf760ebf69878d9fd8f110c89703d90ce35
|
|||
SIZE (rust/crates/globwalk-0.9.1.crate) = 12572
|
||||
SHA256 (rust/crates/h2-0.4.9.crate) = 75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633
|
||||
SIZE (rust/crates/h2-0.4.9.crate) = 175002
|
||||
SHA256 (rust/crates/hash32-0.3.1.crate) = 47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606
|
||||
SIZE (rust/crates/hash32-0.3.1.crate) = 10273
|
||||
SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888
|
||||
SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968
|
||||
SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1
|
||||
SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498
|
||||
SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289
|
||||
SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478
|
||||
SHA256 (rust/crates/heapless-0.8.0.crate) = 0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad
|
||||
SIZE (rust/crates/heapless-0.8.0.crate) = 77802
|
||||
SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea
|
||||
SIZE (rust/crates/heck-0.5.0.crate) = 11517
|
||||
SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024
|
||||
|
@ -571,8 +573,8 @@ SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15
|
|||
SIZE (rust/crates/indoc-2.0.6.crate) = 17164
|
||||
SHA256 (rust/crates/inout-0.1.4.crate) = 879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01
|
||||
SIZE (rust/crates/inout-0.1.4.crate) = 11280
|
||||
SHA256 (rust/crates/insta-1.42.2.crate) = 50259abbaa67d11d2bcafc7ba1d094ed7a0c70e3ce893f0d0997f73558cb3084
|
||||
SIZE (rust/crates/insta-1.42.2.crate) = 100430
|
||||
SHA256 (rust/crates/insta-1.43.0.crate) = ab2d11b2f17a45095b8c3603928ba29d7d918d7129d0d0641a36ba73cf07daa6
|
||||
SIZE (rust/crates/insta-1.43.0.crate) = 101045
|
||||
SHA256 (rust/crates/intl-memoizer-0.5.2.crate) = fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda
|
||||
SIZE (rust/crates/intl-memoizer-0.5.2.crate) = 11708
|
||||
SHA256 (rust/crates/intl_pluralrules-7.0.2.crate) = 078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972
|
||||
|
@ -623,8 +625,8 @@ SHA256 (rust/crates/libm-0.2.13.crate) = c9627da5196e5d8ed0b0495e61e518847578da8
|
|||
SIZE (rust/crates/libm-0.2.13.crate) = 148927
|
||||
SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d
|
||||
SIZE (rust/crates/libredox-0.1.3.crate) = 6068
|
||||
SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f
|
||||
SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049
|
||||
SHA256 (rust/crates/libz-rs-sys-0.5.0.crate) = 6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a
|
||||
SIZE (rust/crates/libz-rs-sys-0.5.0.crate) = 17014
|
||||
SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab
|
||||
SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898
|
||||
SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12
|
||||
|
@ -743,8 +745,8 @@ SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b3
|
|||
SIZE (rust/crates/overload-0.1.1.crate) = 24439
|
||||
SHA256 (rust/crates/owo-colors-3.5.0.crate) = c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f
|
||||
SIZE (rust/crates/owo-colors-3.5.0.crate) = 30310
|
||||
SHA256 (rust/crates/papergrid-0.14.0.crate) = b915f831b85d984193fdc3d3611505871dc139b2534530fa01c1a6a6707b6723
|
||||
SIZE (rust/crates/papergrid-0.14.0.crate) = 57733
|
||||
SHA256 (rust/crates/papergrid-0.15.0.crate) = 30268a8d20c2c0d126b2b6610ab405f16517f6ba9f244d8c59ac2c512a8a1ce7
|
||||
SIZE (rust/crates/papergrid-0.15.0.crate) = 58592
|
||||
SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27
|
||||
SIZE (rust/crates/parking_lot-0.12.3.crate) = 41860
|
||||
SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8
|
||||
|
@ -1037,10 +1039,10 @@ SHA256 (rust/crates/system-configuration-0.6.1.crate) = 3c879d448e9d986b66174276
|
|||
SIZE (rust/crates/system-configuration-0.6.1.crate) = 17935
|
||||
SHA256 (rust/crates/system-configuration-sys-0.6.0.crate) = 8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4
|
||||
SIZE (rust/crates/system-configuration-sys-0.6.0.crate) = 11090
|
||||
SHA256 (rust/crates/tabled-0.18.0.crate) = 121d8171ee5687a4978d1b244f7d99c43e7385a272185a2f1e1fa4dc0979d444
|
||||
SIZE (rust/crates/tabled-0.18.0.crate) = 231662
|
||||
SHA256 (rust/crates/tabled_derive-0.10.0.crate) = 52d9946811baad81710ec921809e2af67ad77719418673b2a3794932d57b7538
|
||||
SIZE (rust/crates/tabled_derive-0.10.0.crate) = 12251
|
||||
SHA256 (rust/crates/tabled-0.19.0.crate) = 228d124371171cd39f0f454b58f73ddebeeef3cef3207a82ffea1c29465aea43
|
||||
SIZE (rust/crates/tabled-0.19.0.crate) = 226901
|
||||
SHA256 (rust/crates/tabled_derive-0.11.0.crate) = 0ea5d1b13ca6cff1f9231ffd62f15eefd72543dab5e468735f1a456728a02846
|
||||
SIZE (rust/crates/tabled_derive-0.11.0.crate) = 12860
|
||||
SHA256 (rust/crates/taplo-0.13.2.crate) = 010941ac4171eaf12f1e26dfc11dadaf78619ea2330940fef01fe6bb0442d14d
|
||||
SIZE (rust/crates/taplo-0.13.2.crate) = 53458
|
||||
SHA256 (rust/crates/tar-0.4.44.crate) = 1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a
|
||||
|
@ -1057,6 +1059,8 @@ SHA256 (rust/crates/test-log-0.2.17.crate) = e7f46083d221181166e5b6f6b1e5f1d499f
|
|||
SIZE (rust/crates/test-log-0.2.17.crate) = 14421
|
||||
SHA256 (rust/crates/test-log-macros-0.2.17.crate) = 888d0c3c6db53c0fdab160d2ed5e12ba745383d3e85813f2ea0f2b1475ab553f
|
||||
SIZE (rust/crates/test-log-macros-0.2.17.crate) = 8127
|
||||
SHA256 (rust/crates/testing_table-0.3.0.crate) = 0f8daae29995a24f65619e19d8d31dea5b389f3d853d8bf297bbf607cd0014cc
|
||||
SIZE (rust/crates/testing_table-0.3.0.crate) = 3611
|
||||
SHA256 (rust/crates/text-size-1.1.1.crate) = f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233
|
||||
SIZE (rust/crates/text-size-1.1.1.crate) = 12553
|
||||
SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52
|
||||
|
@ -1093,12 +1097,14 @@ SHA256 (rust/crates/tokio-util-0.7.15.crate) = 66a539a9ad6d5d281510d5bd368c973d6
|
|||
SIZE (rust/crates/tokio-util-0.7.15.crate) = 124255
|
||||
SHA256 (rust/crates/toml-0.5.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234
|
||||
SIZE (rust/crates/toml-0.5.11.crate) = 54910
|
||||
SHA256 (rust/crates/toml-0.8.20.crate) = cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148
|
||||
SIZE (rust/crates/toml-0.8.20.crate) = 51095
|
||||
SHA256 (rust/crates/toml_datetime-0.6.8.crate) = 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41
|
||||
SIZE (rust/crates/toml_datetime-0.6.8.crate) = 12028
|
||||
SHA256 (rust/crates/toml_edit-0.22.24.crate) = 17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474
|
||||
SIZE (rust/crates/toml_edit-0.22.24.crate) = 106399
|
||||
SHA256 (rust/crates/toml-0.8.21.crate) = 900f6c86a685850b1bc9f6223b20125115ee3f31e01207d81655bbcc0aea9231
|
||||
SIZE (rust/crates/toml-0.8.21.crate) = 76157
|
||||
SHA256 (rust/crates/toml_datetime-0.6.9.crate) = 3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3
|
||||
SIZE (rust/crates/toml_datetime-0.6.9.crate) = 12622
|
||||
SHA256 (rust/crates/toml_edit-0.22.25.crate) = 10558ed0bd2a1562e630926a2d1f0b98c827da99fabd3fe20920a59642504485
|
||||
SIZE (rust/crates/toml_edit-0.22.25.crate) = 121665
|
||||
SHA256 (rust/crates/toml_write-0.1.0.crate) = 28391a4201ba7eb1984cfeb6862c0b3ea2cfe23332298967c749dddc0d6cd976
|
||||
SIZE (rust/crates/toml_write-0.1.0.crate) = 16999
|
||||
SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9
|
||||
SIZE (rust/crates/tower-0.5.2.crate) = 109417
|
||||
SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e
|
||||
|
@ -1315,8 +1321,8 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d
|
|||
SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400
|
||||
SHA256 (rust/crates/winnow-0.6.24.crate) = c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a
|
||||
SIZE (rust/crates/winnow-0.6.24.crate) = 165680
|
||||
SHA256 (rust/crates/winnow-0.7.6.crate) = 63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10
|
||||
SIZE (rust/crates/winnow-0.7.6.crate) = 174072
|
||||
SHA256 (rust/crates/winnow-0.7.7.crate) = 6cb8234a863ea0e8cd7284fcdd4f145233eb00fee02bbdd9861aec44e6477bc5
|
||||
SIZE (rust/crates/winnow-0.7.7.crate) = 173993
|
||||
SHA256 (rust/crates/winsafe-0.0.19.crate) = d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904
|
||||
SIZE (rust/crates/winsafe-0.0.19.crate) = 492820
|
||||
SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1
|
||||
|
@ -1329,8 +1335,8 @@ SHA256 (rust/crates/x25519-dalek-2.0.1.crate) = c7e468321c81fb07fa7f4c636c3972b9
|
|||
SIZE (rust/crates/x25519-dalek-2.0.1.crate) = 87820
|
||||
SHA256 (rust/crates/xattr-1.5.0.crate) = 0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e
|
||||
SIZE (rust/crates/xattr-1.5.0.crate) = 14694
|
||||
SHA256 (rust/crates/xx-2.0.5.crate) = bbf219cc8899c850ca14e3e7c703cdd92331b5647011249dcf791700d6cb45c0
|
||||
SIZE (rust/crates/xx-2.0.5.crate) = 30820
|
||||
SHA256 (rust/crates/xx-2.1.0.crate) = e9a93c5b2191a4bdcbd320bb847ad302defbf37f2e517b1fe93984ed5217aa90
|
||||
SIZE (rust/crates/xx-2.1.0.crate) = 33352
|
||||
SHA256 (rust/crates/xz2-0.1.7.crate) = 388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2
|
||||
SIZE (rust/crates/xz2-0.1.7.crate) = 23892
|
||||
SHA256 (rust/crates/yansi-1.0.1.crate) = cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049
|
||||
|
@ -1341,12 +1347,12 @@ SHA256 (rust/crates/yoke-derive-0.7.5.crate) = 2380878cad4ac9aac1e2435f3eb4020e8
|
|||
SIZE (rust/crates/yoke-derive-0.7.5.crate) = 7525
|
||||
SHA256 (rust/crates/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0
|
||||
SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645
|
||||
SHA256 (rust/crates/zerocopy-0.8.24.crate) = 2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879
|
||||
SIZE (rust/crates/zerocopy-0.8.24.crate) = 243777
|
||||
SHA256 (rust/crates/zerocopy-0.8.25.crate) = a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb
|
||||
SIZE (rust/crates/zerocopy-0.8.25.crate) = 252714
|
||||
SHA256 (rust/crates/zerocopy-derive-0.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e
|
||||
SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829
|
||||
SHA256 (rust/crates/zerocopy-derive-0.8.24.crate) = a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be
|
||||
SIZE (rust/crates/zerocopy-derive-0.8.24.crate) = 86487
|
||||
SHA256 (rust/crates/zerocopy-derive-0.8.25.crate) = 28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef
|
||||
SIZE (rust/crates/zerocopy-derive-0.8.25.crate) = 87671
|
||||
SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5
|
||||
SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669
|
||||
SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502
|
||||
|
@ -1363,6 +1369,8 @@ SHA256 (rust/crates/zip-2.5.0.crate) = 27c03817464f64e23f6f37574b4fdc8cf65925b5b
|
|||
SIZE (rust/crates/zip-2.5.0.crate) = 111877
|
||||
SHA256 (rust/crates/zipsign-api-0.1.3.crate) = 8e7c724c3a8e5833aad6b7028f4f0989fa3a640ce799bf8c352f417b8ef9db3e
|
||||
SIZE (rust/crates/zipsign-api-0.1.3.crate) = 17569
|
||||
SHA256 (rust/crates/zlib-rs-0.5.0.crate) = 868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8
|
||||
SIZE (rust/crates/zlib-rs-0.5.0.crate) = 191547
|
||||
SHA256 (rust/crates/zopfli-0.8.2.crate) = edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7
|
||||
SIZE (rust/crates/zopfli-0.8.2.crate) = 51842
|
||||
SHA256 (rust/crates/zstd-0.13.3.crate) = e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a
|
||||
|
@ -1371,5 +1379,5 @@ SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9
|
|||
SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350
|
||||
SHA256 (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237
|
||||
SIZE (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = 774847
|
||||
SHA256 (jdx-mise-v2025.4.8_GH0.tar.gz) = 10578019016503d1232021da8093a7d641d18f661827dc1a37bcc264c0582dfc
|
||||
SIZE (jdx-mise-v2025.4.8_GH0.tar.gz) = 4156520
|
||||
SHA256 (jdx-mise-v2025.4.10_GH0.tar.gz) = c02b295883dee034547248d92247f0d23ab40cf454d4b41bea33b721550b18d5
|
||||
SIZE (jdx-mise-v2025.4.10_GH0.tar.gz) = 4158370
|
||||
|
|
24
sysutils/synergy/files/patch-src_gui_src_KeySequence.cpp
Normal file
24
sysutils/synergy/files/patch-src_gui_src_KeySequence.cpp
Normal file
|
@ -0,0 +1,24 @@
|
|||
Fix build with Qt >= 6.9.0
|
||||
|
||||
Backported from: https://github.com/symless/synergy/commit/f48514f57297112f8e1757c11b303dcedbb51644
|
||||
|
||||
--- src/gui/src/KeySequence.cpp.orig 2024-08-30 21:23:08 UTC
|
||||
+++ src/gui/src/KeySequence.cpp
|
||||
@@ -207,9 +207,14 @@ QString KeySequence::keyToString(int key) {
|
||||
}
|
||||
|
||||
// representable in ucs2?
|
||||
- if (key < 0x10000)
|
||||
- return QString("\\u%1").arg(
|
||||
- QChar(key).toLower().unicode(), 4, 16, QChar('0'));
|
||||
+ if (key < 0x10000) {
|
||||
+#if QT_VERSION >= QT_VERSION_CHECK(6, 9, 0)
|
||||
+ const uint16_t keyHex = QChar(key).toLower().unicode();
|
||||
+ return QString("\\u%1").arg(keyHex, kStrSize, kBase, kFillChar);
|
||||
+#else
|
||||
+ return QString("\\u%1").arg(QChar(key).toLower().unicode(), kStrSize, kBase, kFillChar);
|
||||
+#endif
|
||||
+ }
|
||||
|
||||
// give up, synergy probably won't handle this
|
||||
return "";
|
17
sysutils/synergy/files/patch-src_gui_src_KeySequence.h
Normal file
17
sysutils/synergy/files/patch-src_gui_src_KeySequence.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
Fix build with Qt >= 6.9.0
|
||||
|
||||
Backported from: https://github.com/symless/synergy/commit/f48514f57297112f8e1757c11b303dcedbb51644
|
||||
|
||||
--- src/gui/src/KeySequence.h.orig 2024-08-30 21:23:08 UTC
|
||||
+++ src/gui/src/KeySequence.h
|
||||
@@ -52,6 +52,10 @@ class KeySequence { (private)
|
||||
int m_Modifiers;
|
||||
bool m_IsValid;
|
||||
|
||||
+ inline static const int kStrSize = 4;
|
||||
+ inline static const int kBase = 16;
|
||||
+ inline static const QChar kFillChar = QChar('0');
|
||||
+
|
||||
static QString keyToString(int key);
|
||||
};
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= jaq
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.1.1
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 2.2.0
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -18,53 +17,54 @@ GH_ACCOUNT= 01mf02
|
|||
CARGO_BUILD_ARGS= --package=jaq
|
||||
CARGO_INSTALL_PATH= jaq
|
||||
CARGO_CRATES= aho-corasick-1.1.3 \
|
||||
arbitrary-1.4.1 \
|
||||
autocfg-1.4.0 \
|
||||
base64-0.22.1 \
|
||||
bitflags-2.7.0 \
|
||||
bitflags-2.9.0 \
|
||||
bumpalo-3.14.0 \
|
||||
cc-1.2.9 \
|
||||
cc-1.2.20 \
|
||||
cfg-if-1.0.0 \
|
||||
chrono-0.4.39 \
|
||||
chrono-0.4.40 \
|
||||
codesnake-0.2.1 \
|
||||
console_log-1.0.0 \
|
||||
dyn-clone-1.0.17 \
|
||||
dyn-clone-1.0.19 \
|
||||
env_logger-0.10.2 \
|
||||
equivalent-1.0.1 \
|
||||
errno-0.3.10 \
|
||||
equivalent-1.0.2 \
|
||||
errno-0.3.11 \
|
||||
fastrand-2.3.0 \
|
||||
foldhash-0.1.4 \
|
||||
getrandom-0.2.15 \
|
||||
foldhash-0.1.5 \
|
||||
getrandom-0.2.16 \
|
||||
hashbrown-0.15.2 \
|
||||
hermit-abi-0.4.0 \
|
||||
hermit-abi-0.5.0 \
|
||||
hifijson-0.2.2 \
|
||||
indexmap-2.7.0 \
|
||||
is-terminal-0.4.13 \
|
||||
itoa-1.0.14 \
|
||||
indexmap-2.9.0 \
|
||||
is-terminal-0.4.16 \
|
||||
itoa-1.0.15 \
|
||||
js-sys-0.3.77 \
|
||||
libc-0.2.169 \
|
||||
libm-0.2.11 \
|
||||
libmimalloc-sys-0.1.39 \
|
||||
libc-0.2.172 \
|
||||
libm-0.2.13 \
|
||||
libmimalloc-sys-0.1.42 \
|
||||
linux-raw-sys-0.4.15 \
|
||||
log-0.4.25 \
|
||||
log-0.4.27 \
|
||||
memchr-2.7.4 \
|
||||
memmap2-0.9.5 \
|
||||
mimalloc-0.1.43 \
|
||||
mimalloc-0.1.46 \
|
||||
num-traits-0.2.19 \
|
||||
once_cell-1.20.2 \
|
||||
proc-macro2-1.0.93 \
|
||||
quote-1.0.38 \
|
||||
once_cell-1.20.3 \
|
||||
proc-macro2-1.0.95 \
|
||||
quote-1.0.40 \
|
||||
regex-lite-0.1.6 \
|
||||
rustix-0.38.43 \
|
||||
rustversion-1.0.19 \
|
||||
ryu-1.0.18 \
|
||||
serde-1.0.217 \
|
||||
serde_derive-1.0.217 \
|
||||
serde_json-1.0.135 \
|
||||
rustix-0.38.44 \
|
||||
rustversion-1.0.20 \
|
||||
ryu-1.0.20 \
|
||||
serde-1.0.219 \
|
||||
serde_derive-1.0.219 \
|
||||
serde_json-1.0.140 \
|
||||
shlex-1.3.0 \
|
||||
syn-2.0.96 \
|
||||
syn-2.0.100 \
|
||||
tempfile-3.15.0 \
|
||||
typed-arena-2.0.2 \
|
||||
unicode-ident-1.0.14 \
|
||||
unicode-ident-1.0.17 \
|
||||
unicode-width-0.1.13 \
|
||||
urlencoding-2.1.3 \
|
||||
wasi-0.11.0+wasi-snapshot-preview1 \
|
||||
|
@ -74,7 +74,6 @@ CARGO_CRATES= aho-corasick-1.1.3 \
|
|||
wasm-bindgen-macro-support-0.2.100 \
|
||||
wasm-bindgen-shared-0.2.100 \
|
||||
web-sys-0.3.77 \
|
||||
windows-sys-0.52.0 \
|
||||
windows-sys-0.59.0 \
|
||||
windows-targets-0.52.6 \
|
||||
windows_aarch64_gnullvm-0.52.6 \
|
||||
|
|
|
@ -1,100 +1,102 @@
|
|||
TIMESTAMP = 1740209327
|
||||
TIMESTAMP = 1745704127
|
||||
SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916
|
||||
SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311
|
||||
SHA256 (rust/crates/arbitrary-1.4.1.crate) = dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223
|
||||
SIZE (rust/crates/arbitrary-1.4.1.crate) = 36816
|
||||
SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26
|
||||
SIZE (rust/crates/autocfg-1.4.0.crate) = 17712
|
||||
SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6
|
||||
SIZE (rust/crates/base64-0.22.1.crate) = 81597
|
||||
SHA256 (rust/crates/bitflags-2.7.0.crate) = 1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be
|
||||
SIZE (rust/crates/bitflags-2.7.0.crate) = 45924
|
||||
SHA256 (rust/crates/bitflags-2.9.0.crate) = 5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd
|
||||
SIZE (rust/crates/bitflags-2.9.0.crate) = 47654
|
||||
SHA256 (rust/crates/bumpalo-3.14.0.crate) = 7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec
|
||||
SIZE (rust/crates/bumpalo-3.14.0.crate) = 82400
|
||||
SHA256 (rust/crates/cc-1.2.9.crate) = c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b
|
||||
SIZE (rust/crates/cc-1.2.9.crate) = 101156
|
||||
SHA256 (rust/crates/cc-1.2.20.crate) = 04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a
|
||||
SIZE (rust/crates/cc-1.2.20.crate) = 105986
|
||||
SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
|
||||
SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
|
||||
SHA256 (rust/crates/chrono-0.4.39.crate) = 7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825
|
||||
SIZE (rust/crates/chrono-0.4.39.crate) = 222248
|
||||
SHA256 (rust/crates/chrono-0.4.40.crate) = 1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c
|
||||
SIZE (rust/crates/chrono-0.4.40.crate) = 229824
|
||||
SHA256 (rust/crates/codesnake-0.2.1.crate) = 2205f7f6d3de68ecf4c291c789b3edf07b6569268abd0188819086f71ae42225
|
||||
SIZE (rust/crates/codesnake-0.2.1.crate) = 11150
|
||||
SHA256 (rust/crates/console_log-1.0.0.crate) = be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f
|
||||
SIZE (rust/crates/console_log-1.0.0.crate) = 28943
|
||||
SHA256 (rust/crates/dyn-clone-1.0.17.crate) = 0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125
|
||||
SIZE (rust/crates/dyn-clone-1.0.17.crate) = 11848
|
||||
SHA256 (rust/crates/dyn-clone-1.0.19.crate) = 1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005
|
||||
SIZE (rust/crates/dyn-clone-1.0.19.crate) = 12896
|
||||
SHA256 (rust/crates/env_logger-0.10.2.crate) = 4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580
|
||||
SIZE (rust/crates/env_logger-0.10.2.crate) = 36402
|
||||
SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5
|
||||
SIZE (rust/crates/equivalent-1.0.1.crate) = 6615
|
||||
SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d
|
||||
SIZE (rust/crates/errno-0.3.10.crate) = 11824
|
||||
SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f
|
||||
SIZE (rust/crates/equivalent-1.0.2.crate) = 7419
|
||||
SHA256 (rust/crates/errno-0.3.11.crate) = 976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e
|
||||
SIZE (rust/crates/errno-0.3.11.crate) = 12048
|
||||
SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be
|
||||
SIZE (rust/crates/fastrand-2.3.0.crate) = 15076
|
||||
SHA256 (rust/crates/foldhash-0.1.4.crate) = a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f
|
||||
SIZE (rust/crates/foldhash-0.1.4.crate) = 13764
|
||||
SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7
|
||||
SIZE (rust/crates/getrandom-0.2.15.crate) = 37163
|
||||
SHA256 (rust/crates/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2
|
||||
SIZE (rust/crates/foldhash-0.1.5.crate) = 21901
|
||||
SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592
|
||||
SIZE (rust/crates/getrandom-0.2.16.crate) = 40163
|
||||
SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289
|
||||
SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478
|
||||
SHA256 (rust/crates/hermit-abi-0.4.0.crate) = fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc
|
||||
SIZE (rust/crates/hermit-abi-0.4.0.crate) = 16310
|
||||
SHA256 (rust/crates/hermit-abi-0.5.0.crate) = fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e
|
||||
SIZE (rust/crates/hermit-abi-0.5.0.crate) = 17480
|
||||
SHA256 (rust/crates/hifijson-0.2.2.crate) = 9958ab3ce3170c061a27679916bd9b969eceeb5e8b120438e6751d0987655c42
|
||||
SIZE (rust/crates/hifijson-0.2.2.crate) = 23401
|
||||
SHA256 (rust/crates/indexmap-2.7.0.crate) = 62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f
|
||||
SIZE (rust/crates/indexmap-2.7.0.crate) = 85335
|
||||
SHA256 (rust/crates/is-terminal-0.4.13.crate) = 261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b
|
||||
SIZE (rust/crates/is-terminal-0.4.13.crate) = 7665
|
||||
SHA256 (rust/crates/itoa-1.0.14.crate) = d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674
|
||||
SIZE (rust/crates/itoa-1.0.14.crate) = 11210
|
||||
SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e
|
||||
SIZE (rust/crates/indexmap-2.9.0.crate) = 91214
|
||||
SHA256 (rust/crates/is-terminal-0.4.16.crate) = e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9
|
||||
SIZE (rust/crates/is-terminal-0.4.16.crate) = 7811
|
||||
SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c
|
||||
SIZE (rust/crates/itoa-1.0.15.crate) = 11231
|
||||
SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f
|
||||
SIZE (rust/crates/js-sys-0.3.77.crate) = 55538
|
||||
SHA256 (rust/crates/libc-0.2.169.crate) = b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a
|
||||
SIZE (rust/crates/libc-0.2.169.crate) = 757901
|
||||
SHA256 (rust/crates/libm-0.2.11.crate) = 8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa
|
||||
SIZE (rust/crates/libm-0.2.11.crate) = 111477
|
||||
SHA256 (rust/crates/libmimalloc-sys-0.1.39.crate) = 23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44
|
||||
SIZE (rust/crates/libmimalloc-sys-0.1.39.crate) = 198523
|
||||
SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa
|
||||
SIZE (rust/crates/libc-0.2.172.crate) = 791646
|
||||
SHA256 (rust/crates/libm-0.2.13.crate) = c9627da5196e5d8ed0b0495e61e518847578da83483c37288316d9b2e03a7f72
|
||||
SIZE (rust/crates/libm-0.2.13.crate) = 148927
|
||||
SHA256 (rust/crates/libmimalloc-sys-0.1.42.crate) = ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4
|
||||
SIZE (rust/crates/libmimalloc-sys-0.1.42.crate) = 224614
|
||||
SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab
|
||||
SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898
|
||||
SHA256 (rust/crates/log-0.4.25.crate) = 04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f
|
||||
SIZE (rust/crates/log-0.4.25.crate) = 44876
|
||||
SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94
|
||||
SIZE (rust/crates/log-0.4.27.crate) = 48120
|
||||
SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3
|
||||
SIZE (rust/crates/memchr-2.7.4.crate) = 96670
|
||||
SHA256 (rust/crates/memmap2-0.9.5.crate) = fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f
|
||||
SIZE (rust/crates/memmap2-0.9.5.crate) = 33280
|
||||
SHA256 (rust/crates/mimalloc-0.1.43.crate) = 68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633
|
||||
SIZE (rust/crates/mimalloc-0.1.43.crate) = 4075
|
||||
SHA256 (rust/crates/mimalloc-0.1.46.crate) = 995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af
|
||||
SIZE (rust/crates/mimalloc-0.1.46.crate) = 4601
|
||||
SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841
|
||||
SIZE (rust/crates/num-traits-0.2.19.crate) = 51631
|
||||
SHA256 (rust/crates/once_cell-1.20.2.crate) = 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775
|
||||
SIZE (rust/crates/once_cell-1.20.2.crate) = 33394
|
||||
SHA256 (rust/crates/proc-macro2-1.0.93.crate) = 60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99
|
||||
SIZE (rust/crates/proc-macro2-1.0.93.crate) = 52388
|
||||
SHA256 (rust/crates/quote-1.0.38.crate) = 0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc
|
||||
SIZE (rust/crates/quote-1.0.38.crate) = 31252
|
||||
SHA256 (rust/crates/once_cell-1.20.3.crate) = 945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e
|
||||
SIZE (rust/crates/once_cell-1.20.3.crate) = 33456
|
||||
SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778
|
||||
SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820
|
||||
SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d
|
||||
SIZE (rust/crates/quote-1.0.40.crate) = 31063
|
||||
SHA256 (rust/crates/regex-lite-0.1.6.crate) = 53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a
|
||||
SIZE (rust/crates/regex-lite-0.1.6.crate) = 95278
|
||||
SHA256 (rust/crates/rustix-0.38.43.crate) = a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6
|
||||
SIZE (rust/crates/rustix-0.38.43.crate) = 379134
|
||||
SHA256 (rust/crates/rustversion-1.0.19.crate) = f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4
|
||||
SIZE (rust/crates/rustversion-1.0.19.crate) = 20616
|
||||
SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f
|
||||
SIZE (rust/crates/ryu-1.0.18.crate) = 47713
|
||||
SHA256 (rust/crates/serde-1.0.217.crate) = 02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70
|
||||
SIZE (rust/crates/serde-1.0.217.crate) = 79019
|
||||
SHA256 (rust/crates/serde_derive-1.0.217.crate) = 5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0
|
||||
SIZE (rust/crates/serde_derive-1.0.217.crate) = 57749
|
||||
SHA256 (rust/crates/serde_json-1.0.135.crate) = 2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9
|
||||
SIZE (rust/crates/serde_json-1.0.135.crate) = 154499
|
||||
SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154
|
||||
SIZE (rust/crates/rustix-0.38.44.crate) = 379347
|
||||
SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2
|
||||
SIZE (rust/crates/rustversion-1.0.20.crate) = 20666
|
||||
SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f
|
||||
SIZE (rust/crates/ryu-1.0.20.crate) = 48738
|
||||
SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6
|
||||
SIZE (rust/crates/serde-1.0.219.crate) = 78983
|
||||
SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00
|
||||
SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798
|
||||
SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373
|
||||
SIZE (rust/crates/serde_json-1.0.140.crate) = 154852
|
||||
SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64
|
||||
SIZE (rust/crates/shlex-1.3.0.crate) = 18713
|
||||
SHA256 (rust/crates/syn-2.0.96.crate) = d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80
|
||||
SIZE (rust/crates/syn-2.0.96.crate) = 297497
|
||||
SHA256 (rust/crates/syn-2.0.100.crate) = b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0
|
||||
SIZE (rust/crates/syn-2.0.100.crate) = 297947
|
||||
SHA256 (rust/crates/tempfile-3.15.0.crate) = 9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704
|
||||
SIZE (rust/crates/tempfile-3.15.0.crate) = 35693
|
||||
SHA256 (rust/crates/typed-arena-2.0.2.crate) = 6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a
|
||||
SIZE (rust/crates/typed-arena-2.0.2.crate) = 11848
|
||||
SHA256 (rust/crates/unicode-ident-1.0.14.crate) = adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83
|
||||
SIZE (rust/crates/unicode-ident-1.0.14.crate) = 47547
|
||||
SHA256 (rust/crates/unicode-ident-1.0.17.crate) = 00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe
|
||||
SIZE (rust/crates/unicode-ident-1.0.17.crate) = 47704
|
||||
SHA256 (rust/crates/unicode-width-0.1.13.crate) = 0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d
|
||||
SIZE (rust/crates/unicode-width-0.1.13.crate) = 457228
|
||||
SHA256 (rust/crates/urlencoding-2.1.3.crate) = daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da
|
||||
|
@ -113,8 +115,6 @@ SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda
|
|||
SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570
|
||||
SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2
|
||||
SIZE (rust/crates/web-sys-0.3.77.crate) = 638246
|
||||
SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d
|
||||
SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877
|
||||
SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b
|
||||
SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323
|
||||
SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973
|
||||
|
@ -137,5 +137,5 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270
|
|||
SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564
|
||||
SHA256 (rust/crates/yansi-1.0.1.crate) = cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049
|
||||
SIZE (rust/crates/yansi-1.0.1.crate) = 75497
|
||||
SHA256 (01mf02-jaq-v2.1.1_GH0.tar.gz) = b8276f6618bd69b2d8feb8d76b927a6debe1bc950742d344643cc4e4d0849009
|
||||
SIZE (01mf02-jaq-v2.1.1_GH0.tar.gz) = 112258
|
||||
SHA256 (01mf02-jaq-v2.2.0_GH0.tar.gz) = eee6a4d608c31c12c82644f1cdb69cfed55bb079806ec939e4de486bb252c631
|
||||
SIZE (01mf02-jaq-v2.2.0_GH0.tar.gz) = 116189
|
||||
|
|
|
@ -2356,6 +2356,8 @@
|
|||
SUBDIR += rubygem-roda
|
||||
SUBDIR += rubygem-rqrcode
|
||||
SUBDIR += rubygem-rqrcode_core
|
||||
SUBDIR += rubygem-rqrcode_core-gitlab
|
||||
SUBDIR += rubygem-rqrcode-gitlab
|
||||
SUBDIR += rubygem-rss
|
||||
SUBDIR += rubygem-rtlit
|
||||
SUBDIR += rubygem-ruby-oembed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= gallery-dl
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.29.4
|
||||
DISTVERSION= 1.29.5
|
||||
CATEGORIES= www
|
||||
|
||||
# Implicit approval to commit trivial version updates.
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue