forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from: FreeBSD
- Loading branch information
Showing
1,273 changed files
with
16,548 additions
and
7,677 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
PORTNAME= kmag | ||
DISTVERSION= ${KDE_APPLICATIONS_VERSION} | ||
PORTREVISION= 1 | ||
CATEGORIES= accessibility kde kde-applications | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -9,6 +10,8 @@ WWW= https://www.kde.org/applications/utilities/kmag/ | |
LICENSE= GPLv2 | ||
LICENSE_FILE= ${WRKSRC}/COPYING | ||
|
||
LIB_DEPENDS= libqaccessibilityclient-qt5.so:accessibility/libqaccessibilityclient | ||
|
||
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz | ||
USE_KDE= auth codecs config configwidgets coreaddons \ | ||
i18n kio service widgetsaddons xmlgui \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,16 +6,19 @@ DISTNAME= 9e | |
|
||
MAINTAINER= [email protected] | ||
COMMENT= Explode Plan9 archives | ||
WWW= http://www.bebik.net/doku.php?id=software:9e | ||
WWW= https://osorio.me/projects/dev/9e/ | ||
|
||
LICENSE= LPL | ||
LICENSE_GROUPS= OSI | ||
LICENSE_NAME= Lucent Public License | ||
LICENSE_TEXT= http://opensource.org/licenses/LPL-1.02 | ||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept | ||
|
||
MAKE_ARGS= CC="${CC}" \ | ||
CFLAGS="${CFLAGS}" \ | ||
HDRS="" \ | ||
LIBS="" | ||
PLIST_FILES= bin/9e | ||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS="" | ||
|
||
do-install: | ||
${INSTALL_PROGRAM} ${WRKSRC}/9e ${STAGEDIR}${PREFIX}/bin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1694025505 | ||
SHA256 (KDE/frameworks/5.110.0/karchive-5.110.0.tar.xz) = fcc6583c0be5abbb9744bfad8d3e673a5b0907bd0787f7da338cc3d989040cdf | ||
SIZE (KDE/frameworks/5.110.0/karchive-5.110.0.tar.xz) = 1022448 | ||
TIMESTAMP = 1697220918 | ||
SHA256 (KDE/frameworks/5.111.0/karchive-5.111.0.tar.xz) = e00e3d492882788e4289d62c6bde25e56178197de92f232a5850864ff6c2cd2d | ||
SIZE (KDE/frameworks/5.111.0/karchive-5.111.0.tar.xz) = 1023832 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
PORTNAME= lzsa | ||
DISTVERSION= 1.4.1 | ||
CATEGORIES= archivers emulators | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= LZSA compression utility | ||
|
||
WWW= https://github.com/emmanuel-marty/lzsa | ||
|
||
LICENSE= CC0-1.0 ZLIB | ||
LICENSE_COMB= multi | ||
LICENSE_FILE_CC0-1.0= ${WRKSRC}/LICENSE.cc0.md | ||
LICENSE_FILE_ZLIB= ${WRKSRC}/LICENSE.zlib.md | ||
|
||
USES= gmake | ||
|
||
USE_GITHUB= yes | ||
GH_ACCOUNT= emmanuel-marty | ||
|
||
PLIST_FILES= bin/lzsa | ||
PORTDOCS= BlockFormat_LZSA1.md BlockFormat_LZSA2.md README.md \ | ||
StreamFormat.md pareto_graph.png | ||
|
||
OPTIONS_DEFINE= DOCS | ||
|
||
do-install: | ||
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/lzsa ${STAGEDIR}/${PREFIX}/bin | ||
|
||
do-install-DOCS-on: | ||
${MKDIR} ${STAGEDIR}${DOCSDIR} && \ | ||
${INSTALL_DATA} ${PORTDOCS:C,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
TIMESTAMP = 1698576531 | ||
SHA256 (emmanuel-marty-lzsa-1.4.1_GH0.tar.gz) = c65ca1e6a43696f4ca5edc2c98229fba1044806bd21bc2a8ce4b867dc9cfc45c | ||
SIZE (emmanuel-marty-lzsa-1.4.1_GH0.tar.gz) = 152571 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- Makefile.orig 2023-02-27 17:23:00 UTC | ||
+++ Makefile | ||
@@ -1,5 +1,5 @@ | ||
-CC=clang | ||
-CFLAGS=-O3 -g -fomit-frame-pointer -Isrc/libdivsufsort/include -Isrc | ||
+CC?= clang | ||
+CFLAGS+= -Isrc/libdivsufsort/include -Isrc | ||
OBJDIR=obj | ||
LDFLAGS= | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
LZSA is a collection of byte-aligned compression formats that are specifically | ||
engineered for very fast decompression on 8-bit systems. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
PORTNAME= nfpm | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 2.32.0 | ||
PORTREVISION= 2 | ||
DISTVERSION= 2.34.0 | ||
CATEGORIES= archivers | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
TIMESTAMP = 1689658781 | ||
SHA256 (go/archivers_nfpm/nfpm-v2.32.0/v2.32.0.mod) = 3fb37a1d725558882383c02c9806d50f3a78dd541098da453abc67e4c5282ff2 | ||
SIZE (go/archivers_nfpm/nfpm-v2.32.0/v2.32.0.mod) = 3077 | ||
SHA256 (go/archivers_nfpm/nfpm-v2.32.0/v2.32.0.zip) = a5a66c2a92045805eaa342458e8bd962de7bef0fe771be6282700f6a5a7322b2 | ||
SIZE (go/archivers_nfpm/nfpm-v2.32.0/v2.32.0.zip) = 527460 | ||
TIMESTAMP = 1698566028 | ||
SHA256 (go/archivers_nfpm/nfpm-v2.34.0/v2.34.0.mod) = 6e49b7aaf59f6d56934d691fe9086b28021e9488e4f11a710ae53e2f0ff98675 | ||
SIZE (go/archivers_nfpm/nfpm-v2.34.0/v2.34.0.mod) = 3237 | ||
SHA256 (go/archivers_nfpm/nfpm-v2.34.0/v2.34.0.zip) = cf318cb6b66390c701f2c2f102d43f21add0fd1c1b00bb7748bf5f4a619c86b0 | ||
SIZE (go/archivers_nfpm/nfpm-v2.34.0/v2.34.0.zip) = 529453 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
PORTNAME= IO-Compress-Brotli | ||
PORTVERSION= 0.004001 | ||
PORTVERSION= 0.007000 | ||
CATEGORIES= archivers perl5 | ||
MASTER_SITES= CPAN | ||
PKGNAMEPREFIX= p5- | ||
DISTNAME= IO-Compress-Brotli-${PORTVERSION:C|000$||} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Perl implementation of Brotli | ||
|
@@ -11,9 +12,13 @@ WWW= https://metacpan.org/release/IO-Compress-Brotli | |
LICENSE= MIT | ||
|
||
BUILD_DEPENDS= ${RUN_DEPENDS} | ||
LIB_DEPENDS= libbrotlicommon.so:archivers/brotli | ||
RUN_DEPENDS= p5-File-Slurper>0:devel/p5-File-Slurper | ||
|
||
USES= gmake perl5 | ||
USES= gmake localbase:ldflags perl5 | ||
USE_PERL5= configure | ||
|
||
post-install: | ||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IO/Compress/Brotli/Brotli.so | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1567172299 | ||
SHA256 (IO-Compress-Brotli-0.004001.tar.gz) = 8ba5c0167e966f487bde159c18bc1b3486528013b3235d39f2fcb375ca4bf410 | ||
SIZE (IO-Compress-Brotli-0.004001.tar.gz) = 7674244 | ||
TIMESTAMP = 1698341291 | ||
SHA256 (IO-Compress-Brotli-0.007.tar.gz) = 195fd7987e7074d8f9c324eea7599c316ccd9eeb1bc7ca13f7a951b78f9f35e0 | ||
SIZE (IO-Compress-Brotli-0.007.tar.gz) = 7746650 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- Makefile.PL.orig 2023-10-25 00:42:06 UTC | ||
+++ Makefile.PL | ||
@@ -1,6 +1,5 @@ | ||
use 5.014000; | ||
use ExtUtils::MakeMaker; | ||
-use Alien::cmake3; | ||
use File::Spec::Functions qw/catfile/; | ||
|
||
WriteMakefile( | ||
@@ -17,14 +16,6 @@ WriteMakefile( | ||
'Getopt::Long' => '0', | ||
'Time::HiRes' => '0', | ||
}, | ||
- CONFIGURE_REQUIRES => { | ||
- 'Alien::cmake3' => '0', | ||
- }, | ||
- BUILD_REQUIRES => { | ||
- 'Alien::cmake3' => '0', | ||
- }, | ||
- INC => '-Ibrotli/c/include', | ||
- MYEXTLIB => 'brotli/libbrotlienc.so.1.1.0 brotli/libbrotlidec.so.1.1.0 brotli/libbrotlicommon.so.1.1.0', | ||
clean => { FILES => 'brotli/Makefile brotli/libbrotlienc.so* brotli/libbrotlidec.so* brotli/libbrotlicommon.so* brotli/CMakeCache.txt brotli/CMakeFiles/* brotli/CTestTestfile.cmake brotli/DartConfiguration.tcl brotli/brotli brotli/cmake_install.cmake brotli/libbrotlicommon.pc brotli/libbrotlidec.pc brotli/libbrotlienc.pc' }, | ||
META_ADD => { | ||
dynamic_config => 0, | ||
@@ -33,12 +24,3 @@ WriteMakefile( | ||
}, | ||
} | ||
); | ||
- | ||
-sub MY::postamble { | ||
- my @dirs = Alien::cmake3->bin_dir; | ||
- my $cmake = defined $dirs[0] ? catfile($dirs[0] , Alien::cmake3->exe) : Alien::cmake3->exe; | ||
-' | ||
-$(MYEXTLIB): brotli/CMakeLists.txt | ||
- cd brotli && ' . $cmake . ' -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./installed . && make | ||
-' | ||
-} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1680298853 | ||
SHA256 (xfce4/thunar-archive-plugin-0.5.1.tar.bz2) = a81b3ab1d3cd77c7b3d6db15b37a3c12d65b06e373edc3c21083f02d605d8bed | ||
SIZE (xfce4/thunar-archive-plugin-0.5.1.tar.bz2) = 369808 | ||
TIMESTAMP = 1698655303 | ||
SHA256 (xfce4/thunar-archive-plugin-0.5.2.tar.bz2) = 6379f877bcfc0ea85db9f43723b6fb317893050c712bd03c2ae3232fb9d5ade3 | ||
SIZE (xfce4/thunar-archive-plugin-0.5.2.tar.bz2) = 371599 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1695469743 | ||
SHA256 (Astro-App-Satpass2-0.051.tar.gz) = e054c7a821446b9432558f4e1e11aab1f1a7f5e9cde9c4d1aedf26f08342c3c6 | ||
SIZE (Astro-App-Satpass2-0.051.tar.gz) = 341018 | ||
TIMESTAMP = 1698320337 | ||
SHA256 (Astro-App-Satpass2-0.052.tar.gz) = af780da44789a2df64833564e2fa7a3a67dd8570e93484dabf07e573883ba256 | ||
SIZE (Astro-App-Satpass2-0.052.tar.gz) = 341207 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1685834278 | ||
SHA256 (Astro-SpaceTrack-0.162.tar.gz) = bfd826a9162ff526c502a5599177c915cd20a186a6a7f1f4fe44b4883292e907 | ||
SIZE (Astro-SpaceTrack-0.162.tar.gz) = 197455 | ||
TIMESTAMP = 1698341293 | ||
SHA256 (Astro-SpaceTrack-0.163.tar.gz) = 77f7513b93417598074a60f5ea083635cca6c8be6646b2c8340998aeaf58518d | ||
SIZE (Astro-SpaceTrack-0.163.tar.gz) = 197611 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1697463070 | ||
SHA256 (astLib-0.11.9.tar.gz) = b2f9b7be58ffa96fc7876732038694d0faba026a0bf53003ccb0010c0e54feb7 | ||
SIZE (astLib-0.11.9.tar.gz) = 9917509 | ||
TIMESTAMP = 1698340975 | ||
SHA256 (astLib-0.11.10.tar.gz) = c7a7edf73202e35a07d363cd60fa1ee77faef9f605f29b69e91b1654138ba72e | ||
SIZE (astLib-0.11.10.tar.gz) = 10022928 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,11 @@ | ||
Reference: https://github.com/mattyowl/astLib/pull/9 | ||
https://github.com/mattyowl/astLib/commit/6844b308fb9ff1a71486dff98793bfec1ed13349 | ||
|
||
--- setup.py.orig 2023-10-12 15:29:16 UTC | ||
--- setup.py.orig 2023-10-19 08:41:05 UTC | ||
+++ setup.py | ||
@@ -36,7 +36,7 @@ class build_PyWCSTools_ext(build_ext): | ||
|
||
os.chdir(sourceDir) | ||
cc=setuptools._distutils.ccompiler.new_compiler(setuptools._distutils.ccompiler.get_default_compiler()) | ||
- cc.compiler_so=[sysconfig.get_config_var('CC')]+sysconfig.get_config_var('CFLAGS').split()+sysconfig.get_config_var('CFLAGSFORSHARED').split() | ||
+ cc.compiler_so=sysconfig.get_config_var('CC').split()+sysconfig.get_config_var('CFLAGS').split()+sysconfig.get_config_var('CFLAGSFORSHARED').split() | ||
|
||
# Suppress warnings from compiling WCSTools wcssubs-3.9.5 | ||
if "-Wstrict-prototypes" in cc.compiler_so: | ||
@@ -55,7 +55,7 @@ class build_PyWCSTools_ext(build_ext): | ||
|
||
build_ext.build_extensions(self) | ||
|
||
-setup(name='astLib', | ||
+setup(name='astlib', | ||
version='0.11.9', | ||
url='https://astlib.readthedocs.io', | ||
author='Matt Hilton & Steven Boada', | ||
version='0.11.10', | ||
packages=['astLib', 'PyWCSTools'], | ||
package_data={'astLib': ['data/*']}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
PORTNAME= fasttracker2 | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 1.72.1 | ||
DISTVERSION= 1.73 | ||
CATEGORIES= audio | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1696752540 | ||
SHA256 (8bitbubsy-ft2-clone-v1.72.1_GH0.tar.gz) = f7b71bc261d11c190d06ce5343564f1481e958d80cd06815aea3dbdd05340fbf | ||
SIZE (8bitbubsy-ft2-clone-v1.72.1_GH0.tar.gz) = 6034721 | ||
TIMESTAMP = 1698672654 | ||
SHA256 (8bitbubsy-ft2-clone-v1.73_GH0.tar.gz) = 099804b6f02f79b163e83725a30ce1037d4fab1bc5c19b35230810e3ace1ce3b | ||
SIZE (8bitbubsy-ft2-clone-v1.73_GH0.tar.gz) = 6035099 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
PORTNAME= libremidi | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 4.2.3 | ||
DISTVERSION= 4.2.4 | ||
CATEGORIES= audio | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1696890835 | ||
SHA256 (jcelerier-libremidi-v4.2.3_GH0.tar.gz) = e0b6f1fc9b9f4f625c55371db140f9c91e4dcd4747b3672f5ee4d68a1294cb85 | ||
SIZE (jcelerier-libremidi-v4.2.3_GH0.tar.gz) = 15518519 | ||
TIMESTAMP = 1698784876 | ||
SHA256 (jcelerier-libremidi-v4.2.4_GH0.tar.gz) = bd56228d472c82b4a7262c88bc311336c39c25becd095606a678945215e5441e | ||
SIZE (jcelerier-libremidi-v4.2.4_GH0.tar.gz) = 15517585 |
Oops, something went wrong.