*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2022-10-05 08:15:46 +02:00
parent fe6a3e967d
commit 72afd80bda
3673 changed files with 66523 additions and 56023 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= atk
PORTVERSION= 4.0.2
PORTVERSION= 4.0.3
CATEGORIES= accessibility rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1662558092
SHA256 (rubygem/atk-4.0.2.gem) = 708a9b882c12f40b7d580634463b4b7e524265097de364bc442ed982102b174b
SIZE (rubygem/atk-4.0.2.gem) = 15872
TIMESTAMP = 1663673014
SHA256 (rubygem/atk-4.0.3.gem) = b516f1206641164296599f970cd89bc39edb2dd249023742c12e28a7b537b540
SIZE (rubygem/atk-4.0.3.gem) = 15872

View File

@ -103,6 +103,7 @@
SUBDIR += p5-Archive-Any-Plugin-Rar
SUBDIR += p5-Archive-Extract
SUBDIR += p5-Archive-Extract-Libarchive
SUBDIR += p5-Archive-Libarchive
SUBDIR += p5-Archive-Peek
SUBDIR += p5-Archive-Rar
SUBDIR += p5-Archive-SimpleExtractor

View File

@ -1,5 +1,5 @@
PORTNAME= c-blosc2
PORTVERSION= 2.3.1
PORTVERSION= 2.4.2
DISTVERSIONPREFIX= v
CATEGORIES= archivers

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1661950810
SHA256 (Blosc-c-blosc2-v2.3.1_GH0.tar.gz) = 12b028dad9250fe4f01c232a1924200f523ed4d313e5f14996a2df67ac27dc69
SIZE (Blosc-c-blosc2-v2.3.1_GH0.tar.gz) = 2356493
TIMESTAMP = 1664767814
SHA256 (Blosc-c-blosc2-v2.4.2_GH0.tar.gz) = 763ded7a6286abd248a79b1560ce8bfda11018b699a450b3e43c529f284a5232
SIZE (Blosc-c-blosc2-v2.4.2_GH0.tar.gz) = 2357441

View File

@ -0,0 +1,37 @@
PORTNAME= Archive-Libarchive
PORTVERSION= 0.08
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Modern Perl bindings to libarchive
WWW= https://metacpan.org/dist/Archive-Libarchive
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-FFI-C-Stat>=0:devel/p5-FFI-C-Stat \
p5-FFI-CheckLib>=0.30:devel/p5-FFI-CheckLib \
p5-FFI-Platypus>=1.38:devel/p5-FFI-Platypus \
p5-FFI-Platypus-Type-Enum>=0.05:devel/p5-FFI-Platypus-Type-Enum \
p5-FFI-Platypus-Type-PtrObject>=0:devel/p5-FFI-Platypus-Type-PtrObject \
p5-Ref-Util>=0:devel/p5-Ref-Util
TEST_DEPENDS= p5-FFI-C>=0:devel/p5-FFI-C \
p5-File-chdir>=0:devel/p5-File-chdir \
p5-Path-Tiny>=0:devel/p5-Path-Tiny \
p5-Sub-Identify>=0:devel/p5-Sub-Identify \
p5-Term-Table>=0:devel/p5-Term-Table \
p5-Test-Archive-Libarchive>=0:devel/p5-Test-Archive-Libarchive \
p5-Test-Script>=1.09:devel/p5-Test-Script \
p5-Test2-Suite>=0.000121:devel/p5-Test2-Suite \
p5-Test2-Tools-MemoryCycle>=0:devel/p5-Test2-Tools-MemoryCycle
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1664767800
SHA256 (Archive-Libarchive-0.08.tar.gz) = e8e342d54fd3d6e5e7e3160fe088c13a0a5033cffbe89481a1d2471d43720059
SIZE (Archive-Libarchive-0.08.tar.gz) = 81280

View File

@ -0,0 +1,7 @@
Archive::Libarchive provides a Perl object-oriented interface to the libarchive
library. The libarchive library is the API used to implemnt bsdtar, the default
tar implementation on a number of operating systems, including FreeBSD, macOS
and Windows. It can also be installed on most Linux distributions. But wait,
there is more, libarchive supports a number of formats, compressors and filters
transparently, so it can be a useful when used as a universal
archiver/extractor.

View File

@ -0,0 +1,42 @@
%%SITE_PERL%%/Archive/Libarchive.pm
%%SITE_PERL%%/Archive/Libarchive/API.pm
%%SITE_PERL%%/Archive/Libarchive/Archive.pm
%%SITE_PERL%%/Archive/Libarchive/ArchiveRead.pm
%%SITE_PERL%%/Archive/Libarchive/ArchiveWrite.pm
%%SITE_PERL%%/Archive/Libarchive/DiskRead.pm
%%SITE_PERL%%/Archive/Libarchive/DiskWrite.pm
%%SITE_PERL%%/Archive/Libarchive/Entry.pm
%%SITE_PERL%%/Archive/Libarchive/EntryLinkResolver.pm
%%SITE_PERL%%/Archive/Libarchive/Lib.pm
%%SITE_PERL%%/Archive/Libarchive/Lib/Archive.pm
%%SITE_PERL%%/Archive/Libarchive/Lib/ArchiveRead.pm
%%SITE_PERL%%/Archive/Libarchive/Lib/ArchiveWrite.pm
%%SITE_PERL%%/Archive/Libarchive/Lib/Constants.pm
%%SITE_PERL%%/Archive/Libarchive/Lib/DiskRead.pm
%%SITE_PERL%%/Archive/Libarchive/Lib/DiskWrite.pm
%%SITE_PERL%%/Archive/Libarchive/Lib/Entry.pm
%%SITE_PERL%%/Archive/Libarchive/Lib/EntryLinkResolver.pm
%%SITE_PERL%%/Archive/Libarchive/Lib/Match.pm
%%SITE_PERL%%/Archive/Libarchive/Lib/Unbound.pm
%%SITE_PERL%%/Archive/Libarchive/Match.pm
%%PERL5_MAN3%%/Archive::Libarchive.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::API.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::Archive.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::ArchiveRead.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::ArchiveWrite.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::DiskRead.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::DiskWrite.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::Entry.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::EntryLinkResolver.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::Lib.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::Lib::Archive.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::Lib::ArchiveRead.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::Lib::ArchiveWrite.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::Lib::Constants.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::Lib::DiskRead.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::Lib::DiskWrite.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::Lib::Entry.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::Lib::EntryLinkResolver.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::Lib::Match.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::Lib::Unbound.3.gz
%%PERL5_MAN3%%/Archive::Libarchive::Match.3.gz

View File

@ -1,5 +1,6 @@
PORTNAME= peazip
PORTVERSION= 8.8.0
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}

View File

@ -35,7 +35,7 @@ FUSE_DESC= Support to mount locally borg backup files
FUSE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}llfuse>0:devel/py-llfuse@${PY_FLAVOR}
_BORGHOME=${WRKDIR}/testhome
_BORGENV=BORG_PASSPHRASE=secret123 PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} HOME=${_BORGHOME}
_BORGENV=-i BORG_PASSPHRASE=secret123 PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} HOME=${_BORGHOME}
post-install:
${MKDIR} ${STAGEDIR}${MAN1PREFIX}/share/man/man1/
${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}${MAN1PREFIX}/share/man/man1/
@ -64,6 +64,6 @@ post-install:
${SETENV} ${_BORGENV} ${STAGEDIR}${PREFIX}/bin/borg info ${WRKDIR}/borgrepo
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${_BORGENV} tox-${PYTHON_VER} -e ${PY_FLAVOR} -vv
cd ${WRKSRC} && ${SETENV} ${_BORGENV} ${TEST_ENV} tox-${PYTHON_VER} -e ${PY_FLAVOR} -vv
.include <bsd.port.mk>

View File

@ -3,6 +3,7 @@
SUBDIR += R-cran-maptools
SUBDIR += accrete
SUBDIR += astrometry
SUBDIR += calcmysky
SUBDIR += celestia
SUBDIR += celestia-gtk
SUBDIR += cfitsio

21
astro/calcmysky/Makefile Normal file
View File

@ -0,0 +1,21 @@
PORTNAME= ${GH_PROJECT:tl}
PORTVERSION= 0.1.0
DISTVERSIONPREFIX= v
CATEGORIES= astro
MAINTAINER= danfe@FreeBSD.org
COMMENT= Simulator of light scattering by planetary atmospheres
WWW= https://github.com/10110111/CalcMySky
LICENSE= GPLv3
BUILD_DEPENDS= ${LOCALBASE}/include/eigen3/Eigen/Dense:math/eigen3 \
${LOCALBASE}/include/glm/glm.hpp:math/glm
USES= cmake:testing localbase qt:5
USE_GITHUB= yes
GH_ACCOUNT= 10110111
GH_PROJECT= CalcMySky
USE_QT= buildtools:build qmake:build core gui opengl widgets
.include <bsd.port.mk>

3
astro/calcmysky/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1663537745
SHA256 (10110111-CalcMySky-v0.1.0_GH0.tar.gz) = 830f0332facc6ba5e45b9e7c4791346d32ec1af5a881d203c01700bd8802cb20
SIZE (10110111-CalcMySky-v0.1.0_GH0.tar.gz) = 2150736

17
astro/calcmysky/pkg-descr Normal file
View File

@ -0,0 +1,17 @@
CalcMySky is a software package that simulates scattering of light by the
atmosphere to render daytime and twilight skies (without stars). Its
primary purpose is to enable realistic view of the sky in applications
such as planetaria. Secondary objective is to make it possible to explore
atmospheric effects such as glories, fogbows, etc., as well as simulate
unusual environments such as on Mars or an exoplanet orbiting a star with
a non-solar spectrum of radiation.
The simulation is based on E. Bruneton's Precomputed Atmospheric
Scattering paper and the updated implementation of the demo. This in
particular limits the atmosphere to spherical symmetry (which means
localized clouds are not supported, and ground albedo is the same all
around the globe).
An additional capability is simulation of solar eclipses, which is
currently limited to two scattering orders, while the non-eclipsed
atmosphere can be simulated to arbitrary order.

47
astro/calcmysky/pkg-plist Normal file
View File

@ -0,0 +1,47 @@
bin/calcmysky
bin/showmysky
include/ShowMySky/AtmosphereRenderer.hpp
include/ShowMySky/Exception.hpp
include/ShowMySky/Settings.hpp
lib/ShowMySky/cmake/ShowMySkyConfig-%%CMAKE_BUILD_TYPE%%.cmake
lib/ShowMySky/cmake/ShowMySkyConfig.cmake
lib/libShowMySky.so
share/CalcMySky/shaders/accumulate-single-scattering-texture.frag
share/CalcMySky/shaders/calc-view-dir.h.glsl
share/CalcMySky/shaders/common-functions.frag
share/CalcMySky/shaders/common-functions.h.glsl
share/CalcMySky/shaders/compute-direct-irradiance.frag
share/CalcMySky/shaders/compute-eclipsed-double-scattering.frag
share/CalcMySky/shaders/compute-eclipsed-single-scattering.frag
share/CalcMySky/shaders/compute-indirect-irradiance.frag
share/CalcMySky/shaders/compute-light-pollution-multiple-scattering.frag
share/CalcMySky/shaders/compute-light-pollution-single-scattering.frag
share/CalcMySky/shaders/compute-multiple-scattering.frag
share/CalcMySky/shaders/compute-scattering-density.frag
share/CalcMySky/shaders/compute-single-scattering.frag
share/CalcMySky/shaders/compute-transmittance-functions.h.glsl
share/CalcMySky/shaders/compute-transmittance.frag
share/CalcMySky/shaders/copy-scattering-texture-2d.frag
share/CalcMySky/shaders/copy-scattering-texture-3d.frag
share/CalcMySky/shaders/direct-irradiance.frag
share/CalcMySky/shaders/direct-irradiance.h.glsl
share/CalcMySky/shaders/eclipsed-direct-irradiance.frag
share/CalcMySky/shaders/eclipsed-direct-irradiance.h.glsl
share/CalcMySky/shaders/multiple-scattering-light-pollution.frag
share/CalcMySky/shaders/multiple-scattering-light-pollution.h.glsl
share/CalcMySky/shaders/multiple-scattering.frag
share/CalcMySky/shaders/multiple-scattering.h.glsl
share/CalcMySky/shaders/render.frag
share/CalcMySky/shaders/shader.geom
share/CalcMySky/shaders/shader.vert
share/CalcMySky/shaders/single-scattering-eclipsed.frag
share/CalcMySky/shaders/single-scattering-eclipsed.h.glsl
share/CalcMySky/shaders/single-scattering-light-pollution.frag
share/CalcMySky/shaders/single-scattering-light-pollution.h.glsl
share/CalcMySky/shaders/single-scattering.frag
share/CalcMySky/shaders/single-scattering.h.glsl
share/CalcMySky/shaders/texture-coordinates.frag
share/CalcMySky/shaders/texture-coordinates.h.glsl
share/CalcMySky/shaders/texture-sampling-functions.frag
share/CalcMySky/shaders/texture-sampling-functions.h.glsl
share/CalcMySky/shaders/version.h.glsl

