diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2015-02-03 15:05:14 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2015-02-03 15:05:14 +0000 |
commit | b03b6f55283557bc3dbd0fd6faca7c2139a00d34 (patch) | |
tree | 5b77698088158f3f43227a60c03a746bbb44c034 | |
parent | becaeffa9ba5e2d50a50804026eb6671b3e9352a (diff) | |
download | ports-b03b6f55283557bc3dbd0fd6faca7c2139a00d34.tar.gz ports-b03b6f55283557bc3dbd0fd6faca7c2139a00d34.zip |
Notes
43 files changed, 1055 insertions, 3081 deletions
@@ -7420,3 +7420,4 @@ www/p5-WWW-Scraper-ISBN-Driver|www/p5-WWW-Scraper-ISBN|2015-02-02|Has expired: M www/p5-WWW-Scraper-ISBN-Record|www/p5-WWW-Scraper-ISBN|2015-02-02|Has expired: Merged to www/p5-WWW-Scraper-ISBN by upstream japanese/xlockmore|x11/xlockmore|2015-02-02|Merged into x11/xlockmore deskutils/currtime|sysutils/currtime|2015-02-03|Move to sysutils category +sysutils/pcbsd-utils-qt4|sysutils/pcbsd-utils-qt5|2015-02-03|Renamed to pcbsd-utils-qt5 diff --git a/sysutils/Makefile b/sysutils/Makefile index 6b2b950ef524..d67477b6a3e7 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -462,6 +462,7 @@ SUBDIR += liburcu SUBDIR += libutempter SUBDIR += libzeitgeist + SUBDIR += life-preserver SUBDIR += lineak-defaultplugin SUBDIR += lineak-xosdplugin SUBDIR += lineakd @@ -653,9 +654,13 @@ SUBDIR += password-store SUBDIR += patchelf SUBDIR += pax-utils + SUBDIR += pbi-manager SUBDIR += pbimaker + SUBDIR += pcbsd-appweb + SUBDIR += pcbsd-libsh + SUBDIR += pcbsd-syscache SUBDIR += pcbsd-utils - SUBDIR += pcbsd-utils-qt4 + SUBDIR += pcbsd-utils-qt5 SUBDIR += pcfclock SUBDIR += pciutils SUBDIR += pcpustat @@ -1015,6 +1020,7 @@ SUBDIR += vpnc-scripts SUBDIR += vstrip SUBDIR += vttest + SUBDIR += warden SUBDIR += wait_on SUBDIR += watchdog SUBDIR += watchfolder diff --git a/sysutils/life-preserver/Makefile b/sysutils/life-preserver/Makefile new file mode 100644 index 000000000000..f8cf903e5058 --- /dev/null +++ b/sysutils/life-preserver/Makefile @@ -0,0 +1,33 @@ +# Created by: Kris Moore <kmoore@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= life-preserver +PORTVERSION= 1422974289 +CATEGORIES= sysutils +MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ + ftp://ftp.pcbsd.org/pub/software/ + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= PC-BSD Life Preserver Utility + +LICENSE= BSD + +RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/scripts/functions.sh:${PORTSDIR}/sysutils/pcbsd-libsh + +WRKSRC= ${WRKDIR}/lpreserver +USES= pkgconfig tar:xz +NO_BUILD= yes + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 1000000 +IGNORE= requires FreeBSD 10 or later +.endif + +do-install: + cd ${WRKSRC} && make install PREFIX=${STAGEDIR}${PREFIX} + +post-install: + PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + +.include <bsd.port.post.mk> diff --git a/sysutils/life-preserver/distinfo b/sysutils/life-preserver/distinfo new file mode 100644 index 000000000000..ef74e9568d30 --- /dev/null +++ b/sysutils/life-preserver/distinfo @@ -0,0 +1,2 @@ +SHA256 (life-preserver-1422974289.tar.xz) = 512d656e816f30e10389c9096c339fff4b26abea3a7b7f5ff52824bfcd529a69 +SIZE (life-preserver-1422974289.tar.xz) = 16124 diff --git a/sysutils/life-preserver/pkg-descr b/sysutils/life-preserver/pkg-descr new file mode 100644 index 000000000000..6e608ae0e263 --- /dev/null +++ b/sysutils/life-preserver/pkg-descr @@ -0,0 +1,5 @@ +Life-Preserver provides ZFS snapshot and replication management +along with restore functionality. Used by PC-BSD and has an optional +Qt4 based UI interface. + +WWW: https://github.com/pcbsd/pcbsd diff --git a/sysutils/life-preserver/pkg-install b/sysutils/life-preserver/pkg-install new file mode 100644 index 000000000000..769ac9fe31d0 --- /dev/null +++ b/sysutils/life-preserver/pkg-install @@ -0,0 +1,16 @@ +#!/bin/sh +# Script for any install setup + +PREFIX=${PKG_PREFIX-/usr/local} + +if [ "$2" != "POST-INSTALL" ] ; then + exit 0 +fi + +# If this is during staging, we can skip for now +echo $PREFIX | grep -q '/stage/' +if [ $? -eq 0 ] ; then + exit 0 +fi + +exit 0 diff --git a/sysutils/life-preserver/pkg-plist b/sysutils/life-preserver/pkg-plist new file mode 100644 index 000000000000..5dad6224f17d --- /dev/null +++ b/sysutils/life-preserver/pkg-plist @@ -0,0 +1,14 @@ +bin/lpreserver +share/lpreserver/backend/zfsmon.sh +share/lpreserver/backend/zfsrmsnap.sh +share/lpreserver/backend/runrep.sh +share/lpreserver/backend/zfsrevertsnap.sh +share/lpreserver/backend/functions.sh +share/lpreserver/backend/zfslistsnap.sh +share/lpreserver/backend/zfslistcron.sh +share/lpreserver/backend/zfscronscrub.sh +share/lpreserver/backend/zfscronsnap.sh +share/lpreserver/backend/backup-zfs.sh +share/lpreserver/backend/zfsmksnap.sh +share/lpreserver/backend/runscrub.sh +share/lpreserver/backend/runsnap.sh diff --git a/sysutils/pbi-manager/Makefile b/sysutils/pbi-manager/Makefile new file mode 100644 index 000000000000..51fc9c91470f --- /dev/null +++ b/sysutils/pbi-manager/Makefile @@ -0,0 +1,33 @@ +# Created by: Kris Moore <kmoore@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pbi-manager +PORTVERSION= 1422042374 +CATEGORIES= sysutils +MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ + ftp://ftp.pcbsd.org/pub/software/ + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= PBI management utilities + +LICENSE= BSD + +RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/scripts/functions.sh:${PORTSDIR}/sysutils/pcbsd-libsh + +WRKSRC= ${WRKDIR}/pbi-manager +USES= pkgconfig tar:xz +NO_BUILD= yes + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 1000000 +IGNORE= requires FreeBSD 10 or later +.endif + +do-install: + cd ${WRKSRC} && make install PREFIX=${STAGEDIR}${PREFIX} + +post-install: + PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + +.include <bsd.port.post.mk> diff --git a/sysutils/pbi-manager/distinfo b/sysutils/pbi-manager/distinfo new file mode 100644 index 000000000000..0a7e80619094 --- /dev/null +++ b/sysutils/pbi-manager/distinfo @@ -0,0 +1,2 @@ +SHA256 (pbi-manager-1422042374.tar.xz) = 951baba36d68706ee21198e205ce87b473ed87e69ced8156d48f4833598df1d1 +SIZE (pbi-manager-1422042374.tar.xz) = 24260 diff --git a/sysutils/pbi-manager/pkg-descr b/sysutils/pbi-manager/pkg-descr new file mode 100644 index 000000000000..1f2cac9bce0b --- /dev/null +++ b/sysutils/pbi-manager/pkg-descr @@ -0,0 +1,3 @@ +The PBI meta framework on top of PKGNG + +WWW: https://github.com/pcbsd/pcbsd diff --git a/sysutils/pbi-manager/pkg-install b/sysutils/pbi-manager/pkg-install new file mode 100644 index 000000000000..769ac9fe31d0 --- /dev/null +++ b/sysutils/pbi-manager/pkg-install @@ -0,0 +1,16 @@ +#!/bin/sh +# Script for any install setup + +PREFIX=${PKG_PREFIX-/usr/local} + +if [ "$2" != "POST-INSTALL" ] ; then + exit 0 +fi + +# If this is during staging, we can skip for now +echo $PREFIX | grep -q '/stage/' +if [ $? -eq 0 ] ; then + exit 0 +fi + +exit 0 diff --git a/sysutils/pbi-manager/pkg-plist b/sysutils/pbi-manager/pkg-plist new file mode 100644 index 000000000000..fd071514ebb2 --- /dev/null +++ b/sysutils/pbi-manager/pkg-plist @@ -0,0 +1,20 @@ +sbin/app +sbin/pbi +sbin/pbi_add +sbin/pbi_delete +sbin/pbi_icon +sbin/pbi_info +sbin/pbi_makeindex +sbin/pbi_updateindex +etc/pbi.conf +share/pbi-manager/icons/default.png +share/pbi-manager/icons/patch.png +share/pbi-manager/pkgng-repo +share/pbi-manager/repokey.ssl +man/man1/pbi_add.1.gz +man/man1/pbi_delete.1.gz +man/man1/pbi_icon.1.gz +man/man1/pbi_info.1.gz +man/man5/pbi.conf.5.gz +@dirrm share/pbi-manager/icons +@dirrm share/pbi-manager diff --git a/sysutils/pcbsd-appweb/Makefile b/sysutils/pcbsd-appweb/Makefile new file mode 100644 index 000000000000..70452fc46e97 --- /dev/null +++ b/sysutils/pcbsd-appweb/Makefile @@ -0,0 +1,39 @@ +# Created by: Kris Moore <kmoore@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pcbsd-appweb +PORTVERSION= 1422974666 +CATEGORIES= sysutils +MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ + ftp://ftp.pcbsd.org/pub/software/ + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= PC-BSD Web Interface + +LICENSE= BSD + +RUN_DEPENDS= syscache:${PORTSDIR}/sysutils/pcbsd-syscache \ + pbi:${PORTSDIR}/sysutils/pbi-manager \ + warden:${PORTSDIR}/sysutils/warden \ + nginx:${PORTSDIR}/www/nginx + +DEFAULT_PHP_VER=55 +IGNORE_WITH_PHP=54 +USE_PHP= gd filter session +WRKSRC= ${WRKDIR}/src-webui +USES= pkgconfig tar:xz +NO_BUILD= yes + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 1000000 +IGNORE= requires FreeBSD 10 or later +.endif + +do-install: + cd ${WRKSRC} && make install PREFIX=${STAGEDIR}${PREFIX} + +post-install: + PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + +.include <bsd.port.post.mk> diff --git a/sysutils/pcbsd-appweb/distinfo b/sysutils/pcbsd-appweb/distinfo new file mode 100644 index 000000000000..876a7cf764b9 --- /dev/null +++ b/sysutils/pcbsd-appweb/distinfo @@ -0,0 +1,2 @@ +SHA256 (pcbsd-appweb-1422974666.tar.xz) = 40054a908f7f071d88a1b42cfd9d8e67b60d012f6275bde8c7a13a7d92d88355 +SIZE (pcbsd-appweb-1422974666.tar.xz) = 244208 diff --git a/sysutils/pcbsd-appweb/pkg-descr b/sysutils/pcbsd-appweb/pkg-descr new file mode 100644 index 000000000000..c910decf0986 --- /dev/null +++ b/sysutils/pcbsd-appweb/pkg-descr @@ -0,0 +1,3 @@ +PC-BSD Web Interface system + +WWW: https://github.com/pcbsd/pcbsd diff --git a/sysutils/pcbsd-appweb/pkg-install b/sysutils/pcbsd-appweb/pkg-install new file mode 100644 index 000000000000..99e8d6539859 --- /dev/null +++ b/sysutils/pcbsd-appweb/pkg-install @@ -0,0 +1,22 @@ +#!/bin/sh +# Script for any install setup + +PREFIX=${PKG_PREFIX-/usr/local} + +if [ "$2" != "POST-INSTALL" ] ; then + exit 0 +fi + +# If this is during staging, we can skip for now +echo $PREFIX | grep -q '/stage/' +if [ $? -eq 0 ] ; then + exit 0 +fi + +# Check if we have our warden.conf file +#if [ ! -e "${PREFIX}/etc/warden.conf" ] ; then +# cp ${PREFIX}/etc/warden.conf.dist ${PREFIX}/etc/warden.conf +# chmod 644 ${PREFIX}/etc/warden.conf +#fi + +exit 0 diff --git a/sysutils/pcbsd-appweb/pkg-plist b/sysutils/pcbsd-appweb/pkg-plist new file mode 100644 index 000000000000..6cd361901d45 --- /dev/null +++ b/sysutils/pcbsd-appweb/pkg-plist @@ -0,0 +1,85 @@ +bin/appcafe-setpass +etc/appcafe.conf.dist +etc/sudoers.d/appcafe-sudoers +share/appcafe/dispatcher +share/appcafe/dispatcher-auth +share/appcafe/dispatcher-localauth +share/appcafe/fastcgi_params +share/appcafe/mime.types +share/appcafe/nginx.conf +share/appcafe/nginx.conf.ssl +share/appcafe/nginx.conf.temp +share/appcafe/html/index.php +share/appcafe/html/css/_reset.css +share/appcafe/html/css/cssmenu.css +share/appcafe/html/css/main.css +share/appcafe/html/css/popbox.css +share/appcafe/html/css/tabs.css +share/appcafe/html/css/lightbox.css +share/appcafe/html/images/add.png +share/appcafe/html/images/appcafe.png +share/appcafe/html/images/application-exit.png +share/appcafe/html/images/categories.png +share/appcafe/html/images/close.png +share/appcafe/html/images/configure.png +share/appcafe/html/images/cssbg.png +share/appcafe/html/images/dialog-ok.png +share/appcafe/html/images/external-link.png +share/appcafe/html/images/info-tips.png +share/appcafe/html/images/install.png +share/appcafe/html/images/jail.png +share/appcafe/html/images/loading.gif +share/appcafe/html/images/logout.png +share/appcafe/html/images/next.png +share/appcafe/html/images/notifier.png +share/appcafe/html/images/noupdates.png +share/appcafe/html/images/pbiicon.php +share/appcafe/html/images/prev.png +share/appcafe/html/images/rating-0.png +share/appcafe/html/images/rating-1.png +share/appcafe/html/images/rating-2.png +share/appcafe/html/images/rating-3.png +share/appcafe/html/images/rating-4.png +share/appcafe/html/images/rating-5.png +share/appcafe/html/images/remove.png +share/appcafe/html/images/restart.png +share/appcafe/html/images/search.png +share/appcafe/html/images/start.png +share/appcafe/html/images/switch.png +share/appcafe/html/images/system.png +share/appcafe/html/images/warden.png +share/appcafe/html/images/warning.png +share/appcafe/html/images/working.gif +share/appcafe/html/include/Mobile_Detect.php +share/appcafe/html/include/header.php +share/appcafe/html/include/functions.php +share/appcafe/html/include/footer.php +share/appcafe/html/include/globals.php +share/appcafe/html/include/leftmenu.php +share/appcafe/html/include/login.php +share/appcafe/html/include/nav-computer.php +share/appcafe/html/include/nav-phone.php +share/appcafe/html/pages/appcafe.php +share/appcafe/html/pages/appcafe-browse.php +share/appcafe/html/pages/appcafe-search.php +share/appcafe/html/pages/appinfo.php +share/appcafe/html/pages/dispatcher.php +share/appcafe/html/pages/error.php +share/appcafe/html/pages/jails.php +share/appcafe/html/pages/jailcreate.php +share/appcafe/html/pages/jailinfo.php +share/appcafe/html/pages/main.php +share/appcafe/html/pages/notifier.php +share/appcafe/html/pages/sysapp.php +share/appcafe/html/js/appcafe.js +share/appcafe/html/js/cssmenu.js +share/appcafe/html/js/doubletaptogo.js +share/appcafe/html/js/jquery.ba-hashchange.min.js +share/appcafe/html/js/jquery.easytabs.min.js +share/appcafe/html/js/jquery.jscroll.min.js +share/appcafe/html/js/jquery.timer.js +share/appcafe/html/js/jquery.min.js +share/appcafe/html/js/lightbox.min.js +share/appcafe/html/js/main.js +share/appcafe/html/js/popbox.min.js +etc/rc.d/appcafe diff --git a/sysutils/pcbsd-libsh/Makefile b/sysutils/pcbsd-libsh/Makefile new file mode 100644 index 000000000000..67f2a03f6155 --- /dev/null +++ b/sysutils/pcbsd-libsh/Makefile @@ -0,0 +1,31 @@ +# Created by: Kris Moore <kmoore@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pcbsd-libsh +PORTVERSION= 1420064498 +CATEGORIES= sysutils +MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ + ftp://ftp.pcbsd.org/pub/software/ + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= PC-BSD Shell Library + +LICENSE= BSD + +WRKSRC= ${WRKDIR}/libsh +USES= pkgconfig tar:xz +NO_BUILD= yes + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 1000000 +IGNORE= requires FreeBSD 10 or later +.endif + +do-install: + cd ${WRKSRC} && make install PREFIX=${STAGEDIR}${PREFIX} + +post-install: + PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + +.include <bsd.port.post.mk> diff --git a/sysutils/pcbsd-libsh/distinfo b/sysutils/pcbsd-libsh/distinfo new file mode 100644 index 000000000000..d9981f42bb62 --- /dev/null +++ b/sysutils/pcbsd-libsh/distinfo @@ -0,0 +1,2 @@ +SHA256 (pcbsd-libsh-1420064498.tar.xz) = 189d7a84d150270ba9f4ada6321c0690833b35561263a13cfa91d5c8930eeaf9 +SIZE (pcbsd-libsh-1420064498.tar.xz) = 6996 diff --git a/sysutils/pcbsd-libsh/pkg-descr b/sysutils/pcbsd-libsh/pkg-descr new file mode 100644 index 000000000000..85628eaedb6e --- /dev/null +++ b/sysutils/pcbsd-libsh/pkg-descr @@ -0,0 +1,3 @@ +A library of shell functions used by various PC-BSD utilities. + +WWW: https://github.com/pcbsd/pcbsd diff --git a/sysutils/pcbsd-libsh/pkg-install b/sysutils/pcbsd-libsh/pkg-install new file mode 100644 index 000000000000..769ac9fe31d0 --- /dev/null +++ b/sysutils/pcbsd-libsh/pkg-install @@ -0,0 +1,16 @@ +#!/bin/sh +# Script for any install setup + +PREFIX=${PKG_PREFIX-/usr/local} + +if [ "$2" != "POST-INSTALL" ] ; then + exit 0 +fi + +# If this is during staging, we can skip for now +echo $PREFIX | grep -q '/stage/' +if [ $? -eq 0 ] ; then + exit 0 +fi + +exit 0 diff --git a/sysutils/pcbsd-libsh/pkg-plist b/sysutils/pcbsd-libsh/pkg-plist new file mode 100644 index 000000000000..3de632c97ac3 --- /dev/null +++ b/sysutils/pcbsd-libsh/pkg-plist @@ -0,0 +1 @@ +share/pcbsd/scripts/functions.sh diff --git a/sysutils/pcbsd-syscache/Makefile b/sysutils/pcbsd-syscache/Makefile new file mode 100644 index 000000000000..0de3946f0b11 --- /dev/null +++ b/sysutils/pcbsd-syscache/Makefile @@ -0,0 +1,32 @@ +# Created by: Kris Moore <kmoore@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pcbsd-syscache +PORTVERSION= 1421343297 +CATEGORIES= sysutils +MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ + ftp://ftp.pcbsd.org/pub/software/ + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= PC-BSD SysCache Utility + +LICENSE= BSD + +WRKSRC= ${WRKDIR}/syscache +USE_QT5= core network buildtools qmake +USES= pkgconfig tar:xz +NO_BUILD= yes + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 1000000 +IGNORE= requires FreeBSD 10 or later +.endif + +do-install: + cd ${WRKSRC} && make install PREFIX=${STAGEDIR}${PREFIX} + +post-install: + PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + +.include <bsd.port.post.mk> diff --git a/sysutils/pcbsd-syscache/distinfo b/sysutils/pcbsd-syscache/distinfo new file mode 100644 index 000000000000..2b3ae8e9018d --- /dev/null +++ b/sysutils/pcbsd-syscache/distinfo @@ -0,0 +1,2 @@ +SHA256 (pcbsd-syscache-1421343297.tar.xz) = a99d914b5d09ab9d5f3a2be5b9388b7505e3f474ba7c767a5fd91d20cb59ff28 +SIZE (pcbsd-syscache-1421343297.tar.xz) = 130044 diff --git a/sysutils/pcbsd-syscache/pkg-descr b/sysutils/pcbsd-syscache/pkg-descr new file mode 100644 index 000000000000..4539359e42c7 --- /dev/null +++ b/sysutils/pcbsd-syscache/pkg-descr @@ -0,0 +1,5 @@ +The syscache utility is used by PC-BSD and others to provide fast +access and retrival of system state data, such as package info, jail +status, update info and more. + +WWW: https://github.com/pcbsd/pcbsd diff --git a/sysutils/pcbsd-syscache/pkg-install b/sysutils/pcbsd-syscache/pkg-install new file mode 100644 index 000000000000..769ac9fe31d0 --- /dev/null +++ b/sysutils/pcbsd-syscache/pkg-install @@ -0,0 +1,16 @@ +#!/bin/sh +# Script for any install setup + +PREFIX=${PKG_PREFIX-/usr/local} + +if [ "$2" != "POST-INSTALL" ] ; then + exit 0 +fi + +# If this is during staging, we can skip for now +echo $PREFIX | grep -q '/stage/' +if [ $? -eq 0 ] ; then + exit 0 +fi + +exit 0 diff --git a/sysutils/pcbsd-syscache/pkg-plist b/sysutils/pcbsd-syscache/pkg-plist new file mode 100644 index 000000000000..c77a56224d9c --- /dev/null +++ b/sysutils/pcbsd-syscache/pkg-plist @@ -0,0 +1,3 @@ +bin/syscache +bin/syscache-daemon +etc/rc.d/syscache diff --git a/sysutils/pcbsd-utils-qt4/distinfo b/sysutils/pcbsd-utils-qt4/distinfo deleted file mode 100644 index 3d5f8518d4f4..000000000000 --- a/sysutils/pcbsd-utils-qt4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pcbsd-utils-qt4-1409841477.tar.bz2) = 3b6efa00c0434966944299b74c972c5b6d42ffcaa92e088eee22ff145a57ade8 -SIZE (pcbsd-utils-qt4-1409841477.tar.bz2) = 71089276 diff --git a/sysutils/pcbsd-utils-qt4/pkg-descr b/sysutils/pcbsd-utils-qt4/pkg-descr deleted file mode 100644 index c4dd1762a05a..000000000000 --- a/sysutils/pcbsd-utils-qt4/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -PC-BSD QT4 Utilities diff --git a/sysutils/pcbsd-utils-qt4/pkg-plist b/sysutils/pcbsd-utils-qt4/pkg-plist deleted file mode 100644 index b938dcde4f4e..000000000000 --- a/sysutils/pcbsd-utils-qt4/pkg-plist +++ /dev/null @@ -1,2943 +0,0 @@ -etc/rc.d/pc-hwdetect -etc/rc.d/pcbsdinit -etc/rc.d/pcdm -bin/about-gui -bin/life-preserver -bin/life-preserver-tray -bin/pc-adsldap -bin/pc-bluetoothmanager -bin/pc-bluetoothtray -bin/pc-bootconfig -bin/pc-bugreport -bin/pc-controlpanel -bin/pbi-crashhandler-gui -bin/pc-cupscfg -bin/pc-firstboot -bin/pc-dmconf -bin/pc-mixer -bin/pc-mounttray -bin/pc-netmanager -bin/pc-wificonfig -bin/pc-ethernetconfig -bin/pc-nettray -bin/pc-pbigui -bin/runpbi -bin/pc-pfmanager -bin/pc-servicemanager -bin/pc-softwaremanager -bin/appcafe -bin/pc-hwdetect -bin/pc-soundconfig -bin/pc-sysinstaller -bin/pc-sysmanager -bin/pc-systemupdatertray -bin/pc-updategui -bin/pc-updatecenter -bin/pc-usermanager -bin/pc-welcome -bin/pc-xgui -bin/pc-zmanager -bin/qsudo -bin/EasyPBI -bin/PCDM-session -bin/xlock -bin/openwith -bin/flashpluginctl -bin/xorg-startupcheck -sbin/PCDMd -share/apps/ksplash/Themes/pcbsd10/800x600/background.png -share/apps/ksplash/Themes/pcbsd10/1600x1200/icon4_anim.png -share/apps/ksplash/Themes/pcbsd10/1600x1200/background.svg -share/apps/ksplash/Themes/pcbsd10/1600x1200/icon3_anim.png -share/apps/ksplash/Themes/pcbsd10/1600x1200/background.png -share/apps/ksplash/Themes/pcbsd10/1600x1200/icon2_anim.png -share/apps/ksplash/Themes/pcbsd10/1600x1200/rectangle.png -share/apps/ksplash/Themes/pcbsd10/1600x1200/icon1.png -share/apps/ksplash/Themes/pcbsd10/1600x1200/icon1_anim.png -share/apps/ksplash/Themes/pcbsd10/1600x1200/icon2.png -share/apps/ksplash/Themes/pcbsd10/1600x1200/icon5.png -share/apps/ksplash/Themes/pcbsd10/1600x1200/icon4.png -share/apps/ksplash/Themes/pcbsd10/1600x1200/icon3.png -share/apps/ksplash/Themes/pcbsd10/1600x1200/description.txt -share/apps/ksplash/Themes/pcbsd10/1440x900/background.png -share/apps/ksplash/Themes/pcbsd10/1920x1080/background.png -share/apps/ksplash/Themes/pcbsd10/600x400/background.png -share/apps/ksplash/Themes/pcbsd10/1280x1024/background.png -share/apps/ksplash/Themes/pcbsd10/Theme.rc -share/apps/ksplash/Themes/pcbsd10/1920x1200/background.png -share/apps/ksplash/Themes/pcbsd10/1280x800/background.png -share/apps/ksplash/Themes/pcbsd10/1024x768/background.png -share/config/ksplashrc -share/pcbsd/pc-installgui/load-usb-key.sh -share/pcbsd/pc-installgui/get-zfs-restore-list.sh -share/pcbsd/pc-installgui/setup-ssh-keys.sh -share/pcbsd/conf/pubdns.conf -share/pcbsd/xstartup/enable-ibus.sh -share/pcbsd/xstartup/checkupdater.sh -share/pcbsd/xstartup/life-preserver.sh -share/pcbsd/xstartup/screensaver.sh -share/pcbsd/xstartup/startpulseaudio.sh -share/pcbsd/xstartup/vkeyboard.sh -share/pcbsd/xstartup/setmix.sh -share/pcbsd/xstartup/pc-mounttray.sh -share/pcbsd/xstartup/bluetooth-tray.sh -share/pcbsd/xstartup/net-trays.sh -share/pcbsd/xstartup/checkwelcome.sh -share/pcbsd/xstartup/nspluginscan.sh -share/pcbsd/xstartup/pc-mixer.sh -share/pcbsd/fluxboxinit/startup -share/pcbsd/fluxboxinit/keys -share/pcbsd/fluxboxinit/init -share/pcbsd/fluxboxinit/overlay -share/pcbsd/fluxboxinit/menu -share/pcbsd/scripts/first-boot.sh -share/pcbsd/scripts/mythtv.sh -share/pcbsd/scripts/lidchanged.sh -share/pcbsd/scripts/openhandbook.sh -share/pcbsd/scripts/set-lang.sh -share/pcbsd/scripts/sound-dev-changed.sh -share/pcbsd/scripts/portsnap-noterm.sh -share/pcbsd/icons/update-center.png -share/pcbsd/icons/system-software-update.png -share/pcbsd/icons/hwinfo.png -share/pcbsd/icons/mythtv.png -share/pcbsd/icons/system-users.png -share/pcbsd/icons/soundconfig.png -share/pcbsd/icons/utilities-system-monitor.png -share/pcbsd/icons/preferences-desktop-theme.png -share/pcbsd/icons/ldap.png -share/pcbsd/icons/pcbsd-handbook.png -share/pcbsd/icons/input-keyboard.png -share/pcbsd/icons/preferences-desktop.png -share/pcbsd/icons/gvim.png -share/pcbsd/icons/pc-bootconfig.png -share/pcbsd/icons/sysupdate.png -share/pcbsd/icons/zmanager.png -share/pcbsd/doc/handbook_en.pdf -share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1024x600_v2.jpg -share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1024x768_v2.jpg -share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1280x1024_v2.jpg -share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1280x800_v2.jpg -share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1440x900_v2.jpg -share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1600x1200_v2.jpg -share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1920x1080_v2.jpg -share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1920x1200_v2.jpg -share/wallpapers/PCBSD/PCBSD_10_Joule_WP_600x400_v2.jpg -share/wallpapers/PCBSD/PCBSD_10_Joule_WP_800x600_v2.jpg -share/wallpapers/pcbsd10-default/contents/.directory -share/wallpapers/pcbsd10-default/contents/images/.directory -share/wallpapers/pcbsd10-default/contents/images/1024x768.jpg -share/wallpapers/pcbsd10-default/contents/images/1600x1200.jpg -share/wallpapers/pcbsd10-default/contents/images/1280x800.jpg -share/wallpapers/pcbsd10-default/contents/images/1280x1024.jpg -share/wallpapers/pcbsd10-default/contents/images/1440x900.jpg -share/wallpapers/pcbsd10-default/contents/images/1920x1200.jpg -share/wallpapers/pcbsd10-default/contents/images/800x600.jpg -share/wallpapers/pcbsd10-default/contents/images/1920x1080.jpg -share/wallpapers/pcbsd10-default/contents/screenshot.jpg -share/wallpapers/pcbsd10-default/metadata.desktop -share/wallpapers/pcbsd-default.jpg -share/wallpapers/PCBSD/a_1280x1024.jpg -share/wallpapers/PCBSD/d_1280x1024.jpg -share/wallpapers/PCBSD/a2_1280x1024.jpg -share/wallpapers/PCBSD/f_1280x1024.jpg -share/wallpapers/PCBSD/f2_1280x1024.jpg -share/wallpapers/PCBSD/c_1280x1024.jpg -share/wallpapers/PCBSD/b_1280x1024.jpg -share/wallpapers/PCBSD/g_1280x1024.jpg -share/wallpapers/PCBSD/e_1280x1024.jpg -share/wallpapers/FreeBSD/f_1280x1024.jpg -share/wallpapers/FreeBSD/c_1280x1024.jpg -share/wallpapers/FreeBSD/a_1280x1024.jpg -share/wallpapers/FreeBSD/d_1280x1024.jpg -share/wallpapers/FreeBSD/e_1280x1024.jpg -share/wallpapers/FreeBSD/f_1600x900.jpg -share/wallpapers/FreeBSD/g_1600x900.jpg -share/wallpapers/FreeBSD/e_1600x900.jpg -share/wallpapers/FreeBSD/d_1600x900.jpg -share/wallpapers/FreeBSD/a_1600x900.jpg -share/wallpapers/FreeBSD/b_1600x900.jpg -share/wallpapers/FreeBSD/c_1600x900.jpg -share/wallpapers/FreeBSD/b_1280x1024.jpg -share/wallpapers/FreeBSD/g_1280x1024.jpg -share/lifePreserver/scripts/setup-ssh-keys.sh -share/lifePreserver/images/lifepreserver.png -share/lifePreserver/i18n/LifePreserver_af.qm -share/lifePreserver/i18n/LifePreserver_ar.qm -share/lifePreserver/i18n/LifePreserver_az.qm -share/lifePreserver/i18n/LifePreserver_bg.qm -share/lifePreserver/i18n/LifePreserver_bn.qm -share/lifePreserver/i18n/LifePreserver_bs.qm -share/lifePreserver/i18n/LifePreserver_ca.qm -share/lifePreserver/i18n/LifePreserver_cs.qm -share/lifePreserver/i18n/LifePreserver_cy.qm -share/lifePreserver/i18n/LifePreserver_da.qm -share/lifePreserver/i18n/LifePreserver_de.qm -share/lifePreserver/i18n/LifePreserver_el.qm -share/lifePreserver/i18n/LifePreserver_en_US.qm -share/lifePreserver/i18n/LifePreserver_en_GB.qm -share/lifePreserver/i18n/LifePreserver_en_ZA.qm -share/lifePreserver/i18n/LifePreserver_es.qm -share/lifePreserver/i18n/LifePreserver_et.qm -share/lifePreserver/i18n/LifePreserver_eu.qm -share/lifePreserver/i18n/LifePreserver_fa.qm -share/lifePreserver/i18n/LifePreserver_fi.qm -share/lifePreserver/i18n/LifePreserver_fr.qm -share/lifePreserver/i18n/LifePreserver_fr_CA.qm -share/lifePreserver/i18n/LifePreserver_fur.qm -share/lifePreserver/i18n/LifePreserver_gl.qm -share/lifePreserver/i18n/LifePreserver_he.qm -share/lifePreserver/i18n/LifePreserver_hi.qm -share/lifePreserver/i18n/LifePreserver_hr.qm -share/lifePreserver/i18n/LifePreserver_hu.qm -share/lifePreserver/i18n/LifePreserver_id.qm -share/lifePreserver/i18n/LifePreserver_is.qm -share/lifePreserver/i18n/LifePreserver_it.qm -share/lifePreserver/i18n/LifePreserver_ja.qm -share/lifePreserver/i18n/LifePreserver_ka.qm -share/lifePreserver/i18n/LifePreserver_ko.qm -share/lifePreserver/i18n/LifePreserver_lt.qm -share/lifePreserver/i18n/LifePreserver_lv.qm -share/lifePreserver/i18n/LifePreserver_mk.qm -share/lifePreserver/i18n/LifePreserver_mn.qm -share/lifePreserver/i18n/LifePreserver_ms.qm -share/lifePreserver/i18n/LifePreserver_mt.qm -share/lifePreserver/i18n/LifePreserver_nb.qm -share/lifePreserver/i18n/LifePreserver_ne.qm -share/lifePreserver/i18n/LifePreserver_nl.qm -share/lifePreserver/i18n/LifePreserver_pa.qm -share/lifePreserver/i18n/LifePreserver_pl.qm -share/lifePreserver/i18n/LifePreserver_pt.qm -share/lifePreserver/i18n/LifePreserver_pt_BR.qm -share/lifePreserver/i18n/LifePreserver_ro.qm -share/lifePreserver/i18n/LifePreserver_ru.qm -share/lifePreserver/i18n/LifePreserver_sa.qm -share/lifePreserver/i18n/LifePreserver_sk.qm -share/lifePreserver/i18n/LifePreserver_sl.qm -share/lifePreserver/i18n/LifePreserver_sr.qm -share/lifePreserver/i18n/LifePreserver_sv.qm -share/lifePreserver/i18n/LifePreserver_sw.qm -share/lifePreserver/i18n/LifePreserver_ta.qm -share/lifePreserver/i18n/LifePreserver_tg.qm -share/lifePreserver/i18n/LifePreserver_th.qm -share/lifePreserver/i18n/LifePreserver_tr.qm -share/lifePreserver/i18n/LifePreserver_uk.qm -share/lifePreserver/i18n/LifePreserver_ur.qm -share/lifePreserver/i18n/LifePreserver_uz.qm -share/lifePreserver/i18n/LifePreserver_vi.qm -share/lifePreserver/i18n/LifePreserver_zh_CN.qm -share/lifePreserver/i18n/LifePreserver_zh_HK.qm -share/lifePreserver/i18n/LifePreserver_zh_TW.qm -share/lifePreserver/i18n/LifePreserver_zu.qm -share/lifePreserver/i18n/LifePreserverTray_af.qm -share/lifePreserver/i18n/LifePreserverTray_ar.qm -share/lifePreserver/i18n/LifePreserverTray_az.qm -share/lifePreserver/i18n/LifePreserverTray_bg.qm -share/lifePreserver/i18n/LifePreserverTray_bn.qm -share/lifePreserver/i18n/LifePreserverTray_bs.qm -share/lifePreserver/i18n/LifePreserverTray_ca.qm -share/lifePreserver/i18n/LifePreserverTray_cs.qm -share/lifePreserver/i18n/LifePreserverTray_cy.qm -share/lifePreserver/i18n/LifePreserverTray_da.qm -share/lifePreserver/i18n/LifePreserverTray_de.qm -share/lifePreserver/i18n/LifePreserverTray_el.qm -share/lifePreserver/i18n/LifePreserverTray_en_US.qm -share/lifePreserver/i18n/LifePreserverTray_en_GB.qm -share/lifePreserver/i18n/LifePreserverTray_en_ZA.qm -share/lifePreserver/i18n/LifePreserverTray_es.qm -share/lifePreserver/i18n/LifePreserverTray_et.qm -share/lifePreserver/i18n/LifePreserverTray_eu.qm -share/lifePreserver/i18n/LifePreserverTray_fa.qm -share/lifePreserver/i18n/LifePreserverTray_fi.qm -share/lifePreserver/i18n/LifePreserverTray_fr.qm -share/lifePreserver/i18n/LifePreserverTray_fr_CA.qm -share/lifePreserver/i18n/LifePreserverTray_fur.qm -share/lifePreserver/i18n/LifePreserverTray_gl.qm -share/lifePreserver/i18n/LifePreserverTray_he.qm -share/lifePreserver/i18n/LifePreserverTray_hi.qm -share/lifePreserver/i18n/LifePreserverTray_hr.qm -share/lifePreserver/i18n/LifePreserverTray_hu.qm -share/lifePreserver/i18n/LifePreserverTray_id.qm -share/lifePreserver/i18n/LifePreserverTray_is.qm -share/lifePreserver/i18n/LifePreserverTray_it.qm -share/lifePreserver/i18n/LifePreserverTray_ja.qm -share/lifePreserver/i18n/LifePreserverTray_ka.qm -share/lifePreserver/i18n/LifePreserverTray_ko.qm -share/lifePreserver/i18n/LifePreserverTray_lt.qm -share/lifePreserver/i18n/LifePreserverTray_lv.qm -share/lifePreserver/i18n/LifePreserverTray_mk.qm -share/lifePreserver/i18n/LifePreserverTray_mn.qm -share/lifePreserver/i18n/LifePreserverTray_ms.qm -share/lifePreserver/i18n/LifePreserverTray_mt.qm -share/lifePreserver/i18n/LifePreserverTray_nb.qm -share/lifePreserver/i18n/LifePreserverTray_ne.qm -share/lifePreserver/i18n/LifePreserverTray_nl.qm -share/lifePreserver/i18n/LifePreserverTray_pa.qm -share/lifePreserver/i18n/LifePreserverTray_pl.qm -share/lifePreserver/i18n/LifePreserverTray_pt.qm -share/lifePreserver/i18n/LifePreserverTray_pt_BR.qm -share/lifePreserver/i18n/LifePreserverTray_ro.qm -share/lifePreserver/i18n/LifePreserverTray_ru.qm -share/lifePreserver/i18n/LifePreserverTray_sa.qm -share/lifePreserver/i18n/LifePreserverTray_sk.qm -share/lifePreserver/i18n/LifePreserverTray_sl.qm -share/lifePreserver/i18n/LifePreserverTray_sr.qm -share/lifePreserver/i18n/LifePreserverTray_sv.qm -share/lifePreserver/i18n/LifePreserverTray_sw.qm -share/lifePreserver/i18n/LifePreserverTray_ta.qm -share/lifePreserver/i18n/LifePreserverTray_tg.qm -share/lifePreserver/i18n/LifePreserverTray_th.qm -share/lifePreserver/i18n/LifePreserverTray_tr.qm -share/lifePreserver/i18n/LifePreserverTray_uk.qm -share/lifePreserver/i18n/LifePreserverTray_ur.qm -share/lifePreserver/i18n/LifePreserverTray_uz.qm -share/lifePreserver/i18n/LifePreserverTray_vi.qm -share/lifePreserver/i18n/LifePreserverTray_zh_CN.qm -share/lifePreserver/i18n/LifePreserverTray_zh_HK.qm -share/lifePreserver/i18n/LifePreserverTray_zh_TW.qm -share/lifePreserver/i18n/LifePreserverTray_zu.qm -share/warden/i18n/Warden_af.qm -share/warden/i18n/Warden_zh_TW.qm -share/warden/i18n/Warden_zh_HK.qm -share/warden/i18n/Warden_zh_CN.qm -share/warden/i18n/Warden_vi.qm -share/warden/i18n/Warden_uz.qm -share/warden/i18n/Warden_ur.qm -share/warden/i18n/Warden_uk.qm -share/warden/i18n/Warden_tr.qm -share/warden/i18n/Warden_th.qm -share/warden/i18n/Warden_tg.qm -share/warden/i18n/Warden_ta.qm -share/warden/i18n/Warden_sw.qm -share/warden/i18n/Warden_sv.qm -share/warden/i18n/Warden_sr.qm -share/warden/i18n/Warden_sl.qm -share/warden/i18n/Warden_sa.qm -share/warden/i18n/Warden_sk.qm -share/warden/i18n/Warden_ru.qm -share/warden/i18n/Warden_ro.qm -share/warden/i18n/Warden_pt_BR.qm -share/warden/i18n/Warden_pt.qm -share/warden/i18n/Warden_pl.qm -share/warden/i18n/Warden_pa.qm -share/warden/i18n/Warden_nl.qm -share/warden/i18n/Warden_ne.qm -share/warden/i18n/Warden_nb.qm -share/warden/i18n/Warden_mt.qm -share/warden/i18n/Warden_ms.qm -share/warden/i18n/Warden_mn.qm -share/warden/i18n/Warden_mk.qm -share/warden/i18n/Warden_lv.qm -share/warden/i18n/Warden_lt.qm -share/warden/i18n/Warden_ko.qm -share/warden/i18n/Warden_ka.qm -share/warden/i18n/Warden_ja.qm -share/warden/i18n/Warden_it.qm -share/warden/i18n/Warden_is.qm -share/warden/i18n/Warden_id.qm -share/warden/i18n/Warden_hu.qm -share/warden/i18n/Warden_hr.qm -share/warden/i18n/Warden_hi.qm -share/warden/i18n/Warden_he.qm -share/warden/i18n/Warden_gl.qm -share/warden/i18n/Warden_fur.qm -share/warden/i18n/Warden_fr_CA.qm -share/warden/i18n/Warden_fr.qm -share/warden/i18n/Warden_fi.qm -share/warden/i18n/Warden_fa.qm -share/warden/i18n/Warden_eu.qm -share/warden/i18n/Warden_et.qm -share/warden/i18n/Warden_es.qm -share/warden/i18n/Warden_en_ZA.qm -share/warden/i18n/Warden_en_GB.qm -share/warden/i18n/Warden_el.qm -share/warden/i18n/Warden_de.qm -share/warden/i18n/Warden_da.qm -share/warden/i18n/Warden_cy.qm -share/warden/i18n/Warden_cs.qm -share/warden/i18n/Warden_ca.qm -share/warden/i18n/Warden_bs.qm -share/warden/i18n/Warden_bn.qm -share/warden/i18n/Warden_bg.qm -share/warden/i18n/Warden_az.qm -share/warden/i18n/Warden_ar.qm -share/warden/i18n/Warden_zu.qm -share/warden/images/warden.png -share/warden/bin/warden-gui -share/pcbsd/xorg-gui/nvidia-detect/detect-nvidia.sh -share/pcbsd/xorg-gui/nvidia-detect/nvidia17-pciid.txt -share/pcbsd/xorg-gui/nvidia-detect/nvidia9x-pciid.txt -share/pcbsd/xorg-gui/templates/driver/apm.template -share/pcbsd/xorg-gui/templates/driver/ark.template -share/pcbsd/xorg-gui/templates/driver/ati-3d-enable.template -share/pcbsd/xorg-gui/templates/driver/ati.template -share/pcbsd/xorg-gui/templates/driver/chips.template -share/pcbsd/xorg-gui/templates/driver/cirrus.template -share/pcbsd/xorg-gui/templates/driver/cyrix.template -share/pcbsd/xorg-gui/templates/driver/dummy.template -share/pcbsd/xorg-gui/templates/driver/fbdev.template -share/pcbsd/xorg-gui/templates/driver/glint.template -share/pcbsd/xorg-gui/templates/driver/i128.template -share/pcbsd/xorg-gui/templates/driver/i740.template -share/pcbsd/xorg-gui/templates/driver/i810.template -share/pcbsd/xorg-gui/templates/driver/imstt.template -share/pcbsd/xorg-gui/templates/driver/intel-3d-enable.template -share/pcbsd/xorg-gui/templates/driver/intel.template -share/pcbsd/xorg-gui/templates/driver/mach64.template -share/pcbsd/xorg-gui/templates/driver/mga-3d-enable.template -share/pcbsd/xorg-gui/templates/driver/mga.template -share/pcbsd/xorg-gui/templates/driver/neomagic.template -share/pcbsd/xorg-gui/templates/driver/newport.template -share/pcbsd/xorg-gui/templates/driver/nsc.template -share/pcbsd/xorg-gui/templates/driver/nv.template -share/pcbsd/xorg-gui/templates/driver/nvidia.template -share/pcbsd/xorg-gui/templates/driver/openchrome.template -share/pcbsd/xorg-gui/templates/driver/r128.template -share/pcbsd/xorg-gui/templates/driver/radeonhd-3d-enable.template -share/pcbsd/xorg-gui/templates/driver/radeonhd.template -share/pcbsd/xorg-gui/templates/driver/README -share/pcbsd/xorg-gui/templates/driver/rendition.template -share/pcbsd/xorg-gui/templates/driver/s3.template -share/pcbsd/xorg-gui/templates/driver/s3virge.template -share/pcbsd/xorg-gui/templates/driver/savage.template -share/pcbsd/xorg-gui/templates/driver/siliconmotion.template -share/pcbsd/xorg-gui/templates/driver/sis-intel.template -share/pcbsd/xorg-gui/templates/driver/sis.template -share/pcbsd/xorg-gui/templates/driver/tdfx.template -share/pcbsd/xorg-gui/templates/driver/tga.template -share/pcbsd/xorg-gui/templates/driver/trident.template -share/pcbsd/xorg-gui/templates/driver/tseng.template -share/pcbsd/xorg-gui/templates/driver/vesa.template -share/pcbsd/xorg-gui/templates/driver/vga.template -share/pcbsd/xorg-gui/templates/driver/via.template -share/pcbsd/xorg-gui/templates/driver/vmware.template -share/pcbsd/xorg-gui/templates/driver/voodoo.template -share/pcbsd/xorg-gui/templates/header/ati-3d-enable.xorg.conf -share/pcbsd/xorg-gui/templates/header/ati.xorg.conf -share/pcbsd/xorg-gui/templates/header/intel-3d-enable.xorg.conf -share/pcbsd/xorg-gui/templates/header/intel.xorg.conf -share/pcbsd/xorg-gui/templates/header/mga-3d-enable.xorg.conf -share/pcbsd/xorg-gui/templates/header/nvidia.xorg.conf -share/pcbsd/xorg-gui/templates/header/radeon-3d-enable.xorg.conf -share/pcbsd/xorg-gui/templates/header/README -share/pcbsd/xorg-gui/templates/header/vboxvideo.xorg.conf -share/pcbsd/xorg-gui/templates/header/vmware.xorg.conf -share/pcbsd/xorg-gui/templates/header/vmwlegacy.xorg.conf -share/pcbsd/xorg-gui/templates/header/xorg.conf.generic -share/pcbsd/xorg-gui/templates/scripts/README -share/pcbsd/xorg-gui/settings/alias.txt -share/pcbsd/xorg-gui/settings/definition.txt -share/pcbsd/xorg-gui/settings/depth.txt -share/pcbsd/xorg-gui/settings/drivers.txt.amd64 -share/pcbsd/xorg-gui/settings/drivers.txt.i386 -share/pcbsd/xorg-gui/settings/README -share/pcbsd/xorg-gui/settings/refresh.txt -share/pcbsd/xorg-gui/settings/resolutions.txt -share/pcbsd/xorg-gui/settings/drivers.txt -share/pcbsd/xorg-gui/cardDetect/x_config.sh -share/pcbsd/xorg-gui/cardDetect/XF86Config.compat -share/pcbsd/xorg-gui/cardDetect/XF86Config.default -share/pcbsd/xorg-gui/cardDetect/XF86Config.intel -share/pcbsd/xorg-gui/cardDetect/XF86Config.vmware -share/pcbsd/xorg-gui/cardDetect/xorg.conf.virtualbox -share/pcbsd/xorg-gui/conf/xorg.conf.basic -share/pcbsd/xorg-gui/conf/.fluxbox/init -share/pcbsd/xorg-gui/conf/.fluxbox/keys -share/pcbsd/xorg-gui/conf/.fluxbox/menu -share/pcbsd/xorg-gui/conf/.fluxbox/overlay -share/pcbsd/xorg-gui/conf/.fluxbox/startup -share/pcbsd/xorg-gui/scripts/cardboard.sh -share/pcbsd/xorg-gui/scripts/cardbus.sh -share/pcbsd/xorg-gui/scripts/carddriver.sh -share/pcbsd/xorg-gui/scripts/cardpciid.sh -share/pcbsd/xorg-gui/scripts/cardvendor.sh -share/pcbsd/xorg-gui/scripts/checkunprobed.sh -share/pcbsd/xorg-gui/scripts/monmodel.sh -share/pcbsd/xorg-gui/scripts/monvendor.sh -share/pcbsd/xorg-gui/scripts/xinit-autodetect -share/pcbsd/xorg-gui/scripts/xinit-check -share/pcbsd/xorg-gui/scripts/xinit-displaywiz -share/pcbsd/xorg-gui/scripts/xinit-failed -share/pcbsd/xorg-gui/bin/rundetect.sh -share/pcbsd/xorg-gui/bin/setupconf.sh -share/pcbsd/pc-hwdetect/agp.xml -share/pcbsd/pc-hwdetect/audio.xml -share/pcbsd/pc-hwdetect/display.xml -share/pcbsd/pc-hwdetect/multimedia.xml -share/pcbsd/pc-hwdetect/network.xml -share/pcbsd/pc-hwdetect/soundcards.xml -share/pcbsd/pc-netmanager/umts_stick -share/pcbsd/pc-netmanager/pics/defaulticon.png -share/pcbsd/pc-netmanager/pics/info.png -share/pcbsd/pc-netmanager/pics/network_local.png -share/pcbsd/pc-netmanager/pics/network_local_dis.png -share/pcbsd/pc-netmanager/pics/network_wifi.png -share/pcbsd/pc-netmanager/pics/network_wifi_dis.png -share/pcbsd/pc-netmanager/pics/object-locked.png -share/pcbsd/pc-netmanager/pics/object-unlocked.png -share/pcbsd/pc-netmanager/pics/tray_local.png -share/pcbsd/pc-netmanager/pics/tray_local_dis.png -share/pcbsd/pc-netmanager/pics/tray_wifi.png -share/pcbsd/pc-netmanager/pics/tray_wifi30.png -share/pcbsd/pc-netmanager/pics/tray_wifi60.png -share/pcbsd/pc-netmanager/pics/tray_wifi85.png -share/pcbsd/pc-netmanager/pics/tray_wifi_dis.png -share/pcbsd/pc-controlpanel/icons/preferences-system-network-sharing.png -share/pcbsd/pc-controlpanel/icons/system.png -share/pcbsd/pc-controlpanel/icons/appcafe64x64.png -share/pcbsd/pc-controlpanel/icons/hwinfo.png -share/pcbsd/pc-controlpanel/icons/pc-bugreport.png -share/pcbsd/pc-controlpanel/icons/preferences-desktop-user-password.png -share/pcbsd/pc-controlpanel/icons/devices.png -share/pcbsd/pc-controlpanel/icons/easypbi.png -share/pcbsd/pc-controlpanel/icons/preferences-system-session-services.png -share/pcbsd/pc-controlpanel/icons/nvidia-settings.png -share/pcbsd/pc-controlpanel/icons/application.png -share/pcbsd/pc-controlpanel/icons/lifepreserver64x64.png -share/pcbsd/pc-controlpanel/icons/preferences-other.png -share/pcbsd/pc-controlpanel/icons/preferences-system-network.png -share/pcbsd/pc-controlpanel/icons/webmin-logo.png -share/pcbsd/pc-controlpanel/icons/printer.png -share/pcbsd/pc-controlpanel/icons/lifepreserver.png -share/pcbsd/pc-controlpanel/icons/utilities-terminal.png -share/pcbsd/pc-controlpanel/icons/video-display.png -share/pcbsd/pc-controlpanel/icons/appcafe.png -share/pcbsd/pc-controlpanel/icons/bluetooth.png -share/pcbsd/pc-controlpanel/icons/pc-controlpanel64x64.png -share/pcbsd/pc-controlpanel/icons/pc-controlpanel.png -share/pcbsd/pc-controlpanel/icons/pulseaudio.png -share/pcbsd/pc-controlpanel/icons/cups-icon.png -share/pcbsd/pc-controlpanel/items/de/cinnamon-settings.desktop -share/pcbsd/pc-controlpanel/items/de/gnome-control-center.desktop -share/pcbsd/pc-controlpanel/items/de/gnome-tweak-tool.desktop -share/pcbsd/pc-controlpanel/items/de/mate-appearance-properties.desktop -share/pcbsd/pc-controlpanel/items/de/mate-at-properties.desktop -share/pcbsd/pc-controlpanel/items/de/mate-default-applications-properties.desktop -share/pcbsd/pc-controlpanel/items/de/mate-key%%QT_BINDIR%%ding.desktop -share/pcbsd/pc-controlpanel/items/de/mate-notification-properties.desktop -share/pcbsd/pc-controlpanel/items/de/mate-session-properties.desktop -share/pcbsd/pc-controlpanel/items/de/mate-system-monitor.desktop -share/pcbsd/pc-controlpanel/items/de/mate-theme-installer.desktop -share/pcbsd/pc-controlpanel/items/de/mate-window-properties.desktop -share/pcbsd/pc-controlpanel/items/de/kde-cursortheme.desktop -share/pcbsd/pc-controlpanel/items/de/kde-desktop.desktop -share/pcbsd/pc-controlpanel/items/de/kde-desktoptheme.desktop -share/pcbsd/pc-controlpanel/items/de/kde-display.desktop -share/pcbsd/pc-controlpanel/items/de/kde-kcm_akonadi.desktop -share/pcbsd/pc-controlpanel/items/de/kde-kcm_nepomuk.desktop -share/pcbsd/pc-controlpanel/items/de/kde-kcmkded.desktop -share/pcbsd/pc-controlpanel/items/de/kde-kwincompositing.desktop -share/pcbsd/pc-controlpanel/items/de/kde-kwindecoration.desktop -share/pcbsd/pc-controlpanel/items/de/kde-style.desktop -share/pcbsd/pc-controlpanel/items/hardware/cinnamon-power-panel.desktop -share/pcbsd/pc-controlpanel/items/hardware/cinnamon-sound-nua-panel.desktop -share/pcbsd/pc-controlpanel/items/hardware/gnome-keyboard-panel.desktop -share/pcbsd/pc-controlpanel/items/hardware/gnome-mouse-panel.desktop -share/pcbsd/pc-controlpanel/items/hardware/gnome-power-panel.desktop -share/pcbsd/pc-controlpanel/items/hardware/gnome-power-statistics.desktop -share/pcbsd/pc-controlpanel/items/hardware/gnome-sound-panel.desktop -share/pcbsd/pc-controlpanel/items/hardware/hplip.desktop -share/pcbsd/pc-controlpanel/items/hardware/mate-display-properties.desktop -share/pcbsd/pc-controlpanel/items/hardware/mate-keyboard.desktop -share/pcbsd/pc-controlpanel/items/hardware/mate-power-preferences.desktop -share/pcbsd/pc-controlpanel/items/hardware/mate-power-statistics.desktop -share/pcbsd/pc-controlpanel/items/hardware/mate-settings-mouse.desktop -share/pcbsd/pc-controlpanel/items/hardware/mate-volume-control.desktop -share/pcbsd/pc-controlpanel/items/hardware/kde-kcm_keyboard.desktop -share/pcbsd/pc-controlpanel/items/hardware/kde-mouse.desktop -share/pcbsd/pc-controlpanel/items/hardware/kde-screensaver.desktop -share/pcbsd/pc-controlpanel/items/hardware/pc-paprefs.desktop -share/pcbsd/pc-controlpanel/items/hardware/pc-pavucontrol.desktop -share/pcbsd/pc-controlpanel/items/system/ibus-setup.desktop -share/pcbsd/pc-controlpanel/items/tools/x11vnc.desktop -share/pcbsd/pc-controlpanel/items/system/pc-bootconfig.desktop -share/pcbsd/pc-controlpanel/items/system/pc-dmconf.desktop -share/pcbsd/pc-controlpanel/items/system/lxde-lxtask.desktop -share/pcbsd/pc-controlpanel/items/system/pcusermanager.desktop -share/pcbsd/pc-controlpanel/items/system/ksystemlog.desktop -share/pcbsd/pc-controlpanel/items/system/about.desktop -share/pcbsd/pc-controlpanel/items/system/pc-adsldap.desktop -share/pcbsd/pc-controlpanel/items/system/webmin.desktop -share/pcbsd/pc-controlpanel/items/system/pc-sysmanager.desktop -share/pcbsd/pc-controlpanel/items/system/gnome-system-log.desktop -share/pcbsd/pc-controlpanel/items/system/pc-servicemanager.desktop -share/pcbsd/pc-controlpanel/items/system/pc-checkhw.desktop -share/pcbsd/pc-controlpanel/items/system/kde-clock.desktop -share/pcbsd/pc-controlpanel/items/system/kde-kcm_polkitactions.desktop -share/pcbsd/pc-controlpanel/items/network/pfmanager.desktop -share/pcbsd/pc-controlpanel/items/network/pcnetwork.desktop -share/pcbsd/pc-controlpanel/items/tools/pcbugreport.desktop -share/pcbsd/pc-controlpanel/items/tools/warden.desktop -share/pcbsd/pc-controlpanel/items/tools/lifepreserver.desktop -share/pcbsd/pc-controlpanel/items/tools/flash-player-properties.desktop -share/pcbsd/pc-controlpanel/items/tools/kde-kcmdf.desktop -share/pcbsd/pc-controlpanel/items/software/easypbi.desktop -share/pcbsd/pc-controlpanel/items/software/pc-updategui.desktop -share/pcbsd/pc-controlpanel/items/software/pkg-q4wine.desktop -share/pcbsd/pc-controlpanel/items/software/pkg-swine.desktop -share/pcbsd/pc-controlpanel/items/software/pkg-winecfg.desktop -share/pcbsd/pc-controlpanel/items/software/appcafe.desktop -share/pcbsd/pc-controlpanel/items/de/xfce-wm-settings.desktop -share/pcbsd/pc-controlpanel/items/de/xfce-workspaces-settings.desktop -share/pcbsd/pc-controlpanel/items/de/xfce-wmtweaks-settings.desktop -share/pcbsd/pc-controlpanel/items/de/lxde-lxappearance.desktop -share/pcbsd/pc-controlpanel/items/de/xfce4-accessibility-settings.desktop -share/pcbsd/pc-controlpanel/items/de/xfce-settings-manager.desktop -share/pcbsd/pc-controlpanel/items/de/xfce4-settings-editor.desktop -share/pcbsd/pc-controlpanel/items/de/lxde-desktop-prefs.desktop -share/pcbsd/pc-controlpanel/items/de/kde-sweeper.desktop -share/pcbsd/pc-controlpanel/items/de/xfce-ui-settings.desktop -share/pcbsd/pc-controlpanel/items/de/xfce-session-settings.desktop -share/pcbsd/pc-controlpanel/items/de/lxde-default-apps.desktop -share/pcbsd/pc-controlpanel/items/de/lxde-xscreensaver.desktop -share/pcbsd/pc-controlpanel/items/de/xfce4-thunar-settings.desktop -share/pcbsd/pc-controlpanel/items/hardware/pc-soundconfig.desktop -share/pcbsd/pc-controlpanel/items/hardware/pc-zmanager.desktop -share/pcbsd/pc-controlpanel/items/hardware/lxde-lxinput.desktop -share/pcbsd/pc-controlpanel/items/hardware/kinfocenter.desktop -share/pcbsd/pc-controlpanel/items/hardware/system-config-printer.desktop -share/pcbsd/pc-controlpanel/items/hardware/xfce-keyboard-settings.desktop -share/pcbsd/pc-controlpanel/items/hardware/xfce-mouse-settings.desktop -share/pcbsd/pc-controlpanel/items/hardware/pc-bluetoothmanager.desktop -share/pcbsd/pc-controlpanel/items/hardware/xsane.desktop -share/pcbsd/pc-controlpanel/items/hardware/pc-xgui.desktop -share/pcbsd/pc-controlpanel/items/hardware/cups.desktop -share/pcbsd/pc-controlpanel/items/hardware/pc-mounttray.desktop -share/pcbsd/pc-controlpanel/items/hardware/nvidia-settings.desktop -share/pcbsd/icons/about.png -share/pcbsd/icons/pc-dmconf.png -share/pcbsd/icons/appcafe.png -share/pcbsd/i18n/libpcbsd_af.qm -share/pcbsd/i18n/libpcbsd_zh_TW.qm -share/pcbsd/i18n/libpcbsd_zh_HK.qm -share/pcbsd/i18n/libpcbsd_zh_CN.qm -share/pcbsd/i18n/libpcbsd_vi.qm -share/pcbsd/i18n/libpcbsd_uz.qm -share/pcbsd/i18n/libpcbsd_ur.qm -share/pcbsd/i18n/libpcbsd_uk.qm -share/pcbsd/i18n/libpcbsd_tr.qm -share/pcbsd/i18n/libpcbsd_th.qm -share/pcbsd/i18n/libpcbsd_tg.qm -share/pcbsd/i18n/libpcbsd_ta.qm -share/pcbsd/i18n/libpcbsd_sw.qm -share/pcbsd/i18n/libpcbsd_sv.qm -share/pcbsd/i18n/libpcbsd_sr.qm -share/pcbsd/i18n/libpcbsd_sl.qm -share/pcbsd/i18n/libpcbsd_sa.qm -share/pcbsd/i18n/libpcbsd_sk.qm -share/pcbsd/i18n/libpcbsd_ru.qm -share/pcbsd/i18n/libpcbsd_ro.qm -share/pcbsd/i18n/libpcbsd_pt_BR.qm -share/pcbsd/i18n/libpcbsd_pt.qm -share/pcbsd/i18n/libpcbsd_pl.qm -share/pcbsd/i18n/libpcbsd_pa.qm -share/pcbsd/i18n/libpcbsd_nl.qm -share/pcbsd/i18n/libpcbsd_ne.qm -share/pcbsd/i18n/libpcbsd_nb.qm -share/pcbsd/i18n/libpcbsd_mt.qm -share/pcbsd/i18n/libpcbsd_ms.qm -share/pcbsd/i18n/libpcbsd_mn.qm -share/pcbsd/i18n/libpcbsd_mk.qm -share/pcbsd/i18n/libpcbsd_lv.qm -share/pcbsd/i18n/libpcbsd_lt.qm -share/pcbsd/i18n/libpcbsd_ko.qm -share/pcbsd/i18n/libpcbsd_ka.qm -share/pcbsd/i18n/libpcbsd_ja.qm -share/pcbsd/i18n/libpcbsd_it.qm -share/pcbsd/i18n/libpcbsd_is.qm -share/pcbsd/i18n/libpcbsd_id.qm -share/pcbsd/i18n/libpcbsd_hu.qm -share/pcbsd/i18n/libpcbsd_hr.qm -share/pcbsd/i18n/libpcbsd_hi.qm -share/pcbsd/i18n/libpcbsd_he.qm -share/pcbsd/i18n/libpcbsd_gl.qm -share/pcbsd/i18n/libpcbsd_fur.qm -share/pcbsd/i18n/libpcbsd_fr_CA.qm -share/pcbsd/i18n/libpcbsd_fr.qm -share/pcbsd/i18n/libpcbsd_fi.qm -share/pcbsd/i18n/libpcbsd_fa.qm -share/pcbsd/i18n/libpcbsd_eu.qm -share/pcbsd/i18n/libpcbsd_et.qm -share/pcbsd/i18n/libpcbsd_es.qm -share/pcbsd/i18n/libpcbsd_en_ZA.qm -share/pcbsd/i18n/libpcbsd_en_GB.qm -share/pcbsd/i18n/libpcbsd_el.qm -share/pcbsd/i18n/libpcbsd_de.qm -share/pcbsd/i18n/libpcbsd_da.qm -share/pcbsd/i18n/libpcbsd_cy.qm -share/pcbsd/i18n/libpcbsd_cs.qm -share/pcbsd/i18n/libpcbsd_ca.qm -share/pcbsd/i18n/libpcbsd_bs.qm -share/pcbsd/i18n/libpcbsd_bn.qm -share/pcbsd/i18n/libpcbsd_bg.qm -share/pcbsd/i18n/libpcbsd_az.qm -share/pcbsd/i18n/libpcbsd_ar.qm -share/pcbsd/i18n/libpcbsd_zu.qm -share/pcbsd/i18n/AboutGui_af.qm -share/pcbsd/i18n/AboutGui_zh_TW.qm -share/pcbsd/i18n/AboutGui_zh_HK.qm -share/pcbsd/i18n/AboutGui_zh_CN.qm -share/pcbsd/i18n/AboutGui_vi.qm -share/pcbsd/i18n/AboutGui_uz.qm -share/pcbsd/i18n/AboutGui_ur.qm -share/pcbsd/i18n/AboutGui_uk.qm -share/pcbsd/i18n/AboutGui_tr.qm -share/pcbsd/i18n/AboutGui_th.qm -share/pcbsd/i18n/AboutGui_tg.qm -share/pcbsd/i18n/AboutGui_ta.qm -share/pcbsd/i18n/AboutGui_sw.qm -share/pcbsd/i18n/AboutGui_sv.qm -share/pcbsd/i18n/AboutGui_sr.qm -share/pcbsd/i18n/AboutGui_sl.qm -share/pcbsd/i18n/AboutGui_sa.qm -share/pcbsd/i18n/AboutGui_sk.qm -share/pcbsd/i18n/AboutGui_ru.qm -share/pcbsd/i18n/AboutGui_ro.qm -share/pcbsd/i18n/AboutGui_pt_BR.qm -share/pcbsd/i18n/AboutGui_pt.qm -share/pcbsd/i18n/AboutGui_pl.qm -share/pcbsd/i18n/AboutGui_pa.qm -share/pcbsd/i18n/AboutGui_nl.qm -share/pcbsd/i18n/AboutGui_ne.qm -share/pcbsd/i18n/AboutGui_nb.qm -share/pcbsd/i18n/AboutGui_mt.qm -share/pcbsd/i18n/AboutGui_ms.qm -share/pcbsd/i18n/AboutGui_mn.qm -share/pcbsd/i18n/AboutGui_mk.qm -share/pcbsd/i18n/AboutGui_lv.qm -share/pcbsd/i18n/AboutGui_lt.qm -share/pcbsd/i18n/AboutGui_ko.qm -share/pcbsd/i18n/AboutGui_ka.qm -share/pcbsd/i18n/AboutGui_ja.qm -share/pcbsd/i18n/AboutGui_it.qm -share/pcbsd/i18n/AboutGui_is.qm -share/pcbsd/i18n/AboutGui_id.qm -share/pcbsd/i18n/AboutGui_hu.qm -share/pcbsd/i18n/AboutGui_hr.qm -share/pcbsd/i18n/AboutGui_hi.qm -share/pcbsd/i18n/AboutGui_he.qm -share/pcbsd/i18n/AboutGui_gl.qm -share/pcbsd/i18n/AboutGui_fur.qm -share/pcbsd/i18n/AboutGui_fr_CA.qm -share/pcbsd/i18n/AboutGui_fr.qm -share/pcbsd/i18n/AboutGui_fi.qm -share/pcbsd/i18n/AboutGui_fa.qm -share/pcbsd/i18n/AboutGui_eu.qm -share/pcbsd/i18n/AboutGui_et.qm -share/pcbsd/i18n/AboutGui_es.qm -share/pcbsd/i18n/AboutGui_en_ZA.qm -share/pcbsd/i18n/AboutGui_en_GB.qm -share/pcbsd/i18n/AboutGui_el.qm -share/pcbsd/i18n/AboutGui_de.qm -share/pcbsd/i18n/AboutGui_da.qm -share/pcbsd/i18n/AboutGui_cy.qm -share/pcbsd/i18n/AboutGui_cs.qm -share/pcbsd/i18n/AboutGui_ca.qm -share/pcbsd/i18n/AboutGui_bs.qm -share/pcbsd/i18n/AboutGui_bn.qm -share/pcbsd/i18n/AboutGui_bg.qm -share/pcbsd/i18n/AboutGui_az.qm -share/pcbsd/i18n/AboutGui_ar.qm -share/pcbsd/i18n/AboutGui_zu.qm -share/pcbsd/i18n/PCADSLDAP_af.qm -share/pcbsd/i18n/PCADSLDAP_zh_TW.qm -share/pcbsd/i18n/PCADSLDAP_zh_HK.qm -share/pcbsd/i18n/PCADSLDAP_zh_CN.qm -share/pcbsd/i18n/PCADSLDAP_vi.qm -share/pcbsd/i18n/PCADSLDAP_uz.qm -share/pcbsd/i18n/PCADSLDAP_ur.qm -share/pcbsd/i18n/PCADSLDAP_uk.qm -share/pcbsd/i18n/PCADSLDAP_tr.qm -share/pcbsd/i18n/PCADSLDAP_th.qm -share/pcbsd/i18n/PCADSLDAP_tg.qm -share/pcbsd/i18n/PCADSLDAP_ta.qm -share/pcbsd/i18n/PCADSLDAP_sw.qm -share/pcbsd/i18n/PCADSLDAP_sv.qm -share/pcbsd/i18n/PCADSLDAP_sr.qm -share/pcbsd/i18n/PCADSLDAP_sl.qm -share/pcbsd/i18n/PCADSLDAP_sa.qm -share/pcbsd/i18n/PCADSLDAP_sk.qm -share/pcbsd/i18n/PCADSLDAP_ru.qm -share/pcbsd/i18n/PCADSLDAP_ro.qm -share/pcbsd/i18n/PCADSLDAP_pt_BR.qm -share/pcbsd/i18n/PCADSLDAP_pt.qm -share/pcbsd/i18n/PCADSLDAP_pl.qm -share/pcbsd/i18n/PCADSLDAP_pa.qm -share/pcbsd/i18n/PCADSLDAP_nl.qm -share/pcbsd/i18n/PCADSLDAP_nb.qm -share/pcbsd/i18n/PCADSLDAP_mt.qm -share/pcbsd/i18n/PCADSLDAP_ms.qm -share/pcbsd/i18n/PCADSLDAP_mn.qm -share/pcbsd/i18n/PCADSLDAP_mk.qm -share/pcbsd/i18n/PCADSLDAP_lv.qm -share/pcbsd/i18n/PCADSLDAP_lt.qm -share/pcbsd/i18n/PCADSLDAP_ko.qm -share/pcbsd/i18n/PCADSLDAP_ka.qm -share/pcbsd/i18n/PCADSLDAP_ja.qm -share/pcbsd/i18n/PCADSLDAP_it.qm -share/pcbsd/i18n/PCADSLDAP_is.qm -share/pcbsd/i18n/PCADSLDAP_id.qm -share/pcbsd/i18n/PCADSLDAP_hu.qm -share/pcbsd/i18n/PCADSLDAP_hr.qm -share/pcbsd/i18n/PCADSLDAP_hi.qm -share/pcbsd/i18n/PCADSLDAP_he.qm -share/pcbsd/i18n/PCADSLDAP_gl.qm -share/pcbsd/i18n/PCADSLDAP_fr_CA.qm -share/pcbsd/i18n/PCADSLDAP_fr.qm -share/pcbsd/i18n/PCADSLDAP_fi.qm -share/pcbsd/i18n/PCADSLDAP_fa.qm -share/pcbsd/i18n/PCADSLDAP_eu.qm -share/pcbsd/i18n/PCADSLDAP_et.qm -share/pcbsd/i18n/PCADSLDAP_es.qm -share/pcbsd/i18n/PCADSLDAP_en_ZA.qm -share/pcbsd/i18n/PCADSLDAP_en_GB.qm -share/pcbsd/i18n/PCADSLDAP_el.qm -share/pcbsd/i18n/PCADSLDAP_de.qm -share/pcbsd/i18n/PCADSLDAP_da.qm -share/pcbsd/i18n/PCADSLDAP_cy.qm -share/pcbsd/i18n/PCADSLDAP_cs.qm -share/pcbsd/i18n/PCADSLDAP_ca.qm -share/pcbsd/i18n/PCADSLDAP_bs.qm -share/pcbsd/i18n/PCADSLDAP_bn.qm -share/pcbsd/i18n/PCADSLDAP_bg.qm -share/pcbsd/i18n/PCADSLDAP_az.qm -share/pcbsd/i18n/PCADSLDAP_ar.qm -share/pcbsd/i18n/PCADSLDAP_zu.qm -share/pcbsd/i18n/pc-bluetoothmanager_af.qm -share/pcbsd/i18n/pc-bluetoothmanager_zh_TW.qm -share/pcbsd/i18n/pc-bluetoothmanager_zh_HK.qm -share/pcbsd/i18n/pc-bluetoothmanager_zh_CN.qm -share/pcbsd/i18n/pc-bluetoothmanager_vi.qm -share/pcbsd/i18n/pc-bluetoothmanager_uz.qm -share/pcbsd/i18n/pc-bluetoothmanager_ur.qm -share/pcbsd/i18n/pc-bluetoothmanager_uk.qm -share/pcbsd/i18n/pc-bluetoothmanager_tr.qm -share/pcbsd/i18n/pc-bluetoothmanager_th.qm -share/pcbsd/i18n/pc-bluetoothmanager_tg.qm -share/pcbsd/i18n/pc-bluetoothmanager_ta.qm -share/pcbsd/i18n/pc-bluetoothmanager_sw.qm -share/pcbsd/i18n/pc-bluetoothmanager_sv.qm -share/pcbsd/i18n/pc-bluetoothmanager_sr.qm -share/pcbsd/i18n/pc-bluetoothmanager_sl.qm -share/pcbsd/i18n/pc-bluetoothmanager_sa.qm -share/pcbsd/i18n/pc-bluetoothmanager_sk.qm -share/pcbsd/i18n/pc-bluetoothmanager_ru.qm -share/pcbsd/i18n/pc-bluetoothmanager_ro.qm -share/pcbsd/i18n/pc-bluetoothmanager_pt_BR.qm -share/pcbsd/i18n/pc-bluetoothmanager_pt.qm -share/pcbsd/i18n/pc-bluetoothmanager_pl.qm -share/pcbsd/i18n/pc-bluetoothmanager_pa.qm -share/pcbsd/i18n/pc-bluetoothmanager_nl.qm -share/pcbsd/i18n/pc-bluetoothmanager_nb.qm -share/pcbsd/i18n/pc-bluetoothmanager_mt.qm -share/pcbsd/i18n/pc-bluetoothmanager_ms.qm -share/pcbsd/i18n/pc-bluetoothmanager_mn.qm -share/pcbsd/i18n/pc-bluetoothmanager_mk.qm -share/pcbsd/i18n/pc-bluetoothmanager_lv.qm -share/pcbsd/i18n/pc-bluetoothmanager_lt.qm -share/pcbsd/i18n/pc-bluetoothmanager_ko.qm -share/pcbsd/i18n/pc-bluetoothmanager_ka.qm -share/pcbsd/i18n/pc-bluetoothmanager_ja.qm -share/pcbsd/i18n/pc-bluetoothmanager_it.qm -share/pcbsd/i18n/pc-bluetoothmanager_is.qm -share/pcbsd/i18n/pc-bluetoothmanager_id.qm -share/pcbsd/i18n/pc-bluetoothmanager_hu.qm -share/pcbsd/i18n/pc-bluetoothmanager_hr.qm -share/pcbsd/i18n/pc-bluetoothmanager_hi.qm -share/pcbsd/i18n/pc-bluetoothmanager_he.qm -share/pcbsd/i18n/pc-bluetoothmanager_gl.qm -share/pcbsd/i18n/pc-bluetoothmanager_fr_CA.qm -share/pcbsd/i18n/pc-bluetoothmanager_fr.qm -share/pcbsd/i18n/pc-bluetoothmanager_fi.qm -share/pcbsd/i18n/pc-bluetoothmanager_fa.qm -share/pcbsd/i18n/pc-bluetoothmanager_eu.qm -share/pcbsd/i18n/pc-bluetoothmanager_et.qm -share/pcbsd/i18n/pc-bluetoothmanager_es.qm -share/pcbsd/i18n/pc-bluetoothmanager_en_ZA.qm -share/pcbsd/i18n/pc-bluetoothmanager_en_GB.qm -share/pcbsd/i18n/pc-bluetoothmanager_el.qm -share/pcbsd/i18n/pc-bluetoothmanager_de.qm -share/pcbsd/i18n/pc-bluetoothmanager_da.qm -share/pcbsd/i18n/pc-bluetoothmanager_cy.qm -share/pcbsd/i18n/pc-bluetoothmanager_cs.qm -share/pcbsd/i18n/pc-bluetoothmanager_ca.qm -share/pcbsd/i18n/pc-bluetoothmanager_bs.qm -share/pcbsd/i18n/pc-bluetoothmanager_bn.qm -share/pcbsd/i18n/pc-bluetoothmanager_bg.qm -share/pcbsd/i18n/pc-bluetoothmanager_az.qm -share/pcbsd/i18n/pc-bluetoothmanager_ar.qm -share/pcbsd/i18n/pc-bluetoothmanager_zu.qm -share/pcbsd/i18n/pc-bluetoothtray_af.qm -share/pcbsd/i18n/pc-bluetoothtray_zh_TW.qm -share/pcbsd/i18n/pc-bluetoothtray_zh_HK.qm -share/pcbsd/i18n/pc-bluetoothtray_zh_CN.qm -share/pcbsd/i18n/pc-bluetoothtray_vi.qm -share/pcbsd/i18n/pc-bluetoothtray_uz.qm -share/pcbsd/i18n/pc-bluetoothtray_ur.qm -share/pcbsd/i18n/pc-bluetoothtray_uk.qm -share/pcbsd/i18n/pc-bluetoothtray_tr.qm -share/pcbsd/i18n/pc-bluetoothtray_th.qm -share/pcbsd/i18n/pc-bluetoothtray_tg.qm -share/pcbsd/i18n/pc-bluetoothtray_ta.qm -share/pcbsd/i18n/pc-bluetoothtray_sw.qm -share/pcbsd/i18n/pc-bluetoothtray_sv.qm -share/pcbsd/i18n/pc-bluetoothtray_sr.qm -share/pcbsd/i18n/pc-bluetoothtray_sl.qm -share/pcbsd/i18n/pc-bluetoothtray_sa.qm -share/pcbsd/i18n/pc-bluetoothtray_sk.qm -share/pcbsd/i18n/pc-bluetoothtray_ru.qm -share/pcbsd/i18n/pc-bluetoothtray_ro.qm -share/pcbsd/i18n/pc-bluetoothtray_pt_BR.qm -share/pcbsd/i18n/pc-bluetoothtray_pt.qm -share/pcbsd/i18n/pc-bluetoothtray_pl.qm -share/pcbsd/i18n/pc-bluetoothtray_pa.qm -share/pcbsd/i18n/pc-bluetoothtray_nl.qm -share/pcbsd/i18n/pc-bluetoothtray_nb.qm -share/pcbsd/i18n/pc-bluetoothtray_mt.qm -share/pcbsd/i18n/pc-bluetoothtray_ms.qm -share/pcbsd/i18n/pc-bluetoothtray_mn.qm -share/pcbsd/i18n/pc-bluetoothtray_mk.qm -share/pcbsd/i18n/pc-bluetoothtray_lv.qm -share/pcbsd/i18n/pc-bluetoothtray_lt.qm -share/pcbsd/i18n/pc-bluetoothtray_ko.qm -share/pcbsd/i18n/pc-bluetoothtray_ka.qm -share/pcbsd/i18n/pc-bluetoothtray_ja.qm -share/pcbsd/i18n/pc-bluetoothtray_it.qm -share/pcbsd/i18n/pc-bluetoothtray_is.qm -share/pcbsd/i18n/pc-bluetoothtray_id.qm -share/pcbsd/i18n/pc-bluetoothtray_hu.qm -share/pcbsd/i18n/pc-bluetoothtray_hr.qm -share/pcbsd/i18n/pc-bluetoothtray_hi.qm -share/pcbsd/i18n/pc-bluetoothtray_he.qm -share/pcbsd/i18n/pc-bluetoothtray_gl.qm -share/pcbsd/i18n/pc-bluetoothtray_fr_CA.qm -share/pcbsd/i18n/pc-bluetoothtray_fr.qm -share/pcbsd/i18n/pc-bluetoothtray_fi.qm -share/pcbsd/i18n/pc-bluetoothtray_fa.qm -share/pcbsd/i18n/pc-bluetoothtray_eu.qm -share/pcbsd/i18n/pc-bluetoothtray_et.qm -share/pcbsd/i18n/pc-bluetoothtray_es.qm -share/pcbsd/i18n/pc-bluetoothtray_en_ZA.qm -share/pcbsd/i18n/pc-bluetoothtray_en_GB.qm -share/pcbsd/i18n/pc-bluetoothtray_el.qm -share/pcbsd/i18n/pc-bluetoothtray_de.qm -share/pcbsd/i18n/pc-bluetoothtray_da.qm -share/pcbsd/i18n/pc-bluetoothtray_cy.qm -share/pcbsd/i18n/pc-bluetoothtray_cs.qm -share/pcbsd/i18n/pc-bluetoothtray_ca.qm -share/pcbsd/i18n/pc-bluetoothtray_bs.qm -share/pcbsd/i18n/pc-bluetoothtray_bn.qm -share/pcbsd/i18n/pc-bluetoothtray_bg.qm -share/pcbsd/i18n/pc-bluetoothtray_az.qm -share/pcbsd/i18n/pc-bluetoothtray_ar.qm -share/pcbsd/i18n/pc-bluetoothtray_zu.qm -share/pcbsd/i18n/pc-bootconfig_af.qm -share/pcbsd/i18n/pc-bootconfig_ar.qm -share/pcbsd/i18n/pc-bootconfig_az.qm -share/pcbsd/i18n/pc-bootconfig_bg.qm -share/pcbsd/i18n/pc-bootconfig_bn.qm -share/pcbsd/i18n/pc-bootconfig_bs.qm -share/pcbsd/i18n/pc-bootconfig_ca.qm -share/pcbsd/i18n/pc-bootconfig_cs.qm -share/pcbsd/i18n/pc-bootconfig_cy.qm -share/pcbsd/i18n/pc-bootconfig_da.qm -share/pcbsd/i18n/pc-bootconfig_de.qm -share/pcbsd/i18n/pc-bootconfig_el.qm -share/pcbsd/i18n/pc-bootconfig_en_GB.qm -share/pcbsd/i18n/pc-bootconfig_en_ZA.qm -share/pcbsd/i18n/pc-bootconfig_es.qm -share/pcbsd/i18n/pc-bootconfig_et.qm -share/pcbsd/i18n/pc-bootconfig_eu.qm -share/pcbsd/i18n/pc-bootconfig_fa.qm -share/pcbsd/i18n/pc-bootconfig_fi.qm -share/pcbsd/i18n/pc-bootconfig_fr.qm -share/pcbsd/i18n/pc-bootconfig_fr_CA.qm -share/pcbsd/i18n/pc-bootconfig_gl.qm -share/pcbsd/i18n/pc-bootconfig_he.qm -share/pcbsd/i18n/pc-bootconfig_hi.qm -share/pcbsd/i18n/pc-bootconfig_hr.qm -share/pcbsd/i18n/pc-bootconfig_hu.qm -share/pcbsd/i18n/pc-bootconfig_id.qm -share/pcbsd/i18n/pc-bootconfig_is.qm -share/pcbsd/i18n/pc-bootconfig_it.qm -share/pcbsd/i18n/pc-bootconfig_ja.qm -share/pcbsd/i18n/pc-bootconfig_ka.qm -share/pcbsd/i18n/pc-bootconfig_ko.qm -share/pcbsd/i18n/pc-bootconfig_lt.qm -share/pcbsd/i18n/pc-bootconfig_lv.qm -share/pcbsd/i18n/pc-bootconfig_mk.qm -share/pcbsd/i18n/pc-bootconfig_mn.qm -share/pcbsd/i18n/pc-bootconfig_ms.qm -share/pcbsd/i18n/pc-bootconfig_mt.qm -share/pcbsd/i18n/pc-bootconfig_nb.qm -share/pcbsd/i18n/pc-bootconfig_nl.qm -share/pcbsd/i18n/pc-bootconfig_pa.qm -share/pcbsd/i18n/pc-bootconfig_pl.qm -share/pcbsd/i18n/pc-bootconfig_pt.qm -share/pcbsd/i18n/pc-bootconfig_pt_BR.qm -share/pcbsd/i18n/pc-bootconfig_ro.qm -share/pcbsd/i18n/pc-bootconfig_ru.qm -share/pcbsd/i18n/pc-bootconfig_sa.qm -share/pcbsd/i18n/pc-bootconfig_sk.qm -share/pcbsd/i18n/pc-bootconfig_sl.qm -share/pcbsd/i18n/pc-bootconfig_sr.qm -share/pcbsd/i18n/pc-bootconfig_sv.qm -share/pcbsd/i18n/pc-bootconfig_sw.qm -share/pcbsd/i18n/pc-bootconfig_ta.qm -share/pcbsd/i18n/pc-bootconfig_tg.qm -share/pcbsd/i18n/pc-bootconfig_th.qm -share/pcbsd/i18n/pc-bootconfig_tr.qm -share/pcbsd/i18n/pc-bootconfig_uk.qm -share/pcbsd/i18n/pc-bootconfig_uz.qm -share/pcbsd/i18n/pc-bootconfig_ur.qm -share/pcbsd/i18n/pc-bootconfig_vi.qm -share/pcbsd/i18n/pc-bootconfig_zh_CN.qm -share/pcbsd/i18n/pc-bootconfig_zh_HK.qm -share/pcbsd/i18n/pc-bootconfig_zh_TW.qm -share/pcbsd/i18n/pc-bootconfig_zu.qm -share/pcbsd/i18n/pc-controlpanel_af.qm -share/pcbsd/i18n/pc-controlpanel_zh_TW.qm -share/pcbsd/i18n/pc-controlpanel_zh_HK.qm -share/pcbsd/i18n/pc-controlpanel_zh_CN.qm -share/pcbsd/i18n/pc-controlpanel_vi.qm -share/pcbsd/i18n/pc-controlpanel_uz.qm -share/pcbsd/i18n/pc-controlpanel_ur.qm -share/pcbsd/i18n/pc-controlpanel_uk.qm -share/pcbsd/i18n/pc-controlpanel_tr.qm -share/pcbsd/i18n/pc-controlpanel_th.qm -share/pcbsd/i18n/pc-controlpanel_tg.qm -share/pcbsd/i18n/pc-controlpanel_ta.qm -share/pcbsd/i18n/pc-controlpanel_sw.qm -share/pcbsd/i18n/pc-controlpanel_sv.qm -share/pcbsd/i18n/pc-controlpanel_sr.qm -share/pcbsd/i18n/pc-controlpanel_sl.qm -share/pcbsd/i18n/pc-controlpanel_sa.qm -share/pcbsd/i18n/pc-controlpanel_sk.qm -share/pcbsd/i18n/pc-controlpanel_ru.qm -share/pcbsd/i18n/pc-controlpanel_ro.qm -share/pcbsd/i18n/pc-controlpanel_pt_BR.qm -share/pcbsd/i18n/pc-controlpanel_pt.qm -share/pcbsd/i18n/pc-controlpanel_pl.qm -share/pcbsd/i18n/pc-controlpanel_pa.qm -share/pcbsd/i18n/pc-controlpanel_nl.qm -share/pcbsd/i18n/pc-controlpanel_ne.qm -share/pcbsd/i18n/pc-controlpanel_nb.qm -share/pcbsd/i18n/pc-controlpanel_mt.qm -share/pcbsd/i18n/pc-controlpanel_ms.qm -share/pcbsd/i18n/pc-controlpanel_mn.qm -share/pcbsd/i18n/pc-controlpanel_mk.qm -share/pcbsd/i18n/pc-controlpanel_lv.qm -share/pcbsd/i18n/pc-controlpanel_lt.qm -share/pcbsd/i18n/pc-controlpanel_ko.qm -share/pcbsd/i18n/pc-controlpanel_ka.qm -share/pcbsd/i18n/pc-controlpanel_ja.qm -share/pcbsd/i18n/pc-controlpanel_it.qm -share/pcbsd/i18n/pc-controlpanel_is.qm -share/pcbsd/i18n/pc-controlpanel_id.qm -share/pcbsd/i18n/pc-controlpanel_hu.qm -share/pcbsd/i18n/pc-controlpanel_hr.qm -share/pcbsd/i18n/pc-controlpanel_hi.qm -share/pcbsd/i18n/pc-controlpanel_he.qm -share/pcbsd/i18n/pc-controlpanel_gl.qm -share/pcbsd/i18n/pc-controlpanel_fur.qm -share/pcbsd/i18n/pc-controlpanel_fr_CA.qm -share/pcbsd/i18n/pc-controlpanel_fr.qm -share/pcbsd/i18n/pc-controlpanel_fi.qm -share/pcbsd/i18n/pc-controlpanel_fa.qm -share/pcbsd/i18n/pc-controlpanel_eu.qm -share/pcbsd/i18n/pc-controlpanel_et.qm -share/pcbsd/i18n/pc-controlpanel_es.qm -share/pcbsd/i18n/pc-controlpanel_en_ZA.qm -share/pcbsd/i18n/pc-controlpanel_en_GB.qm -share/pcbsd/i18n/pc-controlpanel_el.qm -share/pcbsd/i18n/pc-controlpanel_de.qm -share/pcbsd/i18n/pc-controlpanel_da.qm -share/pcbsd/i18n/pc-controlpanel_cy.qm -share/pcbsd/i18n/pc-controlpanel_cs.qm -share/pcbsd/i18n/pc-controlpanel_ca.qm -share/pcbsd/i18n/pc-controlpanel_bs.qm -share/pcbsd/i18n/pc-controlpanel_bn.qm -share/pcbsd/i18n/pc-controlpanel_bg.qm -share/pcbsd/i18n/pc-controlpanel_az.qm -share/pcbsd/i18n/pc-controlpanel_ar.qm -share/pcbsd/i18n/pc-controlpanel_zu.qm -share/pcbsd/i18n/CrashHandler_af.qm -share/pcbsd/i18n/CrashHandler_zh_TW.qm -share/pcbsd/i18n/CrashHandler_zh_HK.qm -share/pcbsd/i18n/CrashHandler_zh_CN.qm -share/pcbsd/i18n/CrashHandler_vi.qm -share/pcbsd/i18n/CrashHandler_uz.qm -share/pcbsd/i18n/CrashHandler_ur.qm -share/pcbsd/i18n/CrashHandler_uk.qm -share/pcbsd/i18n/CrashHandler_tr.qm -share/pcbsd/i18n/CrashHandler_th.qm -share/pcbsd/i18n/CrashHandler_tg.qm -share/pcbsd/i18n/CrashHandler_ta.qm -share/pcbsd/i18n/CrashHandler_sw.qm -share/pcbsd/i18n/CrashHandler_sv.qm -share/pcbsd/i18n/CrashHandler_sr.qm -share/pcbsd/i18n/CrashHandler_sl.qm -share/pcbsd/i18n/CrashHandler_sa.qm -share/pcbsd/i18n/CrashHandler_sk.qm -share/pcbsd/i18n/CrashHandler_ru.qm -share/pcbsd/i18n/CrashHandler_ro.qm -share/pcbsd/i18n/CrashHandler_pt_BR.qm -share/pcbsd/i18n/CrashHandler_pt.qm -share/pcbsd/i18n/CrashHandler_pl.qm -share/pcbsd/i18n/CrashHandler_pa.qm -share/pcbsd/i18n/CrashHandler_nl.qm -share/pcbsd/i18n/CrashHandler_ne.qm -share/pcbsd/i18n/CrashHandler_nb.qm -share/pcbsd/i18n/CrashHandler_mt.qm -share/pcbsd/i18n/CrashHandler_ms.qm -share/pcbsd/i18n/CrashHandler_mn.qm -share/pcbsd/i18n/CrashHandler_mk.qm -share/pcbsd/i18n/CrashHandler_lv.qm -share/pcbsd/i18n/CrashHandler_lt.qm -share/pcbsd/i18n/CrashHandler_ko.qm -share/pcbsd/i18n/CrashHandler_ka.qm -share/pcbsd/i18n/CrashHandler_ja.qm -share/pcbsd/i18n/CrashHandler_it.qm -share/pcbsd/i18n/CrashHandler_is.qm -share/pcbsd/i18n/CrashHandler_id.qm -share/pcbsd/i18n/CrashHandler_hu.qm -share/pcbsd/i18n/CrashHandler_hr.qm -share/pcbsd/i18n/CrashHandler_hi.qm -share/pcbsd/i18n/CrashHandler_he.qm -share/pcbsd/i18n/CrashHandler_gl.qm -share/pcbsd/i18n/CrashHandler_fur.qm -share/pcbsd/i18n/CrashHandler_fr_CA.qm -share/pcbsd/i18n/CrashHandler_fr.qm -share/pcbsd/i18n/CrashHandler_fi.qm -share/pcbsd/i18n/CrashHandler_fa.qm -share/pcbsd/i18n/CrashHandler_eu.qm -share/pcbsd/i18n/CrashHandler_et.qm -share/pcbsd/i18n/CrashHandler_es.qm -share/pcbsd/i18n/CrashHandler_en_ZA.qm -share/pcbsd/i18n/CrashHandler_en_GB.qm -share/pcbsd/i18n/CrashHandler_en.qm -share/pcbsd/i18n/CrashHandler_el.qm -share/pcbsd/i18n/CrashHandler_de.qm -share/pcbsd/i18n/CrashHandler_da.qm -share/pcbsd/i18n/CrashHandler_cy.qm -share/pcbsd/i18n/CrashHandler_cs.qm -share/pcbsd/i18n/CrashHandler_ca.qm -share/pcbsd/i18n/CrashHandler_bs.qm -share/pcbsd/i18n/CrashHandler_bn.qm -share/pcbsd/i18n/CrashHandler_bg.qm -share/pcbsd/i18n/CrashHandler_az.qm -share/pcbsd/i18n/CrashHandler_ar.qm -share/pcbsd/i18n/CrashHandler_zu.qm -share/pcbsd/i18n/FirstBoot_af.qm -share/pcbsd/i18n/FirstBoot_zh_TW.qm -share/pcbsd/i18n/FirstBoot_zh_HK.qm -share/pcbsd/i18n/FirstBoot_zh_CN.qm -share/pcbsd/i18n/FirstBoot_vi.qm -share/pcbsd/i18n/FirstBoot_uz.qm -share/pcbsd/i18n/FirstBoot_ur.qm -share/pcbsd/i18n/FirstBoot_uk.qm -share/pcbsd/i18n/FirstBoot_tr.qm -share/pcbsd/i18n/FirstBoot_th.qm -share/pcbsd/i18n/FirstBoot_tg.qm -share/pcbsd/i18n/FirstBoot_ta.qm -share/pcbsd/i18n/FirstBoot_sw.qm -share/pcbsd/i18n/FirstBoot_sv.qm -share/pcbsd/i18n/FirstBoot_sr.qm -share/pcbsd/i18n/FirstBoot_sl.qm -share/pcbsd/i18n/FirstBoot_sa.qm -share/pcbsd/i18n/FirstBoot_sk.qm -share/pcbsd/i18n/FirstBoot_ru.qm -share/pcbsd/i18n/FirstBoot_ro.qm -share/pcbsd/i18n/FirstBoot_pt_BR.qm -share/pcbsd/i18n/FirstBoot_pt.qm -share/pcbsd/i18n/FirstBoot_pl.qm -share/pcbsd/i18n/FirstBoot_pa.qm -share/pcbsd/i18n/FirstBoot_nl.qm -share/pcbsd/i18n/FirstBoot_ne.qm -share/pcbsd/i18n/FirstBoot_nb.qm -share/pcbsd/i18n/FirstBoot_mt.qm -share/pcbsd/i18n/FirstBoot_ms.qm -share/pcbsd/i18n/FirstBoot_mn.qm -share/pcbsd/i18n/FirstBoot_mk.qm -share/pcbsd/i18n/FirstBoot_lv.qm -share/pcbsd/i18n/FirstBoot_lt.qm -share/pcbsd/i18n/FirstBoot_ko.qm -share/pcbsd/i18n/FirstBoot_ka.qm -share/pcbsd/i18n/FirstBoot_ja.qm -share/pcbsd/i18n/FirstBoot_it.qm -share/pcbsd/i18n/FirstBoot_is.qm -share/pcbsd/i18n/FirstBoot_id.qm -share/pcbsd/i18n/FirstBoot_hu.qm -share/pcbsd/i18n/FirstBoot_hr.qm -share/pcbsd/i18n/FirstBoot_hi.qm -share/pcbsd/i18n/FirstBoot_he.qm -share/pcbsd/i18n/FirstBoot_gl.qm -share/pcbsd/i18n/FirstBoot_fur.qm -share/pcbsd/i18n/FirstBoot_fr_CA.qm -share/pcbsd/i18n/FirstBoot_fr.qm -share/pcbsd/i18n/FirstBoot_fi.qm -share/pcbsd/i18n/FirstBoot_fa.qm -share/pcbsd/i18n/FirstBoot_eu.qm -share/pcbsd/i18n/FirstBoot_et.qm -share/pcbsd/i18n/FirstBoot_es.qm -share/pcbsd/i18n/FirstBoot_en_ZA.qm -share/pcbsd/i18n/FirstBoot_en_US.qm -share/pcbsd/i18n/FirstBoot_en_GB.qm -share/pcbsd/i18n/FirstBoot_en.qm -share/pcbsd/i18n/FirstBoot_el.qm -share/pcbsd/i18n/FirstBoot_de.qm -share/pcbsd/i18n/FirstBoot_da.qm -share/pcbsd/i18n/FirstBoot_cy.qm -share/pcbsd/i18n/FirstBoot_cs.qm -share/pcbsd/i18n/FirstBoot_ca.qm -share/pcbsd/i18n/FirstBoot_bs.qm -share/pcbsd/i18n/FirstBoot_bn.qm -share/pcbsd/i18n/FirstBoot_bg.qm -share/pcbsd/i18n/FirstBoot_az.qm -share/pcbsd/i18n/FirstBoot_ar.qm -share/pcbsd/i18n/FirstBoot_zu.qm -share/pcbsd/i18n/pc-dmconf_af.qm -share/pcbsd/i18n/pc-dmconf_zh_TW.qm -share/pcbsd/i18n/pc-dmconf_zh_HK.qm -share/pcbsd/i18n/pc-dmconf_zh_CN.qm -share/pcbsd/i18n/pc-dmconf_vi.qm -share/pcbsd/i18n/pc-dmconf_uz.qm -share/pcbsd/i18n/pc-dmconf_ur.qm -share/pcbsd/i18n/pc-dmconf_uk.qm -share/pcbsd/i18n/pc-dmconf_tr.qm -share/pcbsd/i18n/pc-dmconf_th.qm -share/pcbsd/i18n/pc-dmconf_tg.qm -share/pcbsd/i18n/pc-dmconf_ta.qm -share/pcbsd/i18n/pc-dmconf_sw.qm -share/pcbsd/i18n/pc-dmconf_sv.qm -share/pcbsd/i18n/pc-dmconf_sr.qm -share/pcbsd/i18n/pc-dmconf_sl.qm -share/pcbsd/i18n/pc-dmconf_sa.qm -share/pcbsd/i18n/pc-dmconf_sk.qm -share/pcbsd/i18n/pc-dmconf_ru.qm -share/pcbsd/i18n/pc-dmconf_ro.qm -share/pcbsd/i18n/pc-dmconf_pt_BR.qm -share/pcbsd/i18n/pc-dmconf_pt.qm -share/pcbsd/i18n/pc-dmconf_pl.qm -share/pcbsd/i18n/pc-dmconf_pa.qm -share/pcbsd/i18n/pc-dmconf_nl.qm -share/pcbsd/i18n/pc-dmconf_ne.qm -share/pcbsd/i18n/pc-dmconf_nb.qm -share/pcbsd/i18n/pc-dmconf_mt.qm -share/pcbsd/i18n/pc-dmconf_ms.qm -share/pcbsd/i18n/pc-dmconf_mn.qm -share/pcbsd/i18n/pc-dmconf_mk.qm -share/pcbsd/i18n/pc-dmconf_lv.qm -share/pcbsd/i18n/pc-dmconf_lt.qm -share/pcbsd/i18n/pc-dmconf_ko.qm -share/pcbsd/i18n/pc-dmconf_ka.qm -share/pcbsd/i18n/pc-dmconf_ja.qm -share/pcbsd/i18n/pc-dmconf_it.qm -share/pcbsd/i18n/pc-dmconf_is.qm -share/pcbsd/i18n/pc-dmconf_id.qm -share/pcbsd/i18n/pc-dmconf_hu.qm -share/pcbsd/i18n/pc-dmconf_hr.qm -share/pcbsd/i18n/pc-dmconf_hi.qm -share/pcbsd/i18n/pc-dmconf_he.qm -share/pcbsd/i18n/pc-dmconf_gl.qm -share/pcbsd/i18n/pc-dmconf_fur.qm -share/pcbsd/i18n/pc-dmconf_fr_CA.qm -share/pcbsd/i18n/pc-dmconf_fr.qm -share/pcbsd/i18n/pc-dmconf_fi.qm -share/pcbsd/i18n/pc-dmconf_fa.qm -share/pcbsd/i18n/pc-dmconf_eu.qm -share/pcbsd/i18n/pc-dmconf_et.qm -share/pcbsd/i18n/pc-dmconf_es.qm -share/pcbsd/i18n/pc-dmconf_en_ZA.qm -share/pcbsd/i18n/pc-dmconf_en_GB.qm -share/pcbsd/i18n/pc-dmconf_el.qm -share/pcbsd/i18n/pc-dmconf_de.qm -share/pcbsd/i18n/pc-dmconf_da.qm -share/pcbsd/i18n/pc-dmconf_cy.qm -share/pcbsd/i18n/pc-dmconf_cs.qm -share/pcbsd/i18n/pc-dmconf_ca.qm -share/pcbsd/i18n/pc-dmconf_bs.qm -share/pcbsd/i18n/pc-dmconf_bn.qm -share/pcbsd/i18n/pc-dmconf_bg.qm -share/pcbsd/i18n/pc-dmconf_az.qm -share/pcbsd/i18n/pc-dmconf_ar.qm -share/pcbsd/i18n/pc-dmconf_zu.qm -share/pcbsd/i18n/pc-bugreport_af.qm -share/pcbsd/i18n/pc-bugreport_zh_TW.qm -share/pcbsd/i18n/pc-bugreport_zh_HK.qm -share/pcbsd/i18n/pc-bugreport_zh_CN.qm -share/pcbsd/i18n/pc-bugreport_vi.qm -share/pcbsd/i18n/pc-bugreport_uz.qm -share/pcbsd/i18n/pc-bugreport_ur.qm -share/pcbsd/i18n/pc-bugreport_uk.qm -share/pcbsd/i18n/pc-bugreport_tr.qm -share/pcbsd/i18n/pc-bugreport_th.qm -share/pcbsd/i18n/pc-bugreport_tg.qm -share/pcbsd/i18n/pc-bugreport_ta.qm -share/pcbsd/i18n/pc-bugreport_sw.qm -share/pcbsd/i18n/pc-bugreport_sv.qm -share/pcbsd/i18n/pc-bugreport_sr.qm -share/pcbsd/i18n/pc-bugreport_sl.qm -share/pcbsd/i18n/pc-bugreport_sa.qm -share/pcbsd/i18n/pc-bugreport_sk.qm -share/pcbsd/i18n/pc-bugreport_ru.qm -share/pcbsd/i18n/pc-bugreport_ro.qm -share/pcbsd/i18n/pc-bugreport_pt_BR.qm -share/pcbsd/i18n/pc-bugreport_pt.qm -share/pcbsd/i18n/pc-bugreport_pl.qm -share/pcbsd/i18n/pc-bugreport_pa.qm -share/pcbsd/i18n/pc-bugreport_nl.qm -share/pcbsd/i18n/pc-bugreport_ne.qm -share/pcbsd/i18n/pc-bugreport_nb.qm -share/pcbsd/i18n/pc-bugreport_mt.qm -share/pcbsd/i18n/pc-bugreport_ms.qm -share/pcbsd/i18n/pc-bugreport_mn.qm -share/pcbsd/i18n/pc-bugreport_mk.qm -share/pcbsd/i18n/pc-bugreport_lv.qm -share/pcbsd/i18n/pc-bugreport_lt.qm -share/pcbsd/i18n/pc-bugreport_ko.qm -share/pcbsd/i18n/pc-bugreport_ka.qm -share/pcbsd/i18n/pc-bugreport_ja.qm -share/pcbsd/i18n/pc-bugreport_it.qm -share/pcbsd/i18n/pc-bugreport_is.qm -share/pcbsd/i18n/pc-bugreport_id.qm -share/pcbsd/i18n/pc-bugreport_hu.qm -share/pcbsd/i18n/pc-bugreport_hr.qm -share/pcbsd/i18n/pc-bugreport_hi.qm -share/pcbsd/i18n/pc-bugreport_he.qm -share/pcbsd/i18n/pc-bugreport_gl.qm -share/pcbsd/i18n/pc-bugreport_fur.qm -share/pcbsd/i18n/pc-bugreport_fr_CA.qm -share/pcbsd/i18n/pc-bugreport_fr.qm -share/pcbsd/i18n/pc-bugreport_fi.qm -share/pcbsd/i18n/pc-bugreport_fa.qm -share/pcbsd/i18n/pc-bugreport_eu.qm -share/pcbsd/i18n/pc-bugreport_et.qm -share/pcbsd/i18n/pc-bugreport_es.qm -share/pcbsd/i18n/pc-bugreport_en_ZA.qm -share/pcbsd/i18n/pc-bugreport_en_GB.qm -share/pcbsd/i18n/pc-bugreport_el.qm -share/pcbsd/i18n/pc-bugreport_de.qm -share/pcbsd/i18n/pc-bugreport_da.qm -share/pcbsd/i18n/pc-bugreport_cy.qm -share/pcbsd/i18n/pc-bugreport_cs.qm -share/pcbsd/i18n/pc-bugreport_ca.qm -share/pcbsd/i18n/pc-bugreport_bs.qm -share/pcbsd/i18n/pc-bugreport_bn.qm -share/pcbsd/i18n/pc-bugreport_bg.qm -share/pcbsd/i18n/pc-bugreport_az.qm -share/pcbsd/i18n/pc-bugreport_ar.qm -share/pcbsd/i18n/pc-bugreport_zu.qm -share/pcbsd/i18n/MountTray_af.qm -share/pcbsd/i18n/MountTray_zh_TW.qm -share/pcbsd/i18n/MountTray_zh_HK.qm -share/pcbsd/i18n/MountTray_zh_CN.qm -share/pcbsd/i18n/MountTray_vi.qm -share/pcbsd/i18n/MountTray_uz.qm -share/pcbsd/i18n/MountTray_ur.qm -share/pcbsd/i18n/MountTray_uk.qm -share/pcbsd/i18n/MountTray_tr.qm -share/pcbsd/i18n/MountTray_th.qm -share/pcbsd/i18n/MountTray_tg.qm -share/pcbsd/i18n/MountTray_ta.qm -share/pcbsd/i18n/MountTray_sw.qm -share/pcbsd/i18n/MountTray_sv.qm -share/pcbsd/i18n/MountTray_sr.qm -share/pcbsd/i18n/MountTray_sl.qm -share/pcbsd/i18n/MountTray_sa.qm -share/pcbsd/i18n/MountTray_sk.qm -share/pcbsd/i18n/MountTray_ru.qm -share/pcbsd/i18n/MountTray_ro.qm -share/pcbsd/i18n/MountTray_pt_BR.qm -share/pcbsd/i18n/MountTray_pt.qm -share/pcbsd/i18n/MountTray_pl.qm -share/pcbsd/i18n/MountTray_pa.qm -share/pcbsd/i18n/MountTray_nl.qm -share/pcbsd/i18n/MountTray_nb.qm -share/pcbsd/i18n/MountTray_mt.qm -share/pcbsd/i18n/MountTray_ms.qm -share/pcbsd/i18n/MountTray_mn.qm -share/pcbsd/i18n/MountTray_mk.qm -share/pcbsd/i18n/MountTray_lv.qm -share/pcbsd/i18n/MountTray_lt.qm -share/pcbsd/i18n/MountTray_ko.qm -share/pcbsd/i18n/MountTray_ka.qm -share/pcbsd/i18n/MountTray_ja.qm -share/pcbsd/i18n/MountTray_it.qm -share/pcbsd/i18n/MountTray_is.qm -share/pcbsd/i18n/MountTray_id.qm -share/pcbsd/i18n/MountTray_hu.qm -share/pcbsd/i18n/MountTray_hr.qm -share/pcbsd/i18n/MountTray_hi.qm -share/pcbsd/i18n/MountTray_he.qm -share/pcbsd/i18n/MountTray_gl.qm -share/pcbsd/i18n/MountTray_fr_CA.qm -share/pcbsd/i18n/MountTray_fr.qm -share/pcbsd/i18n/MountTray_fi.qm -share/pcbsd/i18n/MountTray_fa.qm -share/pcbsd/i18n/MountTray_eu.qm -share/pcbsd/i18n/MountTray_et.qm -share/pcbsd/i18n/MountTray_es.qm -share/pcbsd/i18n/MountTray_en_ZA.qm -share/pcbsd/i18n/MountTray_en_GB.qm -share/pcbsd/i18n/MountTray_el.qm -share/pcbsd/i18n/MountTray_de.qm -share/pcbsd/i18n/MountTray_da.qm -share/pcbsd/i18n/MountTray_cy.qm -share/pcbsd/i18n/MountTray_cs.qm -share/pcbsd/i18n/MountTray_ca.qm -share/pcbsd/i18n/MountTray_bs.qm -share/pcbsd/i18n/MountTray_bn.qm -share/pcbsd/i18n/MountTray_bg.qm -share/pcbsd/i18n/MountTray_az.qm -share/pcbsd/i18n/MountTray_ar.qm -share/pcbsd/i18n/MountTray_zu.qm -share/pcbsd/i18n/NetworkManager_af.qm -share/pcbsd/i18n/NetworkManager_zh_TW.qm -share/pcbsd/i18n/NetworkManager_zh_HK.qm -share/pcbsd/i18n/NetworkManager_zh_CN.qm -share/pcbsd/i18n/NetworkManager_vi.qm -share/pcbsd/i18n/NetworkManager_uz.qm -share/pcbsd/i18n/NetworkManager_ur.qm -share/pcbsd/i18n/NetworkManager_uk.qm -share/pcbsd/i18n/NetworkManager_tr.qm -share/pcbsd/i18n/NetworkManager_th.qm -share/pcbsd/i18n/NetworkManager_tg.qm -share/pcbsd/i18n/NetworkManager_ta.qm -share/pcbsd/i18n/NetworkManager_sw.qm -share/pcbsd/i18n/NetworkManager_sv.qm -share/pcbsd/i18n/NetworkManager_sr.qm -share/pcbsd/i18n/NetworkManager_sl.qm -share/pcbsd/i18n/NetworkManager_sa.qm -share/pcbsd/i18n/NetworkManager_sk.qm -share/pcbsd/i18n/NetworkManager_ru.qm -share/pcbsd/i18n/NetworkManager_ro.qm -share/pcbsd/i18n/NetworkManager_pt_BR.qm -share/pcbsd/i18n/NetworkManager_pt.qm -share/pcbsd/i18n/NetworkManager_pl.qm -share/pcbsd/i18n/NetworkManager_pa.qm -share/pcbsd/i18n/NetworkManager_nl.qm -share/pcbsd/i18n/NetworkManager_ne.qm -share/pcbsd/i18n/NetworkManager_nb.qm -share/pcbsd/i18n/NetworkManager_mt.qm -share/pcbsd/i18n/NetworkManager_ms.qm -share/pcbsd/i18n/NetworkManager_mn.qm -share/pcbsd/i18n/NetworkManager_mk.qm -share/pcbsd/i18n/NetworkManager_lv.qm -share/pcbsd/i18n/NetworkManager_lt.qm -share/pcbsd/i18n/NetworkManager_ko.qm -share/pcbsd/i18n/NetworkManager_ka.qm -share/pcbsd/i18n/NetworkManager_ja.qm -share/pcbsd/i18n/NetworkManager_it.qm -share/pcbsd/i18n/NetworkManager_is.qm -share/pcbsd/i18n/NetworkManager_id.qm -share/pcbsd/i18n/NetworkManager_hu.qm -share/pcbsd/i18n/NetworkManager_hr.qm -share/pcbsd/i18n/NetworkManager_hi.qm -share/pcbsd/i18n/NetworkManager_he.qm -share/pcbsd/i18n/NetworkManager_gl.qm -share/pcbsd/i18n/NetworkManager_fur.qm -share/pcbsd/i18n/NetworkManager_fr_CA.qm -share/pcbsd/i18n/NetworkManager_fr.qm -share/pcbsd/i18n/NetworkManager_fi.qm -share/pcbsd/i18n/NetworkManager_fa.qm -share/pcbsd/i18n/NetworkManager_eu.qm -share/pcbsd/i18n/NetworkManager_et.qm -share/pcbsd/i18n/NetworkManager_es.qm -share/pcbsd/i18n/NetworkManager_en_ZA.qm -share/pcbsd/i18n/NetworkManager_en_GB.qm -share/pcbsd/i18n/NetworkManager_el.qm -share/pcbsd/i18n/NetworkManager_de.qm -share/pcbsd/i18n/NetworkManager_da.qm -share/pcbsd/i18n/NetworkManager_cy.qm -share/pcbsd/i18n/NetworkManager_cs.qm -share/pcbsd/i18n/NetworkManager_ca.qm -share/pcbsd/i18n/NetworkManager_bs.qm -share/pcbsd/i18n/NetworkManager_bn.qm -share/pcbsd/i18n/NetworkManager_bg.qm -share/pcbsd/i18n/NetworkManager_az.qm -share/pcbsd/i18n/NetworkManager_ar.qm -share/pcbsd/i18n/NetworkManager_zu.qm -share/pcbsd/i18n/wificonfig_af.qm -share/pcbsd/i18n/wificonfig_zh_TW.qm -share/pcbsd/i18n/wificonfig_zh_HK.qm -share/pcbsd/i18n/wificonfig_zh_CN.qm -share/pcbsd/i18n/wificonfig_vi.qm -share/pcbsd/i18n/wificonfig_uz.qm -share/pcbsd/i18n/wificonfig_ur.qm -share/pcbsd/i18n/wificonfig_uk.qm -share/pcbsd/i18n/wificonfig_tr.qm -share/pcbsd/i18n/wificonfig_th.qm -share/pcbsd/i18n/wificonfig_tg.qm -share/pcbsd/i18n/wificonfig_ta.qm -share/pcbsd/i18n/wificonfig_sw.qm -share/pcbsd/i18n/wificonfig_sv.qm -share/pcbsd/i18n/wificonfig_sr.qm -share/pcbsd/i18n/wificonfig_sl.qm -share/pcbsd/i18n/wificonfig_sa.qm -share/pcbsd/i18n/wificonfig_sk.qm -share/pcbsd/i18n/wificonfig_ru.qm -share/pcbsd/i18n/wificonfig_ro.qm -share/pcbsd/i18n/wificonfig_pt_BR.qm -share/pcbsd/i18n/wificonfig_pt.qm -share/pcbsd/i18n/wificonfig_pl.qm -share/pcbsd/i18n/wificonfig_pa.qm -share/pcbsd/i18n/wificonfig_nl.qm -share/pcbsd/i18n/wificonfig_ne.qm -share/pcbsd/i18n/wificonfig_nb.qm -share/pcbsd/i18n/wificonfig_mt.qm -share/pcbsd/i18n/wificonfig_ms.qm -share/pcbsd/i18n/wificonfig_mn.qm -share/pcbsd/i18n/wificonfig_mk.qm -share/pcbsd/i18n/wificonfig_lv.qm -share/pcbsd/i18n/wificonfig_lt.qm -share/pcbsd/i18n/wificonfig_ko.qm -share/pcbsd/i18n/wificonfig_ka.qm -share/pcbsd/i18n/wificonfig_ja.qm -share/pcbsd/i18n/wificonfig_it.qm -share/pcbsd/i18n/wificonfig_is.qm -share/pcbsd/i18n/wificonfig_id.qm -share/pcbsd/i18n/wificonfig_hu.qm -share/pcbsd/i18n/wificonfig_hr.qm -share/pcbsd/i18n/wificonfig_hi.qm -share/pcbsd/i18n/wificonfig_he.qm -share/pcbsd/i18n/wificonfig_gl.qm -share/pcbsd/i18n/wificonfig_fur.qm -share/pcbsd/i18n/wificonfig_fr_CA.qm -share/pcbsd/i18n/wificonfig_fr.qm -share/pcbsd/i18n/wificonfig_fi.qm -share/pcbsd/i18n/wificonfig_fa.qm -share/pcbsd/i18n/wificonfig_eu.qm -share/pcbsd/i18n/wificonfig_et.qm -share/pcbsd/i18n/wificonfig_es.qm -share/pcbsd/i18n/wificonfig_en_ZA.qm -share/pcbsd/i18n/wificonfig_en_GB.qm -share/pcbsd/i18n/wificonfig_el.qm -share/pcbsd/i18n/wificonfig_de.qm -share/pcbsd/i18n/wificonfig_da.qm -share/pcbsd/i18n/wificonfig_cy.qm -share/pcbsd/i18n/wificonfig_cs.qm -share/pcbsd/i18n/wificonfig_ca.qm -share/pcbsd/i18n/wificonfig_bs.qm -share/pcbsd/i18n/wificonfig_bn.qm -share/pcbsd/i18n/wificonfig_bg.qm -share/pcbsd/i18n/wificonfig_az.qm -share/pcbsd/i18n/wificonfig_ar.qm -share/pcbsd/i18n/wificonfig_zu.qm -share/pcbsd/i18n/ethernetconfig_af.qm -share/pcbsd/i18n/ethernetconfig_zh_TW.qm -share/pcbsd/i18n/ethernetconfig_zh_HK.qm -share/pcbsd/i18n/ethernetconfig_zh_CN.qm -share/pcbsd/i18n/ethernetconfig_vi.qm -share/pcbsd/i18n/ethernetconfig_uz.qm -share/pcbsd/i18n/ethernetconfig_ur.qm -share/pcbsd/i18n/ethernetconfig_uk.qm -share/pcbsd/i18n/ethernetconfig_tr.qm -share/pcbsd/i18n/ethernetconfig_th.qm -share/pcbsd/i18n/ethernetconfig_tg.qm -share/pcbsd/i18n/ethernetconfig_ta.qm -share/pcbsd/i18n/ethernetconfig_sw.qm -share/pcbsd/i18n/ethernetconfig_sv.qm -share/pcbsd/i18n/ethernetconfig_sr.qm -share/pcbsd/i18n/ethernetconfig_sl.qm -share/pcbsd/i18n/ethernetconfig_sa.qm -share/pcbsd/i18n/ethernetconfig_sk.qm -share/pcbsd/i18n/ethernetconfig_ru.qm -share/pcbsd/i18n/ethernetconfig_ro.qm -share/pcbsd/i18n/ethernetconfig_pt_BR.qm -share/pcbsd/i18n/ethernetconfig_pt.qm -share/pcbsd/i18n/ethernetconfig_pl.qm -share/pcbsd/i18n/ethernetconfig_pa.qm -share/pcbsd/i18n/ethernetconfig_nl.qm -share/pcbsd/i18n/ethernetconfig_ne.qm -share/pcbsd/i18n/ethernetconfig_nb.qm -share/pcbsd/i18n/ethernetconfig_mt.qm -share/pcbsd/i18n/ethernetconfig_ms.qm -share/pcbsd/i18n/ethernetconfig_mn.qm -share/pcbsd/i18n/ethernetconfig_mk.qm -share/pcbsd/i18n/ethernetconfig_lv.qm -share/pcbsd/i18n/ethernetconfig_lt.qm -share/pcbsd/i18n/ethernetconfig_ko.qm -share/pcbsd/i18n/ethernetconfig_ka.qm -share/pcbsd/i18n/ethernetconfig_ja.qm -share/pcbsd/i18n/ethernetconfig_it.qm -share/pcbsd/i18n/ethernetconfig_is.qm -share/pcbsd/i18n/ethernetconfig_id.qm -share/pcbsd/i18n/ethernetconfig_hu.qm -share/pcbsd/i18n/ethernetconfig_hr.qm -share/pcbsd/i18n/ethernetconfig_hi.qm -share/pcbsd/i18n/ethernetconfig_he.qm -share/pcbsd/i18n/ethernetconfig_gl.qm -share/pcbsd/i18n/ethernetconfig_fur.qm -share/pcbsd/i18n/ethernetconfig_fr_CA.qm -share/pcbsd/i18n/ethernetconfig_fr.qm -share/pcbsd/i18n/ethernetconfig_fi.qm -share/pcbsd/i18n/ethernetconfig_fa.qm -share/pcbsd/i18n/ethernetconfig_eu.qm -share/pcbsd/i18n/ethernetconfig_et.qm -share/pcbsd/i18n/ethernetconfig_es.qm -share/pcbsd/i18n/ethernetconfig_en_ZA.qm -share/pcbsd/i18n/ethernetconfig_en_GB.qm -share/pcbsd/i18n/ethernetconfig_el.qm -share/pcbsd/i18n/ethernetconfig_de.qm -share/pcbsd/i18n/ethernetconfig_da.qm -share/pcbsd/i18n/ethernetconfig_cy.qm -share/pcbsd/i18n/ethernetconfig_cs.qm -share/pcbsd/i18n/ethernetconfig_ca.qm -share/pcbsd/i18n/ethernetconfig_bs.qm -share/pcbsd/i18n/ethernetconfig_bn.qm -share/pcbsd/i18n/ethernetconfig_bg.qm -share/pcbsd/i18n/ethernetconfig_az.qm -share/pcbsd/i18n/ethernetconfig_ar.qm -share/pcbsd/i18n/ethernetconfig_zu.qm -share/pcbsd/i18n/NetworkTray_af.qm -share/pcbsd/i18n/NetworkTray_zh_TW.qm -share/pcbsd/i18n/NetworkTray_zh_CN.qm -share/pcbsd/i18n/NetworkTray_vi.qm -share/pcbsd/i18n/NetworkTray_uz.qm -share/pcbsd/i18n/NetworkTray_ur.qm -share/pcbsd/i18n/NetworkTray_uk.qm -share/pcbsd/i18n/NetworkTray_tr.qm -share/pcbsd/i18n/NetworkTray_th.qm -share/pcbsd/i18n/NetworkTray_tg.qm -share/pcbsd/i18n/NetworkTray_ta.qm -share/pcbsd/i18n/NetworkTray_sw.qm -share/pcbsd/i18n/NetworkTray_sv.qm -share/pcbsd/i18n/NetworkTray_sr.qm -share/pcbsd/i18n/NetworkTray_sl.qm -share/pcbsd/i18n/NetworkTray_sa.qm -share/pcbsd/i18n/NetworkTray_sk.qm -share/pcbsd/i18n/NetworkTray_ru.qm -share/pcbsd/i18n/NetworkTray_ro.qm -share/pcbsd/i18n/NetworkTray_pt_BR.qm -share/pcbsd/i18n/NetworkTray_pt.qm -share/pcbsd/i18n/NetworkTray_pl.qm -share/pcbsd/i18n/NetworkTray_pa.qm -share/pcbsd/i18n/NetworkTray_nl.qm -share/pcbsd/i18n/NetworkTray_ne.qm -share/pcbsd/i18n/NetworkTray_nb.qm -share/pcbsd/i18n/NetworkTray_mt.qm -share/pcbsd/i18n/NetworkTray_ms.qm -share/pcbsd/i18n/NetworkTray_mn.qm -share/pcbsd/i18n/NetworkTray_mk.qm -share/pcbsd/i18n/NetworkTray_lv.qm -share/pcbsd/i18n/NetworkTray_lt.qm -share/pcbsd/i18n/NetworkTray_ko.qm -share/pcbsd/i18n/NetworkTray_ka.qm -share/pcbsd/i18n/NetworkTray_ja.qm -share/pcbsd/i18n/NetworkTray_it.qm -share/pcbsd/i18n/NetworkTray_is.qm -share/pcbsd/i18n/NetworkTray_id.qm -share/pcbsd/i18n/NetworkTray_hu.qm -share/pcbsd/i18n/NetworkTray_hr.qm -share/pcbsd/i18n/NetworkTray_hi.qm -share/pcbsd/i18n/NetworkTray_he.qm -share/pcbsd/i18n/NetworkTray_gl.qm -share/pcbsd/i18n/NetworkTray_fur.qm -share/pcbsd/i18n/NetworkTray_fr_CA.qm -share/pcbsd/i18n/NetworkTray_fr.qm -share/pcbsd/i18n/NetworkTray_fi.qm -share/pcbsd/i18n/NetworkTray_fa.qm -share/pcbsd/i18n/NetworkTray_eu.qm -share/pcbsd/i18n/NetworkTray_et.qm -share/pcbsd/i18n/NetworkTray_es.qm -share/pcbsd/i18n/NetworkTray_en_ZA.qm -share/pcbsd/i18n/NetworkTray_en_GB.qm -share/pcbsd/i18n/NetworkTray_el.qm -share/pcbsd/i18n/NetworkTray_de.qm -share/pcbsd/i18n/NetworkTray_da.qm -share/pcbsd/i18n/NetworkTray_cy.qm -share/pcbsd/i18n/NetworkTray_cs.qm -share/pcbsd/i18n/NetworkTray_ca.qm -share/pcbsd/i18n/NetworkTray_bs.qm -share/pcbsd/i18n/NetworkTray_bn.qm -share/pcbsd/i18n/NetworkTray_bg.qm -share/pcbsd/i18n/NetworkTray_az.qm -share/pcbsd/i18n/NetworkTray_ar.qm -share/pcbsd/i18n/NetworkTray_zu.qm -share/pcbsd/i18n/PBI_af.qm -share/pcbsd/i18n/PBI_zh_TW.qm -share/pcbsd/i18n/PBI_zh_HK.qm -share/pcbsd/i18n/PBI_zh_CN.qm -share/pcbsd/i18n/PBI_vi.qm -share/pcbsd/i18n/PBI_uz.qm -share/pcbsd/i18n/PBI_ur.qm -share/pcbsd/i18n/PBI_uk.qm -share/pcbsd/i18n/PBI_tr.qm -share/pcbsd/i18n/PBI_th.qm -share/pcbsd/i18n/PBI_tg.qm -share/pcbsd/i18n/PBI_ta.qm -share/pcbsd/i18n/PBI_sw.qm -share/pcbsd/i18n/PBI_sv.qm -share/pcbsd/i18n/PBI_sr.qm -share/pcbsd/i18n/PBI_sl.qm -share/pcbsd/i18n/PBI_sa.qm -share/pcbsd/i18n/PBI_sk.qm -share/pcbsd/i18n/PBI_ru.qm -share/pcbsd/i18n/PBI_ro.qm -share/pcbsd/i18n/PBI_pt_BR.qm -share/pcbsd/i18n/PBI_pt.qm -share/pcbsd/i18n/PBI_pl.qm -share/pcbsd/i18n/PBI_pa.qm -share/pcbsd/i18n/PBI_nl.qm -share/pcbsd/i18n/PBI_nb.qm -share/pcbsd/i18n/PBI_mt.qm -share/pcbsd/i18n/PBI_ms.qm -share/pcbsd/i18n/PBI_mn.qm -share/pcbsd/i18n/PBI_mk.qm -share/pcbsd/i18n/PBI_lv.qm -share/pcbsd/i18n/PBI_lt.qm -share/pcbsd/i18n/PBI_ko.qm -share/pcbsd/i18n/PBI_ka.qm -share/pcbsd/i18n/PBI_ja.qm -share/pcbsd/i18n/PBI_it.qm -share/pcbsd/i18n/PBI_is.qm -share/pcbsd/i18n/PBI_id.qm -share/pcbsd/i18n/PBI_hu.qm -share/pcbsd/i18n/PBI_hr.qm -share/pcbsd/i18n/PBI_hi.qm -share/pcbsd/i18n/PBI_he.qm -share/pcbsd/i18n/PBI_gl.qm -share/pcbsd/i18n/PBI_fr_CA.qm -share/pcbsd/i18n/PBI_fr.qm -share/pcbsd/i18n/PBI_fi.qm -share/pcbsd/i18n/PBI_fa.qm -share/pcbsd/i18n/PBI_eu.qm -share/pcbsd/i18n/PBI_et.qm -share/pcbsd/i18n/PBI_es.qm -share/pcbsd/i18n/PBI_el.qm -share/pcbsd/i18n/PBI_de.qm -share/pcbsd/i18n/PBI_da.qm -share/pcbsd/i18n/PBI_cy.qm -share/pcbsd/i18n/PBI_cs.qm -share/pcbsd/i18n/PBI_ca.qm -share/pcbsd/i18n/PBI_bs.qm -share/pcbsd/i18n/PBI_bn.qm -share/pcbsd/i18n/PBI_bg.qm -share/pcbsd/i18n/PBI_az.qm -share/pcbsd/i18n/PBI_ar.qm -share/pcbsd/i18n/PBI_zu.qm -share/pcbsd/i18n/PFManager_af.qm -share/pcbsd/i18n/PFManager_zh_TW.qm -share/pcbsd/i18n/PFManager_zh_HK.qm -share/pcbsd/i18n/PFManager_zh_CN.qm -share/pcbsd/i18n/PFManager_vi.qm -share/pcbsd/i18n/PFManager_uz.qm -share/pcbsd/i18n/PFManager_ur.qm -share/pcbsd/i18n/PFManager_uk.qm -share/pcbsd/i18n/PFManager_tr.qm -share/pcbsd/i18n/PFManager_th.qm -share/pcbsd/i18n/PFManager_tg.qm -share/pcbsd/i18n/PFManager_ta.qm -share/pcbsd/i18n/PFManager_sw.qm -share/pcbsd/i18n/PFManager_sv.qm -share/pcbsd/i18n/PFManager_sr.qm -share/pcbsd/i18n/PFManager_sl.qm -share/pcbsd/i18n/PFManager_sa.qm -share/pcbsd/i18n/PFManager_sk.qm -share/pcbsd/i18n/PFManager_ru.qm -share/pcbsd/i18n/PFManager_ro.qm -share/pcbsd/i18n/PFManager_pt_BR.qm -share/pcbsd/i18n/PFManager_pt.qm -share/pcbsd/i18n/PFManager_pl.qm -share/pcbsd/i18n/PFManager_pa.qm -share/pcbsd/i18n/PFManager_nl.qm -share/pcbsd/i18n/PFManager_ne.qm -share/pcbsd/i18n/PFManager_nb.qm -share/pcbsd/i18n/PFManager_mt.qm -share/pcbsd/i18n/PFManager_ms.qm -share/pcbsd/i18n/PFManager_mn.qm -share/pcbsd/i18n/PFManager_mk.qm -share/pcbsd/i18n/PFManager_lv.qm -share/pcbsd/i18n/PFManager_lt.qm -share/pcbsd/i18n/PFManager_ko.qm -share/pcbsd/i18n/PFManager_ka.qm -share/pcbsd/i18n/PFManager_ja.qm -share/pcbsd/i18n/PFManager_it.qm -share/pcbsd/i18n/PFManager_is.qm -share/pcbsd/i18n/PFManager_id.qm -share/pcbsd/i18n/PFManager_hu.qm -share/pcbsd/i18n/PFManager_hr.qm -share/pcbsd/i18n/PFManager_hi.qm -share/pcbsd/i18n/PFManager_he.qm -share/pcbsd/i18n/PFManager_gl.qm -share/pcbsd/i18n/PFManager_fur.qm -share/pcbsd/i18n/PFManager_fr_CA.qm -share/pcbsd/i18n/PFManager_fr.qm -share/pcbsd/i18n/PFManager_fi.qm -share/pcbsd/i18n/PFManager_fa.qm -share/pcbsd/i18n/PFManager_eu.qm -share/pcbsd/i18n/PFManager_et.qm -share/pcbsd/i18n/PFManager_es.qm -share/pcbsd/i18n/PFManager_en_ZA.qm -share/pcbsd/i18n/PFManager_en_GB.qm -share/pcbsd/i18n/PFManager_el.qm -share/pcbsd/i18n/PFManager_de.qm -share/pcbsd/i18n/PFManager_da.qm -share/pcbsd/i18n/PFManager_cy.qm -share/pcbsd/i18n/PFManager_cs.qm -share/pcbsd/i18n/PFManager_ca.qm -share/pcbsd/i18n/PFManager_bs.qm -share/pcbsd/i18n/PFManager_bn.qm -share/pcbsd/i18n/PFManager_bg.qm -share/pcbsd/i18n/PFManager_az.qm -share/pcbsd/i18n/PFManager_ar.qm -share/pcbsd/i18n/PFManager_zu.qm -share/pcbsd/i18n/ServiceManager_af.qm -share/pcbsd/i18n/ServiceManager_zh_TW.qm -share/pcbsd/i18n/ServiceManager_zh_HK.qm -share/pcbsd/i18n/ServiceManager_zh_CN.qm -share/pcbsd/i18n/ServiceManager_vi.qm -share/pcbsd/i18n/ServiceManager_uz.qm -share/pcbsd/i18n/ServiceManager_ur.qm -share/pcbsd/i18n/ServiceManager_uk.qm -share/pcbsd/i18n/ServiceManager_tr.qm -share/pcbsd/i18n/ServiceManager_th.qm -share/pcbsd/i18n/ServiceManager_tg.qm -share/pcbsd/i18n/ServiceManager_ta.qm -share/pcbsd/i18n/ServiceManager_sw.qm -share/pcbsd/i18n/ServiceManager_sv.qm -share/pcbsd/i18n/ServiceManager_sr.qm -share/pcbsd/i18n/ServiceManager_sl.qm -share/pcbsd/i18n/ServiceManager_sa.qm -share/pcbsd/i18n/ServiceManager_sk.qm -share/pcbsd/i18n/ServiceManager_ru.qm -share/pcbsd/i18n/ServiceManager_ro.qm -share/pcbsd/i18n/ServiceManager_pt_BR.qm -share/pcbsd/i18n/ServiceManager_pt.qm -share/pcbsd/i18n/ServiceManager_pl.qm -share/pcbsd/i18n/ServiceManager_pa.qm -share/pcbsd/i18n/ServiceManager_nl.qm -share/pcbsd/i18n/ServiceManager_ne.qm -share/pcbsd/i18n/ServiceManager_nb.qm -share/pcbsd/i18n/ServiceManager_mt.qm -share/pcbsd/i18n/ServiceManager_ms.qm -share/pcbsd/i18n/ServiceManager_mn.qm -share/pcbsd/i18n/ServiceManager_mk.qm -share/pcbsd/i18n/ServiceManager_lv.qm -share/pcbsd/i18n/ServiceManager_lt.qm -share/pcbsd/i18n/ServiceManager_ko.qm -share/pcbsd/i18n/ServiceManager_ka.qm -share/pcbsd/i18n/ServiceManager_ja.qm -share/pcbsd/i18n/ServiceManager_it.qm -share/pcbsd/i18n/ServiceManager_is.qm -share/pcbsd/i18n/ServiceManager_id.qm -share/pcbsd/i18n/ServiceManager_hu.qm -share/pcbsd/i18n/ServiceManager_hr.qm -share/pcbsd/i18n/ServiceManager_hi.qm -share/pcbsd/i18n/ServiceManager_he.qm -share/pcbsd/i18n/ServiceManager_gl.qm -share/pcbsd/i18n/ServiceManager_fur.qm -share/pcbsd/i18n/ServiceManager_fr_CA.qm -share/pcbsd/i18n/ServiceManager_fr.qm -share/pcbsd/i18n/ServiceManager_fi.qm -share/pcbsd/i18n/ServiceManager_fa.qm -share/pcbsd/i18n/ServiceManager_eu.qm -share/pcbsd/i18n/ServiceManager_et.qm -share/pcbsd/i18n/ServiceManager_es.qm -share/pcbsd/i18n/ServiceManager_en_ZA.qm -share/pcbsd/i18n/ServiceManager_en_GB.qm -share/pcbsd/i18n/ServiceManager_el.qm -share/pcbsd/i18n/ServiceManager_de.qm -share/pcbsd/i18n/ServiceManager_da.qm -share/pcbsd/i18n/ServiceManager_cy.qm -share/pcbsd/i18n/ServiceManager_cs.qm -share/pcbsd/i18n/ServiceManager_ca.qm -share/pcbsd/i18n/ServiceManager_bs.qm -share/pcbsd/i18n/ServiceManager_bn.qm -share/pcbsd/i18n/ServiceManager_bg.qm -share/pcbsd/i18n/ServiceManager_az.qm -share/pcbsd/i18n/ServiceManager_ar.qm -share/pcbsd/i18n/ServiceManager_zu.qm -share/pcbsd/i18n/SoftwareManager_af.qm -share/pcbsd/i18n/SoftwareManager_zh_TW.qm -share/pcbsd/i18n/SoftwareManager_zh_HK.qm -share/pcbsd/i18n/SoftwareManager_zh_CN.qm -share/pcbsd/i18n/SoftwareManager_vi.qm -share/pcbsd/i18n/SoftwareManager_uz.qm -share/pcbsd/i18n/SoftwareManager_ur.qm -share/pcbsd/i18n/SoftwareManager_uk.qm -share/pcbsd/i18n/SoftwareManager_tr.qm -share/pcbsd/i18n/SoftwareManager_th.qm -share/pcbsd/i18n/SoftwareManager_tg.qm -share/pcbsd/i18n/SoftwareManager_ta.qm -share/pcbsd/i18n/SoftwareManager_sw.qm -share/pcbsd/i18n/SoftwareManager_sv.qm -share/pcbsd/i18n/SoftwareManager_sr.qm -share/pcbsd/i18n/SoftwareManager_sl.qm -share/pcbsd/i18n/SoftwareManager_sa.qm -share/pcbsd/i18n/SoftwareManager_sk.qm -share/pcbsd/i18n/SoftwareManager_ru.qm -share/pcbsd/i18n/SoftwareManager_ro.qm -share/pcbsd/i18n/SoftwareManager_pt_BR.qm -share/pcbsd/i18n/SoftwareManager_pt.qm -share/pcbsd/i18n/SoftwareManager_pl.qm -share/pcbsd/i18n/SoftwareManager_pa.qm -share/pcbsd/i18n/SoftwareManager_nl.qm -share/pcbsd/i18n/SoftwareManager_ne.qm -share/pcbsd/i18n/SoftwareManager_nb.qm -share/pcbsd/i18n/SoftwareManager_mt.qm -share/pcbsd/i18n/SoftwareManager_ms.qm -share/pcbsd/i18n/SoftwareManager_mn.qm -share/pcbsd/i18n/SoftwareManager_mk.qm -share/pcbsd/i18n/SoftwareManager_lv.qm -share/pcbsd/i18n/SoftwareManager_lt.qm -share/pcbsd/i18n/SoftwareManager_ko.qm -share/pcbsd/i18n/SoftwareManager_ka.qm -share/pcbsd/i18n/SoftwareManager_ja.qm -share/pcbsd/i18n/SoftwareManager_it.qm -share/pcbsd/i18n/SoftwareManager_is.qm -share/pcbsd/i18n/SoftwareManager_id.qm -share/pcbsd/i18n/SoftwareManager_hu.qm -share/pcbsd/i18n/SoftwareManager_hr.qm -share/pcbsd/i18n/SoftwareManager_hi.qm -share/pcbsd/i18n/SoftwareManager_he.qm -share/pcbsd/i18n/SoftwareManager_gl.qm -share/pcbsd/i18n/SoftwareManager_fur.qm -share/pcbsd/i18n/SoftwareManager_fr_CA.qm -share/pcbsd/i18n/SoftwareManager_fr.qm -share/pcbsd/i18n/SoftwareManager_fi.qm -share/pcbsd/i18n/SoftwareManager_fa.qm -share/pcbsd/i18n/SoftwareManager_eu.qm -share/pcbsd/i18n/SoftwareManager_et.qm -share/pcbsd/i18n/SoftwareManager_es.qm -share/pcbsd/i18n/SoftwareManager_en_ZA.qm -share/pcbsd/i18n/SoftwareManager_en_GB.qm -share/pcbsd/i18n/SoftwareManager_el.qm -share/pcbsd/i18n/SoftwareManager_de.qm -share/pcbsd/i18n/SoftwareManager_da.qm -share/pcbsd/i18n/SoftwareManager_cy.qm -share/pcbsd/i18n/SoftwareManager_cs.qm -share/pcbsd/i18n/SoftwareManager_ca.qm -share/pcbsd/i18n/SoftwareManager_bs.qm -share/pcbsd/i18n/SoftwareManager_bn.qm -share/pcbsd/i18n/SoftwareManager_bg.qm -share/pcbsd/i18n/SoftwareManager_az.qm -share/pcbsd/i18n/SoftwareManager_ar.qm -share/pcbsd/i18n/SoftwareManager_zu.qm -share/pcbsd/i18n/SoundConfig_af.qm -share/pcbsd/i18n/SoundConfig_zh_TW.qm -share/pcbsd/i18n/SoundConfig_zh_HK.qm -share/pcbsd/i18n/SoundConfig_zh_CN.qm -share/pcbsd/i18n/SoundConfig_vi.qm -share/pcbsd/i18n/SoundConfig_uz.qm -share/pcbsd/i18n/SoundConfig_ur.qm -share/pcbsd/i18n/SoundConfig_uk.qm -share/pcbsd/i18n/SoundConfig_tr.qm -share/pcbsd/i18n/SoundConfig_th.qm -share/pcbsd/i18n/SoundConfig_tg.qm -share/pcbsd/i18n/SoundConfig_ta.qm -share/pcbsd/i18n/SoundConfig_sw.qm -share/pcbsd/i18n/SoundConfig_sv.qm -share/pcbsd/i18n/SoundConfig_sr.qm -share/pcbsd/i18n/SoundConfig_sl.qm -share/pcbsd/i18n/SoundConfig_sa.qm -share/pcbsd/i18n/SoundConfig_sk.qm -share/pcbsd/i18n/SoundConfig_ru.qm -share/pcbsd/i18n/SoundConfig_ro.qm -share/pcbsd/i18n/SoundConfig_pt_BR.qm -share/pcbsd/i18n/SoundConfig_pt.qm -share/pcbsd/i18n/SoundConfig_pl.qm -share/pcbsd/i18n/SoundConfig_pa.qm -share/pcbsd/i18n/SoundConfig_nl.qm -share/pcbsd/i18n/SoundConfig_nb.qm -share/pcbsd/i18n/SoundConfig_mt.qm -share/pcbsd/i18n/SoundConfig_ms.qm -share/pcbsd/i18n/SoundConfig_mn.qm -share/pcbsd/i18n/SoundConfig_mk.qm -share/pcbsd/i18n/SoundConfig_lv.qm -share/pcbsd/i18n/SoundConfig_lt.qm -share/pcbsd/i18n/SoundConfig_ko.qm -share/pcbsd/i18n/SoundConfig_ka.qm -share/pcbsd/i18n/SoundConfig_ja.qm -share/pcbsd/i18n/SoundConfig_it.qm -share/pcbsd/i18n/SoundConfig_is.qm -share/pcbsd/i18n/SoundConfig_id.qm -share/pcbsd/i18n/SoundConfig_hu.qm -share/pcbsd/i18n/SoundConfig_hr.qm -share/pcbsd/i18n/SoundConfig_hi.qm -share/pcbsd/i18n/SoundConfig_he.qm -share/pcbsd/i18n/SoundConfig_gl.qm -share/pcbsd/i18n/SoundConfig_fr_CA.qm -share/pcbsd/i18n/SoundConfig_fr.qm -share/pcbsd/i18n/SoundConfig_fi.qm -share/pcbsd/i18n/SoundConfig_fa.qm -share/pcbsd/i18n/SoundConfig_eu.qm -share/pcbsd/i18n/SoundConfig_et.qm -share/pcbsd/i18n/SoundConfig_es.qm -share/pcbsd/i18n/SoundConfig_en_ZA.qm -share/pcbsd/i18n/SoundConfig_en_GB.qm -share/pcbsd/i18n/SoundConfig_el.qm -share/pcbsd/i18n/SoundConfig_de.qm -share/pcbsd/i18n/SoundConfig_da.qm -share/pcbsd/i18n/SoundConfig_cy.qm -share/pcbsd/i18n/SoundConfig_cs.qm -share/pcbsd/i18n/SoundConfig_ca.qm -share/pcbsd/i18n/SoundConfig_bs.qm -share/pcbsd/i18n/SoundConfig_bn.qm -share/pcbsd/i18n/SoundConfig_bg.qm -share/pcbsd/i18n/SoundConfig_az.qm -share/pcbsd/i18n/SoundConfig_ar.qm -share/pcbsd/i18n/SoundConfig_zu.qm -share/pcbsd/i18n/SysInstaller_af.qm -share/pcbsd/i18n/SysInstaller_zh_TW.qm -share/pcbsd/i18n/SysInstaller_zh_HK.qm -share/pcbsd/i18n/SysInstaller_zh_CN.qm -share/pcbsd/i18n/SysInstaller_vi.qm -share/pcbsd/i18n/SysInstaller_uz.qm -share/pcbsd/i18n/SysInstaller_ur.qm -share/pcbsd/i18n/SysInstaller_uk.qm -share/pcbsd/i18n/SysInstaller_tr.qm -share/pcbsd/i18n/SysInstaller_th.qm -share/pcbsd/i18n/SysInstaller_tg.qm -share/pcbsd/i18n/SysInstaller_ta.qm -share/pcbsd/i18n/SysInstaller_sw.qm -share/pcbsd/i18n/SysInstaller_sv.qm -share/pcbsd/i18n/SysInstaller_sr.qm -share/pcbsd/i18n/SysInstaller_sl.qm -share/pcbsd/i18n/SysInstaller_sa.qm -share/pcbsd/i18n/SysInstaller_sk.qm -share/pcbsd/i18n/SysInstaller_ru.qm -share/pcbsd/i18n/SysInstaller_ro.qm -share/pcbsd/i18n/SysInstaller_pt_BR.qm -share/pcbsd/i18n/SysInstaller_pt.qm -share/pcbsd/i18n/SysInstaller_pl.qm -share/pcbsd/i18n/SysInstaller_pa.qm -share/pcbsd/i18n/SysInstaller_nl.qm -share/pcbsd/i18n/SysInstaller_ne.qm -share/pcbsd/i18n/SysInstaller_nb.qm -share/pcbsd/i18n/SysInstaller_mt.qm -share/pcbsd/i18n/SysInstaller_ms.qm -share/pcbsd/i18n/SysInstaller_mn.qm -share/pcbsd/i18n/SysInstaller_mk.qm -share/pcbsd/i18n/SysInstaller_lv.qm -share/pcbsd/i18n/SysInstaller_lt.qm -share/pcbsd/i18n/SysInstaller_ko.qm -share/pcbsd/i18n/SysInstaller_ka.qm -share/pcbsd/i18n/SysInstaller_ja.qm -share/pcbsd/i18n/SysInstaller_it.qm -share/pcbsd/i18n/SysInstaller_is.qm -share/pcbsd/i18n/SysInstaller_id.qm -share/pcbsd/i18n/SysInstaller_hu.qm -share/pcbsd/i18n/SysInstaller_hr.qm -share/pcbsd/i18n/SysInstaller_hi.qm -share/pcbsd/i18n/SysInstaller_he.qm -share/pcbsd/i18n/SysInstaller_gl.qm -share/pcbsd/i18n/SysInstaller_fur.qm -share/pcbsd/i18n/SysInstaller_fr_CA.qm -share/pcbsd/i18n/SysInstaller_fr.qm -share/pcbsd/i18n/SysInstaller_fi.qm -share/pcbsd/i18n/SysInstaller_fa.qm -share/pcbsd/i18n/SysInstaller_eu.qm -share/pcbsd/i18n/SysInstaller_et.qm -share/pcbsd/i18n/SysInstaller_es.qm -share/pcbsd/i18n/SysInstaller_en_ZA.qm -share/pcbsd/i18n/SysInstaller_en_US.qm -share/pcbsd/i18n/SysInstaller_en_GB.qm -share/pcbsd/i18n/SysInstaller_en.qm -share/pcbsd/i18n/SysInstaller_el.qm -share/pcbsd/i18n/SysInstaller_de.qm -share/pcbsd/i18n/SysInstaller_da.qm -share/pcbsd/i18n/SysInstaller_cy.qm -share/pcbsd/i18n/SysInstaller_cs.qm -share/pcbsd/i18n/SysInstaller_ca.qm -share/pcbsd/i18n/SysInstaller_bs.qm -share/pcbsd/i18n/SysInstaller_bn.qm -share/pcbsd/i18n/SysInstaller_bg.qm -share/pcbsd/i18n/SysInstaller_az.qm -share/pcbsd/i18n/SysInstaller_ar.qm -share/pcbsd/i18n/SysInstaller_zu.qm -share/pcbsd/i18n/PBSystem_af.qm -share/pcbsd/i18n/PBSystem_zh_TW.qm -share/pcbsd/i18n/PBSystem_zh_HK.qm -share/pcbsd/i18n/PBSystem_zh_CN.qm -share/pcbsd/i18n/PBSystem_vi.qm -share/pcbsd/i18n/PBSystem_uz.qm -share/pcbsd/i18n/PBSystem_ur.qm -share/pcbsd/i18n/PBSystem_uk.qm -share/pcbsd/i18n/PBSystem_tr.qm -share/pcbsd/i18n/PBSystem_th.qm -share/pcbsd/i18n/PBSystem_tg.qm -share/pcbsd/i18n/PBSystem_ta.qm -share/pcbsd/i18n/PBSystem_sw.qm -share/pcbsd/i18n/PBSystem_sv.qm -share/pcbsd/i18n/PBSystem_sr.qm -share/pcbsd/i18n/PBSystem_sl.qm -share/pcbsd/i18n/PBSystem_sa.qm -share/pcbsd/i18n/PBSystem_sk.qm -share/pcbsd/i18n/PBSystem_ru.qm -share/pcbsd/i18n/PBSystem_ro.qm -share/pcbsd/i18n/PBSystem_pt_BR.qm -share/pcbsd/i18n/PBSystem_pt.qm -share/pcbsd/i18n/PBSystem_pl.qm -share/pcbsd/i18n/PBSystem_pa.qm -share/pcbsd/i18n/PBSystem_nl.qm -share/pcbsd/i18n/PBSystem_ne.qm -share/pcbsd/i18n/PBSystem_nb.qm -share/pcbsd/i18n/PBSystem_mt.qm -share/pcbsd/i18n/PBSystem_ms.qm -share/pcbsd/i18n/PBSystem_mn.qm -share/pcbsd/i18n/PBSystem_mk.qm -share/pcbsd/i18n/PBSystem_lv.qm -share/pcbsd/i18n/PBSystem_lt.qm -share/pcbsd/i18n/PBSystem_ko.qm -share/pcbsd/i18n/PBSystem_ka.qm -share/pcbsd/i18n/PBSystem_ja.qm -share/pcbsd/i18n/PBSystem_it.qm -share/pcbsd/i18n/PBSystem_is.qm -share/pcbsd/i18n/PBSystem_id.qm -share/pcbsd/i18n/PBSystem_hu.qm -share/pcbsd/i18n/PBSystem_hr.qm -share/pcbsd/i18n/PBSystem_hi.qm -share/pcbsd/i18n/PBSystem_he.qm -share/pcbsd/i18n/PBSystem_gl.qm -share/pcbsd/i18n/PBSystem_fur.qm -share/pcbsd/i18n/PBSystem_fr_CA.qm -share/pcbsd/i18n/PBSystem_fr.qm -share/pcbsd/i18n/PBSystem_fi.qm -share/pcbsd/i18n/PBSystem_fa.qm -share/pcbsd/i18n/PBSystem_eu.qm -share/pcbsd/i18n/PBSystem_et.qm -share/pcbsd/i18n/PBSystem_es.qm -share/pcbsd/i18n/PBSystem_en_ZA.qm -share/pcbsd/i18n/PBSystem_en_GB.qm -share/pcbsd/i18n/PBSystem_el.qm -share/pcbsd/i18n/PBSystem_de.qm -share/pcbsd/i18n/PBSystem_da.qm -share/pcbsd/i18n/PBSystem_cy.qm -share/pcbsd/i18n/PBSystem_cs.qm -share/pcbsd/i18n/PBSystem_ca.qm -share/pcbsd/i18n/PBSystem_bs.qm -share/pcbsd/i18n/PBSystem_bn.qm -share/pcbsd/i18n/PBSystem_bg.qm -share/pcbsd/i18n/PBSystem_az.qm -share/pcbsd/i18n/PBSystem_ar.qm -share/pcbsd/i18n/PBSystem_zu.qm -share/pcbsd/i18n/SystemUpdaterTray_af.qm -share/pcbsd/i18n/SystemUpdaterTray_zh_TW.qm -share/pcbsd/i18n/SystemUpdaterTray_zh_HK.qm -share/pcbsd/i18n/SystemUpdaterTray_zh_CN.qm -share/pcbsd/i18n/SystemUpdaterTray_vi.qm -share/pcbsd/i18n/SystemUpdaterTray_uz.qm -share/pcbsd/i18n/SystemUpdaterTray_ur.qm -share/pcbsd/i18n/SystemUpdaterTray_uk.qm -share/pcbsd/i18n/SystemUpdaterTray_tr.qm -share/pcbsd/i18n/SystemUpdaterTray_th.qm -share/pcbsd/i18n/SystemUpdaterTray_tg.qm -share/pcbsd/i18n/SystemUpdaterTray_ta.qm -share/pcbsd/i18n/SystemUpdaterTray_sw.qm -share/pcbsd/i18n/SystemUpdaterTray_sv.qm -share/pcbsd/i18n/SystemUpdaterTray_sr.qm -share/pcbsd/i18n/SystemUpdaterTray_sl.qm -share/pcbsd/i18n/SystemUpdaterTray_sa.qm -share/pcbsd/i18n/SystemUpdaterTray_sk.qm -share/pcbsd/i18n/SystemUpdaterTray_ru.qm -share/pcbsd/i18n/SystemUpdaterTray_ro.qm -share/pcbsd/i18n/SystemUpdaterTray_pt_BR.qm -share/pcbsd/i18n/SystemUpdaterTray_pt.qm -share/pcbsd/i18n/SystemUpdaterTray_pl.qm -share/pcbsd/i18n/SystemUpdaterTray_pa.qm -share/pcbsd/i18n/SystemUpdaterTray_nl.qm -share/pcbsd/i18n/SystemUpdaterTray_ne.qm -share/pcbsd/i18n/SystemUpdaterTray_nb.qm -share/pcbsd/i18n/SystemUpdaterTray_mt.qm -share/pcbsd/i18n/SystemUpdaterTray_ms.qm -share/pcbsd/i18n/SystemUpdaterTray_mn.qm -share/pcbsd/i18n/SystemUpdaterTray_mk.qm -share/pcbsd/i18n/SystemUpdaterTray_lv.qm -share/pcbsd/i18n/SystemUpdaterTray_lt.qm -share/pcbsd/i18n/SystemUpdaterTray_ko.qm -share/pcbsd/i18n/SystemUpdaterTray_ka.qm -share/pcbsd/i18n/SystemUpdaterTray_ja.qm -share/pcbsd/i18n/SystemUpdaterTray_it.qm -share/pcbsd/i18n/SystemUpdaterTray_is.qm -share/pcbsd/i18n/SystemUpdaterTray_id.qm -share/pcbsd/i18n/SystemUpdaterTray_hu.qm -share/pcbsd/i18n/SystemUpdaterTray_hr.qm -share/pcbsd/i18n/SystemUpdaterTray_hi.qm -share/pcbsd/i18n/SystemUpdaterTray_he.qm -share/pcbsd/i18n/SystemUpdaterTray_gl.qm -share/pcbsd/i18n/SystemUpdaterTray_fur.qm -share/pcbsd/i18n/SystemUpdaterTray_fr_CA.qm -share/pcbsd/i18n/SystemUpdaterTray_fr.qm -share/pcbsd/i18n/SystemUpdaterTray_fi.qm -share/pcbsd/i18n/SystemUpdaterTray_fa.qm -share/pcbsd/i18n/SystemUpdaterTray_eu.qm -share/pcbsd/i18n/SystemUpdaterTray_et.qm -share/pcbsd/i18n/SystemUpdaterTray_es.qm -share/pcbsd/i18n/SystemUpdaterTray_en_ZA.qm -share/pcbsd/i18n/SystemUpdaterTray_en_GB.qm -share/pcbsd/i18n/SystemUpdaterTray_el.qm -share/pcbsd/i18n/SystemUpdaterTray_de.qm -share/pcbsd/i18n/SystemUpdaterTray_da.qm -share/pcbsd/i18n/SystemUpdaterTray_cy.qm -share/pcbsd/i18n/SystemUpdaterTray_cs.qm -share/pcbsd/i18n/SystemUpdaterTray_ca.qm -share/pcbsd/i18n/SystemUpdaterTray_bs.qm -share/pcbsd/i18n/SystemUpdaterTray_bn.qm -share/pcbsd/i18n/SystemUpdaterTray_bg.qm -share/pcbsd/i18n/SystemUpdaterTray_az.qm -share/pcbsd/i18n/SystemUpdaterTray_ar.qm -share/pcbsd/i18n/SystemUpdaterTray_zu.qm -share/pcbsd/i18n/UpdateGui_af.qm -share/pcbsd/i18n/UpdateGui_zh_TW.qm -share/pcbsd/i18n/UpdateGui_zh_HK.qm -share/pcbsd/i18n/UpdateGui_zh_CN.qm -share/pcbsd/i18n/UpdateGui_vi.qm -share/pcbsd/i18n/UpdateGui_uz.qm -share/pcbsd/i18n/UpdateGui_ur.qm -share/pcbsd/i18n/UpdateGui_uk.qm -share/pcbsd/i18n/UpdateGui_tr.qm -share/pcbsd/i18n/UpdateGui_th.qm -share/pcbsd/i18n/UpdateGui_tg.qm -share/pcbsd/i18n/UpdateGui_ta.qm -share/pcbsd/i18n/UpdateGui_sw.qm -share/pcbsd/i18n/UpdateGui_sv.qm -share/pcbsd/i18n/UpdateGui_sr.qm -share/pcbsd/i18n/UpdateGui_sl.qm -share/pcbsd/i18n/UpdateGui_sa.qm -share/pcbsd/i18n/UpdateGui_sk.qm -share/pcbsd/i18n/UpdateGui_ru.qm -share/pcbsd/i18n/UpdateGui_ro.qm -share/pcbsd/i18n/UpdateGui_pt_BR.qm -share/pcbsd/i18n/UpdateGui_pt.qm -share/pcbsd/i18n/UpdateGui_pl.qm -share/pcbsd/i18n/UpdateGui_pa.qm -share/pcbsd/i18n/UpdateGui_nl.qm -share/pcbsd/i18n/UpdateGui_nb.qm -share/pcbsd/i18n/UpdateGui_mt.qm -share/pcbsd/i18n/UpdateGui_ms.qm -share/pcbsd/i18n/UpdateGui_mn.qm -share/pcbsd/i18n/UpdateGui_mk.qm -share/pcbsd/i18n/UpdateGui_lv.qm -share/pcbsd/i18n/UpdateGui_lt.qm -share/pcbsd/i18n/UpdateGui_ko.qm -share/pcbsd/i18n/UpdateGui_ka.qm -share/pcbsd/i18n/UpdateGui_ja.qm -share/pcbsd/i18n/UpdateGui_it.qm -share/pcbsd/i18n/UpdateGui_is.qm -share/pcbsd/i18n/UpdateGui_id.qm -share/pcbsd/i18n/UpdateGui_hu.qm -share/pcbsd/i18n/UpdateGui_hr.qm -share/pcbsd/i18n/UpdateGui_hi.qm -share/pcbsd/i18n/UpdateGui_he.qm -share/pcbsd/i18n/UpdateGui_gl.qm -share/pcbsd/i18n/UpdateGui_fr_CA.qm -share/pcbsd/i18n/UpdateGui_fr.qm -share/pcbsd/i18n/UpdateGui_fi.qm -share/pcbsd/i18n/UpdateGui_fa.qm -share/pcbsd/i18n/UpdateGui_eu.qm -share/pcbsd/i18n/UpdateGui_et.qm -share/pcbsd/i18n/UpdateGui_es.qm -share/pcbsd/i18n/UpdateGui_en_ZA.qm -share/pcbsd/i18n/UpdateGui_en_GB.qm -share/pcbsd/i18n/UpdateGui_el.qm -share/pcbsd/i18n/UpdateGui_de.qm -share/pcbsd/i18n/UpdateGui_da.qm -share/pcbsd/i18n/UpdateGui_cy.qm -share/pcbsd/i18n/UpdateGui_cs.qm -share/pcbsd/i18n/UpdateGui_ca.qm -share/pcbsd/i18n/UpdateGui_bs.qm -share/pcbsd/i18n/UpdateGui_bn.qm -share/pcbsd/i18n/UpdateGui_bg.qm -share/pcbsd/i18n/UpdateGui_az.qm -share/pcbsd/i18n/UpdateGui_ar.qm -share/pcbsd/i18n/UpdateGui_zu.qm -share/pcbsd/i18n/pcbsdusermanager_af.qm -share/pcbsd/i18n/pcbsdusermanager_zh_TW.qm -share/pcbsd/i18n/pcbsdusermanager_zh_HK.qm -share/pcbsd/i18n/pcbsdusermanager_zh_CN.qm -share/pcbsd/i18n/pcbsdusermanager_vi.qm -share/pcbsd/i18n/pcbsdusermanager_uz.qm -share/pcbsd/i18n/pcbsdusermanager_ur.qm -share/pcbsd/i18n/pcbsdusermanager_uk.qm -share/pcbsd/i18n/pcbsdusermanager_tr.qm -share/pcbsd/i18n/pcbsdusermanager_th.qm -share/pcbsd/i18n/pcbsdusermanager_tg.qm -share/pcbsd/i18n/pcbsdusermanager_ta.qm -share/pcbsd/i18n/pcbsdusermanager_sw.qm -share/pcbsd/i18n/pcbsdusermanager_sv.qm -share/pcbsd/i18n/pcbsdusermanager_sr.qm -share/pcbsd/i18n/pcbsdusermanager_sl.qm -share/pcbsd/i18n/pcbsdusermanager_sa.qm -share/pcbsd/i18n/pcbsdusermanager_sk.qm -share/pcbsd/i18n/pcbsdusermanager_ru.qm -share/pcbsd/i18n/pcbsdusermanager_ro.qm -share/pcbsd/i18n/pcbsdusermanager_pt_BR.qm -share/pcbsd/i18n/pcbsdusermanager_pt.qm -share/pcbsd/i18n/pcbsdusermanager_pl.qm -share/pcbsd/i18n/pcbsdusermanager_pa.qm -share/pcbsd/i18n/pcbsdusermanager_nl.qm -share/pcbsd/i18n/pcbsdusermanager_ne.qm -share/pcbsd/i18n/pcbsdusermanager_nb.qm -share/pcbsd/i18n/pcbsdusermanager_mt.qm -share/pcbsd/i18n/pcbsdusermanager_ms.qm -share/pcbsd/i18n/pcbsdusermanager_mn.qm -share/pcbsd/i18n/pcbsdusermanager_mk.qm -share/pcbsd/i18n/pcbsdusermanager_lv.qm -share/pcbsd/i18n/pcbsdusermanager_lt.qm -share/pcbsd/i18n/pcbsdusermanager_ko.qm -share/pcbsd/i18n/pcbsdusermanager_ka.qm -share/pcbsd/i18n/pcbsdusermanager_ja.qm -share/pcbsd/i18n/pcbsdusermanager_it.qm -share/pcbsd/i18n/pcbsdusermanager_is.qm -share/pcbsd/i18n/pcbsdusermanager_id.qm -share/pcbsd/i18n/pcbsdusermanager_hu.qm -share/pcbsd/i18n/pcbsdusermanager_hr.qm -share/pcbsd/i18n/pcbsdusermanager_hi.qm -share/pcbsd/i18n/pcbsdusermanager_he.qm -share/pcbsd/i18n/pcbsdusermanager_gl.qm -share/pcbsd/i18n/pcbsdusermanager_fur.qm -share/pcbsd/i18n/pcbsdusermanager_fr_CA.qm -share/pcbsd/i18n/pcbsdusermanager_fr.qm -share/pcbsd/i18n/pcbsdusermanager_fi.qm -share/pcbsd/i18n/pcbsdusermanager_fa.qm -share/pcbsd/i18n/pcbsdusermanager_eu.qm -share/pcbsd/i18n/pcbsdusermanager_et.qm -share/pcbsd/i18n/pcbsdusermanager_es.qm -share/pcbsd/i18n/pcbsdusermanager_en_ZA.qm -share/pcbsd/i18n/pcbsdusermanager_en_GB.qm -share/pcbsd/i18n/pcbsdusermanager_el.qm -share/pcbsd/i18n/pcbsdusermanager_de.qm -share/pcbsd/i18n/pcbsdusermanager_da.qm -share/pcbsd/i18n/pcbsdusermanager_cy.qm -share/pcbsd/i18n/pcbsdusermanager_cs.qm -share/pcbsd/i18n/pcbsdusermanager_ca.qm -share/pcbsd/i18n/pcbsdusermanager_bs.qm -share/pcbsd/i18n/pcbsdusermanager_bn.qm -share/pcbsd/i18n/pcbsdusermanager_bg.qm -share/pcbsd/i18n/pcbsdusermanager_az.qm -share/pcbsd/i18n/pcbsdusermanager_ar.qm -share/pcbsd/i18n/pcbsdusermanager_zu.qm -share/pcbsd/i18n/PCWelcome_af.qm -share/pcbsd/i18n/PCWelcome_zh_TW.qm -share/pcbsd/i18n/PCWelcome_zh_HK.qm -share/pcbsd/i18n/PCWelcome_zh_CN.qm -share/pcbsd/i18n/PCWelcome_vi.qm -share/pcbsd/i18n/PCWelcome_uz.qm -share/pcbsd/i18n/PCWelcome_ur.qm -share/pcbsd/i18n/PCWelcome_uk.qm -share/pcbsd/i18n/PCWelcome_tr.qm -share/pcbsd/i18n/PCWelcome_th.qm -share/pcbsd/i18n/PCWelcome_tg.qm -share/pcbsd/i18n/PCWelcome_ta.qm -share/pcbsd/i18n/PCWelcome_sw.qm -share/pcbsd/i18n/PCWelcome_sv.qm -share/pcbsd/i18n/PCWelcome_sr.qm -share/pcbsd/i18n/PCWelcome_sl.qm -share/pcbsd/i18n/PCWelcome_sa.qm -share/pcbsd/i18n/PCWelcome_sk.qm -share/pcbsd/i18n/PCWelcome_ru.qm -share/pcbsd/i18n/PCWelcome_ro.qm -share/pcbsd/i18n/PCWelcome_pt_BR.qm -share/pcbsd/i18n/PCWelcome_pt.qm -share/pcbsd/i18n/PCWelcome_pl.qm -share/pcbsd/i18n/PCWelcome_pa.qm -share/pcbsd/i18n/PCWelcome_nl.qm -share/pcbsd/i18n/PCWelcome_nb.qm -share/pcbsd/i18n/PCWelcome_mt.qm -share/pcbsd/i18n/PCWelcome_ms.qm -share/pcbsd/i18n/PCWelcome_mn.qm -share/pcbsd/i18n/PCWelcome_mk.qm -share/pcbsd/i18n/PCWelcome_lv.qm -share/pcbsd/i18n/PCWelcome_lt.qm -share/pcbsd/i18n/PCWelcome_ko.qm -share/pcbsd/i18n/PCWelcome_ka.qm -share/pcbsd/i18n/PCWelcome_ja.qm -share/pcbsd/i18n/PCWelcome_it.qm -share/pcbsd/i18n/PCWelcome_is.qm -share/pcbsd/i18n/PCWelcome_id.qm -share/pcbsd/i18n/PCWelcome_hu.qm -share/pcbsd/i18n/PCWelcome_hr.qm -share/pcbsd/i18n/PCWelcome_hi.qm -share/pcbsd/i18n/PCWelcome_he.qm -share/pcbsd/i18n/PCWelcome_gl.qm -share/pcbsd/i18n/PCWelcome_fr_CA.qm -share/pcbsd/i18n/PCWelcome_fr.qm -share/pcbsd/i18n/PCWelcome_fi.qm -share/pcbsd/i18n/PCWelcome_fa.qm -share/pcbsd/i18n/PCWelcome_eu.qm -share/pcbsd/i18n/PCWelcome_et.qm -share/pcbsd/i18n/PCWelcome_es.qm -share/pcbsd/i18n/PCWelcome_en_ZA.qm -share/pcbsd/i18n/PCWelcome_en_GB.qm -share/pcbsd/i18n/PCWelcome_el.qm -share/pcbsd/i18n/PCWelcome_de.qm -share/pcbsd/i18n/PCWelcome_da.qm -share/pcbsd/i18n/PCWelcome_cy.qm -share/pcbsd/i18n/PCWelcome_cs.qm -share/pcbsd/i18n/PCWelcome_ca.qm -share/pcbsd/i18n/PCWelcome_bs.qm -share/pcbsd/i18n/PCWelcome_bn.qm -share/pcbsd/i18n/PCWelcome_bg.qm -share/pcbsd/i18n/PCWelcome_az.qm -share/pcbsd/i18n/PCWelcome_ar.qm -share/pcbsd/i18n/PCWelcome_zu.qm -share/pcbsd/i18n/XGUISource_af.qm -share/pcbsd/i18n/XGUISource_zh_TW.qm -share/pcbsd/i18n/XGUISource_zh_HK.qm -share/pcbsd/i18n/XGUISource_zh_CN.qm -share/pcbsd/i18n/XGUISource_vi.qm -share/pcbsd/i18n/XGUISource_uz.qm -share/pcbsd/i18n/XGUISource_ur.qm -share/pcbsd/i18n/XGUISource_uk.qm -share/pcbsd/i18n/XGUISource_tr.qm -share/pcbsd/i18n/XGUISource_th.qm -share/pcbsd/i18n/XGUISource_tg.qm -share/pcbsd/i18n/XGUISource_ta.qm -share/pcbsd/i18n/XGUISource_sw.qm -share/pcbsd/i18n/XGUISource_sv.qm -share/pcbsd/i18n/XGUISource_sr.qm -share/pcbsd/i18n/XGUISource_sl.qm -share/pcbsd/i18n/XGUISource_sa.qm -share/pcbsd/i18n/XGUISource_sk.qm -share/pcbsd/i18n/XGUISource_ru.qm -share/pcbsd/i18n/XGUISource_ro.qm -share/pcbsd/i18n/XGUISource_pt_BR.qm -share/pcbsd/i18n/XGUISource_pt.qm -share/pcbsd/i18n/XGUISource_pl.qm -share/pcbsd/i18n/XGUISource_pa.qm -share/pcbsd/i18n/XGUISource_nl.qm -share/pcbsd/i18n/XGUISource_ne.qm -share/pcbsd/i18n/XGUISource_nb.qm -share/pcbsd/i18n/XGUISource_mt.qm -share/pcbsd/i18n/XGUISource_ms.qm -share/pcbsd/i18n/XGUISource_mn.qm -share/pcbsd/i18n/XGUISource_mk.qm -share/pcbsd/i18n/XGUISource_lv.qm -share/pcbsd/i18n/XGUISource_lt.qm -share/pcbsd/i18n/XGUISource_ko.qm -share/pcbsd/i18n/XGUISource_ka.qm -share/pcbsd/i18n/XGUISource_ja.qm -share/pcbsd/i18n/XGUISource_it.qm -share/pcbsd/i18n/XGUISource_is.qm -share/pcbsd/i18n/XGUISource_id.qm -share/pcbsd/i18n/XGUISource_hu.qm -share/pcbsd/i18n/XGUISource_hr.qm -share/pcbsd/i18n/XGUISource_hi.qm -share/pcbsd/i18n/XGUISource_he.qm -share/pcbsd/i18n/XGUISource_gl.qm -share/pcbsd/i18n/XGUISource_fur.qm -share/pcbsd/i18n/XGUISource_fr_CA.qm -share/pcbsd/i18n/XGUISource_fr.qm -share/pcbsd/i18n/XGUISource_fi.qm -share/pcbsd/i18n/XGUISource_fa.qm -share/pcbsd/i18n/XGUISource_eu.qm -share/pcbsd/i18n/XGUISource_et.qm -share/pcbsd/i18n/XGUISource_es.qm -share/pcbsd/i18n/XGUISource_en_ZA.qm -share/pcbsd/i18n/XGUISource_en_GB.qm -share/pcbsd/i18n/XGUISource_el.qm -share/pcbsd/i18n/XGUISource_de.qm -share/pcbsd/i18n/XGUISource_da.qm -share/pcbsd/i18n/XGUISource_cy.qm -share/pcbsd/i18n/XGUISource_cs.qm -share/pcbsd/i18n/XGUISource_ca.qm -share/pcbsd/i18n/XGUISource_bs.qm -share/pcbsd/i18n/XGUISource_bn.qm -share/pcbsd/i18n/XGUISource_bg.qm -share/pcbsd/i18n/XGUISource_az.qm -share/pcbsd/i18n/XGUISource_ar.qm -share/pcbsd/i18n/XGUISource_zu.qm -share/pcbsd/i18n/qsudo_af.qm -share/pcbsd/i18n/qsudo_ar.qm -share/pcbsd/i18n/qsudo_az.qm -share/pcbsd/i18n/qsudo_bg.qm -share/pcbsd/i18n/qsudo_bn.qm -share/pcbsd/i18n/qsudo_bs.qm -share/pcbsd/i18n/qsudo_ca.qm -share/pcbsd/i18n/qsudo_cs.qm -share/pcbsd/i18n/qsudo_cy.qm -share/pcbsd/i18n/qsudo_da.qm -share/pcbsd/i18n/qsudo_de.qm -share/pcbsd/i18n/qsudo_el.qm -share/pcbsd/i18n/qsudo_en_GB.qm -share/pcbsd/i18n/qsudo_en_ZA.qm -share/pcbsd/i18n/qsudo_es.qm -share/pcbsd/i18n/qsudo_et.qm -share/pcbsd/i18n/qsudo_eu.qm -share/pcbsd/i18n/qsudo_fa.qm -share/pcbsd/i18n/qsudo_fi.qm -share/pcbsd/i18n/qsudo_fr.qm -share/pcbsd/i18n/qsudo_fr_CA.qm -share/pcbsd/i18n/qsudo_fur.qm -share/pcbsd/i18n/qsudo_gl.qm -share/pcbsd/i18n/qsudo_he.qm -share/pcbsd/i18n/qsudo_hi.qm -share/pcbsd/i18n/qsudo_hr.qm -share/pcbsd/i18n/qsudo_hu.qm -share/pcbsd/i18n/qsudo_id.qm -share/pcbsd/i18n/qsudo_is.qm -share/pcbsd/i18n/qsudo_it.qm -share/pcbsd/i18n/qsudo_ja.qm -share/pcbsd/i18n/qsudo_ka.qm -share/pcbsd/i18n/qsudo_ko.qm -share/pcbsd/i18n/qsudo_lt.qm -share/pcbsd/i18n/qsudo_lv.qm -share/pcbsd/i18n/qsudo_mk.qm -share/pcbsd/i18n/qsudo_mn.qm -share/pcbsd/i18n/qsudo_ms.qm -share/pcbsd/i18n/qsudo_mt.qm -share/pcbsd/i18n/qsudo_nb.qm -share/pcbsd/i18n/qsudo_ne.qm -share/pcbsd/i18n/qsudo_nl.qm -share/pcbsd/i18n/qsudo_pa.qm -share/pcbsd/i18n/qsudo_pl.qm -share/pcbsd/i18n/qsudo_pt.qm -share/pcbsd/i18n/qsudo_pt_BR.qm -share/pcbsd/i18n/qsudo_ro.qm -share/pcbsd/i18n/qsudo_ru.qm -share/pcbsd/i18n/qsudo_sa.qm -share/pcbsd/i18n/qsudo_sk.qm -share/pcbsd/i18n/qsudo_sl.qm -share/pcbsd/i18n/qsudo_sr.qm -share/pcbsd/i18n/qsudo_sv.qm -share/pcbsd/i18n/qsudo_sw.qm -share/pcbsd/i18n/qsudo_ta.qm -share/pcbsd/i18n/qsudo_tg.qm -share/pcbsd/i18n/qsudo_th.qm -share/pcbsd/i18n/qsudo_tr.qm -share/pcbsd/i18n/qsudo_uk.qm -share/pcbsd/i18n/qsudo_uz.qm -share/pcbsd/i18n/qsudo_ur.qm -share/pcbsd/i18n/qsudo_vi.qm -share/pcbsd/i18n/qsudo_zh_CN.qm -share/pcbsd/i18n/qsudo_zh_HK.qm -share/pcbsd/i18n/qsudo_zh_TW.qm -share/pcbsd/i18n/qsudo_zu.qm -share/pcbsd/i18n/pc-mixer_af.qm -share/pcbsd/i18n/pc-mixer_ar.qm -share/pcbsd/i18n/pc-mixer_az.qm -share/pcbsd/i18n/pc-mixer_bg.qm -share/pcbsd/i18n/pc-mixer_bn.qm -share/pcbsd/i18n/pc-mixer_bs.qm -share/pcbsd/i18n/pc-mixer_ca.qm -share/pcbsd/i18n/pc-mixer_cs.qm -share/pcbsd/i18n/pc-mixer_cy.qm -share/pcbsd/i18n/pc-mixer_da.qm -share/pcbsd/i18n/pc-mixer_de.qm -share/pcbsd/i18n/pc-mixer_el.qm -share/pcbsd/i18n/pc-mixer_en_US.qm -share/pcbsd/i18n/pc-mixer_en_GB.qm -share/pcbsd/i18n/pc-mixer_en_ZA.qm -share/pcbsd/i18n/pc-mixer_es.qm -share/pcbsd/i18n/pc-mixer_et.qm -share/pcbsd/i18n/pc-mixer_eu.qm -share/pcbsd/i18n/pc-mixer_fa.qm -share/pcbsd/i18n/pc-mixer_fi.qm -share/pcbsd/i18n/pc-mixer_fr.qm -share/pcbsd/i18n/pc-mixer_fr_CA.qm -share/pcbsd/i18n/pc-mixer_fur.qm -share/pcbsd/i18n/pc-mixer_gl.qm -share/pcbsd/i18n/pc-mixer_he.qm -share/pcbsd/i18n/pc-mixer_hi.qm -share/pcbsd/i18n/pc-mixer_hr.qm -share/pcbsd/i18n/pc-mixer_hu.qm -share/pcbsd/i18n/pc-mixer_id.qm -share/pcbsd/i18n/pc-mixer_is.qm -share/pcbsd/i18n/pc-mixer_it.qm -share/pcbsd/i18n/pc-mixer_ja.qm -share/pcbsd/i18n/pc-mixer_ka.qm -share/pcbsd/i18n/pc-mixer_ko.qm -share/pcbsd/i18n/pc-mixer_lt.qm -share/pcbsd/i18n/pc-mixer_lv.qm -share/pcbsd/i18n/pc-mixer_mk.qm -share/pcbsd/i18n/pc-mixer_mn.qm -share/pcbsd/i18n/pc-mixer_ms.qm -share/pcbsd/i18n/pc-mixer_mt.qm -share/pcbsd/i18n/pc-mixer_nb.qm -share/pcbsd/i18n/pc-mixer_ne.qm -share/pcbsd/i18n/pc-mixer_nl.qm -share/pcbsd/i18n/pc-mixer_pa.qm -share/pcbsd/i18n/pc-mixer_pl.qm -share/pcbsd/i18n/pc-mixer_pt.qm -share/pcbsd/i18n/pc-mixer_pt_BR.qm -share/pcbsd/i18n/pc-mixer_ro.qm -share/pcbsd/i18n/pc-mixer_ru.qm -share/pcbsd/i18n/pc-mixer_sa.qm -share/pcbsd/i18n/pc-mixer_sk.qm -share/pcbsd/i18n/pc-mixer_sl.qm -share/pcbsd/i18n/pc-mixer_sr.qm -share/pcbsd/i18n/pc-mixer_sv.qm -share/pcbsd/i18n/pc-mixer_sw.qm -share/pcbsd/i18n/pc-mixer_ta.qm -share/pcbsd/i18n/pc-mixer_tg.qm -share/pcbsd/i18n/pc-mixer_th.qm -share/pcbsd/i18n/pc-mixer_tr.qm -share/pcbsd/i18n/pc-mixer_uk.qm -share/pcbsd/i18n/pc-mixer_uz.qm -share/pcbsd/i18n/pc-mixer_ur.qm -share/pcbsd/i18n/pc-mixer_vi.qm -share/pcbsd/i18n/pc-mixer_zh_CN.qm -share/pcbsd/i18n/pc-mixer_zh_HK.qm -share/pcbsd/i18n/pc-mixer_zh_TW.qm -share/pcbsd/i18n/pc-mixer_zu.qm -share/EasyPBI/i18n/EasyPBI_zu.qm -share/EasyPBI/i18n/EasyPBI_zh_TW.qm -share/EasyPBI/i18n/EasyPBI_zh_HK.qm -share/EasyPBI/i18n/EasyPBI_zh_CN.qm -share/EasyPBI/i18n/EasyPBI_vi.qm -share/EasyPBI/i18n/EasyPBI_uz.qm -share/EasyPBI/i18n/EasyPBI_ur.qm -share/EasyPBI/i18n/EasyPBI_uk.qm -share/EasyPBI/i18n/EasyPBI_tr.qm -share/EasyPBI/i18n/EasyPBI_th.qm -share/EasyPBI/i18n/EasyPBI_tg.qm -share/EasyPBI/i18n/EasyPBI_ta.qm -share/EasyPBI/i18n/EasyPBI_sw.qm -share/EasyPBI/i18n/EasyPBI_sv.qm -share/EasyPBI/i18n/EasyPBI_sr.qm -share/EasyPBI/i18n/EasyPBI_sl.qm -share/EasyPBI/i18n/EasyPBI_sa.qm -share/EasyPBI/i18n/EasyPBI_sk.qm -share/EasyPBI/i18n/EasyPBI_ru.qm -share/EasyPBI/i18n/EasyPBI_ro.qm -share/EasyPBI/i18n/EasyPBI_pt_BR.qm -share/EasyPBI/i18n/EasyPBI_pt.qm -share/EasyPBI/i18n/EasyPBI_pl.qm -share/EasyPBI/i18n/EasyPBI_pa.qm -share/EasyPBI/i18n/EasyPBI_nl.qm -share/EasyPBI/i18n/EasyPBI_nb.qm -share/EasyPBI/i18n/EasyPBI_mt.qm -share/EasyPBI/i18n/EasyPBI_ms.qm -share/EasyPBI/i18n/EasyPBI_mn.qm -share/EasyPBI/i18n/EasyPBI_mk.qm -share/EasyPBI/i18n/EasyPBI_lv.qm -share/EasyPBI/i18n/EasyPBI_lt.qm -share/EasyPBI/i18n/EasyPBI_ko.qm -share/EasyPBI/i18n/EasyPBI_ka.qm -share/EasyPBI/i18n/EasyPBI_ja.qm -share/EasyPBI/i18n/EasyPBI_it.qm -share/EasyPBI/i18n/EasyPBI_is.qm -share/EasyPBI/i18n/EasyPBI_id.qm -share/EasyPBI/i18n/EasyPBI_hu.qm -share/EasyPBI/i18n/EasyPBI_hr.qm -share/EasyPBI/i18n/EasyPBI_hi.qm -share/EasyPBI/i18n/EasyPBI_he.qm -share/EasyPBI/i18n/EasyPBI_gl.qm -share/EasyPBI/i18n/EasyPBI_fr_CA.qm -share/EasyPBI/i18n/EasyPBI_fr.qm -share/EasyPBI/i18n/EasyPBI_fi.qm -share/EasyPBI/i18n/EasyPBI_fa.qm -share/EasyPBI/i18n/EasyPBI_eu.qm -share/EasyPBI/i18n/EasyPBI_et.qm -share/EasyPBI/i18n/EasyPBI_es.qm -share/EasyPBI/i18n/EasyPBI_en_ZA.qm -share/EasyPBI/i18n/EasyPBI_en_GB.qm -share/EasyPBI/i18n/EasyPBI_el.qm -share/EasyPBI/i18n/EasyPBI_de.qm -share/EasyPBI/i18n/EasyPBI_da.qm -share/EasyPBI/i18n/EasyPBI_cy.qm -share/EasyPBI/i18n/EasyPBI_cs.qm -share/EasyPBI/i18n/EasyPBI_ca.qm -share/EasyPBI/i18n/EasyPBI_bs.qm -share/EasyPBI/i18n/EasyPBI_bn.qm -share/EasyPBI/i18n/EasyPBI_bg.qm -share/EasyPBI/i18n/EasyPBI_az.qm -share/EasyPBI/i18n/EasyPBI_ar.qm -share/EasyPBI/i18n/EasyPBI_af.qm -share/pcbsd/scripts/fastest_cvsup -share/pcbsd/scripts/find-install-media.sh -share/pcbsd/scripts/GenDiagSheet.sh -share/pcbsd/splash-screens/loading-screen-de.pcx -share/pcbsd/splash-screens/loading-screen-ja.pcx -share/pcbsd/splash-screens/loading-screen-ru.pcx -share/pcbsd/splash-screens/loading-screen-vi.pcx -share/pcbsd/splash-screens/loading-screen-fa.pcx -share/pcbsd/splash-screens/loading-screen-bs.pcx -share/pcbsd/splash-screens/loading-screen-he.pcx -share/pcbsd/splash-screens/loading-screen-uk.pcx -share/pcbsd/splash-screens/loading-screen-zh_TW.pcx -share/pcbsd/splash-screens/loading-screen-pl.pcx -share/pcbsd/splash-screens/loading-screen-sr.pcx -share/pcbsd/splash-screens/loading-screen-mk.pcx -share/pcbsd/splash-screens/loading-screen-cs.pcx -share/pcbsd/splash-screens/loading-screen-ca.pcx -share/pcbsd/splash-screens/loading-screen-bg.pcx -share/pcbsd/splash-screens/loading-screen-fr.pcx -share/pcbsd/splash-screens/loading-screen-ro.pcx -share/pcbsd/splash-screens/loading-screen-el.pcx -share/pcbsd/splash-screens/loading-screen-bn.pcx -share/pcbsd/splash-screens/loading-screen-lv.pcx -share/pcbsd/splash-screens/loading-screen-zh_CN.pcx -share/pcbsd/splash-screens/loading-screen-fi.pcx -share/pcbsd/splash-screens/loading-screen-ko.pcx -share/pcbsd/splash-screens/loading-screen-hi.pcx -share/pcbsd/splash-screens/loading-screen-az.pcx -share/pcbsd/splash-screens/loading-screen-xh.pcx -share/pcbsd/splash-screens/loading-screen-hr.pcx -share/pcbsd/splash-screens/loading-screen-es.pcx -share/pcbsd/splash-screens/loading-screen-af.pcx -share/pcbsd/splash-screens/loading-screen-hu.pcx -share/pcbsd/splash-screens/loading-screen-et.pcx -share/pcbsd/splash-screens/loading-screen-it.pcx -share/pcbsd/splash-screens/loading-screen-sv.pcx -share/pcbsd/splash-screens/loading-screen-gl.pcx -share/pcbsd/splash-screens/loading-screen-pa.pcx -share/pcbsd/splash-screens/loading-screen-ms.pcx -share/pcbsd/splash-screens/loading-screen-th.pcx -share/pcbsd/splash-screens/loading-screen-pt.pcx -share/pcbsd/splash-screens/loading-screen-ta.pcx -share/pcbsd/splash-screens/loading-screen-pt_BR.pcx -share/pcbsd/splash-screens/loading-screen-eu.pcx -share/pcbsd/splash-screens/loading-screen-uz.pcx -share/pcbsd/splash-screens/loading-screen-ar.pcx -share/pcbsd/splash-screens/loading-screen-en.pcx -share/pcbsd/splash-screens/loading-screen-nb.pcx -share/pcbsd/splash-screens/loading-screen-sl.pcx -share/pcbsd/splash-screens/loading-screen-sk.pcx -share/pcbsd/splash-screens/loading-screen-tg.pcx -share/pcbsd/splash-screens/loading-screen-nl.pcx -share/pcbsd/splash-screens/loading-screen-da.pcx -share/pcbsd/splash-screens/loading-screen-tr.pcx -share/pcbsd/splash-screens/loading-screen-mn.pcx -etc/pcdm.conf.dist -share/PCDM/i18n/PCDM_af.qm -share/PCDM/i18n/PCDM_ar.qm -share/PCDM/i18n/PCDM_az.qm -share/PCDM/i18n/PCDM_bg.qm -share/PCDM/i18n/PCDM_bn.qm -share/PCDM/i18n/PCDM_bs.qm -share/PCDM/i18n/PCDM_ca.qm -share/PCDM/i18n/PCDM_cs.qm -share/PCDM/i18n/PCDM_cy.qm -share/PCDM/i18n/PCDM_da.qm -share/PCDM/i18n/PCDM_de.qm -share/PCDM/i18n/PCDM_el.qm -share/PCDM/i18n/PCDM_es.qm -share/PCDM/i18n/PCDM_en.qm -share/PCDM/i18n/PCDM_en_US.qm -share/PCDM/i18n/PCDM_en_GB.qm -share/PCDM/i18n/PCDM_en_ZA.qm -share/PCDM/i18n/PCDM_et.qm -share/PCDM/i18n/PCDM_eu.qm -share/PCDM/i18n/PCDM_fa.qm -share/PCDM/i18n/PCDM_fi.qm -share/PCDM/i18n/PCDM_fr.qm -share/PCDM/i18n/PCDM_fr_CA.qm -share/PCDM/i18n/PCDM_fur.qm -share/PCDM/i18n/PCDM_gl.qm -share/PCDM/i18n/PCDM_he.qm -share/PCDM/i18n/PCDM_hi.qm -share/PCDM/i18n/PCDM_hr.qm -share/PCDM/i18n/PCDM_hu.qm -share/PCDM/i18n/PCDM_id.qm -share/PCDM/i18n/PCDM_is.qm -share/PCDM/i18n/PCDM_it.qm -share/PCDM/i18n/PCDM_ja.qm -share/PCDM/i18n/PCDM_ka.qm -share/PCDM/i18n/PCDM_ko.qm -share/PCDM/i18n/PCDM_lt.qm -share/PCDM/i18n/PCDM_lv.qm -share/PCDM/i18n/PCDM_mk.qm -share/PCDM/i18n/PCDM_mn.qm -share/PCDM/i18n/PCDM_ms.qm -share/PCDM/i18n/PCDM_mt.qm -share/PCDM/i18n/PCDM_nb.qm -share/PCDM/i18n/PCDM_ne.qm -share/PCDM/i18n/PCDM_nl.qm -share/PCDM/i18n/PCDM_pa.qm -share/PCDM/i18n/PCDM_pl.qm -share/PCDM/i18n/PCDM_pt.qm -share/PCDM/i18n/PCDM_pt_BR.qm -share/PCDM/i18n/PCDM_ro.qm -share/PCDM/i18n/PCDM_ru.qm -share/PCDM/i18n/PCDM_sa.qm -share/PCDM/i18n/PCDM_sk.qm -share/PCDM/i18n/PCDM_sl.qm -share/PCDM/i18n/PCDM_sr.qm -share/PCDM/i18n/PCDM_sv.qm -share/PCDM/i18n/PCDM_sw.qm -share/PCDM/i18n/PCDM_ta.qm -share/PCDM/i18n/PCDM_tg.qm -share/PCDM/i18n/PCDM_th.qm -share/PCDM/i18n/PCDM_tr.qm -share/PCDM/i18n/PCDM_uk.qm -share/PCDM/i18n/PCDM_uz.qm -share/PCDM/i18n/PCDM_ur.qm -share/PCDM/i18n/PCDM_vi.qm -share/PCDM/i18n/PCDM_zh_CN.qm -share/PCDM/i18n/PCDM_zh_HK.qm -share/PCDM/i18n/PCDM_zh_TW.qm -share/PCDM/i18n/PCDM_zu.qm -share/pcbsd/i18n/ZManager_af.qm -share/pcbsd/i18n/ZManager_ar.qm -share/pcbsd/i18n/ZManager_az.qm -share/pcbsd/i18n/ZManager_bg.qm -share/pcbsd/i18n/ZManager_bn.qm -share/pcbsd/i18n/ZManager_bs.qm -share/pcbsd/i18n/ZManager_ca.qm -share/pcbsd/i18n/ZManager_cs.qm -share/pcbsd/i18n/ZManager_cy.qm -share/pcbsd/i18n/ZManager_da.qm -share/pcbsd/i18n/ZManager_de.qm -share/pcbsd/i18n/ZManager_el.qm -share/pcbsd/i18n/ZManager_en_GB.qm -share/pcbsd/i18n/ZManager_en_ZA.qm -share/pcbsd/i18n/ZManager_es.qm -share/pcbsd/i18n/ZManager_et.qm -share/pcbsd/i18n/ZManager_eu.qm -share/pcbsd/i18n/ZManager_fa.qm -share/pcbsd/i18n/ZManager_fi.qm -share/pcbsd/i18n/ZManager_fr.qm -share/pcbsd/i18n/ZManager_fr_CA.qm -share/pcbsd/i18n/ZManager_fur.qm -share/pcbsd/i18n/ZManager_gl.qm -share/pcbsd/i18n/ZManager_he.qm -share/pcbsd/i18n/ZManager_hi.qm -share/pcbsd/i18n/ZManager_hr.qm -share/pcbsd/i18n/ZManager_hu.qm -share/pcbsd/i18n/ZManager_id.qm -share/pcbsd/i18n/ZManager_is.qm -share/pcbsd/i18n/ZManager_it.qm -share/pcbsd/i18n/ZManager_ja.qm -share/pcbsd/i18n/ZManager_ka.qm -share/pcbsd/i18n/ZManager_ko.qm -share/pcbsd/i18n/ZManager_lt.qm -share/pcbsd/i18n/ZManager_lv.qm -share/pcbsd/i18n/ZManager_mk.qm -share/pcbsd/i18n/ZManager_mn.qm -share/pcbsd/i18n/ZManager_ms.qm -share/pcbsd/i18n/ZManager_mt.qm -share/pcbsd/i18n/ZManager_nb.qm -share/pcbsd/i18n/ZManager_ne.qm -share/pcbsd/i18n/ZManager_nl.qm -share/pcbsd/i18n/ZManager_pa.qm -share/pcbsd/i18n/ZManager_pl.qm -share/pcbsd/i18n/ZManager_pt.qm -share/pcbsd/i18n/ZManager_pt_BR.qm -share/pcbsd/i18n/ZManager_ro.qm -share/pcbsd/i18n/ZManager_ru.qm -share/pcbsd/i18n/ZManager_sk.qm -share/pcbsd/i18n/ZManager_sl.qm -share/pcbsd/i18n/ZManager_sr.qm -share/pcbsd/i18n/ZManager_sv.qm -share/pcbsd/i18n/ZManager_sw.qm -share/pcbsd/i18n/ZManager_ta.qm -share/pcbsd/i18n/ZManager_tg.qm -share/pcbsd/i18n/ZManager_th.qm -share/pcbsd/i18n/ZManager_tr.qm -share/pcbsd/i18n/ZManager_uk.qm -share/pcbsd/i18n/ZManager_uz.qm -share/pcbsd/i18n/ZManager_ur.qm -share/pcbsd/i18n/ZManager_vi.qm -share/pcbsd/i18n/ZManager_zh_CN.qm -share/pcbsd/i18n/ZManager_zh_HK.qm -share/pcbsd/i18n/ZManager_zh_TW.qm -share/pcbsd/i18n/ZManager_zu.qm -share/PCDM/pcdm-session -share/PCDM/themes/default/default.theme -share/PCDM/themes/default/background.jpg -share/PCDM/themes/default/banner.png -share/PCDM/themes/default/default-desktop.png -share/PCDM/themes/default/default-user.png -share/PCDM/themes/default/keyboardlayout.png -share/PCDM/themes/default/localechange.png -share/PCDM/themes/default/login.png -share/PCDM/themes/default/nextDE.png -share/PCDM/themes/default/password.png -share/PCDM/themes/default/previousDE.png -share/PCDM/themes/default/splashscreen.png -share/PCDM/themes/default/system.png -share/PCDM/themes/default/virtualkeyboard.png -share/mime/packages/pcbsd-pbi.xml -share/EasyPBI/EasyPBIicon.png -share/applications/about.desktop -share/applications/pccontrol.desktop -share/applications/pcbugreport.desktop -share/applications/pcbsd-pbi.desktop -share/applications/defaults.list -share/applications/softmanager.desktop -share/applications/pcbsdpbu.desktop -share/applications/pc-updategui.desktop -share/applications/pc-updatecenter.desktop -share/applications/pc-welcome.desktop -share/applications/warden.desktop -share/applications/EasyPBI.desktop -share/applications/pc-dmconf.desktop -lib/libpcbsd-ui.so.0.9.8 -lib/libpcbsd-ui.so -lib/libpcbsd-ui.so.0 -lib/libpcbsd-ui.so.0.9 -lib/libpcbsd-utils.so.0.9.8 -lib/libpcbsd-utils.so -lib/libpcbsd-utils.so.0 -lib/libpcbsd-utils.so.0.9 -include/pcbsd-xdgutils.h -include/pcbsd-xdgfile.h -include/pcbsd-sysFlags.h -include/pcbsd-DLProcess.h -include/pcbsd-hardware.h -include/pcbsd-netif.h -include/pcbsd-utils.h -include/pcbsd-ui.h -@dirrm share/apps/ksplash/Themes/pcbsd10/600x400 -@dirrm share/apps/ksplash/Themes/pcbsd10/800x600 -@dirrm share/apps/ksplash/Themes/pcbsd10/1024x768 -@dirrm share/apps/ksplash/Themes/pcbsd10/1440x900 -@dirrm share/apps/ksplash/Themes/pcbsd10/1280x800 -@dirrm share/apps/ksplash/Themes/pcbsd10/1280x1024 -@dirrm share/apps/ksplash/Themes/pcbsd10/1600x1200 -@dirrm share/apps/ksplash/Themes/pcbsd10/1920x1080 -@dirrm share/apps/ksplash/Themes/pcbsd10/1920x1200 -@dirrm share/apps/ksplash/Themes/pcbsd10 -@dirrmtry share/apps/ksplash/Themes -@dirrmtry share/apps/ksplash -@dirrmtry share/apps -@dirrmtry share/config -@dirrm share/warden/images -@dirrm share/warden/i18n -@dirrm share/pcbsd/i18n -@dirrm share/EasyPBI/i18n -@dirrm share/EasyPBI -@dirrm share/PCDM/i18n -@dirrm share/PCDM/themes/default -@dirrm share/PCDM/themes -@dirrm share/PCDM -@dirrm share/pcbsd/doc -@dirrm share/pcbsd/icons -@dirrmtry share/pcbsd/images -@dirrm share/pcbsd/fluxboxinit -@dirrm share/pcbsd/pc-controlpanel/items/de -@dirrm share/pcbsd/pc-controlpanel/items/network -@dirrm share/pcbsd/pc-controlpanel/items/hardware -@dirrm share/pcbsd/pc-controlpanel/items/software -@dirrm share/pcbsd/pc-controlpanel/items/system -@dirrm share/pcbsd/pc-controlpanel/items/tools -@dirrm share/pcbsd/pc-controlpanel/items -@dirrm share/pcbsd/pc-controlpanel/icons -@dirrm share/pcbsd/pc-controlpanel -@dirrm share/pcbsd/pc-installgui -@dirrm share/pcbsd/pc-netmanager/pics -@dirrm share/pcbsd/pc-netmanager -@dirrm share/pcbsd/pc-hwdetect -@dirrm share/pcbsd/splash-screens -@dirrm share/pcbsd/xorg-gui/bin -@dirrm share/pcbsd/xorg-gui/scripts -@dirrm share/pcbsd/xorg-gui/conf/.fluxbox -@dirrm share/pcbsd/xorg-gui/conf -@dirrm share/pcbsd/xorg-gui/cardDetect -@dirrm share/pcbsd/xorg-gui/settings -@dirrm share/pcbsd/xorg-gui/templates/driver -@dirrm share/pcbsd/xorg-gui/templates/header -@dirrm share/pcbsd/xorg-gui/templates/scripts -@dirrm share/pcbsd/xorg-gui/templates -@dirrm share/pcbsd/xorg-gui/nvidia-detect -@dirrm share/pcbsd/xorg-gui -@dirrm share/pcbsd/xstartup -@dirrm share/wallpapers/pcbsd10-default/contents/images -@dirrm share/wallpapers/pcbsd10-default/contents -@dirrm share/wallpapers/pcbsd10-default -@dirrm share/wallpapers/FreeBSD -@dirrm share/wallpapers/PCBSD -@dirrm share/wallpapers -@dirrmtry share/mime/packages -@dirrmtry share/mime/application -@dirrmtry share/mime -@dirrm share/lifePreserver/i18n -@dirrm share/lifePreserver/images -@dirrm share/lifePreserver/scripts -@dirrmtry share/lifePreserver -@dirrmtry share/desktop-directories -@dirrmtry %%QT_ETCDIR%%/applications-merged -@dirrmtry %%QT_ETCDIR%%/menus diff --git a/sysutils/pcbsd-utils-qt4/Makefile b/sysutils/pcbsd-utils-qt5/Makefile index 22cbcd77b616..4ca80bfffc0d 100644 --- a/sysutils/pcbsd-utils-qt4/Makefile +++ b/sysutils/pcbsd-utils-qt5/Makefile @@ -1,29 +1,32 @@ # Created by: Kris Moore <kmoore@FreeBSD.org> # $FreeBSD$ -PORTNAME= pcbsd-utils-qt4 -PORTVERSION= 1409841477 -PORTREVISION= 1 +PORTNAME= pcbsd-utils-qt5 +PORTVERSION= 1422974666 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ MAINTAINER= kmoore@FreeBSD.org -COMMENT= PC-BSD Qt4 Utilities +COMMENT= PC-BSD Qt5 Utilities + +LICENSE= BSD RUN_DEPENDS= lpreserver:${PORTSDIR}/sysutils/pcbsd-utils \ - ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus -LIB_DEPENDS= libQtSolutions_SingleApplication-head.so:${PORTSDIR}/devel/qt4-qtsolutions-singleapplication \ - libcurl.so:${PORTSDIR}/ftp/curl + ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ + cdda2wav:${PORTSDIR}/sysutils/cdrtools +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl + +CONFLICTS?= pcbsd-utils-qt4-[0-9]* MAKE_JOBS_UNSAFE=yes ONLY_FOR_ARCHS= amd64 USE_LDCONFIG= yes -USE_QT4= corelib gui network svg linguist \ - moc_build rcc_build uic_build -USES= qmake tar:bzip2 python +USE_QT5= core gui network svg linguist \ + buildtools x11extras +USES= qmake tar:xz python -WRKSRC= ${WRKDIR}/src-qt4 +WRKSRC= ${WRKDIR}/src-qt5 QMAKE_ARGS= CONFIG+="configure" diff --git a/sysutils/pcbsd-utils-qt5/distinfo b/sysutils/pcbsd-utils-qt5/distinfo new file mode 100644 index 000000000000..0e89286b0202 --- /dev/null +++ b/sysutils/pcbsd-utils-qt5/distinfo @@ -0,0 +1,2 @@ +SHA256 (pcbsd-utils-qt5-1422974666.tar.xz) = 07e836704b8ec1b4a3db2105ec9527abd821c58908407eb57ba358c26c63989f +SIZE (pcbsd-utils-qt5-1422974666.tar.xz) = 64680540 diff --git a/sysutils/pcbsd-utils-qt5/pkg-descr b/sysutils/pcbsd-utils-qt5/pkg-descr new file mode 100644 index 000000000000..26b4cc37c484 --- /dev/null +++ b/sysutils/pcbsd-utils-qt5/pkg-descr @@ -0,0 +1,3 @@ +PC-BSD QT5 Utilities + +WWW: https://github.com/pcbsd/pcbsd diff --git a/sysutils/pcbsd-utils-qt5/pkg-plist b/sysutils/pcbsd-utils-qt5/pkg-plist new file mode 100644 index 000000000000..60e76bbc55b4 --- /dev/null +++ b/sysutils/pcbsd-utils-qt5/pkg-plist @@ -0,0 +1,507 @@ +bin/EasyPBI +bin/PCDM-session +bin/about-gui +bin/appcafe +bin/flashpluginctl +bin/life-preserver +bin/life-preserver-tray +bin/openwith +bin/pc-adsldap +bin/pc-bootconfig +bin/pc-bugreport +bin/pc-controlpanel +bin/pc-cupscfg +bin/pc-dmconf +bin/pc-ethernetconfig +bin/pc-firstboot +bin/pc-hwdetect +bin/pc-mixer +bin/pc-mounttray +bin/pc-netmanager +bin/pc-nettray +bin/pc-pfmanager +bin/pc-servicemanager +bin/pc-softwaremanager +bin/pc-softweb +bin/pc-sysinstaller +bin/pc-syskeyboard +bin/pc-sysmanager +bin/pc-systemupdatertray +bin/pc-updategui +bin/pc-usermanager +bin/pc-welcome +bin/pc-wificonfig +bin/pc-xgui +bin/pc-zmanager +bin/pcbsd-update-i18n +bin/qsudo +bin/xlock +bin/xorg-startupcheck +etc/pcdm.conf.dist +etc/rc.d/pc-hwdetect +etc/rc.d/pcbsdinit +etc/rc.d/pcdm +include/pcbsd-DLProcess.h +include/pcbsd-SingleApplication.h +include/pcbsd-dialogAPsetup.h +include/pcbsd-hardware.h +include/pcbsd-netif.h +include/pcbsd-sysFlags.h +include/pcbsd-ui.h +include/pcbsd-utils.h +include/pcbsd-xdgfile.h +include/pcbsd-xdgutils.h +%%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-ui.so +%%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-ui.so.0 +%%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-ui.so.0.9 +%%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-ui.so.0.9.9 +%%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-utils.so +%%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-utils.so.0 +%%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-utils.so.0.9 +%%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-utils.so.0.9.9 +sbin/PCDMd +share/EasyPBI/EasyPBIicon.png +share/PCDM/pcdm-session +share/PCDM/themes/default/background.jpg +share/PCDM/themes/default/banner.png +share/PCDM/themes/default/default-desktop.png +share/PCDM/themes/default/default-user.png +share/PCDM/themes/default/default.theme +share/PCDM/themes/default/keyboardlayout.png +share/PCDM/themes/default/localechange.png +share/PCDM/themes/default/login.png +share/PCDM/themes/default/nextDE.png +share/PCDM/themes/default/password.png +share/PCDM/themes/default/previousDE.png +share/PCDM/themes/default/splashscreen.png +share/PCDM/themes/default/system.png +share/PCDM/themes/default/virtualkeyboard.png +share/applications/EasyPBI.desktop +share/applications/about.desktop +share/applications/pc-dmconf.desktop +share/applications/pc-updategui.desktop +share/applications/pc-welcome.desktop +share/applications/pcbsdpbu.desktop +share/applications/pcbugreport.desktop +share/applications/pccontrol.desktop +share/applications/pcsyskeyboard.desktop +share/applications/softmanager.desktop +share/applications/warden.desktop +share/apps/ksplash/Themes/pcbsd10/1024x768/background.png +share/apps/ksplash/Themes/pcbsd10/1280x1024/background.png +share/apps/ksplash/Themes/pcbsd10/1280x800/background.png +share/apps/ksplash/Themes/pcbsd10/1440x900/background.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/background.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/background.svg +share/apps/ksplash/Themes/pcbsd10/1600x1200/description.txt +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon1.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon1_anim.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon2.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon2_anim.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon3.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon3_anim.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon4.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon4_anim.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/icon5.png +share/apps/ksplash/Themes/pcbsd10/1600x1200/rectangle.png +share/apps/ksplash/Themes/pcbsd10/1920x1080/background.png +share/apps/ksplash/Themes/pcbsd10/1920x1200/background.png +share/apps/ksplash/Themes/pcbsd10/600x400/background.png +share/apps/ksplash/Themes/pcbsd10/800x600/background.png +share/apps/ksplash/Themes/pcbsd10/Theme.rc +share/config/ksplashrc +share/lifePreserver/images/lifepreserver.png +share/lifePreserver/scripts/setup-ssh-keys.sh +share/pcbsd/conf/pubdns.conf +share/pcbsd/doc/handbook_en.pdf +share/pcbsd/fluxboxinit/init +share/pcbsd/fluxboxinit/keys +share/pcbsd/fluxboxinit/menu +share/pcbsd/fluxboxinit/overlay +share/pcbsd/fluxboxinit/startup +share/pcbsd/icons/about.png +share/pcbsd/icons/appcafe.png +share/pcbsd/icons/gvim.png +share/pcbsd/icons/hwinfo.png +share/pcbsd/icons/input-keyboard.png +share/pcbsd/icons/ldap.png +share/pcbsd/icons/mythtv.png +share/pcbsd/icons/pc-bootconfig.png +share/pcbsd/icons/pc-dmconf.png +share/pcbsd/icons/pcbsd-handbook.png +share/pcbsd/icons/preferences-desktop-theme.png +share/pcbsd/icons/preferences-desktop.png +share/pcbsd/icons/soundconfig.png +share/pcbsd/icons/system-software-update.png +share/pcbsd/icons/system-users.png +share/pcbsd/icons/sysupdate.png +share/pcbsd/icons/utilities-system-monitor.png +share/pcbsd/icons/zmanager.png +share/pcbsd/pc-controlpanel/icons/appcafe.png +share/pcbsd/pc-controlpanel/icons/appcafe64x64.png +share/pcbsd/pc-controlpanel/icons/application.png +share/pcbsd/pc-controlpanel/icons/bluetooth.png +share/pcbsd/pc-controlpanel/icons/cups-icon.png +share/pcbsd/pc-controlpanel/icons/devices.png +share/pcbsd/pc-controlpanel/icons/easypbi.png +share/pcbsd/pc-controlpanel/icons/hwinfo.png +share/pcbsd/pc-controlpanel/icons/lifepreserver.png +share/pcbsd/pc-controlpanel/icons/lifepreserver64x64.png +share/pcbsd/pc-controlpanel/icons/nvidia-settings.png +share/pcbsd/pc-controlpanel/icons/pc-bugreport.png +share/pcbsd/pc-controlpanel/icons/pc-controlpanel.png +share/pcbsd/pc-controlpanel/icons/pc-controlpanel64x64.png +share/pcbsd/pc-controlpanel/icons/preferences-desktop-user-password.png +share/pcbsd/pc-controlpanel/icons/preferences-other.png +share/pcbsd/pc-controlpanel/icons/preferences-system-network-sharing.png +share/pcbsd/pc-controlpanel/icons/preferences-system-network.png +share/pcbsd/pc-controlpanel/icons/preferences-system-session-services.png +share/pcbsd/pc-controlpanel/icons/printer.png +share/pcbsd/pc-controlpanel/icons/pulseaudio.png +share/pcbsd/pc-controlpanel/icons/system.png +share/pcbsd/pc-controlpanel/icons/utilities-terminal.png +share/pcbsd/pc-controlpanel/icons/video-display.png +share/pcbsd/pc-controlpanel/icons/webmin-logo.png +share/pcbsd/pc-controlpanel/items/de/cinnamon-settings.desktop +share/pcbsd/pc-controlpanel/items/de/gnome-control-center.desktop +share/pcbsd/pc-controlpanel/items/de/gnome-tweak-tool.desktop +share/pcbsd/pc-controlpanel/items/de/kde-cursortheme.desktop +share/pcbsd/pc-controlpanel/items/de/kde-desktop.desktop +share/pcbsd/pc-controlpanel/items/de/kde-desktoptheme.desktop +share/pcbsd/pc-controlpanel/items/de/kde-display.desktop +share/pcbsd/pc-controlpanel/items/de/kde-kcm_akonadi.desktop +share/pcbsd/pc-controlpanel/items/de/kde-kcm_nepomuk.desktop +share/pcbsd/pc-controlpanel/items/de/kde-kcmkded.desktop +share/pcbsd/pc-controlpanel/items/de/kde-kwincompositing.desktop +share/pcbsd/pc-controlpanel/items/de/kde-kwindecoration.desktop +share/pcbsd/pc-controlpanel/items/de/kde-style.desktop +share/pcbsd/pc-controlpanel/items/de/kde-sweeper.desktop +share/pcbsd/pc-controlpanel/items/de/lxde-default-apps.desktop +share/pcbsd/pc-controlpanel/items/de/lxde-desktop-prefs.desktop +share/pcbsd/pc-controlpanel/items/de/lxde-lxappearance.desktop +share/pcbsd/pc-controlpanel/items/de/lxde-xscreensaver.desktop +share/pcbsd/pc-controlpanel/items/de/mate-appearance-properties.desktop +share/pcbsd/pc-controlpanel/items/de/mate-at-properties.desktop +share/pcbsd/pc-controlpanel/items/de/mate-default-applications-properties.desktop +share/pcbsd/pc-controlpanel/items/de/mate-keybinding.desktop +share/pcbsd/pc-controlpanel/items/de/mate-notification-properties.desktop +share/pcbsd/pc-controlpanel/items/de/mate-session-properties.desktop +share/pcbsd/pc-controlpanel/items/de/mate-system-monitor.desktop +share/pcbsd/pc-controlpanel/items/de/mate-theme-installer.desktop +share/pcbsd/pc-controlpanel/items/de/mate-window-properties.desktop +share/pcbsd/pc-controlpanel/items/de/xfce-session-settings.desktop +share/pcbsd/pc-controlpanel/items/de/xfce-settings-manager.desktop +share/pcbsd/pc-controlpanel/items/de/xfce-ui-settings.desktop +share/pcbsd/pc-controlpanel/items/de/xfce-wm-settings.desktop +share/pcbsd/pc-controlpanel/items/de/xfce-wmtweaks-settings.desktop +share/pcbsd/pc-controlpanel/items/de/xfce-workspaces-settings.desktop +share/pcbsd/pc-controlpanel/items/de/xfce4-accessibility-settings.desktop +share/pcbsd/pc-controlpanel/items/de/xfce4-settings-editor.desktop +share/pcbsd/pc-controlpanel/items/de/xfce4-thunar-settings.desktop +share/pcbsd/pc-controlpanel/items/hardware/cinnamon-power-panel.desktop +share/pcbsd/pc-controlpanel/items/hardware/cinnamon-sound-nua-panel.desktop +share/pcbsd/pc-controlpanel/items/hardware/cups.desktop +share/pcbsd/pc-controlpanel/items/hardware/gnome-keyboard-panel.desktop +share/pcbsd/pc-controlpanel/items/hardware/gnome-mouse-panel.desktop +share/pcbsd/pc-controlpanel/items/hardware/gnome-power-panel.desktop +share/pcbsd/pc-controlpanel/items/hardware/gnome-power-statistics.desktop +share/pcbsd/pc-controlpanel/items/hardware/gnome-sound-panel.desktop +share/pcbsd/pc-controlpanel/items/hardware/hplip.desktop +share/pcbsd/pc-controlpanel/items/hardware/kde-kcm_keyboard.desktop +share/pcbsd/pc-controlpanel/items/hardware/kde-mouse.desktop +share/pcbsd/pc-controlpanel/items/hardware/kde-screensaver.desktop +share/pcbsd/pc-controlpanel/items/hardware/kinfocenter.desktop +share/pcbsd/pc-controlpanel/items/hardware/lxde-lxinput.desktop +share/pcbsd/pc-controlpanel/items/hardware/mate-display-properties.desktop +share/pcbsd/pc-controlpanel/items/hardware/mate-keyboard.desktop +share/pcbsd/pc-controlpanel/items/hardware/mate-power-preferences.desktop +share/pcbsd/pc-controlpanel/items/hardware/mate-power-statistics.desktop +share/pcbsd/pc-controlpanel/items/hardware/mate-settings-mouse.desktop +share/pcbsd/pc-controlpanel/items/hardware/mate-volume-control.desktop +share/pcbsd/pc-controlpanel/items/hardware/nvidia-settings.desktop +share/pcbsd/pc-controlpanel/items/hardware/pc-mounttray.desktop +share/pcbsd/pc-controlpanel/items/hardware/pc-paprefs.desktop +share/pcbsd/pc-controlpanel/items/hardware/pc-pavucontrol.desktop +share/pcbsd/pc-controlpanel/items/hardware/pc-xgui.desktop +share/pcbsd/pc-controlpanel/items/hardware/pc-zmanager.desktop +share/pcbsd/pc-controlpanel/items/hardware/pcsyskeyboard.desktop +share/pcbsd/pc-controlpanel/items/hardware/system-config-printer.desktop +share/pcbsd/pc-controlpanel/items/hardware/xfce-keyboard-settings.desktop +share/pcbsd/pc-controlpanel/items/hardware/xfce-mouse-settings.desktop +share/pcbsd/pc-controlpanel/items/hardware/xsane.desktop +share/pcbsd/pc-controlpanel/items/network/pcnetwork.desktop +share/pcbsd/pc-controlpanel/items/network/pfmanager.desktop +share/pcbsd/pc-controlpanel/items/software/appcafe.desktop +share/pcbsd/pc-controlpanel/items/software/easypbi.desktop +share/pcbsd/pc-controlpanel/items/software/pc-updategui.desktop +share/pcbsd/pc-controlpanel/items/software/pkg-q4wine.desktop +share/pcbsd/pc-controlpanel/items/software/pkg-swine.desktop +share/pcbsd/pc-controlpanel/items/software/pkg-winecfg.desktop +share/pcbsd/pc-controlpanel/items/system/about.desktop +share/pcbsd/pc-controlpanel/items/system/gnome-system-log.desktop +share/pcbsd/pc-controlpanel/items/system/ibus-setup.desktop +share/pcbsd/pc-controlpanel/items/system/kde-clock.desktop +share/pcbsd/pc-controlpanel/items/system/kde-kcm_polkitactions.desktop +share/pcbsd/pc-controlpanel/items/system/ksystemlog.desktop +share/pcbsd/pc-controlpanel/items/system/lxde-lxtask.desktop +share/pcbsd/pc-controlpanel/items/system/pc-adsldap.desktop +share/pcbsd/pc-controlpanel/items/system/pc-bootconfig.desktop +share/pcbsd/pc-controlpanel/items/system/pc-checkhw.desktop +share/pcbsd/pc-controlpanel/items/system/pc-dmconf.desktop +share/pcbsd/pc-controlpanel/items/system/pc-servicemanager.desktop +share/pcbsd/pc-controlpanel/items/system/pc-sysmanager.desktop +share/pcbsd/pc-controlpanel/items/system/pcusermanager.desktop +share/pcbsd/pc-controlpanel/items/system/webmin.desktop +share/pcbsd/pc-controlpanel/items/tools/flash-player-properties.desktop +share/pcbsd/pc-controlpanel/items/tools/kde-kcmdf.desktop +share/pcbsd/pc-controlpanel/items/tools/lifepreserver.desktop +share/pcbsd/pc-controlpanel/items/tools/pcbugreport.desktop +share/pcbsd/pc-controlpanel/items/tools/warden.desktop +share/pcbsd/pc-controlpanel/items/tools/x11vnc.desktop +share/pcbsd/pc-hwdetect/agp.xml +share/pcbsd/pc-hwdetect/audio.xml +share/pcbsd/pc-hwdetect/display.xml +share/pcbsd/pc-hwdetect/multimedia.xml +share/pcbsd/pc-hwdetect/network.xml +share/pcbsd/pc-hwdetect/soundcards.xml +share/pcbsd/pc-installgui/get-zfs-restore-list.sh +share/pcbsd/pc-installgui/load-usb-key.sh +share/pcbsd/pc-installgui/setup-ssh-keys.sh +share/pcbsd/pc-netmanager/pics/defaulticon.png +share/pcbsd/pc-netmanager/pics/info.png +share/pcbsd/pc-netmanager/pics/network_local.png +share/pcbsd/pc-netmanager/pics/network_local_dis.png +share/pcbsd/pc-netmanager/pics/network_wifi.png +share/pcbsd/pc-netmanager/pics/network_wifi_dis.png +share/pcbsd/pc-netmanager/pics/object-locked.png +share/pcbsd/pc-netmanager/pics/object-unlocked.png +share/pcbsd/pc-netmanager/pics/tray_local.png +share/pcbsd/pc-netmanager/pics/tray_local_dis.png +share/pcbsd/pc-netmanager/pics/tray_wifi.png +share/pcbsd/pc-netmanager/pics/tray_wifi30.png +share/pcbsd/pc-netmanager/pics/tray_wifi60.png +share/pcbsd/pc-netmanager/pics/tray_wifi85.png +share/pcbsd/pc-netmanager/pics/tray_wifi_dis.png +share/pcbsd/pc-netmanager/umts_stick +share/pcbsd/scripts/GenDiagSheet.sh +share/pcbsd/scripts/fastest_cvsup +share/pcbsd/scripts/find-install-media.sh +share/pcbsd/scripts/first-boot.sh +share/pcbsd/scripts/lidchanged.sh +share/pcbsd/scripts/move-vbox.sh +share/pcbsd/scripts/mythtv.sh +share/pcbsd/scripts/openhandbook.sh +share/pcbsd/scripts/portsnap-noterm.sh +share/pcbsd/scripts/set-lang.sh +share/pcbsd/scripts/sound-dev-changed.sh +share/pcbsd/scripts/vbox-check +share/pcbsd/splash-screens/loading-screen-af.pcx +share/pcbsd/splash-screens/loading-screen-ar.pcx +share/pcbsd/splash-screens/loading-screen-az.pcx +share/pcbsd/splash-screens/loading-screen-bg.pcx +share/pcbsd/splash-screens/loading-screen-bn.pcx +share/pcbsd/splash-screens/loading-screen-bs.pcx +share/pcbsd/splash-screens/loading-screen-ca.pcx +share/pcbsd/splash-screens/loading-screen-cs.pcx +share/pcbsd/splash-screens/loading-screen-da.pcx +share/pcbsd/splash-screens/loading-screen-de.pcx +share/pcbsd/splash-screens/loading-screen-el.pcx +share/pcbsd/splash-screens/loading-screen-en.pcx +share/pcbsd/splash-screens/loading-screen-es.pcx +share/pcbsd/splash-screens/loading-screen-et.pcx +share/pcbsd/splash-screens/loading-screen-eu.pcx +share/pcbsd/splash-screens/loading-screen-fa.pcx +share/pcbsd/splash-screens/loading-screen-fi.pcx +share/pcbsd/splash-screens/loading-screen-fr.pcx +share/pcbsd/splash-screens/loading-screen-gl.pcx +share/pcbsd/splash-screens/loading-screen-he.pcx +share/pcbsd/splash-screens/loading-screen-hi.pcx +share/pcbsd/splash-screens/loading-screen-hr.pcx +share/pcbsd/splash-screens/loading-screen-hu.pcx +share/pcbsd/splash-screens/loading-screen-it.pcx +share/pcbsd/splash-screens/loading-screen-ja.pcx +share/pcbsd/splash-screens/loading-screen-ko.pcx +share/pcbsd/splash-screens/loading-screen-lv.pcx +share/pcbsd/splash-screens/loading-screen-mk.pcx +share/pcbsd/splash-screens/loading-screen-mn.pcx +share/pcbsd/splash-screens/loading-screen-ms.pcx +share/pcbsd/splash-screens/loading-screen-nb.pcx +share/pcbsd/splash-screens/loading-screen-nl.pcx +share/pcbsd/splash-screens/loading-screen-pa.pcx +share/pcbsd/splash-screens/loading-screen-pl.pcx +share/pcbsd/splash-screens/loading-screen-pt.pcx +share/pcbsd/splash-screens/loading-screen-pt_BR.pcx +share/pcbsd/splash-screens/loading-screen-ro.pcx +share/pcbsd/splash-screens/loading-screen-ru.pcx +share/pcbsd/splash-screens/loading-screen-sk.pcx +share/pcbsd/splash-screens/loading-screen-sl.pcx +share/pcbsd/splash-screens/loading-screen-sr.pcx +share/pcbsd/splash-screens/loading-screen-sv.pcx +share/pcbsd/splash-screens/loading-screen-ta.pcx +share/pcbsd/splash-screens/loading-screen-tg.pcx +share/pcbsd/splash-screens/loading-screen-th.pcx +share/pcbsd/splash-screens/loading-screen-tr.pcx +share/pcbsd/splash-screens/loading-screen-uk.pcx +share/pcbsd/splash-screens/loading-screen-uz.pcx +share/pcbsd/splash-screens/loading-screen-vi.pcx +share/pcbsd/splash-screens/loading-screen-xh.pcx +share/pcbsd/splash-screens/loading-screen-zh_CN.pcx +share/pcbsd/splash-screens/loading-screen-zh_TW.pcx +share/pcbsd/xorg-gui/bin/rundetect.sh +share/pcbsd/xorg-gui/bin/setupconf.sh +share/pcbsd/xorg-gui/cardDetect/XF86Config.compat +share/pcbsd/xorg-gui/cardDetect/XF86Config.default +share/pcbsd/xorg-gui/cardDetect/XF86Config.intel +share/pcbsd/xorg-gui/cardDetect/XF86Config.vmware +share/pcbsd/xorg-gui/cardDetect/x_config.sh +share/pcbsd/xorg-gui/cardDetect/xorg.conf.virtualbox +share/pcbsd/xorg-gui/conf/.fluxbox/init +share/pcbsd/xorg-gui/conf/.fluxbox/keys +share/pcbsd/xorg-gui/conf/.fluxbox/menu +share/pcbsd/xorg-gui/conf/.fluxbox/overlay +share/pcbsd/xorg-gui/conf/.fluxbox/startup +share/pcbsd/xorg-gui/conf/xorg.conf.basic +share/pcbsd/xorg-gui/nvidia-detect/detect-nvidia.sh +share/pcbsd/xorg-gui/nvidia-detect/nvidia17-pciid.txt +share/pcbsd/xorg-gui/nvidia-detect/nvidia9x-pciid.txt +share/pcbsd/xorg-gui/scripts/cardboard.sh +share/pcbsd/xorg-gui/scripts/cardbus.sh +share/pcbsd/xorg-gui/scripts/carddriver.sh +share/pcbsd/xorg-gui/scripts/cardpciid.sh +share/pcbsd/xorg-gui/scripts/cardvendor.sh +share/pcbsd/xorg-gui/scripts/checkunprobed.sh +share/pcbsd/xorg-gui/scripts/monmodel.sh +share/pcbsd/xorg-gui/scripts/monvendor.sh +share/pcbsd/xorg-gui/scripts/xinit-autodetect +share/pcbsd/xorg-gui/scripts/xinit-check +share/pcbsd/xorg-gui/scripts/xinit-displaywiz +share/pcbsd/xorg-gui/scripts/xinit-failed +share/pcbsd/xorg-gui/settings/README +share/pcbsd/xorg-gui/settings/alias.txt +share/pcbsd/xorg-gui/settings/definition.txt +share/pcbsd/xorg-gui/settings/depth.txt +share/pcbsd/xorg-gui/settings/drivers.txt +share/pcbsd/xorg-gui/settings/drivers.txt.amd64 +share/pcbsd/xorg-gui/settings/drivers.txt.i386 +share/pcbsd/xorg-gui/settings/refresh.txt +share/pcbsd/xorg-gui/settings/resolutions.txt +share/pcbsd/xorg-gui/templates/driver/README +share/pcbsd/xorg-gui/templates/driver/apm.template +share/pcbsd/xorg-gui/templates/driver/ark.template +share/pcbsd/xorg-gui/templates/driver/ati-3d-enable.template +share/pcbsd/xorg-gui/templates/driver/ati.template +share/pcbsd/xorg-gui/templates/driver/chips.template +share/pcbsd/xorg-gui/templates/driver/cirrus.template +share/pcbsd/xorg-gui/templates/driver/cyrix.template +share/pcbsd/xorg-gui/templates/driver/dummy.template +share/pcbsd/xorg-gui/templates/driver/fbdev.template +share/pcbsd/xorg-gui/templates/driver/glint.template +share/pcbsd/xorg-gui/templates/driver/i128.template +share/pcbsd/xorg-gui/templates/driver/i740.template +share/pcbsd/xorg-gui/templates/driver/i810.template +share/pcbsd/xorg-gui/templates/driver/imstt.template +share/pcbsd/xorg-gui/templates/driver/intel-3d-enable.template +share/pcbsd/xorg-gui/templates/driver/intel.template +share/pcbsd/xorg-gui/templates/driver/mach64.template +share/pcbsd/xorg-gui/templates/driver/mga-3d-enable.template +share/pcbsd/xorg-gui/templates/driver/mga.template +share/pcbsd/xorg-gui/templates/driver/neomagic.template +share/pcbsd/xorg-gui/templates/driver/newport.template +share/pcbsd/xorg-gui/templates/driver/nsc.template +share/pcbsd/xorg-gui/templates/driver/nv.template +share/pcbsd/xorg-gui/templates/driver/nvidia.template +share/pcbsd/xorg-gui/templates/driver/openchrome.template +share/pcbsd/xorg-gui/templates/driver/r128.template +share/pcbsd/xorg-gui/templates/driver/radeonhd-3d-enable.template +share/pcbsd/xorg-gui/templates/driver/radeonhd.template +share/pcbsd/xorg-gui/templates/driver/rendition.template +share/pcbsd/xorg-gui/templates/driver/s3.template +share/pcbsd/xorg-gui/templates/driver/s3virge.template +share/pcbsd/xorg-gui/templates/driver/savage.template +share/pcbsd/xorg-gui/templates/driver/siliconmotion.template +share/pcbsd/xorg-gui/templates/driver/sis-intel.template +share/pcbsd/xorg-gui/templates/driver/sis.template +share/pcbsd/xorg-gui/templates/driver/tdfx.template +share/pcbsd/xorg-gui/templates/driver/tga.template +share/pcbsd/xorg-gui/templates/driver/trident.template +share/pcbsd/xorg-gui/templates/driver/tseng.template +share/pcbsd/xorg-gui/templates/driver/vesa.template +share/pcbsd/xorg-gui/templates/driver/vga.template +share/pcbsd/xorg-gui/templates/driver/via.template +share/pcbsd/xorg-gui/templates/driver/vmware.template +share/pcbsd/xorg-gui/templates/driver/voodoo.template +share/pcbsd/xorg-gui/templates/header/README +share/pcbsd/xorg-gui/templates/header/ati-3d-enable.xorg.conf +share/pcbsd/xorg-gui/templates/header/ati.xorg.conf +share/pcbsd/xorg-gui/templates/header/intel-3d-enable.xorg.conf +share/pcbsd/xorg-gui/templates/header/intel.xorg.conf +share/pcbsd/xorg-gui/templates/header/mga-3d-enable.xorg.conf +share/pcbsd/xorg-gui/templates/header/nvidia.xorg.conf +share/pcbsd/xorg-gui/templates/header/radeon-3d-enable.xorg.conf +share/pcbsd/xorg-gui/templates/header/vboxvideo.xorg.conf +share/pcbsd/xorg-gui/templates/header/vmware.xorg.conf +share/pcbsd/xorg-gui/templates/header/vmwlegacy.xorg.conf +share/pcbsd/xorg-gui/templates/header/xorg.conf.generic +share/pcbsd/xorg-gui/templates/scripts/README +share/pcbsd/xstartup/checkupdater.sh +share/pcbsd/xstartup/checkwelcome.sh +share/pcbsd/xstartup/enable-ibus.sh +share/pcbsd/xstartup/gpg-agent.sh +share/pcbsd/xstartup/life-preserver.sh +share/pcbsd/xstartup/net-trays.sh +share/pcbsd/xstartup/nspluginscan.sh +share/pcbsd/xstartup/pc-mixer.sh +share/pcbsd/xstartup/pc-mounttray.sh +share/pcbsd/xstartup/screensaver.sh +share/pcbsd/xstartup/setmix.sh +share/pcbsd/xstartup/ssh-agent.sh +share/pcbsd/xstartup/startpulseaudio.sh +share/pcbsd/xstartup/vkeyboard.sh +share/wallpapers/FreeBSD/a_1280x1024.jpg +share/wallpapers/FreeBSD/a_1600x900.jpg +share/wallpapers/FreeBSD/b_1280x1024.jpg +share/wallpapers/FreeBSD/b_1600x900.jpg +share/wallpapers/FreeBSD/c_1280x1024.jpg +share/wallpapers/FreeBSD/c_1600x900.jpg +share/wallpapers/FreeBSD/d_1280x1024.jpg +share/wallpapers/FreeBSD/d_1600x900.jpg +share/wallpapers/FreeBSD/e_1280x1024.jpg +share/wallpapers/FreeBSD/e_1600x900.jpg +share/wallpapers/FreeBSD/f_1280x1024.jpg +share/wallpapers/FreeBSD/f_1600x900.jpg +share/wallpapers/FreeBSD/g_1280x1024.jpg +share/wallpapers/FreeBSD/g_1600x900.jpg +share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1024x600_v2.jpg +share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1024x768_v2.jpg +share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1280x1024_v2.jpg +share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1280x800_v2.jpg +share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1440x900_v2.jpg +share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1600x1200_v2.jpg +share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1920x1080_v2.jpg +share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1920x1200_v2.jpg +share/wallpapers/PCBSD/PCBSD_10_Joule_WP_600x400_v2.jpg +share/wallpapers/PCBSD/PCBSD_10_Joule_WP_800x600_v2.jpg +share/wallpapers/PCBSD/a2_1280x1024.jpg +share/wallpapers/PCBSD/a_1280x1024.jpg +share/wallpapers/PCBSD/b_1280x1024.jpg +share/wallpapers/PCBSD/c_1280x1024.jpg +share/wallpapers/PCBSD/d_1280x1024.jpg +share/wallpapers/PCBSD/e_1280x1024.jpg +share/wallpapers/PCBSD/f2_1280x1024.jpg +share/wallpapers/PCBSD/f_1280x1024.jpg +share/wallpapers/PCBSD/g_1280x1024.jpg +share/wallpapers/pcbsd-default.jpg +share/wallpapers/pcbsd10-default/contents/.directory +share/wallpapers/pcbsd10-default/contents/images/.directory +share/wallpapers/pcbsd10-default/contents/images/1024x768.jpg +share/wallpapers/pcbsd10-default/contents/images/1280x1024.jpg +share/wallpapers/pcbsd10-default/contents/images/1280x800.jpg +share/wallpapers/pcbsd10-default/contents/images/1440x900.jpg +share/wallpapers/pcbsd10-default/contents/images/1600x1200.jpg +share/wallpapers/pcbsd10-default/contents/images/1920x1080.jpg +share/wallpapers/pcbsd10-default/contents/images/1920x1200.jpg +share/wallpapers/pcbsd10-default/contents/images/800x600.jpg +share/wallpapers/pcbsd10-default/contents/screenshot.jpg +share/wallpapers/pcbsd10-default/metadata.desktop +share/warden/bin/warden-gui +share/warden/images/warden.png diff --git a/sysutils/pcbsd-utils/Makefile b/sysutils/pcbsd-utils/Makefile index 2248cc323b95..c398a9a3cd0e 100644 --- a/sysutils/pcbsd-utils/Makefile +++ b/sysutils/pcbsd-utils/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcbsd-utils -PORTVERSION= 1409841477 +PORTVERSION= 1422974289 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ @@ -10,15 +10,16 @@ MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ MAINTAINER= kmoore@FreeBSD.org COMMENT= PC-BSD Command-Line Utilities +LICENSE= BSD + RUN_DEPENDS= sipcalc:${PORTSDIR}/net-mgmt/sipcalc \ eject:${PORTSDIR}/sysutils/eject \ - unzip:${PORTSDIR}/archivers/unzip \ - jailme:${PORTSDIR}/sysutils/jailme + unzip:${PORTSDIR}/archivers/unzip -WRKSRC= ${WRKDIR}/src-sh +WRKSRC= ${WRKDIR}/pcbsd-utils CONFLICTS?= pbi-manager-[0-9]* -USE_QT4= corelib network qmake moc_build rcc_build uic_build -USES= pkgconfig tar:bzip2 +USE_QT5= core network buildtools qmake +USES= pkgconfig tar:xz NO_BUILD= yes .include <bsd.port.pre.mk> diff --git a/sysutils/pcbsd-utils/distinfo b/sysutils/pcbsd-utils/distinfo index ffa12d547568..947eef812252 100644 --- a/sysutils/pcbsd-utils/distinfo +++ b/sysutils/pcbsd-utils/distinfo @@ -1,2 +1,2 @@ -SHA256 (pcbsd-utils-1409841477.tar.bz2) = 0ffb58558ac6f63d74fffa1cb86682993450d07dcac42d6cb9fdf4e5a765e279 -SIZE (pcbsd-utils-1409841477.tar.bz2) = 24330523 +SHA256 (pcbsd-utils-1422974289.tar.xz) = 22ba04a1ab54b1b9902a498bc48aff8f482b5df156b94affa148050d0bdd5bb2 +SIZE (pcbsd-utils-1422974289.tar.xz) = 15376948 diff --git a/sysutils/pcbsd-utils/pkg-descr b/sysutils/pcbsd-utils/pkg-descr index e90d00bd67a4..6b8f4d5ec5b1 100644 --- a/sysutils/pcbsd-utils/pkg-descr +++ b/sysutils/pcbsd-utils/pkg-descr @@ -1 +1,3 @@ PC-BSD Shell Utilities + +WWW: https://github.com/pcbsd/pcbsd diff --git a/sysutils/pcbsd-utils/pkg-plist b/sysutils/pcbsd-utils/pkg-plist index 2dd4f2cfc364..4bada88821b8 100644 --- a/sysutils/pcbsd-utils/pkg-plist +++ b/sysutils/pcbsd-utils/pkg-plist @@ -1,7 +1,6 @@ bin/about -bin/lpreserver +bin/pc-autoupdate bin/pc-pkg -bin/warden bin/pc-extractoverlay bin/pc-updatemanager bin/pc-fbsdupdatecheck @@ -23,53 +22,11 @@ bin/pc-firstgui bin/pc-runxgui bin/pc-checkxdisplay bin/pc-installdialog +bin/pc-sysconfig +bin/pc-sysconfig-daemon bin/pc-systemflag -bin/enable_user_pefs bin/restamp-grub -bin/syscache -bin/syscache-daemon sbin/pc-sysinstall -share/lpreserver/backend/zfsmon.sh -share/lpreserver/backend/zfsrmsnap.sh -share/lpreserver/backend/runrep.sh -share/lpreserver/backend/zfsrevertsnap.sh -share/lpreserver/backend/functions.sh -share/lpreserver/backend/zfslistsnap.sh -share/lpreserver/backend/zfslistcron.sh -share/lpreserver/backend/zfscronsnap.sh -share/lpreserver/backend/backup-zfs.sh -share/lpreserver/backend/zfsmksnap.sh -share/lpreserver/backend/runsnap.sh -share/warden/agent.png -share/warden/warden.png -share/warden/scripts/rc.d/wardenrc -share/warden/scripts/rc.d/startup.sh -share/warden/scripts/rc.d/shutdown.sh -share/warden/scripts/backend/checkupdates.sh -share/warden/scripts/backend/createjail.sh -share/warden/scripts/backend/createtemplate.sh -share/warden/scripts/backend/zfslistsnap.sh -share/warden/scripts/backend/zfsrevertsnap.sh -share/warden/scripts/backend/details.sh -share/warden/scripts/backend/zfsmksnap.sh -share/warden/scripts/backend/startjail.sh -share/warden/scripts/backend/chrootjail.sh -share/warden/scripts/backend/listjails.sh -share/warden/scripts/backend/listpbis.sh -share/warden/scripts/backend/cronsnap.sh -share/warden/scripts/backend/setupusers.sh -share/warden/scripts/backend/checkstatus.sh -share/warden/scripts/backend/functions.sh -share/warden/scripts/backend/importjail.sh -share/warden/scripts/backend/stopjail.sh -share/warden/scripts/backend/zfsrmsnap.sh -share/warden/scripts/backend/listpkgs.sh -share/warden/scripts/backend/exportjail.sh -share/warden/scripts/backend/deletejail.sh -share/warden/scripts/backend/zfsclone.sh -share/warden/scripts/backend/zfscronsnap.sh -share/warden/linux-installs/debian-6-squeeze -share/warden/linux-installs/gentoo-stage3-i486 share/pc-sysinstall/examples/pcinstall.cfg.upgrade share/pc-sysinstall/examples/pc-autoinstall.conf share/pc-sysinstall/examples/pcinstall.cfg.rsync @@ -129,8 +86,6 @@ share/pc-sysinstall/backend/installimage.sh share/pc-sysinstall/backend/functions-parse.sh share/pc-sysinstall/backend/functions-cleanup.sh share/pc-sysinstall/backend/functions-disk.sh -share/pc-sysinstall/backend-partmanager/delete-part.sh -share/pc-sysinstall/backend-partmanager/create-part.sh share/pc-sysinstall/conf/avail-langs share/pc-sysinstall/conf/exclude-from-upgrade share/pc-sysinstall/conf/pc-sysinstall.conf @@ -150,8 +105,9 @@ share/pcbsd/conf/update-mirror share/pcbsd/conf/prune-port-files share/pcbsd/conf/desktop-excludes share/pcbsd/conf/server-excludes -share/pcbsd/pefs/other -share/pcbsd/pefs/system +share/pcbsd/conf/linux-compat-version +share/pcbsd/conf/loader.conf.pcbsd +share/pcbsd/conf/loader.conf.trueos share/pcbsd/distfiles/desktop-overlay.txz share/pcbsd/distfiles/port-overlay.txz share/pcbsd/distfiles/server-overlay.txz @@ -234,89 +190,27 @@ share/pcbsd/de-profiles/cinnamon.profile share/pcbsd/de-profiles/xfce.profile share/pcbsd/pc-updatemanager/conf/sysupdate.conf share/pcbsd/pc-updatemanager/conf/security.key -share/pcbsd/pc-updatemanager/etcmerge -share/pcbsd/scripts/functions.sh +share/pcbsd/pc-updatemanager/rc-update +share/pcbsd/pc-updatemanager/rc-doupdate share/pcbsd/scripts/mkzfsdir.sh share/pcbsd/scripts/reset-firewall share/pcbsd/scripts/rmzfsdir.sh share/pcbsd/scripts/sys-init.sh share/pcbsd/version -etc/warden.conf.dist etc/pc-activedirectory.conf etc/pc-ldap.conf etc/rc.activedirectory etc/rc.ldap -etc/rc.d/wardenrc etc/rc.d/pc-activedirectory etc/rc.d/pc-kerberos etc/rc.d/pc-kinit etc/rc.d/pc-nsswitch etc/rc.d/pc-pam etc/rc.d/pc-samba +etc/rc.d/pc-sysconfig etc/rc.d/pc-ldap etc/rc.d/pc-nssldap etc/rc.d/pc-directory -etc/rc.d/syscache etc/sudoers.d/pcbsd -sbin/app -sbin/pbi -sbin/pbi_add -sbin/pbi_delete -sbin/pbi_icon -sbin/pbi_info -sbin/pbi_makeindex -sbin/pbi_updateindex -etc/pbi.conf -share/pbi-manager/icons/default.png -share/pbi-manager/icons/patch.png -share/pbi-manager/pkgng-repo -share/pbi-manager/repokey.ssl -man/man1/pbi_add.1.gz -man/man1/pbi_delete.1.gz -man/man1/pbi_icon.1.gz -man/man1/pbi_info.1.gz man/man1/pc-systemflag.1.gz -man/man5/pbi.conf.5.gz man/man8/pc-sysinstall.8.gz -@dirrmtry etc/sudoers.d -@dirrm share/pbi-manager/icons -@dirrm share/pbi-manager -@dirrmtry share/warden/bin -@dirrm share/warden/scripts/backend -@dirrm share/warden/scripts/rc.d -@dirrm share/warden/scripts -@dirrmtry share/warden/tmp -@dirrmtry share/warden/export -@dirrm share/warden/linux-installs -@dirrm share/warden -@dirrm share/pc-sysinstall/backend -@dirrm share/pc-sysinstall/backend-query -@dirrm share/pc-sysinstall/backend-partmanager -@dirrm share/pc-sysinstall/conf/licenses -@dirrm share/pc-sysinstall/conf -@dirrm share/pc-sysinstall/doc -@dirrm share/pc-sysinstall/examples -@dirrm share/pc-sysinstall -@dirrm share/pcbsd/pc-xdgutil/desktop-dirs -@dirrm share/pcbsd/pc-thinclient/resources/boot -@dirrm share/pcbsd/pc-thinclient/resources/dhcpd -@dirrm share/pcbsd/pc-thinclient/resources/root -@dirrm share/pcbsd/pc-thinclient/resources/etc -@dirrm share/pcbsd/pc-thinclient/resources/scripts/cardDetect -@dirrm share/pcbsd/pc-thinclient/resources/scripts -@dirrm share/pcbsd/pc-thinclient/resources/gdm -@dirrm share/pcbsd/pc-thinclient/resources/webui -@dirrm share/pcbsd/pc-thinclient/resources -@dirrm share/pcbsd/pc-thinclient -@dirrm share/pcbsd/de-profiles -@dirrm share/pcbsd/pc-updatemanager/conf -@dirrm share/pcbsd/pc-updatemanager -@dirrm share/pcbsd/pc-xdgutil -@dirrm share/pcbsd/bin -@dirrm share/pcbsd/conf -@dirrm share/pcbsd/distfiles -@dirrm share/pcbsd/pefs -@dirrm share/pcbsd/scripts -@dirrm share/pcbsd -@dirrm share/lpreserver/backend -@dirrm share/lpreserver diff --git a/sysutils/warden/Makefile b/sysutils/warden/Makefile new file mode 100644 index 000000000000..f9db5b47ec49 --- /dev/null +++ b/sysutils/warden/Makefile @@ -0,0 +1,34 @@ +# Created by: Kris Moore <kmoore@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= warden +PORTVERSION= 1422974289 +CATEGORIES= sysutils +MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ + ftp://ftp.pcbsd.org/pub/software/ + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= Warden jail management system utility + +LICENSE= BSD + +RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/scripts/functions.sh:${PORTSDIR}/sysutils/pcbsd-libsh \ + jailme:${PORTSDIR}/sysutils/jailme + +WRKSRC= ${WRKDIR}/warden +USES= pkgconfig tar:xz +NO_BUILD= yes + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 1000000 +IGNORE= requires FreeBSD 10 or later +.endif + +do-install: + cd ${WRKSRC} && make install PREFIX=${STAGEDIR}${PREFIX} + +post-install: + PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + +.include <bsd.port.post.mk> diff --git a/sysutils/warden/distinfo b/sysutils/warden/distinfo new file mode 100644 index 000000000000..cbe17871ccab --- /dev/null +++ b/sysutils/warden/distinfo @@ -0,0 +1,2 @@ +SHA256 (warden-1422974289.tar.xz) = 3d40e62098242d375aa6af7d344e5356b5312c067c1042ef90eaf105144d060a +SIZE (warden-1422974289.tar.xz) = 37664 diff --git a/sysutils/warden/pkg-descr b/sysutils/warden/pkg-descr new file mode 100644 index 000000000000..950c4929a8ae --- /dev/null +++ b/sysutils/warden/pkg-descr @@ -0,0 +1,3 @@ +A jail management utility, which uses ZFS extensively under the hood. + +WWW: https://github.com/pcbsd/pcbsd diff --git a/sysutils/warden/pkg-install b/sysutils/warden/pkg-install new file mode 100644 index 000000000000..99e8d6539859 --- /dev/null +++ b/sysutils/warden/pkg-install @@ -0,0 +1,22 @@ +#!/bin/sh +# Script for any install setup + +PREFIX=${PKG_PREFIX-/usr/local} + +if [ "$2" != "POST-INSTALL" ] ; then + exit 0 +fi + +# If this is during staging, we can skip for now +echo $PREFIX | grep -q '/stage/' +if [ $? -eq 0 ] ; then + exit 0 +fi + +# Check if we have our warden.conf file +#if [ ! -e "${PREFIX}/etc/warden.conf" ] ; then +# cp ${PREFIX}/etc/warden.conf.dist ${PREFIX}/etc/warden.conf +# chmod 644 ${PREFIX}/etc/warden.conf +#fi + +exit 0 diff --git a/sysutils/warden/pkg-plist b/sysutils/warden/pkg-plist new file mode 100644 index 000000000000..59fd738dc5c1 --- /dev/null +++ b/sysutils/warden/pkg-plist @@ -0,0 +1,34 @@ +bin/warden +share/warden/agent.png +share/warden/warden.png +share/warden/scripts/rc.d/wardenrc +share/warden/scripts/rc.d/startup.sh +share/warden/scripts/rc.d/shutdown.sh +share/warden/scripts/backend/checkupdates.sh +share/warden/scripts/backend/createjail.sh +share/warden/scripts/backend/createtemplate.sh +share/warden/scripts/backend/zfslistsnap.sh +share/warden/scripts/backend/zfsrevertsnap.sh +share/warden/scripts/backend/details.sh +share/warden/scripts/backend/zfsmksnap.sh +share/warden/scripts/backend/startjail.sh +share/warden/scripts/backend/chrootjail.sh +share/warden/scripts/backend/listjails.sh +share/warden/scripts/backend/listpbis.sh +share/warden/scripts/backend/cronsnap.sh +share/warden/scripts/backend/setupusers.sh +share/warden/scripts/backend/checkstatus.sh +share/warden/scripts/backend/functions.sh +share/warden/scripts/backend/importjail.sh +share/warden/scripts/backend/stopjail.sh +share/warden/scripts/backend/zfsrmsnap.sh +share/warden/scripts/backend/zfsrmsnapdate.sh +share/warden/scripts/backend/listpkgs.sh +share/warden/scripts/backend/exportjail.sh +share/warden/scripts/backend/deletejail.sh +share/warden/scripts/backend/zfsclone.sh +share/warden/scripts/backend/zfscronsnap.sh +share/warden/linux-installs/debian-7-wheezy +share/warden/linux-installs/gentoo-stage3-i486 +etc/warden.conf.dist +etc/rc.d/wardenrc |