View File

@ -1,5 +1,5 @@
PORTNAME= gpsprune
PORTVERSION= 22.1
PORTVERSION= 22.2
CATEGORIES= astro java
MASTER_SITES= https://activityworkshop.net/software/${PORTNAME}/
DISTNAME= ${PORTNAME}_${PORTVERSION}.jar

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1662396890
SHA256 (gpsprune_22.1.jar) = 22db3cc3ee0800f94d9ce61ec2b4c8b585b0ffb21c01f08ad449c0cee9f849c2
SIZE (gpsprune_22.1.jar) = 1259923
TIMESTAMP = 1664810725
SHA256 (gpsprune_22.2.jar) = ed3ed4992eb9d15bd8376f6f4317a6cec6b1179c0f145fb208d093c9763b9e66
SIZE (gpsprune_22.2.jar) = 1259310

View File

@ -1,5 +1,5 @@
PORTNAME= josm
PORTVERSION= 18543
PORTVERSION= 18565
CATEGORIES= astro java
MASTER_SITES= https://josm.openstreetmap.de/download/
DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION}.jar
@ -19,13 +19,11 @@ USES= zip:infozip
USE_JAVA= yes
JAVA_VERSION= 1.8+
JOSM_MEMORY_LIMIT?=1024
NO_BUILD= yes
NO_ARCH= yes
SUB_FILES= josm.sh
SUB_LIST= JARNAME=${DISTNAME} JOSM_MEMORY_LIMIT=${JOSM_MEMORY_LIMIT}
SUB_LIST= JARNAME=${DISTNAME}
PLIST_FILES= bin/josm \
${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME} \
@ -38,10 +36,6 @@ DESKTOP_ENTRIES="JOSM" \
"Education;Geoscience;Maps;" \
true
pre-everything::
@${ECHO_CMD} "You can change limit of memory available to josm by defining"
@${ECHO_CMD} "JOSM_MEMORY_LIMIT variable in /etc/make.conf. Default is 1024 (MB)."
do-install:
@${MKDIR} ${STAGEDIR}${JAVAJARDIR}/
${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${JAVAJARDIR}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1661890859
SHA256 (josm-snapshot-18543.jar) = 01099d07080e570b3c303017f22dcfedbb24debebd83bc778e10031b04566b67
SIZE (josm-snapshot-18543.jar) = 16226510
TIMESTAMP = 1664557171
SHA256 (josm-snapshot-18565.jar) = b0bd2efe55f19891a7d11076ffa565d262cee45c8bad42244570f84ef649a7f6
SIZE (josm-snapshot-18565.jar) = 16252369

View File

@ -4,4 +4,4 @@ JAVA="%%LOCALBASE%%/bin/java"
JARPATH="%%JAVALIBDIR%%"
export JAVA_VERSION="%%JAVA_VERSION%%"
exec "${JAVA}" -Xmx%%JOSM_MEMORY_LIMIT%%m -jar "${JARPATH}/%%JARNAME%%" "$@"
exec "${JAVA}" -jar "${JARPATH}/%%JARNAME%%" "$@"

View File

@ -1,5 +1,5 @@
PORTNAME= Astro-SpaceTrack
PORTVERSION= 0.156
PORTVERSION= 0.157
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1660009472
SHA256 (Astro-SpaceTrack-0.156.tar.gz) = 8533ce9086ca0d478af570ce068658d2df3dde310a4cbed6a7849f00e075b70f
SIZE (Astro-SpaceTrack-0.156.tar.gz) = 201667
TIMESTAMP = 1664674720
SHA256 (Astro-SpaceTrack-0.157.tar.gz) = 63e532af729407fb507b2e69314b18ab0f3f814bd88184f15f16d4f2af861e4d
SIZE (Astro-SpaceTrack-0.157.tar.gz) = 201694

View File

@ -1,5 +1,5 @@
PORTNAME= Astro-satpass
PORTVERSION= 0.127
PORTVERSION= 0.128
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1660464008
SHA256 (Astro-satpass-0.127.tar.gz) = 3fc19dcf885ab54bf7cb306a15650df98c05691c882717ae41aba99bdd334a92
SIZE (Astro-satpass-0.127.tar.gz) = 530204
TIMESTAMP = 1664760785
SHA256 (Astro-satpass-0.128.tar.gz) = 06b437d4e7da8bb31e18d78a98e2dc20de88163b0212a8de4ba6791f19524314
SIZE (Astro-satpass-0.128.tar.gz) = 530418

View File

@ -5,7 +5,6 @@
SUBDIR += Maaate
SUBDIR += a2jmidid
SUBDIR += aacgain
SUBDIR += aacplusenc
SUBDIR += abcde
SUBDIR += abcselect
SUBDIR += abgate-lv2
@ -462,8 +461,6 @@
SUBDIR += mamba
SUBDIR += mate-media
SUBDIR += mclk-lv2
SUBDIR += mctoolame-decoder
SUBDIR += mctoolame-encoder
SUBDIR += mda-lv2
SUBDIR += mhwaveedit
SUBDIR += midi-matrix-lv2

View File

@ -1,46 +0,0 @@
PORTNAME= aacplusenc
PORTVERSION= 0.17.5
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://ppa.launchpad.net/teknoraver/ppa/ubuntu/pool/main/a/aacplusenc/
DISTFILES= ${DISTNAME:S,-,_,}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= AacPlus v2 command-line encoder
WWW= https://teknoraver.net/software/mp4tools/
USES= cpe gmake
# Converted from RESTRICTED
LICENSE= AACPLUSENC
LICENSE_NAME= aacplusenc
LICENSE_TEXT= unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies
LICENSE_PERMS= auto-accept
DEPRECATED= Legacy audio format, superseded by HE-AAC(v1), HE-AACv2 and xHE-AAC/USAC. Please consider using audio/fdk-aac via FFmpeg or audio/exhale
EXPIRATION_DATE=2022-09-30
CPE_VENDOR= aacplusenc_project
OPTIONS_DEFINE= FFTW3
OPTIONS_DEFAULT= FFTW3
FFTW3_DESC= Use FFTW3 library for performance
CONFLICTS= libaacplus
PLIST_FILES= bin/aacplusenc
MAKE_ARGS+= INSTDIR=${STAGEDIR}${PREFIX}
FFTW3_MAKE_ARGS_OFF= NOFFTW3=1
FFTW3_LIB_DEPENDS= libfftw3f.so:math/fftw3-float \
libfftw3.so:math/fftw3
FFTW3_CFLAGS= -I${LOCALBASE}/include
WRKSRC= ${WRKDIR}/${PORTNAME}
post-patch:
@${REINPLACE_CMD} -e 's|-O3 -ftree-vectorize|${CFLAGS}| ; s|-lfftw3f|-L${LOCALBASE}/lib -lfftw3f| ; s|INSTDIR=.*|INSTDIR=${PREFIX}|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|<endian.h>|<sys/endian.h>| ; s|__BYTE|_BYTE|' ${WRKSRC}/au_channel.h
@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (aacplusenc_0.17.5.tar.gz) = 318df58a86ac0647d6bfbcd8766fe301ad2ed08ffb4ef4e016e088f4dceb1669
SIZE (aacplusenc_0.17.5.tar.gz) = 547953

View File

@ -1,5 +0,0 @@
Command-line encoder that outputs aacPlus v2 files (ie. Advanced Audio Coding +
Spectral Band Resonation + Parametric Stereo, or AAC + SBR + PS), also known as
HE-AAC+ (High Efficiency AAC+). Developed by Coding Technologies, based on the
reference code obtained from 3GPP, repackaged to compile on contemporary Linux
by Matteo Croce.

View File

@ -1,11 +1,8 @@
PORTNAME= Carla
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.0
DISTVERSION= 2.5.1
CATEGORIES= audio
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= 5aba957f3cf0fb4dcef4d2add679603e6c048fb4.diff:-p1
MAINTAINER= yuri@FreeBSD.org
COMMENT= Audio plugin host for Jack and PulseAudio
WWW= https://kx.studio/Applications:Carla

View File

@ -1,5 +1,3 @@
TIMESTAMP = 1658075318
SHA256 (falkTX-Carla-v2.5.0_GH0.tar.gz) = f1077caa97b52fedc0d567f7f0e561b466031b5b34b760cd68efe836e19d408d
SIZE (falkTX-Carla-v2.5.0_GH0.tar.gz) = 11533773
SHA256 (5aba957f3cf0fb4dcef4d2add679603e6c048fb4.diff) = 1709d27634fc68794b72a200905e1cb6b2dd35aa0df16a9fd3fe7926cfb7d91a
SIZE (5aba957f3cf0fb4dcef4d2add679603e6c048fb4.diff) = 432
TIMESTAMP = 1664658145
SHA256 (falkTX-Carla-v2.5.1_GH0.tar.gz) = c47eea999b2880bde035fbc30d7b42b49234a81327127048a56967ec884dfdba
SIZE (falkTX-Carla-v2.5.1_GH0.tar.gz) = 11531860

View File

@ -1,13 +0,0 @@
- workaround for https://github.com/jpcima/ysfx/issues/61
--- source/modules/ysfx/sources/ysfx_utils_fts.cpp.orig 2022-07-17 16:50:07 UTC
+++ source/modules/ysfx/sources/ysfx_utils_fts.cpp
@@ -36,7 +36,7 @@ void visit_directories(const char *rootpath, bool (*vi
#ifndef __EMSCRIPTEN__
char *argv[] = {(char *)rootpath, nullptr};
- auto compar = [](const FTSENT **a, const FTSENT **b) -> int {
+ auto compar = [](const FTSENT * const *a, const FTSENT * const *b) -> int {
return strcmp((*a)->fts_name, (*b)->fts_name);
};

View File

@ -1,6 +1,5 @@
PORTNAME= din
PORTVERSION= 54
PORTREVISION= 2
PORTVERSION= 55
CATEGORIES= audio
MASTER_SITES= https://archive.org/download/dinisnoise_source_code/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1651912709
SHA256 (din-54.tar.gz) = b56ea9f45e206b8bb9f1451870c9a410872d93b47ac17652651fbaf1708df0b7
SIZE (din-54.tar.gz) = 3710611
TIMESTAMP = 1664616550
SHA256 (din-55.tar.gz) = acfcee40fbffaf3cb681d411efdd58ca506f96d416ed71cbbbcd838540bcecf2
SIZE (din-55.tar.gz) = 3711327

View File

@ -1,15 +1,15 @@
Removed tcl8.6, asound and jack flags, this is now handled in the ports
script.
--- src/Makefile.am.orig 2021-12-04 02:58:55 UTC
--- src/Makefile.am.orig 2022-09-22 14:07:29 UTC
+++ src/Makefile.am
@@ -1,7 +1,7 @@
#dinincludedir = $(pkgsrcdir)
-AM_CXXFLAGS = -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -D__BOOST_TIME__ -DPREFIX=\"@prefix@\"
-AM_CXXFLAGS = -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -D__BOOST_TIME__ -DPREFIX=\"@prefix@\"
-LIBS += -ltcl8.6 -lSDL -lGL -lpthread -lasound
+AM_CXXFLAGS = -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -D__BOOST_TIME__ -DPREFIX=\"@prefix@\"
+LIBS += -lSDL -lGL -lpthread -lasound
+AM_CXXFLAGS = -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D__SVG__ -D__GPL20__ -D__BOOST_TIME__ -DPREFIX=\"@prefix@\"
+LIBS += -lSDL -lGL -lpthread
bin_PROGRAMS = din
din_SOURCES = alarm.cc arrow_button.cc audio.cc authors_note.cc autoflip.cc autorotator.cc ball.cc ball_ops.cc basic_editor.cc beat2value.cc binaural_drone.cc binaural_drones.cc bit_display.cc box_selector.cc button.cc capturer.cc checkbutton.cc chrono.cc circler.cc command.cc compressor.cc console.cc console_iterator.cc countries.cc cross_button.cc curve.cc curve_display.cc curve_editor.cc curve_library.cc curve_mixer.cc curve_picker.cc curve_samples.cc custom_periodic.cc defvelaccel.cc delay.cc din.cc din_info.cc drawrrow.cc drone.cc eval.cc fader.cc fft.cc field.cc filled_button.cc font.cc font_editor.cc fractaliser.cc globals.cc glyph.cc gravity.cc hit.cc help.cc item_list.cc keyboard_keyboard.cc label.cc levels.cc line.cc lissajous.cc listeners.cc main.cc menu.cc mesh.cc midi_in.cc minus_button.cc mocap.cc modulator.cc mondrian.cc morpher.cc morse_code.cc mouse_slider.cc multi_curve.cc note.cc noiser.cc number.cc oscilloscope.cc phrasor.cc play.cc plugin.cc plugin_browser.cc plus_button.cc point_modulator.cc range.cc recorder.cc rect.cc rose_milker.cc scale_info.cc scale_notes.cc scalelist.cc separator.cc settings.cc sine_mixer.cc slit.cc solver.cc spiraler.cc starrer.cc superformula.cc tap_bpm.cc tcl_interp.cc textboard.cc tokenizer.cc trail.cc triggered_note.cc ui.cc ui_sin_cos_radius.cc viewwin.cc warper.cc widget.cc kiss_fft.c RtAudio.cpp RtMidi.cpp

View File

@ -1,5 +1,5 @@
PORTNAME= drumkv1
DISTVERSION= 0.9.26
DISTVERSION= 0.9.27
CATEGORIES= audio multimedia
MASTER_SITES= SF
PKGNAMESUFFIX= -lv2

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1654750902
SHA256 (drumkv1-0.9.26.tar.gz) = 1149811ae195dd08e835d87fa23f644660a7dbda271afab4b57c9ec51eee0548
SIZE (drumkv1-0.9.26.tar.gz) = 301688
TIMESTAMP = 1664936857
SHA256 (drumkv1-0.9.27.tar.gz) = 433b247794e6fdf9b32929fb52ee7135808b25b8be19d574a3b6068857f92649
SIZE (drumkv1-0.9.27.tar.gz) = 299855

View File

@ -1,6 +1,6 @@
PORTNAME= fasttracker2
DISTVERSIONPREFIX= v
DISTVERSION= 1.58
DISTVERSION= 1.59
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1663751943
SHA256 (8bitbubsy-ft2-clone-v1.58_GH0.tar.gz) = 855416700c7011e84dede34f798cc1b0046f7dffac9ec850d8d182922dc522d9
SIZE (8bitbubsy-ft2-clone-v1.58_GH0.tar.gz) = 5781027
TIMESTAMP = 1664903210
SHA256 (8bitbubsy-ft2-clone-v1.59_GH0.tar.gz) = 1f69b49710bd80e0fa087df402f8eb2d7b45bda22136f02e5baa0475bef09230
SIZE (8bitbubsy-ft2-clone-v1.59_GH0.tar.gz) = 5781940

View File

@ -1,6 +1,6 @@
PORTNAME= hpsjam
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
DISTVERSION= 1.1.1
CATEGORIES= audio
MAINTAINER= hselasky@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1664129427
SHA256 (hselasky-hpsjam-v1.1.0_GH0.tar.gz) = 0a472732cde556e64f8c2890d8974c55b2e5f7f77fcfec1bc848cd167329ad89
SIZE (hselasky-hpsjam-v1.1.0_GH0.tar.gz) = 1233208
TIMESTAMP = 1664628232
SHA256 (hselasky-hpsjam-v1.1.1_GH0.tar.gz) = ba867214d9791fa2c0c37adce5a9a800b0169872f2c3cbf3fd72a6f3e46f08cb
SIZE (hselasky-hpsjam-v1.1.1_GH0.tar.gz) = 1233312

View File

@ -1,6 +1,6 @@
PORTNAME= logitechmediaserver
PORTVERSION= 7.9.2.g2018.12.10
PORTREVISION= 1
DISTVERSION= 8.2.0.g2021.11.13
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
@ -19,14 +19,14 @@ BUILD_DEPENDS= nasm:devel/nasm \
bash:shells/bash \
rsync:net/rsync
LIB_DEPENDS= libgd.so:graphics/gd
RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL
USES= gettext-runtime gmake perl5 shebangfix
USE_GITHUB= yes
GH_TUPLE= Logitech:slimserver:d3dc895 \
Logitech:slimserver-vendor:21f307f:vendor
GH_TUPLE= Logitech:slimserver:4694dd8 \
Logitech:slimserver-vendor:c2162d0:vendor
USE_RC_SUBR= logitechmediaserver
SHEBANG_FILES= Bin/darwin/check-update.pl \
Bin/dbish \
CPAN/Log/Log4perl/Layout/PatternLayout/Multiline.pm \
Slim/Plugin/UPnP/t/MediaRenderer.t \
Slim/Plugin/UPnP/t/MediaServer.t \
@ -38,6 +38,39 @@ SHEBANG_FILES= Bin/darwin/check-update.pl \
slimserver.pl \
${WRKSRC_vendor}/CPAN/hints/darwin.pl
EXTRA_PATCHES= ${FILESDIR}/vendorpatch-CPAN_buildme.sh
SUB_FILES= Custom.pm \
custom-convert.conf \
logitechmediaserver.conf
SUB_LIST= PERL=${PERL} \
PORTNAME=${PORTNAME} \
SITE_PERL=${PREFIX}/${SITE_PERL_REL} \
SLIMDIR=${SLIMDIR} \
SLIMDBDIR=${SLIMDBDIR} \
SLIMUSER=${SLIMUSER} \
SLIMGROUP=${SLIMGROUP} \
CONFFILES="${CONFFILES}"
PLIST_SUB= SLIMDIR=${SLIMDIR} \
SLIMDBDIR=${SLIMDBDIR} \
OPSYS=${OPSYS:tl} \
ARCH=${ARCH} \
ARCHNAME=${ARCHNAME}
EXTRA_PATCHES= ${FILESDIR}/vendorpatch-CPAN_buildme.sh
SUB_FILES= Custom.pm \
custom-convert.conf \
logitechmediaserver.conf
SUB_LIST= PERL=${PERL} \
PORTNAME=${PORTNAME} \
SITE_PERL=${PREFIX}/${SITE_PERL_REL} \
SLIMDIR=${SLIMDIR} \
SLIMDBDIR=${SLIMDBDIR} \
SLIMUSER=${SLIMUSER} \
SLIMGROUP=${SLIMGROUP} \
CONFFILES="${CONFFILES}"
# Defaults support playback of relativly unrestricted formats on SB2 or
# SB3 devices and wired SB1 devices.
OPTIONS_DEFINE= APE FAAD FLAC LAME SOX TEST DOCS
@ -52,9 +85,8 @@ TEST_VARS_OFF= CONTRIB_FLAGS=-t
USERS= ${SLIMUSER}
GROUPS= ${SLIMGROUP}
EXTRA_PATCHES= ${FILESDIR}/vendorpatch-CPAN_buildme.sh
DOCFILES= Changelog*.html Installation.txt License*.txt
DOCFILES= Changelog*.html License*.txt
CONFFILES= convert.conf types.conf
PLIST_SUB= SLIMDIR=${SLIMDIR} \
@ -63,18 +95,6 @@ PLIST_SUB= SLIMDIR=${SLIMDIR} \
ARCH=${ARCH} \
ARCHNAME=${ARCHNAME}
SUB_FILES= Custom.pm \
custom-convert.conf \
logitechmediaserver.conf
SUB_LIST= PERL=${PERL} \
PORTNAME=${PORTNAME} \
SITE_PERL=${PREFIX}/${SITE_PERL_REL} \
SLIMDIR=${SLIMDIR} \
SLIMDBDIR=${SLIMDBDIR} \
SLIMUSER=${SLIMUSER} \
SLIMGROUP=${SLIMGROUP} \
CONFFILES="${CONFFILES}"
SLIMDIR?= share/logitechmediaserver
SLIMDBDIR?= /var/db/logitechmediaserver
SLIMUSER?= slimserv
@ -84,16 +104,11 @@ SLIMGROUP?= ${SLIMUSER}
.if ${ARCH} == "i386"
ARCHNAME= i386-freebsd-thread-multi-64int
PLIST_SUB+= I386_ONLY=""
.else
PLIST_SUB+= I386_ONLY="@comment "
PLIST= ${PKGDIR}/pkg-plist.i386
.endif
.if ${ARCH} == "amd64"
ARCHNAME= amd64-freebsd-thread-multi
PLIST_SUB+= AMD64_ONLY=""
.else
PLIST_SUB+= AMD64_ONLY="@comment "
.endif
do-build:
@ -108,7 +123,7 @@ do-install:
(cd ${STAGEDIR}${PREFIX}/${SLIMDIR} && \
${FIND} . -name \*.orig -delete -o -name \*.bak -delete -o -name \*.packlist -delete && \
${FIND} ./CPAN/arch/ ! -path './CPAN/arch/${PERL_VER}*' -delete && \
${RM} -r -- Bin/* && \
${RM} -r -- Bin/* .editorconfig .github && \
${RM} -- ${CONFFILES} ${DOCFILES})
(cd ${STAGEDIR}${PREFIX}/${SLIMDIR}/CPAN/arch/${PERL_VER} && \
${RM} -r -- arm-linux-gnueabihf-thread-multi-64int && \
@ -125,7 +140,6 @@ do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d
${INSTALL_DATA} ${WRKDIR}/logitechmediaserver.conf \
${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/
${INSTALL_SCRIPT} ${WRKSRC}/Bin/dbish ${STAGEDIR}${PREFIX}/${SLIMDIR}/Bin/
@${LN} -s ${SLIMDBDIR}/cache ${STAGEDIR}${PREFIX}/${SLIMDIR}/Cache
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1544828761
SHA256 (Logitech-slimserver-7.9.2.g2018.12.10-d3dc895_GH0.tar.gz) = 461d2cc86791e66db10dc0c3c89d67094cd79f6e5bbcadda352874f931a0599b
SIZE (Logitech-slimserver-7.9.2.g2018.12.10-d3dc895_GH0.tar.gz) = 249414931
SHA256 (Logitech-slimserver-vendor-21f307f_GH0.tar.gz) = e4a831077e040485b2df938c0dec37d8660fdda3c9dabb5a8eafcd5a9120f424
SIZE (Logitech-slimserver-vendor-21f307f_GH0.tar.gz) = 139203047
TIMESTAMP = 1636863693
SHA256 (Logitech-slimserver-8.2.0.g2021.11.13-4694dd8_GH0.tar.gz) = dbc9ed05ca6f39e1f6ffc9a82369e8c6f604ec100be497fba94b5305a792f4c5
SIZE (Logitech-slimserver-8.2.0.g2021.11.13-4694dd8_GH0.tar.gz) = 247603530
SHA256 (Logitech-slimserver-vendor-c2162d0_GH0.tar.gz) = 76e9f42d46eaacb06ad61289a4ba49c9ca3632088f775caaf7342f84142ed326
SIZE (Logitech-slimserver-vendor-c2162d0_GH0.tar.gz) = 149282739

View File

@ -1,5 +1,5 @@
--- ../slimserver-vendor-21f307f/CPAN/buildme.sh.orig 2018-04-11 08:51:55.360230000 +0100
+++ ../slimserver-vendor-21f307f/CPAN/buildme.sh 2018-04-11 08:52:15.289491000 +0100
--- ../slimserver-vendor-c2162d0/CPAN/buildme.sh.orig 2018-04-11 08:51:55.360230000 +0100
+++ ../slimserver-vendor-c2162d0/CPAN/buildme.sh 2018-04-11 08:52:15.289491000 +0100
@@ -657,7 +657,7 @@
tar_wrapper zxf icu4c-58_2-src.tgz
cd icu/source

View File

@ -8,6 +8,21 @@ You can control access to your music collection by pointing your web
browser to http://localhost:9000/, and then choosing:
Server Settings -> Security
Note on upgrade to 8.2:
Older slim devices have a bug where they will not see 8.2 as newer than 7.9
and will prompt you to update, there is a patch for this that must be
installed BEFORE upgrading the logitechmediaserver to 8.x.
To install the patch:
1. Go to Settings/Advanced/Applet Instlaler and UNCHECK Recommended Applets Only
2. Go to Settings/Advanced/Applet Installer and install "PatchInstaller"
3. Go to Settings/Advanced/Patch Installer and install "Version Comparison Fix"
Additionally, after installation you can install the plugin
"Community Firmware for Touch/Radio/Controller" on LMS and get newer firmware
for your devices!
EOM
}
]

View File

@ -7,7 +7,7 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%PORTDOCS%%%%DOCSDIR%%/Changelog5.html
%%PORTDOCS%%%%DOCSDIR%%/Changelog6.html
%%PORTDOCS%%%%DOCSDIR%%/Changelog7.html
%%PORTDOCS%%%%DOCSDIR%%/Installation.txt
%%PORTDOCS%%%%DOCSDIR%%/Changelog8.html
%%PORTDOCS%%%%DOCSDIR%%/License.de.txt
%%PORTDOCS%%%%DOCSDIR%%/License.es.txt
%%PORTDOCS%%%%DOCSDIR%%/License.fr.txt
@ -15,15 +15,12 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%PORTDOCS%%%%DOCSDIR%%/License.it.txt
%%PORTDOCS%%%%DOCSDIR%%/License.nl.txt
%%PORTDOCS%%%%DOCSDIR%%/License.txt
%%SLIMDIR%%/Bin/dbish
%%SLIMDIR%%/CPAN/AE.pm
%%SLIMDIR%%/CPAN/Algorithm/C3.pm
%%SLIMDIR%%/CPAN/AnyEvent.pm
%%SLIMDIR%%/CPAN/AnyEvent/AIO.pm
%%SLIMDIR%%/CPAN/AnyEvent/Debug.pm
%%SLIMDIR%%/CPAN/AnyEvent/Handle.pm
%%SLIMDIR%%/CPAN/AnyEvent/Impl/EV.pm
%%SLIMDIR%%/CPAN/AnyEvent/Socket.pm
%%SLIMDIR%%/CPAN/AnyEvent/Strict.pm
%%SLIMDIR%%/CPAN/AnyEvent/TLS.pm
%%SLIMDIR%%/CPAN/AnyEvent/Util.pm
@ -42,6 +39,8 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/CPAN/Archive/Zip/StringMember.pm
%%SLIMDIR%%/CPAN/Archive/Zip/Tree.pm
%%SLIMDIR%%/CPAN/Archive/Zip/ZipFileMember.pm
%%SLIMDIR%%/CPAN/Async/Util.pm
%%SLIMDIR%%/CPAN/Bundle/LWP.pm
%%SLIMDIR%%/CPAN/CGI/Util.pm
%%SLIMDIR%%/CPAN/Cache/BaseCache.pm
%%SLIMDIR%%/CPAN/Cache/Cache.pm
@ -188,6 +187,7 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/CPAN/Digest/base.pm
%%SLIMDIR%%/CPAN/EV.pm
%%SLIMDIR%%/CPAN/Encode/Detect/Detector.pm
%%SLIMDIR%%/CPAN/Encode/Locale.pm
%%SLIMDIR%%/CPAN/Error.pm
%%SLIMDIR%%/CPAN/Exporter/Lite.pm
%%SLIMDIR%%/CPAN/File/BOM.pm
@ -207,9 +207,6 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/CPAN/File/Spec/Win32.pm
%%SLIMDIR%%/CPAN/File/Temp.pm
%%SLIMDIR%%/CPAN/File/Which.pm
%%SLIMDIR%%/CPAN/Font/FreeType.pm
%%SLIMDIR%%/CPAN/Font/FreeType/Face.pm
%%SLIMDIR%%/CPAN/Font/FreeType/Glyph.pm
%%SLIMDIR%%/CPAN/HTML/Entities.pm
%%SLIMDIR%%/CPAN/HTML/Filter.pm
%%SLIMDIR%%/CPAN/HTML/Form.pm
@ -220,6 +217,7 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/CPAN/HTML/PullParser.pm
%%SLIMDIR%%/CPAN/HTML/TokeParser.pm
%%SLIMDIR%%/CPAN/HTML/TreeBuilder.pm
%%SLIMDIR%%/CPAN/HTTP/Config.pm
%%SLIMDIR%%/CPAN/HTTP/Cookies.pm
%%SLIMDIR%%/CPAN/HTTP/Cookies/Microsoft.pm
%%SLIMDIR%%/CPAN/HTTP/Cookies/Netscape.pm
@ -242,6 +240,7 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/CPAN/IO/Compress/Gzip/Constants.pm
%%SLIMDIR%%/CPAN/IO/Interface.pm
%%SLIMDIR%%/CPAN/IO/Interface/Simple.pm
%%SLIMDIR%%/CPAN/IO/Socket/Socks.pm
%%SLIMDIR%%/CPAN/IO/String.pm
%%SLIMDIR%%/CPAN/Image/Scale.pm
%%SLIMDIR%%/CPAN/JSON/XS.pm
@ -253,6 +252,7 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/CPAN/LWP/Authen/Ntlm.pm
%%SLIMDIR%%/CPAN/LWP/ConnCache.pm
%%SLIMDIR%%/CPAN/LWP/Debug.pm
%%SLIMDIR%%/CPAN/LWP/Debug/TraceHTTP.pm
%%SLIMDIR%%/CPAN/LWP/DebugFile.pm
%%SLIMDIR%%/CPAN/LWP/MediaTypes.pm
%%SLIMDIR%%/CPAN/LWP/MemberMixin.pm
@ -340,6 +340,7 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/CPAN/Net/HTTP/Methods.pm
%%SLIMDIR%%/CPAN/Net/HTTP/NB.pm
%%SLIMDIR%%/CPAN/Net/HTTPS.pm
%%SLIMDIR%%/CPAN/Net/HTTPS/NB.pm
%%SLIMDIR%%/CPAN/Net/IPv4Addr.pm
%%SLIMDIR%%/CPAN/Net/Ifconfig/Wrapper.pm
%%SLIMDIR%%/CPAN/Net/UPnP.pm
@ -358,6 +359,8 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/CPAN/PAR.pm
%%SLIMDIR%%/CPAN/PAR/Dist.pm
%%SLIMDIR%%/CPAN/PAR/Heavy.pm
%%SLIMDIR%%/CPAN/PAR/SetupProgname.pm
%%SLIMDIR%%/CPAN/PAR/SetupTemp.pm
%%SLIMDIR%%/CPAN/Path/Class.pm
%%SLIMDIR%%/CPAN/Path/Class/Dir.pm
%%SLIMDIR%%/CPAN/Path/Class/Entity.pm
@ -625,6 +628,7 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/CPAN/Time/Zone.pm
%%SLIMDIR%%/CPAN/Time/localtime.pm
%%SLIMDIR%%/CPAN/Time/tm.pm
%%SLIMDIR%%/CPAN/Try/Tiny.pm
%%SLIMDIR%%/CPAN/URI.pm
%%SLIMDIR%%/CPAN/URI/Escape.pm
%%SLIMDIR%%/CPAN/URI/Find.pm
@ -656,6 +660,8 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/CPAN/URI/rtspu.pm
%%SLIMDIR%%/CPAN/URI/urn.pm
%%SLIMDIR%%/CPAN/UUID/Tiny.pm
%%SLIMDIR%%/CPAN/WWW/RobotRules.pm
%%SLIMDIR%%/CPAN/WWW/RobotRules/AnyDBM_File.pm
%%SLIMDIR%%/CPAN/XML/NamespaceSupport.pm
%%SLIMDIR%%/CPAN/XML/Parser.pm
%%SLIMDIR%%/CPAN/XML/Parser/Encodings/Japanese_Encodings.msg
@ -730,8 +736,8 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/CPAN/YAML/Loader/Syck.pm
%%SLIMDIR%%/CPAN/YAML/XS.pm
%%SLIMDIR%%/CPAN/YAML/XS/LibYAML.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/Audio/Cuefile/Parser.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/Audio/Scan.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/Audio/Cuefile/Parser.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/Audio/Scan.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/Class/XSAccessor.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/Class/XSAccessor/Array.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/Class/XSAccessor/Heavy.pm
@ -839,7 +845,6 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/Test/NoWarnings/Warning.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/Test/Warn.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/Tree/DAG_Node.pm
%%I386_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/common/sense.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Audio/Cuefile/Parser.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Audio/Scan.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Bundle/DBI.pm
@ -865,7 +870,12 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/DBD/NullP.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/DBD/Proxy.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/DBD/SQLite.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/DBD/SQLite/Constants.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/DBD/SQLite/Cookbook.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/DBD/SQLite/Fulltext_search.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/DBD/SQLite/VirtualTable.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/DBD/SQLite/VirtualTable/FileContent.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/DBD/SQLite/VirtualTable/PerlData.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/DBD/Sponge.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/DBI.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/DBI/Changes.pm
@ -934,114 +944,114 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Image/Scale.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/JSON/XS.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/JSON/XS/Boolean.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/MP3/Cut/Gapless.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/MP3/Cut/Gapless/Track.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Media/Scan.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Media/Scan/Audio.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Media/Scan/Error.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Media/Scan/Image.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Media/Scan/Progress.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Media/Scan/Result.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Media/Scan/Video.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Base.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Compat.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Config.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/ConfigData.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Cookbook.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Dumper.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/ModuleInfo.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Notes.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/PPMMaker.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/Amiga.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/Default.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/EBCDIC.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/MPEiX.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/MacOS.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/RiscOS.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/Unix.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/VMS.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/VOS.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/Windows.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/aix.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/cygwin.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/darwin.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/os2.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/PodParser.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Version.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/YAML.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Sub/Name.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Sub/Uplevel.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Base.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Config.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Constants.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Context.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Directive.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Document.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Exception.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/FAQ.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Filters.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Grammar.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Iterator.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Config.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Credits.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Directives.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Filters.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Internals.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Intro.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Plugins.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Syntax.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/VMethods.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Variables.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Views.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Modules.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Namespace/Constants.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Parser.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Assert.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Autoformat.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/CGI.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Datafile.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Date.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Directory.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Dumper.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/File.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Filter.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Format.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/HTML.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Image.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Iterator.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Math.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Pod.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Procedural.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Scalar.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/String.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Table.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/URL.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/View.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Wrap.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugins.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Provider.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Service.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Stash.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Stash/Context.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Stash/XS.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Test.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Toolkit.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Tools.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Tools/tpage.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Tools/ttree.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Tutorial.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Tutorial/Datafile.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Tutorial/Web.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/VMethods.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/View.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Test/NoWarnings.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Test/NoWarnings/Warning.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Test/Warn.pm
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Tree/DAG_Node.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/MP3/Cut/Gapless.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/MP3/Cut/Gapless/Track.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Media/Scan.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Media/Scan/Audio.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Media/Scan/Error.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Media/Scan/Image.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Media/Scan/Progress.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Media/Scan/Result.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Media/Scan/Video.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Base.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Compat.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Config.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/ConfigData.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Cookbook.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Dumper.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/ModuleInfo.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Notes.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/PPMMaker.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/Amiga.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/Default.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/EBCDIC.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/MPEiX.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/MacOS.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/RiscOS.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/Unix.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/VMS.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/VOS.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/Windows.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/aix.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/cygwin.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/darwin.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Platform/os2.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/PodParser.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/Version.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Module/Build/YAML.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Sub/Name.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Sub/Uplevel.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Base.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Config.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Constants.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Context.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Directive.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Document.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Exception.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/FAQ.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Filters.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Grammar.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Iterator.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Config.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Credits.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Directives.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Filters.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Internals.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Intro.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Plugins.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Syntax.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/VMethods.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Variables.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Manual/Views.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Modules.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Namespace/Constants.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Parser.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Assert.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Autoformat.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/CGI.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Datafile.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Date.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Directory.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Dumper.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/File.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Filter.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Format.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/HTML.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Image.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Iterator.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Math.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Pod.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Procedural.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Scalar.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/String.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Table.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/URL.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/View.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugin/Wrap.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Plugins.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Provider.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Service.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Stash.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Stash/Context.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Stash/XS.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Test.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Toolkit.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Tools.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Tools/tpage.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Tools/ttree.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Tutorial.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Tutorial/Datafile.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/Tutorial/Web.pod
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/VMethods.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Template/View.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Test/NoWarnings.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Test/NoWarnings/Warning.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Test/Warn.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Tree/DAG_Node.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/Win32/DBIODBC.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/XML/Parser.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/XML/Parser/Encodings/Japanese_Encodings.msg
@ -1099,24 +1109,26 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/IO/Interface/autosplit.ix
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Image/Scale/Scale.so
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/JSON/XS/XS.so
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/MP3/Cut/Gapless/Gapless.so
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Media/Scan/Scan.so
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/MP3/Cut/Gapless/Gapless.so
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Media/Scan/Scan.so
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Sub/Name/Name.so
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Template/Stash/XS/XS.so
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/XML/Parser/Expat/Expat.so
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/YAML/XS/LibYAML/LibYAML.so
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/share/dist/DBD-SQLite/sqlite3.c
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/share/dist/DBD-SQLite/sqlite3.h
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/share/dist/DBD-SQLite/sqlite3ext.h
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/common/sense.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/dbixs_rev.pl
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/perllocal.pod
%%AMD64_ONLY%%%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/common/sense.pm
%%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/common/sense.pm
%%SLIMDIR%%/CPAN/common/sense.pm
%%SLIMDIR%%/CPAN/enum.pm
%%SLIMDIR%%/CPAN/version.pm
%%SLIMDIR%%/CPAN/version/regex.pm
%%SLIMDIR%%/CPAN/version/vpp.pm
%%SLIMDIR%%/Cache
%%SLIMDIR%%/DEVELOPERS.txt
%%SLIMDIR%%/Firmware/boom.version
%%SLIMDIR%%/Firmware/boom_30.bin
%%SLIMDIR%%/Firmware/boom_57.bin
@ -1157,6 +1169,7 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/Graphics/threeline.1.font.bmp
%%SLIMDIR%%/Graphics/threeline.2.font.bmp
%%SLIMDIR%%/Graphics/threeline.3.font.bmp
%%SLIMDIR%%/Graphics/vumeter.bmp
%%SLIMDIR%%/HTML/Classic/cmdwrappers_Classic
%%SLIMDIR%%/HTML/Classic/helpfooter.html
%%SLIMDIR%%/HTML/Classic/helpheader.html
@ -1359,6 +1372,8 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/HTML/EN/html/docs/linux-update.html.de
%%SLIMDIR%%/HTML/EN/html/docs/plugins.html
%%SLIMDIR%%/HTML/EN/html/docs/protocol.html
%%SLIMDIR%%/HTML/EN/html/docs/radio-compatibility.html
%%SLIMDIR%%/HTML/EN/html/docs/radio-compatibility.html.de
%%SLIMDIR%%/HTML/EN/html/docs/remote.html
%%SLIMDIR%%/HTML/EN/html/docs/remotestreaming.html
%%SLIMDIR%%/HTML/EN/html/docs/remotestreaming.html.de
@ -1780,6 +1795,8 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/MySQL/my-highmem.tt
%%SLIMDIR%%/MySQL/my.tt
%%SLIMDIR%%/MySQL/system.sql
%%SLIMDIR%%/README.md
%%SLIMDIR%%/SOCKS.txt
%%SLIMDIR%%/SQL/SQLite/schema_10_down.sql
%%SLIMDIR%%/SQL/SQLite/schema_10_up.sql
%%SLIMDIR%%/SQL/SQLite/schema_11_down.sql
@ -1804,6 +1821,8 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/SQL/SQLite/schema_1_up.sql
%%SLIMDIR%%/SQL/SQLite/schema_20_down.sql
%%SLIMDIR%%/SQL/SQLite/schema_20_up.sql
%%SLIMDIR%%/SQL/SQLite/schema_21_down.sql
%%SLIMDIR%%/SQL/SQLite/schema_21_up.sql
%%SLIMDIR%%/SQL/SQLite/schema_2_down.sql
%%SLIMDIR%%/SQL/SQLite/schema_2_up.sql
%%SLIMDIR%%/SQL/SQLite/schema_3_down.sql
@ -1846,6 +1865,8 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/SQL/mysql/schema_1_up.sql
%%SLIMDIR%%/SQL/mysql/schema_20_down.sql
%%SLIMDIR%%/SQL/mysql/schema_20_up.sql
%%SLIMDIR%%/SQL/mysql/schema_21_down.sql
%%SLIMDIR%%/SQL/mysql/schema_21_up.sql
%%SLIMDIR%%/SQL/mysql/schema_2_down.sql
%%SLIMDIR%%/SQL/mysql/schema_2_up.sql
%%SLIMDIR%%/SQL/mysql/schema_3_down.sql
@ -1880,7 +1901,6 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/Slim/Buttons/Power.pm
%%SLIMDIR%%/Slim/Buttons/RemoteTrackInfo.pm
%%SLIMDIR%%/Slim/Buttons/ScreenSaver.pm
%%SLIMDIR%%/Slim/Buttons/Search.pm
%%SLIMDIR%%/Slim/Buttons/Settings.pm
%%SLIMDIR%%/Slim/Buttons/SqueezeNetwork.pm
%%SLIMDIR%%/Slim/Buttons/Synchronize.pm
@ -1970,6 +1990,8 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/Slim/Networking/Async/Socket.pm
%%SLIMDIR%%/Slim/Networking/Async/Socket/HTTP.pm
%%SLIMDIR%%/Slim/Networking/Async/Socket/HTTPS.pm
%%SLIMDIR%%/Slim/Networking/Async/Socket/HTTPSSocks.pm
%%SLIMDIR%%/Slim/Networking/Async/Socket/HTTPSocks.pm
%%SLIMDIR%%/Slim/Networking/Async/Socket/UDP.pm
%%SLIMDIR%%/Slim/Networking/Discovery.pm
%%SLIMDIR%%/Slim/Networking/Discovery/Players.pm
@ -1978,13 +2000,17 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/Slim/Networking/Repositories.pm
%%SLIMDIR%%/Slim/Networking/Select.pm
%%SLIMDIR%%/Slim/Networking/SimpleAsyncHTTP.pm
%%SLIMDIR%%/Slim/Networking/SimpleHTTP/Base.pm
%%SLIMDIR%%/Slim/Networking/SimpleSyncHTTP.pm
%%SLIMDIR%%/Slim/Networking/SliMP3/Protocol.pm
%%SLIMDIR%%/Slim/Networking/SliMP3/Stream.pm
%%SLIMDIR%%/Slim/Networking/Slimproto.pm
%%SLIMDIR%%/Slim/Networking/SqueezeNetwork.pm
%%SLIMDIR%%/Slim/Networking/SqueezeNetwork/Base.pm
%%SLIMDIR%%/Slim/Networking/SqueezeNetwork/Players.pm
%%SLIMDIR%%/Slim/Networking/SqueezeNetwork/PrefSync.pm
%%SLIMDIR%%/Slim/Networking/SqueezeNetwork/Stats.pm
%%SLIMDIR%%/Slim/Networking/SqueezeNetwork/Sync.pm
%%SLIMDIR%%/Slim/Networking/UDP.pm
%%SLIMDIR%%/Slim/Player/Boom.pm
%%SLIMDIR%%/Slim/Player/CapabilitiesHelper.pm
@ -2056,8 +2082,11 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/Slim/Plugin/DateTime/Settings.pm
%%SLIMDIR%%/Slim/Plugin/DateTime/install.xml
%%SLIMDIR%%/Slim/Plugin/DateTime/strings.txt
%%SLIMDIR%%/Slim/Plugin/Deezer/API.pm
%%SLIMDIR%%/Slim/Plugin/Deezer/HTML/EN/plugins/Deezer/html/images/icon.png
%%SLIMDIR%%/Slim/Plugin/Deezer/HTML/EN/plugins/Deezer/html/images/icon_40x40_m.png
%%SLIMDIR%%/Slim/Plugin/Deezer/HTML/EN/plugins/Deezer/html/images/logo.png
%%SLIMDIR%%/Slim/Plugin/Deezer/Importer.pm
%%SLIMDIR%%/Slim/Plugin/Deezer/Plugin.pm
%%SLIMDIR%%/Slim/Plugin/Deezer/ProtocolHandler.pm
%%SLIMDIR%%/Slim/Plugin/Deezer/install.xml
@ -2115,11 +2144,6 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/Slim/Plugin/Favorites/Settings.pm
%%SLIMDIR%%/Slim/Plugin/Favorites/install.xml
%%SLIMDIR%%/Slim/Plugin/Favorites/strings.txt
%%SLIMDIR%%/Slim/Plugin/Flickr/HTML/EN/plugins/Flickr/html/images/icon.png
%%SLIMDIR%%/Slim/Plugin/Flickr/HTML/EN/plugins/Flickr/html/images/icon_40x40_m.png
%%SLIMDIR%%/Slim/Plugin/Flickr/Plugin.pm
%%SLIMDIR%%/Slim/Plugin/Flickr/install.xml
%%SLIMDIR%%/Slim/Plugin/Flickr/strings.txt
%%SLIMDIR%%/Slim/Plugin/FullTextSearch/Plugin.pm
%%SLIMDIR%%/Slim/Plugin/FullTextSearch/install.xml
%%SLIMDIR%%/Slim/Plugin/FullTextSearch/strings.txt
@ -2179,17 +2203,6 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/Slim/Plugin/LineOut/Plugin.pm
%%SLIMDIR%%/Slim/Plugin/LineOut/install.xml
%%SLIMDIR%%/Slim/Plugin/LineOut/strings.txt
%%SLIMDIR%%/Slim/Plugin/Live365/HTML/EN/plugins/Live365/html/images/icon.png
%%SLIMDIR%%/Slim/Plugin/Live365/HTML/EN/plugins/Live365/html/images/icon_40x40_m.png
%%SLIMDIR%%/Slim/Plugin/Live365/Plugin.pm
%%SLIMDIR%%/Slim/Plugin/Live365/ProtocolHandler.pm
%%SLIMDIR%%/Slim/Plugin/Live365/install.xml
%%SLIMDIR%%/Slim/Plugin/Live365/strings.txt
%%SLIMDIR%%/Slim/Plugin/MOG/HTML/EN/plugins/MOG/html/images/icon.png
%%SLIMDIR%%/Slim/Plugin/MOG/Plugin.pm
%%SLIMDIR%%/Slim/Plugin/MOG/ProtocolHandler.pm
%%SLIMDIR%%/Slim/Plugin/MOG/install.xml
%%SLIMDIR%%/Slim/Plugin/MOG/strings.txt
%%SLIMDIR%%/Slim/Plugin/MP3tunes/HTML/EN/plugins/MP3tunes/html/images/icon.png
%%SLIMDIR%%/Slim/Plugin/MP3tunes/HTML/EN/plugins/MP3tunes/html/images/icon_40x40_m.png
%%SLIMDIR%%/Slim/Plugin/MP3tunes/Plugin.pm
@ -2235,6 +2248,17 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/Slim/Plugin/OPMLGeneric/Plugin.pm
%%SLIMDIR%%/Slim/Plugin/OPMLGeneric/install.xml
%%SLIMDIR%%/Slim/Plugin/OPMLGeneric/strings.txt
%%SLIMDIR%%/Slim/Plugin/OnlineLibrary/BrowseArtist.pm
%%SLIMDIR%%/Slim/Plugin/OnlineLibrary/EditGenreMappings.pm
%%SLIMDIR%%/Slim/Plugin/OnlineLibrary/HTML/EN/plugins/OnlineLibrary/editMappings.html
%%SLIMDIR%%/Slim/Plugin/OnlineLibrary/HTML/EN/plugins/OnlineLibrary/settings.html
%%SLIMDIR%%/Slim/Plugin/OnlineLibrary/Importer.pm
%%SLIMDIR%%/Slim/Plugin/OnlineLibrary/Libraries.pm
%%SLIMDIR%%/Slim/Plugin/OnlineLibrary/Plugin.pm
%%SLIMDIR%%/Slim/Plugin/OnlineLibrary/Settings.pm
%%SLIMDIR%%/Slim/Plugin/OnlineLibrary/install.xml
%%SLIMDIR%%/Slim/Plugin/OnlineLibrary/strings.txt
%%SLIMDIR%%/Slim/Plugin/OnlineLibraryBase.pm
%%SLIMDIR%%/Slim/Plugin/Orange/HTML/EN/plugins/Orange/html/images/icon.png
%%SLIMDIR%%/Slim/Plugin/Orange/Metadata.pm
%%SLIMDIR%%/Slim/Plugin/Orange/Plugin.pm
@ -2248,14 +2272,24 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/Slim/Plugin/Pandora/ProtocolHandler.pm
%%SLIMDIR%%/Slim/Plugin/Pandora/install.xml
%%SLIMDIR%%/Slim/Plugin/Pandora/strings.txt
%%SLIMDIR%%/Slim/Plugin/Podcast/GPodder.pm
%%SLIMDIR%%/Slim/Plugin/Podcast/HTML/EN/plugins/Podcast/html/images/icon.png
%%SLIMDIR%%/Slim/Plugin/Podcast/HTML/EN/plugins/Podcast/html/images/icon_40x40_m.png
%%SLIMDIR%%/Slim/Plugin/Podcast/HTML/EN/plugins/Podcast/html/images/podcastindex.png
%%SLIMDIR%%/Slim/Plugin/Podcast/HTML/EN/plugins/Podcast/settings/basic.html
%%SLIMDIR%%/Slim/Plugin/Podcast/Parser.pm
%%SLIMDIR%%/Slim/Plugin/Podcast/Plugin.pm
%%SLIMDIR%%/Slim/Plugin/Podcast/PodcastIndex.pm
%%SLIMDIR%%/Slim/Plugin/Podcast/ProtocolHandler.pm
%%SLIMDIR%%/Slim/Plugin/Podcast/Provider.pm
%%SLIMDIR%%/Slim/Plugin/Podcast/Settings.pm
%%SLIMDIR%%/Slim/Plugin/Podcast/install.xml
%%SLIMDIR%%/Slim/Plugin/Podcast/strings.txt
%%SLIMDIR%%/Slim/Plugin/PresetsEditor/HTML/EN/settings/presets.html
%%SLIMDIR%%/Slim/Plugin/PresetsEditor/Plugin.pm
%%SLIMDIR%%/Slim/Plugin/PresetsEditor/Settings.pm
%%SLIMDIR%%/Slim/Plugin/PresetsEditor/install.xml
%%SLIMDIR%%/Slim/Plugin/PresetsEditor/strings.txt
%%SLIMDIR%%/Slim/Plugin/PreventStandby/HTML/EN/plugins/PreventStandby/settings/basic.html
%%SLIMDIR%%/Slim/Plugin/PreventStandby/OSX.pm
%%SLIMDIR%%/Slim/Plugin/PreventStandby/Plugin.pm
@ -2273,9 +2307,11 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/Slim/Plugin/RSSNews/Settings.pm
%%SLIMDIR%%/Slim/Plugin/RSSNews/install.xml
%%SLIMDIR%%/Slim/Plugin/RSSNews/strings.txt
%%SLIMDIR%%/Slim/Plugin/RandomPlay/DontStopTheMusic.pm
%%SLIMDIR%%/Slim/Plugin/RandomPlay/HTML/EN/plugins/RandomPlay/html/images/icon.png
%%SLIMDIR%%/Slim/Plugin/RandomPlay/HTML/EN/plugins/RandomPlay/html/images/icon_40x40_m.png
%%SLIMDIR%%/Slim/Plugin/RandomPlay/HTML/EN/plugins/RandomPlay/list.html
%%SLIMDIR%%/Slim/Plugin/RandomPlay/Mixer.pm
%%SLIMDIR%%/Slim/Plugin/RandomPlay/Plugin.pm
%%SLIMDIR%%/Slim/Plugin/RandomPlay/ProtocolHandler.pm
%%SLIMDIR%%/Slim/Plugin/RandomPlay/install.xml
@ -2335,6 +2371,7 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/Slim/Plugin/Sounds/install.xml
%%SLIMDIR%%/Slim/Plugin/Sounds/strings.txt
%%SLIMDIR%%/Slim/Plugin/TT/Clients.pm
%%SLIMDIR%%/Slim/Plugin/TT/OnlineServices.pm
%%SLIMDIR%%/Slim/Plugin/TT/Prefs.pm
%%SLIMDIR%%/Slim/Plugin/TT/README
%%SLIMDIR%%/Slim/Plugin/UPnP/Common/Utils.pm
@ -2372,7 +2409,10 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/Slim/Plugin/Visualizer/Plugin.pm
%%SLIMDIR%%/Slim/Plugin/Visualizer/install.xml
%%SLIMDIR%%/Slim/Plugin/Visualizer/strings.txt
%%SLIMDIR%%/Slim/Plugin/WiMP/API.pm
%%SLIMDIR%%/Slim/Plugin/WiMP/HTML/EN/plugins/WiMP/html/images/icon.png
%%SLIMDIR%%/Slim/Plugin/WiMP/HTML/EN/plugins/WiMP/html/images/tidal.png
%%SLIMDIR%%/Slim/Plugin/WiMP/Importer.pm
%%SLIMDIR%%/Slim/Plugin/WiMP/Plugin.pm
%%SLIMDIR%%/Slim/Plugin/WiMP/ProtocolHandler.pm
%%SLIMDIR%%/Slim/Plugin/WiMP/install.xml
@ -2458,9 +2498,7 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/Slim/Utils/OS/Debian.pm
%%SLIMDIR%%/Slim/Utils/OS/Linux.pm
%%SLIMDIR%%/Slim/Utils/OS/OSX.pm
%%SLIMDIR%%/Slim/Utils/OS/ReadyNAS.pm
%%SLIMDIR%%/Slim/Utils/OS/RedHat.pm
%%SLIMDIR%%/Slim/Utils/OS/SqueezeOS.pm
%%SLIMDIR%%/Slim/Utils/OS/Suse.pm
%%SLIMDIR%%/Slim/Utils/OS/Synology.pm
%%SLIMDIR%%/Slim/Utils/OS/Unix.pm
@ -2488,6 +2526,7 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/Slim/Utils/Prefs/Migration/ClientV7.pm
%%SLIMDIR%%/Slim/Utils/Prefs/Migration/ClientV8.pm
%%SLIMDIR%%/Slim/Utils/Prefs/Migration/ClientV9.pm
%%SLIMDIR%%/Slim/Utils/Prefs/Migration/README.md
%%SLIMDIR%%/Slim/Utils/Prefs/Migration/V1.pm
%%SLIMDIR%%/Slim/Utils/Prefs/Migration/V2.pm
%%SLIMDIR%%/Slim/Utils/Prefs/Migration/V3.pm
@ -2570,7 +2609,7 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/Slim/Web/XMLBrowser.pm
%%SLIMDIR%%/Slim/bootstrap.pm
%%SLIMDIR%%/cleanup.pl
@sample %%SLIMDIR%%/convert.conf.sample
%%SLIMDIR%%/convert.conf.sample
%%SLIMDIR%%/custom-convert.conf
%%SLIMDIR%%/gdresize.pl
%%SLIMDIR%%/gdresized.pl
@ -2579,7 +2618,9 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/icudt58b.dat
%%SLIMDIR%%/icudt58l.dat
%%SLIMDIR%%/lib/AnyEvent/DNS.pm
%%SLIMDIR%%/lib/AnyEvent/Handle.pm
%%SLIMDIR%%/lib/AnyEvent/Impl/PerfMonEV.pm
%%SLIMDIR%%/lib/AnyEvent/Socket.pm
%%SLIMDIR%%/lib/Audio/Scan.pm
%%SLIMDIR%%/lib/CGI/Cookie.pm
%%SLIMDIR%%/lib/Cache/FileBackend.pm
@ -2600,18 +2641,20 @@ etc/newsyslog.conf.d/logitechmediaserver.conf
%%SLIMDIR%%/lib/Template/Provider.pm
%%SLIMDIR%%/lib/Tie/IxHash.pm
%%SLIMDIR%%/modules.conf
@(,,755) %%SLIMDIR%%/scanner.pl
@(,,755) %%SLIMDIR%%/slimserver.pl
%%SLIMDIR%%/scanner.pl
%%SLIMDIR%%/slimserver.pl
%%SLIMDIR%%/strings.txt
@sample %%SLIMDIR%%/types.conf.sample
%%AMD64_ONLY%%@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Audio/Cuefile/Parser
%%AMD64_ONLY%%@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Data/Dump
%%AMD64_ONLY%%@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/ExtUtils/CBuilder
%%AMD64_ONLY%%@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/HTML/Tagset
%%AMD64_ONLY%%@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Module/Build
%%AMD64_ONLY%%@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Sub/Uplevel
%%AMD64_ONLY%%@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Test/NoWarnings
%%AMD64_ONLY%%@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Test/Warn
%%AMD64_ONLY%%@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Tree/DAG_Node
%%AMD64_ONLY%%@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/YAML/LibYAML
%%AMD64_ONLY%%@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/common/sense
%%SLIMDIR%%/t/00_smoketest.sh
%%SLIMDIR%%/types.conf.sample
@dir %%SLIMDIR%%/Bin
@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Audio/Cuefile/Parser
@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Data/Dump
@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/ExtUtils/CBuilder
@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/HTML/Tagset
@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Module/Build
@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Sub/Uplevel
@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Test/NoWarnings
@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Test/Warn
@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/Tree/DAG_Node
@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/YAML/LibYAML
@dir %%SLIMDIR%%/CPAN/arch/%%PERL_VER%%/%%ARCHNAME%%/auto/common/sense

File diff suppressed because it is too large Load Diff

View File

@ -1,35 +0,0 @@
PORTNAME= mctoolame
PORTVERSION= 0.1.a
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}d/${PORTNAME}d-01a
PKGNAMESUFFIX= -decoder
DISTNAME= ${PORTNAME}d-${PORTVERSION:C/\.//g}
MAINTAINER= ports@FreeBSD.org
COMMENT= MPEG Layer II audio decoder with multi-channel support
WWW= http://mctoolame.sourceforge.net/
DEPRECATED= Legacy and obscure audio format that never gained any traction
EXPIRATION_DATE=2022-09-30
USES= gmake tar:tgz
ALL_TARGET= #
MAKE_ARGS= CC="${CC}" OPTIM="${CFLAGS}"
PLIST_SUB= PKGNAMESUFFIX="${PKGNAMESUFFIX}"
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|$$(ARCH)||' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -E \
's|gets *\(([^,)]+)\)|fgets(\1, sizeof(\1), stdin)|' \
${WRKSRC}/musicout.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mctoolamed ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html
${INSTALL_DATA} ${WRKSRC}/html/* ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (mctoolamed-01a.tgz) = 654b7e20e905946dc4a7e58262e81f6cf1d0a171455eeeaeeaf0cc223e0c052e
SIZE (mctoolamed-01a.tgz) = 43555

View File

@ -1,20 +0,0 @@
A multi-channel MPEG encoder, using the ISO13818 standard and the dist10
source code. Multi-channel files may have up to 6 defined channels:
Left(L), Right(R), Center(C), Left Surround (LS), Right Surround (RS) and
a Low Frequency Enhancement channel (LFE).
ISO13818 defines 5 multi-channel modes (on top of the normal stereo mode),
each of these modes may have an optional LFE channel:
3/2: L, R, C, LS, RS
3/1: L, R, C, mono surround
2/2: L, R, LS, RS
2/1: L, R, mono surround
3/0: L, R, C
The "standard" surround sound encoding of "5.1 channels" is achieved by
using mode 3/2 plus an LFE channel.
A multi-channel MPEG file should decode OK on any MPEG decoder. If the
decoder doesn't recognize the multi-channel extensions, then you'll just
get a stereo file containing a down mix of the 5 channels.

View File

@ -1,4 +0,0 @@
bin/mctoolamed
%%PORTDOCS%%%%DOCSDIR%%%%PKGNAMESUFFIX%%/html/default.html
%%PORTDOCS%%%%DOCSDIR%%%%PKGNAMESUFFIX%%/html/history.html
%%PORTDOCS%%%%DOCSDIR%%%%PKGNAMESUFFIX%%/html/readme.html

View File

@ -1,35 +0,0 @@
PORTNAME= mctoolame
PORTVERSION= 0.1.a
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-01a
PKGNAMESUFFIX= -encoder
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.//g}
MAINTAINER= ports@FreeBSD.org
COMMENT= MPEG Layer II audio encoder with multi-channel support
WWW= http://mctoolame.sourceforge.net/
DEPRECATED= Legacy and obscure audio format that never gained any traction
EXPIRATION_DATE=2022-09-30
USES= gmake tar:tgz
ALL_TARGET= #
MAKE_ARGS= CC="${CC}" OPTIM="${CFLAGS}"
PLIST_SUB= PKGNAMESUFFIX="${PKGNAMESUFFIX}"
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|$$(ARCH)||' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -E \
's|gets *\(([^,)]+)\)|fgets(\1, sizeof(\1), stdin)|' \
${WRKSRC}/config.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mctoolame ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html
${INSTALL_DATA} ${WRKSRC}/html/* ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (mctoolame-01a.tgz) = e280e711a1402aaa1c45f8a9739b6f8d0ed5d590110579275c52c50c101ed905
SIZE (mctoolame-01a.tgz) = 96633

View File

@ -1,20 +0,0 @@
A multi-channel MPEG encoder, using the ISO13818 standard and the dist10
source code. Multi-channel files may have up to 6 defined channels:
Left(L), Right(R), Center(C), Left Surround (LS), Right Surround (RS) and
a Low Frequency Enhancement channel (LFE).
ISO13818 defines 5 multi-channel modes (on top of the normal stereo mode),
each of these modes may have an optional LFE channel:
3/2: L, R, C, LS, RS
3/1: L, R, C, mono surround
2/2: L, R, LS, RS
2/1: L, R, mono surround
3/0: L, R, C
The "standard" surround sound encoding of "5.1 channels" is achieved by
using mode 3/2 plus an LFE channel.
A multi-channel MPEG file should decode OK on any MPEG decoder. If the
decoder doesn't recognize the multi-channel extensions, then you'll just
get a stereo file containing a down mix of the 5 channels.

View File

@ -1,4 +0,0 @@
bin/mctoolame
%%PORTDOCS%%%%DOCSDIR%%%%PKGNAMESUFFIX%%/html/default.html
%%PORTDOCS%%%%DOCSDIR%%%%PKGNAMESUFFIX%%/html/history.html
%%PORTDOCS%%%%DOCSDIR%%%%PKGNAMESUFFIX%%/html/readme.html

View File

@ -20,6 +20,12 @@ GL_COMMIT= 4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f
PLIST_FILES= sbin/${PORTNAME} \
share/man/man8/${PORTNAME}.8.gz
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071
IGNORE= uses struct sysctl_oid definition previous FreeBSD 1400071
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8
@ -32,4 +38,4 @@ USES+= ncurses
USES+= ncurses:port
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,6 +1,6 @@
PORTNAME= padthv1
DISTVERSIONPREFIX= ${PORTNAME}_
DISTVERSION= 0_9_26
DISTVERSION= 0_9_27
CATEGORIES= audio
PKGNAMESUFFIX= -lv2

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1654750265
SHA256 (rncbc-padthv1-padthv1_0_9_26_GH0.tar.gz) = e9c7efa183bb32f1b98e73bc8122898d175ec9cdc080bd43fcb6dd1db0ce74d0
SIZE (rncbc-padthv1-padthv1_0_9_26_GH0.tar.gz) = 239034
TIMESTAMP = 1664936858
SHA256 (rncbc-padthv1-padthv1_0_9_27_GH0.tar.gz) = 225cf22164d2ed384c724d9212a197976c299631275d671efae4b8482e3fd3d0
SIZE (rncbc-padthv1-padthv1_0_9_27_GH0.tar.gz) = 239029

View File

@ -1,6 +1,6 @@
PORTNAME= qjackctl
DISTVERSIONPREFIX= qjackctl_
DISTVERSION= 0_9_7
DISTVERSION= 0_9_8
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
@ -12,8 +12,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libjack.so:audio/jack
USES= cmake compiler:c++11-lib gl localbase:ldflags pkgconfig qt:5
USE_QT= core gui network widgets x11extras xml buildtools:build linguisttools:build qmake:build
USES= cmake compiler:c++11-lib desktop-file-utils gl localbase:ldflags pkgconfig qt:6
USE_QT= base svg tools:build
USE_GL= gl
USE_CXXSTD= c++11
@ -33,7 +33,6 @@ ALSA_CMAKE_BOOL= CONFIG_ALSA_SEQ
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
DBUS_CMAKE_BOOL= CONFIG_DBUS
DBUS_USE= QT=dbus
PORTAUDIO_CMAKE_BOOL= CONFIG_PORTAUDIO
PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1649911286
SHA256 (rncbc-qjackctl-qjackctl_0_9_7_GH0.tar.gz) = 237af8b11bb646c14b4fcecc415cfe547f1e75d42ca0baef83d6e5cc0e187b4c
SIZE (rncbc-qjackctl-qjackctl_0_9_7_GH0.tar.gz) = 1256356
TIMESTAMP = 1664810858
SHA256 (rncbc-qjackctl-qjackctl_0_9_8_GH0.tar.gz) = 1cc0450b321467870f39cce75806733124ae5a01087c5e94c9d29823d2e8028d
SIZE (rncbc-qjackctl-qjackctl_0_9_8_GH0.tar.gz) = 1260860

View File

@ -1,6 +1,6 @@
PORTNAME= qsampler
DISTVERSIONPREFIX= qsampler_
DISTVERSION= 0_9_6
DISTVERSION= 0_9_7
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
@ -15,10 +15,9 @@ LIB_DEPENDS= libgig.so:audio/libgig \
RUN_DEPENDS= linuxsampler:audio/linuxsampler
USES= cmake compiler:c++17-lang desktop-file-utils gl localbase:ldflags pkgconfig \
shared-mime-info qmake:no_env qt:5 xorg
shared-mime-info qmake:no_env qt:6 xorg
USE_GL= gl
USE_QT= core gui network widgets x11extras \
buildtools:build linguisttools:build qmake:build
USE_QT= base svg tools:build
USE_GITHUB= yes
GH_ACCOUNT= rncbc

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1649912592
SHA256 (rncbc-qsampler-qsampler_0_9_6_GH0.tar.gz) = 47fc7cb6013b99b6d5f764c0d24da588d1726e2f79b6f018be981d7dd8014d09
SIZE (rncbc-qsampler-qsampler_0_9_6_GH0.tar.gz) = 237440
TIMESTAMP = 1664812896
SHA256 (rncbc-qsampler-qsampler_0_9_7_GH0.tar.gz) = 1d7d6412207a80d3ab19c920e2e0c36ce440d02e9a1cc8684149d1170d8ef422
SIZE (rncbc-qsampler-qsampler_0_9_7_GH0.tar.gz) = 237685

View File

@ -1,5 +1,5 @@
PORTNAME= qsynth
PORTVERSION= 0.9.7
DISTVERSION= 0.9.8
CATEGORIES= audio
MASTER_SITES= SF
@ -12,10 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth
USES= cmake compiler:c++11-lang pkgconfig qt:5
USES= cmake compiler:c++11-lang desktop-file-utils pkgconfig qt:6
USE_CXXSTD= c++11
USE_QT= core gui network widgets x11extras buildtools:build \
linguisttools:build qmake:build
USE_QT= base svg tools:build
# cf. PR 224488
LDFLAGS+= -Wl,--as-needed

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1649911814
SHA256 (qsynth-0.9.7.tar.gz) = 0e0d78c26cdd924c774359f306692a9a59f107ebab8b41aa6803b15479207030
SIZE (qsynth-0.9.7.tar.gz) = 335564
TIMESTAMP = 1664812210
SHA256 (qsynth-0.9.8.tar.gz) = 0ff7ce1bf7c7a1c9cb85e98f754ac6a01ae53e7428cec8564b76d55b911d2513
SIZE (qsynth-0.9.8.tar.gz) = 333010

View File

@ -1,5 +1,5 @@
PORTNAME= qxgedit
DISTVERSION= 0.9.6
DISTVERSION= 0.9.7
CATEGORIES= audio
MASTER_SITES= SF
@ -12,7 +12,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libasound.so:audio/alsa-lib
USES= cmake compiler:c++17-lang pkgconfig qt:5
USE_QT= core gui network widgets buildtools:build qmake:build
USES= cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:6
USE_QT= base svg tools:build
USE_GL= gl opengl
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1649914729
SHA256 (qxgedit-0.9.6.tar.gz) = e561cde8f7efd66f1740fbbcab4efee2ab3a3d94c280d95f10aac79fc57c7aff
SIZE (qxgedit-0.9.6.tar.gz) = 240463
TIMESTAMP = 1664819423
SHA256 (qxgedit-0.9.7.tar.gz) = eaa00dda5dd351c9de67cd156441b0ed2651ba786d3a946a0aa14f6b1c4400f3
SIZE (qxgedit-0.9.7.tar.gz) = 238700

View File

@ -1,6 +1,6 @@
PORTNAME= samplv1
DISTVERSIONPREFIX= ${PORTNAME}_
DISTVERSION= 0_9_26
DISTVERSION= 0_9_27
CATEGORIES= audio
PKGNAMESUFFIX= -lv2

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1654750770
SHA256 (rncbc-samplv1-samplv1_0_9_26_GH0.tar.gz) = 5fc5f91b5cc98e1bd24e9336e1b62978ce6c3e92a9de908b174a280f4f839451
SIZE (rncbc-samplv1-samplv1_0_9_26_GH0.tar.gz) = 271166
TIMESTAMP = 1664936860
SHA256 (rncbc-samplv1-samplv1_0_9_27_GH0.tar.gz) = 982caf8b91a9ba2c631b68648018d4c422da1ef128368466782218a9d860936a
SIZE (rncbc-samplv1-samplv1_0_9_27_GH0.tar.gz) = 271171

View File

@ -1,6 +1,6 @@
PORTNAME= synthv1
DISTVERSIONPREFIX= ${PORTNAME}_
DISTVERSION= 0_9_26
DISTVERSION= 0_9_27
CATEGORIES= audio
PKGNAMESUFFIX= -lv2

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1654750836
SHA256 (rncbc-synthv1-synthv1_0_9_26_GH0.tar.gz) = 4ff2da0780cb6175c5ab319f95914de1e4df7da4c6b60188ffc07dd1bcd14d75
SIZE (rncbc-synthv1-synthv1_0_9_26_GH0.tar.gz) = 235067
TIMESTAMP = 1664936861
SHA256 (rncbc-synthv1-synthv1_0_9_27_GH0.tar.gz) = 52495c3173500b29b26ec639ae170efd9e1daeca532ec452ba8253976f83a6a4
SIZE (rncbc-synthv1-synthv1_0_9_27_GH0.tar.gz) = 234139

View File

@ -175,6 +175,7 @@
SUBDIR += py-pywgsim
SUBDIR += py-resdk
SUBDIR += py-scikit-bio
SUBDIR += py-valerius
SUBDIR += py-xenaPython
SUBDIR += pyfasta
SUBDIR += python-nexus

View File

@ -11,7 +11,7 @@ WWW= https://github.com/soedinglab/hh-suite
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_armv7= compilation fails: no member named 'neon_f64' in 'simde__m128d_private', see https://github.com/soedinglab/hh-suite/issues/322
NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe # not for 32-bit architectures, see https://github.com/soedinglab/hh-suite/issues/322#issuecomment-1264416293
LIB_DEPENDS= libmpi.so:net/openmpi

View File

@ -0,0 +1,11 @@
--- lib/simde/simde/x86/sse2.h.orig 2022-10-01 09:24:35 UTC
+++ lib/simde/simde/x86/sse2.h
@@ -6591,7 +6591,7 @@ simde_x_mm_negate_pd(simde__m128d a) {
#if defined(SIMDE_POWER_ALTIVEC_P9_NATIVE)
r_.altivec_f64 = vec_neg(a_.altivec_f64);
- #elif defined(SIMDE_ARM_NEON_A32V7_NATIVE)
+ #elif defined(SIMDE_ARM_NEON_A64V8_NATIVE)
r_.neon_f64 = vnegq_f64(a_.neon_f64);
#elif defined(SIMDE_WASM_SIMD128d_NATIVE)
r_.wasm_v128d = wasm_f64x2_neg(a_.wasm_v128d);

View File

@ -9,15 +9,12 @@ WWW= https://www.hyphy.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
.if !exists(/usr/include/omp.h)
BROKEN= requires OpenMP support that is missing on this architecture
.endif
ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc64le powerpc64 powerpc
ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le
LIB_DEPENDS= libcurl.so:ftp/curl
USES= cmake localbase:ldflags
USES= cmake:insource,testing localbase:ldflags # tests fail in outsource build, see https://github.com/veg/hyphy/issues/1528
USE_GITHUB= yes
GH_ACCOUNT= veg
@ -26,4 +23,6 @@ AVX_DESC= Advanced vector extensions support
AVX_CMAKE_OFF= -DNOAVX:BOOL=ON
# 2 tests fail, see https://github.com/veg/hyphy/issues/1529
.include <bsd.port.mk>

View File

@ -1,6 +1,6 @@
PORTNAME= ncbi-blast+
DISTVERSION= 2.12.0
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= biology perl5 python
MASTER_SITES= https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ \
https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/

View File

@ -12,6 +12,9 @@ WWW= https://github.com/biolab/orange3-bioinformatics
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Depends on expired security/py-keyrings.alt (via msic/orange3)
EXPIRATION_DATE=2022-12-31
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYTHON_PKGNAMEPREFIX}Genesis-PyAPI>0:biology/py-Genesis-PyAPI@${PY_FLAVOR} \

View File

@ -10,6 +10,9 @@ WWW= https://singlecell.biolab.si/
LICENSE= AGPLv3+
DEPRECATED= Depends on expired security/py-keyrings.alt (via msic/orange3)
EXPIRATION_DATE=2022-12-31
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYTHON_PKGNAMEPREFIX}orange3-bioinformatics>0:biology/py-orange3-bioinformatics@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}astropy>0:astro/py-astropy@${PY_FLAVOR} \

View File

@ -0,0 +1,24 @@
PORTNAME= valerius
DISTVERSIONPREFIX= v
DISTVERSION= 0.2
CATEGORIES= biology python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python bioinformatics tools
WWW= https://github.com/samirelanduk/valerius
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= samirelanduk
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1664855237
SHA256 (samirelanduk-valerius-v0.2_GH0.tar.gz) = f4b206cd4e9ec56630f4f55a7064f7fbea302a8a6620cac832475c2260b917ab
SIZE (samirelanduk-valerius-v0.2_GH0.tar.gz) = 18486

View File

@ -0,0 +1,3 @@
valerius is a simple Bioinformatics toolset for processing Biological sequences.
It can gfetch sequences from servers, detect their types, do FASTA parsing.

View File

@ -1,5 +1,5 @@
PORTNAME= bio
PORTVERSION= 2.0.3
PORTVERSION= 2.0.4
CATEGORIES= biology rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1641046852
SHA256 (rubygem/bio-2.0.3.gem) = b931ed0c94498bacb8c7dbd87c680672dbbae059299a3be1ee8c9f2b56b5816f
SIZE (rubygem/bio-2.0.3.gem) = 1354752
TIMESTAMP = 1663673078
SHA256 (rubygem/bio-2.0.4.gem) = a93744191c663545b7ca5445e5ba0ef34ad395dd855fec38d3fcd92866b75321
SIZE (rubygem/bio-2.0.4.gem) = 1366016

View File

@ -1,7 +1,7 @@
PORTNAME= CAMotics
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.2-rc1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= cad
MAINTAINER= thierry@FreeBSD.org

View File

@ -1,5 +1,5 @@
PORTNAME= librnd
DISTVERSION= 3.2.0
DISTVERSION= 3.2.1
CATEGORIES= cad
MASTER_SITES= http://repo.hu/projects/${PORTNAME}/releases/
@ -10,13 +10,19 @@ WWW= http://www.repo.hu/projects/librnd/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfungw.so:devel/fungw
LIB_DEPENDS= libfungw.so:devel/fungw \
libgenht.so:devel/genht
USES= gmake pkgconfig tar:bz2
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --all=plugin --plugin-hid_remote
CONFIGURE_ARGS= --all=plugin --plugin-hid_remote \
${WITH_DEBUG:D--debug} \
--CC=${CC} \
--CFLAGS='${CFLAGS}' \
--LDFLAGS='${LDFLAGS}'
TEST_TARGET= test
BINARY_ALIAS= make=${MAKE_CMD}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1657765911
SHA256 (librnd-3.2.0.tar.bz2) = 4192dae3a5eb1f2da9311b7b9ce8a9cf8f78a7d7dd667ee74403d1a424e5fbc8
SIZE (librnd-3.2.0.tar.bz2) = 1314225
TIMESTAMP = 1664440836
SHA256 (librnd-3.2.1.tar.bz2) = 38ff820b04bf6c3f17b603d8f0581eefc7162826a0661b0a3a7062c9b8014c65
SIZE (librnd-3.2.1.tar.bz2) = 1327131

View File

@ -151,15 +151,15 @@ include/librnd/src_3rd/ureglex/exec.h
lib/librnd-3rd.a
lib/librnd-3rd.so
lib/librnd-3rd.so.3
lib/librnd-3rd.so.3.2.0
lib/librnd-3rd.so.3.2.1
lib/librnd-hid.a
lib/librnd-hid.so
lib/librnd-hid.so.3
lib/librnd-hid.so.3.2.0
lib/librnd-hid.so.3.2.1
lib/librnd-poly.a
lib/librnd-poly.so
lib/librnd-poly.so.3
lib/librnd-poly.so.3.2.0
lib/librnd-poly.so.3.2.1
lib/librnd3/plugins/diag_rnd.pup
lib/librnd3/plugins/diag_rnd.so
lib/librnd3/plugins/hid_batch.pup

View File

@ -1,6 +1,6 @@
PORTNAME= verilator
DISTVERSIONPREFIX= v
DISTVERSION= 4.226
DISTVERSION= 4.228
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1662056469
SHA256 (verilator-verilator-v4.226_GH0.tar.gz) = 70bc941d86e4810253d51aa94898b0802d916ab76296a398f8ceb8798122c9be
SIZE (verilator-verilator-v4.226_GH0.tar.gz) = 2605577
TIMESTAMP = 1664661808
SHA256 (verilator-verilator-v4.228_GH0.tar.gz) = be6af6572757013802be5b0ff9c64cbf509e98066737866abaae692fe04edf09
SIZE (verilator-verilator-v4.228_GH0.tar.gz) = 2623600

View File

@ -1,6 +1,6 @@
PORTNAME= zcad
PORTVERSION= 0.9.8.5
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= cad
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}

View File

@ -1,6 +1,6 @@
PORTNAME= cqrlog
PORTVERSION= 2.5.2
PORTREVISION= 1
PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= comms hamradio
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}

View File

@ -1,20 +1,24 @@
PORTNAME= hackrf
PORTVERSION= 2017.02.1
PORTVERSION= 2021.03.1
PORTREVISION= 1
CATEGORIES= comms devel hamradio science security
MAINTAINER= cederom@tlen.pl
MAINTAINER= tomek@cedro.info
COMMENT= Low cost open source hardware software radio platform
WWW= https://greatscottgadgets.com/hackrf/
LICENSE= GPLv2
CONFLICTS= hackrf-devel
USE_GITHUB= YES
GH_ACCOUNT= mossmann
GH_TAGNAME= 31a37bd
LIB_DEPENDS= libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float
USES= cmake
USE_GITHUB= YES
GH_ACCOUNT= mossmann
GH_TAGNAME= e6eb4ba
CONFLICTS= hackrf-devel
CMAKE_SOURCE_PATH= ${WRKSRC}/host
CMAKE_ARGS= -DLIBUSB_LIBRARIES=/usr/lib/libusb.so

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1515609346
SHA256 (mossmann-hackrf-2017.02.1-31a37bd_GH0.tar.gz) = df00fd6d4fa7aa6fbd07ffc513c664aeac1824c1e4c2a2616ea167579dd1f797
SIZE (mossmann-hackrf-2017.02.1-31a37bd_GH0.tar.gz) = 16939945
TIMESTAMP = 1664724612
SHA256 (mossmann-hackrf-2021.03.1-e6eb4ba_GH0.tar.gz) = ebb626db99d442a90e9306bf79ff2fc9e03063997eb3d993b981633668179cc2
SIZE (mossmann-hackrf-2021.03.1-e6eb4ba_GH0.tar.gz) = 13064632

View File

@ -1,11 +0,0 @@
--- host/hackrf-tools/CMakeLists.txt.orig 2015-08-30 19:34:41 UTC
+++ host/hackrf-tools/CMakeLists.txt
@@ -35,7 +35,7 @@ include_directories(getopt)
add_definitions(/D _CRT_SECURE_NO_WARNINGS)
else()
add_definitions(-Wall)
-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu90")
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
endif()
if(NOT libhackrf_SOURCE_DIR)

View File

@ -1,11 +0,0 @@
--- host/libhackrf/CMakeLists.txt.orig 2014-08-28 17:34:30 UTC
+++ host/libhackrf/CMakeLists.txt
@@ -34,7 +34,7 @@ if(MSVC)
set(THREADS_USE_PTHREADS_WIN32 true)
else()
add_definitions(-Wall)
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu90")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
INCLUDE(TestBigEndian)
TEST_BIG_ENDIAN(BIGENDIAN)

View File

@ -1,13 +1,14 @@
bin/hackrf_clock
bin/hackrf_cpldjtag
bin/hackrf_debug
bin/hackrf_info
bin/hackrf_max2837
bin/hackrf_rffc5071
bin/hackrf_si5351c
bin/hackrf_operacake
bin/hackrf_spiflash
bin/hackrf_sweep
bin/hackrf_transfer
include/libhackrf/hackrf.h
lib/libhackrf.a
lib/libhackrf.so
lib/libhackrf.so.0
lib/libhackrf.so.0.4.0
lib/libhackrf.so.0.6.0
libdata/pkgconfig/libhackrf.pc

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1662738519
SHA256 (KDE/Qt/6.3.2/qtsensors-everywhere-src-6.3.2.tar.xz) = 451eb28a95b291e5f812a2591db2de1dff9c1eda9b8345803de38852eccd02e5
SIZE (KDE/Qt/6.3.2/qtsensors-everywhere-src-6.3.2.tar.xz) = 2109396
TIMESTAMP = 1664523695
SHA256 (KDE/Qt/6.4.0/qtsensors-everywhere-src-6.4.0.tar.xz) = f38c072f5b9f62631985f385de70cdc54c13f0b888d9496943342e3be1ca50da
SIZE (KDE/Qt/6.4.0/qtsensors-everywhere-src-6.4.0.tar.xz) = 2106856

View File

@ -151,6 +151,7 @@ lib/cmake/Qt6Sensors/Qt6SensorsConfig.cmake
lib/cmake/Qt6Sensors/Qt6SensorsConfigVersion.cmake
lib/cmake/Qt6Sensors/Qt6SensorsConfigVersionImpl.cmake
lib/cmake/Qt6Sensors/Qt6SensorsDependencies.cmake
lib/cmake/Qt6Sensors/Qt6SensorsPlugins.cmake
lib/cmake/Qt6Sensors/Qt6SensorsTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/Qt6Sensors/Qt6SensorsTargets.cmake
lib/cmake/Qt6Sensors/Qt6SensorsVersionlessTargets.cmake

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1662738521
SHA256 (KDE/Qt/6.3.2/qtserialbus-everywhere-src-6.3.2.tar.xz) = d03e9e6b0ffe4d370945683a543ac0b392c77b44447af5cf49f7afcda9c04512
SIZE (KDE/Qt/6.3.2/qtserialbus-everywhere-src-6.3.2.tar.xz) = 382176
TIMESTAMP = 1664523697
SHA256 (KDE/Qt/6.4.0/qtserialbus-everywhere-src-6.4.0.tar.xz) = efca55677c12085a85b6c0e0f401332922ebc8226b18b7fc9bb9c0d48549ea91
SIZE (KDE/Qt/6.4.0/qtserialbus-everywhere-src-6.4.0.tar.xz) = 380528

View File

@ -74,6 +74,7 @@ lib/cmake/Qt6SerialBus/Qt6SerialBusConfig.cmake
lib/cmake/Qt6SerialBus/Qt6SerialBusConfigVersion.cmake
lib/cmake/Qt6SerialBus/Qt6SerialBusConfigVersionImpl.cmake
lib/cmake/Qt6SerialBus/Qt6SerialBusDependencies.cmake
lib/cmake/Qt6SerialBus/Qt6SerialBusPlugins.cmake
lib/cmake/Qt6SerialBus/Qt6SerialBusTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/Qt6SerialBus/Qt6SerialBusTargets.cmake
lib/cmake/Qt6SerialBus/Qt6SerialBusVersionlessTargets.cmake

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1662738522
SHA256 (KDE/Qt/6.3.2/qtserialport-everywhere-src-6.3.2.tar.xz) = c7d207322367c63647edbd06ded9c76ba9071961daac1d1021b622b762c35e6f
SIZE (KDE/Qt/6.3.2/qtserialport-everywhere-src-6.3.2.tar.xz) = 319536
TIMESTAMP = 1664523698
SHA256 (KDE/Qt/6.4.0/qtserialport-everywhere-src-6.4.0.tar.xz) = f148cc9e87ce2228e82bff7a64d9521339ece66c4c66aa43b91bac614f4a4483
SIZE (KDE/Qt/6.4.0/qtserialport-everywhere-src-6.4.0.tar.xz) = 318952

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