summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore <kmoore@FreeBSD.org>2013-09-27 10:09:15 +0000
committerkmoore <kmoore@FreeBSD.org>2013-09-27 10:09:15 +0000
commitafb90721a218538c13cb70bda03feae917165d2d (patch)
tree2f8284fbe4856132266870cd7bc31e7917509d30
parente83c62ca82ac882467867be0be4ad0c9d2fd0c03 (diff)
downloadFreeBSD-ports-afb90721a218538c13cb70bda03feae917165d2d.zip
FreeBSD-ports-afb90721a218538c13cb70bda03feae917165d2d.tar.gz
- Added sysutils/pcbsd-utils
- Added sysutils/pcbsd-utils-qt4 - Retired some old ports replaced by these * ports-mgmt/pbi-manager * sysutils/libpcbsd * sysutils/pbreg * sysutils/warden
-rw-r--r--MOVED4
-rw-r--r--ports-mgmt/Makefile1
-rw-r--r--ports-mgmt/pbi-manager/Makefile39
-rw-r--r--ports-mgmt/pbi-manager/distinfo2
-rw-r--r--ports-mgmt/pbi-manager/files/pkg-message.in11
-rw-r--r--ports-mgmt/pbi-manager/pkg-descr4
-rw-r--r--ports-mgmt/pbi-manager/pkg-plist80
-rw-r--r--sysutils/Makefile5
-rw-r--r--sysutils/libpcbsd/Makefile28
-rw-r--r--sysutils/libpcbsd/distinfo2
-rw-r--r--sysutils/libpcbsd/pkg-descr5
-rw-r--r--sysutils/pbreg/Makefile33
-rw-r--r--sysutils/pbreg/distinfo2
-rw-r--r--sysutils/pbreg/pkg-descr8
-rw-r--r--sysutils/pcbsd-utils-qt4/Makefile46
-rw-r--r--sysutils/pcbsd-utils-qt4/distinfo2
-rw-r--r--sysutils/pcbsd-utils-qt4/pkg-descr1
-rw-r--r--sysutils/pcbsd-utils-qt4/pkg-plist2646
-rw-r--r--sysutils/pcbsd-utils/Makefile38
-rw-r--r--sysutils/pcbsd-utils/distinfo2
-rw-r--r--sysutils/pcbsd-utils/pkg-descr1
-rw-r--r--sysutils/pcbsd-utils/pkg-install30
-rw-r--r--sysutils/pcbsd-utils/pkg-plist777
-rw-r--r--sysutils/warden/Makefile48
-rw-r--r--sysutils/warden/distinfo2
-rw-r--r--sysutils/warden/files/pkg-message.in11
-rw-r--r--sysutils/warden/pkg-descr8
-rw-r--r--sysutils/warden/pkg-plist39
28 files changed, 3549 insertions, 326 deletions
diff --git a/MOVED b/MOVED
index 499c866..12f614f 100644
--- a/MOVED
+++ b/MOVED
@@ -4955,3 +4955,7 @@ devel/py-archetypes.kss||2013-09-23|This port is not required since Plone 4.3
devel/py-kss-core||2013-09-23|This port is not required since Plone 4.3
cad/tkgate||2013-09-24|Removed
x11/libXtrans||2013-09-26|Has expired: Project is obsoleted, use x11/xtrans instead
+sysutils/libpcbsd||2013-09-26|Obsolete: Use sysutils/pcbsd-utils-qt4 instead
+sysutils/pbreg||2013-09-26|Obsolete: Use sysutils/pcbsd-utils instead
+sysutils/warden||2013-09-26|Obsolete: Use sysutils/pcbsd-utils instead
+ports-mgmt/pbi-manager||2013-09-26|Obsolete: Use sysutils/pcbsd-utils instead
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile
index 5451ec0..4437b6f 100644
--- a/ports-mgmt/Makefile
+++ b/ports-mgmt/Makefile
@@ -29,7 +29,6 @@
SUBDIR += p5-FreeBSD-Ports-INDEXhash
SUBDIR += packagekit
SUBDIR += packagekit-qt4
- SUBDIR += pbi-manager
SUBDIR += pchecker
SUBDIR += pib
SUBDIR += pkg
diff --git a/ports-mgmt/pbi-manager/Makefile b/ports-mgmt/pbi-manager/Makefile
deleted file mode 100644
index c6f1821..0000000
--- a/ports-mgmt/pbi-manager/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: Kris Moore <kmoore@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= pbi-manager
-PORTVERSION= 1.0
-CATEGORIES= ports-mgmt
-MASTER_SITES= http://www.pcbsd.org/~kris/software/ \
- ftp://ftp.pcbsd.org/pub/software/
-
-MAINTAINER= kmoore@FreeBSD.org
-COMMENT= Push Button Installer Manager
-
-RUN_DEPENDS= xdg-desktop-icon:${PORTSDIR}/devel/xdg-utils
-
-USE_BZIP2= yes
-NO_BUILD= yes
-SUB_FILES+= pkg-message
-
-MAN1= pbi_add.1 pbi_browser.1 pbi_create.1 \
- pbi_delete.1 \
- pbi_icon.1 pbi_indextool.1 pbi_info.1 \
- pbi_listrepo.1 pbi_update.1 \
- pbi_metatool.1 \
- pbi_patch.1 \
- pbi_update_hashdir.1
-MAN5= pbi.conf.5
-MAN8= pbi_addrepo.8 pbi_autobuild.8 pbi_deleterepo.8 \
- pbi_makepatch.8 pbi_makeport.8 pbi_makerepo.8 pbid.8
-
-NO_STAGE= yes
-do-install:
- cd ${WRKSRC} && ./install.sh ${LOCALBASE}
-
-post-install:
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
-
-.include <bsd.port.mk>
diff --git a/ports-mgmt/pbi-manager/distinfo b/ports-mgmt/pbi-manager/distinfo
deleted file mode 100644
index 1d8d302..0000000
--- a/ports-mgmt/pbi-manager/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pbi-manager-1.0.tar.bz2) = 25f3f86cab90f8236c74649273ef1880a457d73610a40f3300d6ca13148bf44a
-SIZE (pbi-manager-1.0.tar.bz2) = 237330
diff --git a/ports-mgmt/pbi-manager/files/pkg-message.in b/ports-mgmt/pbi-manager/files/pkg-message.in
deleted file mode 100644
index ec4baca..0000000
--- a/ports-mgmt/pbi-manager/files/pkg-message.in
+++ /dev/null
@@ -1,11 +0,0 @@
-************************************************************
-PBI-Manager has been successfully installed on your system.
-
-You will need to add pbid_enable="YES" to /etc/rc.conf to
-enable the "pbid" daemon, which handles downloading
-repository indexes, merging files into the hashdir and more.
-
-You may start the daemon with %%LOCALBASE%%/etc/rc.d/pbid
-or by rebooting.
-
-************************************************************
diff --git a/ports-mgmt/pbi-manager/pkg-descr b/ports-mgmt/pbi-manager/pkg-descr
deleted file mode 100644
index 0b74227..0000000
--- a/ports-mgmt/pbi-manager/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-The pbi-manager is a collection of command-line utilities, which allow
-the administration of PBIs, aka Push Button Installers, on Free/PC-BSD.
-
-WWW: http://wiki.pcbsd.org/index.php/PBI_Manager
diff --git a/ports-mgmt/pbi-manager/pkg-plist b/ports-mgmt/pbi-manager/pkg-plist
deleted file mode 100644
index 49e4593..0000000
--- a/ports-mgmt/pbi-manager/pkg-plist
+++ /dev/null
@@ -1,80 +0,0 @@
-sbin/pbi-crashhandler
-sbin/pbi_add
-sbin/pbi_addrepo
-sbin/pbi_autobuild
-sbin/pbi_browser
-sbin/pbi_create
-sbin/pbi_delete
-sbin/pbi_deleterepo
-sbin/pbi_icon
-sbin/pbi_indextool
-sbin/pbi_info
-sbin/pbi_listrepo
-sbin/pbi_makepatch
-sbin/pbi_makeport
-sbin/pbi_makerepo
-sbin/pbi_metatool
-sbin/pbi_update
-sbin/pbi_update_hashdir
-sbin/pbi_patch
-sbin/pbid
-etc/pbi.conf
-etc/rc.d/pbid
-%%DATADIR%%/module-examples/gimp/xdg-menu/gimp.desktop
-%%DATADIR%%/module-examples/gimp/xdg-mime/gimp-xdg.png
-%%DATADIR%%/module-examples/gimp/xdg-mime/gimp-xdg.xml
-%%DATADIR%%/module-examples/gimp/LICENSE
-%%DATADIR%%/module-examples/gimp/external-links
-%%DATADIR%%/module-examples/gimp/pbi.conf
-%%DATADIR%%/module-examples/gimp/scripts/pre-remove.sh
-%%DATADIR%%/module-examples/gimp/scripts/post-install.sh
-%%DATADIR%%/module-examples/gimp/scripts/pre-portmake.sh
-%%DATADIR%%/module-examples/gimp/scripts/post-portmake.sh
-%%DATADIR%%/module-examples/gimp/scripts/pre-install.sh
-%%DATADIR%%/module-examples/gimp/resources/gui_sidebanner.png
-%%DATADIR%%/module-examples/gimp/resources/gimp.png
-%%DATADIR%%/module-examples/gimp/resources/gui_banner.png
-%%DATADIR%%/module-examples/gimp/xdg-desktop/gimp.desktop
-%%DATADIR%%/module-examples/convertoldmod.sh
-%%DATADIR%%/module-examples/firefox/LICENSE
-%%DATADIR%%/module-examples/firefox/resources/gui_banner.png
-%%DATADIR%%/module-examples/firefox/resources/firefox.png
-%%DATADIR%%/module-examples/firefox/resources/gui_sidebanner.png
-%%DATADIR%%/module-examples/firefox/xdg-menu/firefox3.desktop
-%%DATADIR%%/module-examples/firefox/scripts/pre-remove.sh
-%%DATADIR%%/module-examples/firefox/scripts/post-install.sh
-%%DATADIR%%/module-examples/firefox/scripts/pre-install.sh
-%%DATADIR%%/module-examples/firefox/scripts/post-portmake.sh
-%%DATADIR%%/module-examples/firefox/xdg-desktop/firefox.desktop
-%%DATADIR%%/module-examples/firefox/external-links
-%%DATADIR%%/module-examples/firefox/pbi.conf
-%%DATADIR%%/icons/default.png
-%%DATADIR%%/icons/patch.png
-@dirrm %%DATADIR%%/module-examples/firefox/resources
-@dirrm %%DATADIR%%/module-examples/firefox/scripts
-@dirrm %%DATADIR%%/module-examples/firefox/xdg-desktop
-@dirrm %%DATADIR%%/module-examples/firefox/xdg-menu
-@dirrm %%DATADIR%%/module-examples/firefox/xdg-mime
-@dirrm %%DATADIR%%/module-examples/firefox
-@dirrm %%DATADIR%%/module-examples/gimp/resources
-@dirrm %%DATADIR%%/module-examples/gimp/scripts
-@dirrm %%DATADIR%%/module-examples/gimp/xdg-desktop
-@dirrm %%DATADIR%%/module-examples/gimp/xdg-menu
-@dirrm %%DATADIR%%/module-examples/gimp/xdg-mime
-@dirrm %%DATADIR%%/module-examples/gimp
-@dirrm %%DATADIR%%/module-examples
-@dirrm %%DATADIR%%/icons
-@dirrm %%DATADIR%%
-@unexec rm /usr/pbi/.pbiwrapper >/dev/null 2>/dev/null
-@unexec rmdir /usr/pbi/.hashdir >/dev/null 2>/dev/null
-@unexec rmdir /usr/pbi/share/applications >/dev/null 2>/dev/null
-@unexec rmdir /usr/pbi/share/desktop-directories >/dev/null 2>/dev/null
-@unexec rmdir /usr/pbi/share/icons/hicolor >/dev/null 2>/dev/null
-@unexec rmdir /usr/pbi/share/icons >/dev/null 2>/dev/null
-@unexec rmdir /usr/pbi/share/mime/packages >/dev/null 2>/dev/null
-@unexec rmdir /usr/pbi/share/mime >/dev/null 2>/dev/null
-@unexec rmdir /usr/pbi/share >/dev/null 2>/dev/null
-@unexec rmdir /usr/pbi/etc/xdg/menus >/dev/null 2>/dev/null
-@unexec rmdir /usr/pbi/etc/xdg >/dev/null 2>/dev/null
-@unexec rmdir /usr/pbi/etc >/dev/null 2>/dev/null
-@unexec rmdir /usr/pbi >/dev/null 2>/dev/null
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 5e1c7f9..5f7d577 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -453,7 +453,6 @@
SUBDIR += libfvde
SUBDIR += libgksu
SUBDIR += libieee1284
- SUBDIR += libpcbsd
SUBDIR += libretto-config
SUBDIR += libsunacl
SUBDIR += liburcu
@@ -647,8 +646,9 @@
SUBDIR += patchelf
SUBDIR += pax-utils
SUBDIR += pbimaker
- SUBDIR += pbreg
SUBDIR += pc-sysinstall
+ SUBDIR += pcbsd-utils
+ SUBDIR += pcbsd-utils-qt4
SUBDIR += pcfclock
SUBDIR += pciutils
SUBDIR += pcpustat
@@ -984,7 +984,6 @@
SUBDIR += vstrip
SUBDIR += vttest
SUBDIR += wait_on
- SUBDIR += warden
SUBDIR += watchdog
SUBDIR += watchfolder
SUBDIR += watchmen
diff --git a/sysutils/libpcbsd/Makefile b/sysutils/libpcbsd/Makefile
deleted file mode 100644
index 291b85e..0000000
--- a/sysutils/libpcbsd/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Kris Moore
-# $FreeBSD$
-
-PORTNAME= libpcbsd
-PORTVERSION= 8.0
-CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.pcbsd.org/pub/software/ \
- http://www.pcbsd.org/~kris/software/
-
-MAINTAINER= kmoore@FreeBSD.org
-COMMENT= PC-BSD Support Library
-
-WRKSRC= ${WRKDIR}/libpcbsd
-
-USES= cmake
-USE_QT4= corelib qmake_build moc_build rcc_build uic_build
-
-PLIST_FILES= lib/libpcbsd.so \
- lib/libpcbsd.so.0 \
- lib/libpcbsd.so.8.0 \
- include/pcbsd-utils.h \
- include/pcbsd-netif.h
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/CMakeLists.txt
-
-.include <bsd.port.mk>
diff --git a/sysutils/libpcbsd/distinfo b/sysutils/libpcbsd/distinfo
deleted file mode 100644
index 827ade2..0000000
--- a/sysutils/libpcbsd/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libpcbsd-8.0.tar.gz) = c59f76bb210265fba34a211d48316d251f5079eb01dc87a42bb8b32056719327
-SIZE (libpcbsd-8.0.tar.gz) = 3131
diff --git a/sysutils/libpcbsd/pkg-descr b/sysutils/libpcbsd/pkg-descr
deleted file mode 100644
index dce1216..0000000
--- a/sysutils/libpcbsd/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-PC-BSD Support Libraries
-
-Set of functions used by various PC-BSD utilities
-
-WWW: http://www.pcbsd.org/
diff --git a/sysutils/pbreg/Makefile b/sysutils/pbreg/Makefile
deleted file mode 100644
index 71e7e2e..0000000
--- a/sysutils/pbreg/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created by: Kris Moore
-# $FreeBSD$
-
-PORTNAME= pbreg
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.pcbsd.org/pub/software/ \
- http://www.pcbsd.org/~kris/software/
-
-MAINTAINER= kmoore@FreeBSD.org
-COMMENT= PC-BSD registry editor
-
-WRKSRC= ${WRKDIR}/PBReg
-
-USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build
-HAS_CONFIGURE= yes
-
-QMAKE_ARGS= -unix -recursive ${QMAKE_PRO}
-QMAKE_PRO= PBReg.pro
-
-PLIST_FILES= bin/pbreg
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
- ${WRKSRC}/${QMAKE_PRO}
-
-do-configure:
- @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${QMAKE} -unix CONFIG+="configure" ${QMAKE_PRO}
-
-.include <bsd.port.mk>
diff --git a/sysutils/pbreg/distinfo b/sysutils/pbreg/distinfo
deleted file mode 100644
index 1def825..0000000
--- a/sysutils/pbreg/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pbreg-1.0.tar.gz) = 640a759e9b223b0a10e78b45cac958d23a1ece4070f01e2d1e7d1403e13b7d07
-SIZE (pbreg-1.0.tar.gz) = 1239
diff --git a/sysutils/pbreg/pkg-descr b/sysutils/pbreg/pkg-descr
deleted file mode 100644
index f6afba0..0000000
--- a/sysutils/pbreg/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-PC-BSD Registry Editor
-
-pbreg is a command-line front-end to QT's QSettings framework, allowing scripts
-and other command-line apps to get & set keys. This program can be used to
-easily interact between QT-based GUI's and command-line implementations of
-these applications.
-
-WWW: http://www.pcbsd.org/
diff --git a/sysutils/pcbsd-utils-qt4/Makefile b/sysutils/pcbsd-utils-qt4/Makefile
new file mode 100644
index 0000000..6ff728d
--- /dev/null
+++ b/sysutils/pcbsd-utils-qt4/Makefile
@@ -0,0 +1,46 @@
+# Created by: Kris Moore <kmoore@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= pcbsd-utils-qt4
+PORTVERSION= 1380268666
+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
+
+RUN_DEPENDS= pc-metapkgmanager:${PORTSDIR}/sysutils/pcbsd-utils
+LIB_DEPENDS= QtSolutions_SingleApplication-head.1:${PORTSDIR}/devel/qt4-qtsolutions-singleapplication \
+ curl:${PORTSDIR}/ftp/curl
+
+MAKE_JOBS_UNSAFE=yes
+USE_CDRTOOLS= yes
+USE_BZIP2= yes
+USE_LDCONFIG= yes
+USE_QT4= accessible \
+ clucene codecs-cn codecs-jp codecs-kr codecs-tw corelib \
+ dbus declarative \
+ graphicssystems-opengl gui help help-tools \
+ iconengines imageformats inputmethods \
+ linguist l10n makeqpf moc multimedia network opengl \
+ pixeltool porting phonon phonon-gst \
+ qdbusviewer qmlviewer qmake qtconfig qtestlib \
+ qvfb rcc script scripttools \
+ svg uic uic3 \
+ xml xmlpatterns xmlpatterns-tool
+
+WRKSRC= ${WRKDIR}/src-qt4
+HAS_CONFIGURE= yes
+
+QMAKE_PRO= src-qt4.pro
+QMAKE_ARGS= -recursive ${QMAKE_PRO}
+
+do-configure:
+ @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
+ ${QMAKE} PREFIX=${PREFIX} -unix CONFIG+="configure" ${QMAKE_PRO}
+
+do-install:
+ cd ${WRKSRC} && make install INSTALL_ROOT=${STAGEDIR}
+
+.include <bsd.port.mk>
diff --git a/sysutils/pcbsd-utils-qt4/distinfo b/sysutils/pcbsd-utils-qt4/distinfo
new file mode 100644
index 0000000..1fcef32
--- /dev/null
+++ b/sysutils/pcbsd-utils-qt4/distinfo
@@ -0,0 +1,2 @@
+SHA256 (pcbsd-utils-qt4-1380268666.tar.bz2) = 89e9e73d7d51e58794f9a147a7a1b9e8b1aee74dc788b4f6d1c9565616a2a66b
+SIZE (pcbsd-utils-qt4-1380268666.tar.bz2) = 66718801
diff --git a/sysutils/pcbsd-utils-qt4/pkg-descr b/sysutils/pcbsd-utils-qt4/pkg-descr
new file mode 100644
index 0000000..c4dd176
--- /dev/null
+++ b/sysutils/pcbsd-utils-qt4/pkg-descr
@@ -0,0 +1 @@
+PC-BSD QT4 Utilities
diff --git a/sysutils/pcbsd-utils-qt4/pkg-plist b/sysutils/pcbsd-utils-qt4/pkg-plist
new file mode 100644
index 0000000..517665b
--- /dev/null
+++ b/sysutils/pcbsd-utils-qt4/pkg-plist
@@ -0,0 +1,2646 @@
+etc/rc.d/pc-sounddetect
+etc/rc.d/pcdm
+bin/about-gui
+bin/life-preserver
+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-gdmconf
+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-pkgmanager
+bin/pc-servicemanager
+bin/pc-softwaremanager
+bin/appcafe
+bin/pc-sounddetect
+bin/pc-soundconfig
+bin/pc-sysinstaller
+bin/pc-sysmanager
+bin/pc-systemupdatertray
+bin/pc-updategui
+bin/pc-usermanager
+bin/pc-welcome
+bin/pc-xgui
+bin/qsudo
+bin/EasyPBI
+bin/PCDM-session
+bin/xlock
+bin/openwith
+bin/flashpluginctl
+bin/xorg-startupcheck
+sbin/PCDMd
+sbin/PCDM-xloop
+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/xstartup/enable-ibus.sh
+share/pcbsd/xstartup/checkupdater.sh
+share/pcbsd/xstartup/life-preserver.sh
+share/pcbsd/xstartup/screensaver.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/fluxboxinit/startup
+share/pcbsd/fluxboxinit/keys
+share/pcbsd/fluxboxinit/init
+share/pcbsd/fluxboxinit/overlay
+share/pcbsd/fluxboxinit/menu
+share/pcbsd/movies/PCBSD9_16-10_WUXGA.flv
+share/pcbsd/movies/PCBSD9_4-3_UXGA.flv
+share/pcbsd/movies/PCBSD9_16-9_1080p.flv
+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/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/pkgmanager.png
+share/pcbsd/doc/handbook_en.pdf
+share/wallpapers/pcbsd9-default/contents/images/1024x768.jpg
+share/wallpapers/pcbsd9-default/contents/images/1600x1200.jpg
+share/wallpapers/pcbsd9-default/contents/images/1280x800.jpg
+share/wallpapers/pcbsd9-default/contents/images/1280x1024.jpg
+share/wallpapers/pcbsd9-default/contents/images/1440x900.jpg
+share/wallpapers/pcbsd9-default/contents/images/1920x1200.jpg
+share/wallpapers/pcbsd9-default/contents/images/800x600.jpg
+share/wallpapers/pcbsd9-default/contents/images/1920x1080.jpg
+share/wallpapers/pcbsd9-default/contents/screenshot.jpg
+share/wallpapers/pcbsd9-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_zh_TW.qm
+share/lifePreserver/i18n/LifePreserver_zh_HK.qm
+share/lifePreserver/i18n/LifePreserver_zh_CN.qm
+share/lifePreserver/i18n/LifePreserver_vi.qm
+share/lifePreserver/i18n/LifePreserver_uz.qm
+share/lifePreserver/i18n/LifePreserver_uk.qm
+share/lifePreserver/i18n/LifePreserver_tr.qm
+share/lifePreserver/i18n/LifePreserver_th.qm
+share/lifePreserver/i18n/LifePreserver_tg.qm
+share/lifePreserver/i18n/LifePreserver_ta.qm
+share/lifePreserver/i18n/LifePreserver_sw.qm
+share/lifePreserver/i18n/LifePreserver_sv.qm
+share/lifePreserver/i18n/LifePreserver_sr.qm
+share/lifePreserver/i18n/LifePreserver_sl.qm
+share/lifePreserver/i18n/LifePreserver_sa.qm
+share/lifePreserver/i18n/LifePreserver_sk.qm
+share/lifePreserver/i18n/LifePreserver_ru.qm
+share/lifePreserver/i18n/LifePreserver_ro.qm
+share/lifePreserver/i18n/LifePreserver_pt_BR.qm
+share/lifePreserver/i18n/LifePreserver_pt.qm
+share/lifePreserver/i18n/LifePreserver_pl.qm
+share/lifePreserver/i18n/LifePreserver_pa.qm
+share/lifePreserver/i18n/LifePreserver_nl.qm
+share/lifePreserver/i18n/LifePreserver_ne.qm
+share/lifePreserver/i18n/LifePreserver_nb.qm
+share/lifePreserver/i18n/LifePreserver_mt.qm
+share/lifePreserver/i18n/LifePreserver_ms.qm
+share/lifePreserver/i18n/LifePreserver_mn.qm
+share/lifePreserver/i18n/LifePreserver_mk.qm
+share/lifePreserver/i18n/LifePreserver_lv.qm
+share/lifePreserver/i18n/LifePreserver_lt.qm
+share/lifePreserver/i18n/LifePreserver_ko.qm
+share/lifePreserver/i18n/LifePreserver_ka.qm
+share/lifePreserver/i18n/LifePreserver_ja.qm
+share/lifePreserver/i18n/LifePreserver_it.qm
+share/lifePreserver/i18n/LifePreserver_is.qm
+share/lifePreserver/i18n/LifePreserver_id.qm
+share/lifePreserver/i18n/LifePreserver_hu.qm
+share/lifePreserver/i18n/LifePreserver_hr.qm
+share/lifePreserver/i18n/LifePreserver_hi.qm
+share/lifePreserver/i18n/LifePreserver_he.qm
+share/lifePreserver/i18n/LifePreserver_gl.qm
+share/lifePreserver/i18n/LifePreserver_fur.qm
+share/lifePreserver/i18n/LifePreserver_fr_CA.qm
+share/lifePreserver/i18n/LifePreserver_fr.qm
+share/lifePreserver/i18n/LifePreserver_fi.qm
+share/lifePreserver/i18n/LifePreserver_fa.qm
+share/lifePreserver/i18n/LifePreserver_eu.qm
+share/lifePreserver/i18n/LifePreserver_et.qm
+share/lifePreserver/i18n/LifePreserver_es.qm
+share/lifePreserver/i18n/LifePreserver_en_ZA.qm
+share/lifePreserver/i18n/LifePreserver_en_GB.qm
+share/lifePreserver/i18n/LifePreserver_en_US.qm
+share/lifePreserver/i18n/LifePreserver_el.qm
+share/lifePreserver/i18n/LifePreserver_de.qm
+share/lifePreserver/i18n/LifePreserver_da.qm
+share/lifePreserver/i18n/LifePreserver_cy.qm
+share/lifePreserver/i18n/LifePreserver_cs.qm
+share/lifePreserver/i18n/LifePreserver_ca.qm
+share/lifePreserver/i18n/LifePreserver_bs.qm
+share/lifePreserver/i18n/LifePreserver_bn.qm
+share/lifePreserver/i18n/LifePreserver_bg.qm
+share/lifePreserver/i18n/LifePreserver_az.qm
+share/lifePreserver/i18n/LifePreserver_ar.qm
+share/lifePreserver/i18n/LifePreserver_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_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.vmware
+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-systemupdatertray/images/autoupdateinstalling.png
+share/pcbsd/pc-systemupdatertray/images/autoupdateready.png
+share/pcbsd/pc-systemupdatertray/images/connecterror.png
+share/pcbsd/pc-systemupdatertray/images/go-down.png
+share/pcbsd/pc-systemupdatertray/images/appcafe.png
+share/pcbsd/pc-systemupdatertray/images/pkgmanager.png
+share/pcbsd/pc-systemupdatertray/images/pkgupdates.png
+share/pcbsd/pc-systemupdatertray/images/pbiupdates.png
+share/pcbsd/pc-systemupdatertray/images/restart.png
+share/pcbsd/pc-systemupdatertray/images/sysupdater.png
+share/pcbsd/pc-systemupdatertray/images/sysupdates.png
+share/pcbsd/pc-systemupdatertray/images/tmp.tar
+share/pcbsd/pc-systemupdatertray/images/updated.png
+share/pcbsd/pc-systemupdatertray/images/updating.png
+share/pcbsd/pc-systemupdatertray/images/warden.png
+share/pcbsd/pc-systemupdatertray/images/working.png
+share/pcbsd/pc-systemupdatertray/images/view-refresh.png
+share/pcbsd/pc-sounddetect/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/cups-icon.png
+share/pcbsd/pc-controlpanel/items/system/pc-bootconfig.desktop
+share/pcbsd/pc-controlpanel/items/system/pbi-thefish.desktop
+share/pcbsd/pc-controlpanel/items/system/pc-dmconf.desktop
+share/pcbsd/pc-controlpanel/items/system/pc-gdmconf.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-updategui.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/network/pfmanager.desktop
+share/pcbsd/pc-controlpanel/items/network/pbi-tork.desktop
+share/pcbsd/pc-controlpanel/items/network/pcnetwork.desktop
+share/pcbsd/pc-controlpanel/items/tools/pcbugreport.desktop
+share/pcbsd/pc-controlpanel/items/tools/pbi-luckybackup.desktop
+share/pcbsd/pc-controlpanel/items/tools/pbi-kbackup.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/software/pbi-winecfg.desktop
+share/pcbsd/pc-controlpanel/items/software/pbi-q4wine.desktop
+share/pcbsd/pc-controlpanel/items/software/pbi-kports.desktop
+share/pcbsd/pc-controlpanel/items/software/pbi-wine64cfg.desktop
+share/pcbsd/pc-controlpanel/items/software/easypbi.desktop
+share/pcbsd/pc-controlpanel/items/software/pbi-bpm.desktop
+share/pcbsd/pc-controlpanel/items/software/pbi-dbsd-tools.desktop
+share/pcbsd/pc-controlpanel/items/software/appcafe.desktop
+share/pcbsd/pc-controlpanel/items/software/pc-pkgmanager.desktop
+share/pcbsd/pc-controlpanel/items/de/gnome-appearance-properties.desktop
+share/pcbsd/pc-controlpanel/items/de/gnome-window-properties.desktop
+share/pcbsd/pc-controlpanel/items/de/gnome-screensaver.desktop
+share/pcbsd/pc-controlpanel/items/de/gnome-default-applications.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/gnome-keybinding-properies.desktop
+share/pcbsd/pc-controlpanel/items/de/gnome-gconf-editor.desktop
+share/pcbsd/pc-controlpanel/items/de/lxde-lxappearance.desktop
+share/pcbsd/pc-controlpanel/items/de/kde-systemsettings.desktop
+share/pcbsd/pc-controlpanel/items/de/gnome-alecarte.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/gnome-obconf.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/gnome-session-properties.desktop
+share/pcbsd/pc-controlpanel/items/de/gnome-at-properties.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/lxde-lxinput.desktop
+share/pcbsd/pc-controlpanel/items/hardware/gnome-volume-control.desktop
+share/pcbsd/pc-controlpanel/items/hardware/kinfocenter.desktop
+share/pcbsd/pc-controlpanel/items/hardware/gnome-settings-mouse.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/gnome-keyboard.desktop
+share/pcbsd/pc-controlpanel/items/hardware/pc-bluetoothmanager.desktop
+share/pcbsd/pc-controlpanel/items/hardware/gnome-power-preferences.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-gdmconf.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_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_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/PackageManager_af.qm
+share/pcbsd/i18n/PackageManager_ar.qm
+share/pcbsd/i18n/PackageManager_az.qm
+share/pcbsd/i18n/PackageManager_bg.qm
+share/pcbsd/i18n/PackageManager_bn.qm
+share/pcbsd/i18n/PackageManager_bs.qm
+share/pcbsd/i18n/PackageManager_ca.qm
+share/pcbsd/i18n/PackageManager_cs.qm
+share/pcbsd/i18n/PackageManager_cy.qm
+share/pcbsd/i18n/PackageManager_da.qm
+share/pcbsd/i18n/PackageManager_de.qm
+share/pcbsd/i18n/PackageManager_el.qm
+share/pcbsd/i18n/PackageManager_en_GB.qm
+share/pcbsd/i18n/PackageManager_en_ZA.qm
+share/pcbsd/i18n/PackageManager_es.qm
+share/pcbsd/i18n/PackageManager_et.qm
+share/pcbsd/i18n/PackageManager_eu.qm
+share/pcbsd/i18n/PackageManager_fa.qm
+share/pcbsd/i18n/PackageManager_fi.qm
+share/pcbsd/i18n/PackageManager_fr.qm
+share/pcbsd/i18n/PackageManager_fr_CA.qm
+share/pcbsd/i18n/PackageManager_gl.qm
+share/pcbsd/i18n/PackageManager_he.qm
+share/pcbsd/i18n/PackageManager_hi.qm
+share/pcbsd/i18n/PackageManager_hr.qm
+share/pcbsd/i18n/PackageManager_hu.qm
+share/pcbsd/i18n/PackageManager_id.qm
+share/pcbsd/i18n/PackageManager_is.qm
+share/pcbsd/i18n/PackageManager_it.qm
+share/pcbsd/i18n/PackageManager_ja.qm
+share/pcbsd/i18n/PackageManager_ka.qm
+share/pcbsd/i18n/PackageManager_ko.qm
+share/pcbsd/i18n/PackageManager_lt.qm
+share/pcbsd/i18n/PackageManager_lv.qm
+share/pcbsd/i18n/PackageManager_mk.qm
+share/pcbsd/i18n/PackageManager_mn.qm
+share/pcbsd/i18n/PackageManager_ms.qm
+share/pcbsd/i18n/PackageManager_mt.qm
+share/pcbsd/i18n/PackageManager_nb.qm
+share/pcbsd/i18n/PackageManager_nl.qm
+share/pcbsd/i18n/PackageManager_pa.qm
+share/pcbsd/i18n/PackageManager_pl.qm
+share/pcbsd/i18n/PackageManager_pt.qm
+share/pcbsd/i18n/PackageManager_pt_BR.qm
+share/pcbsd/i18n/PackageManager_ro.qm
+share/pcbsd/i18n/PackageManager_ru.qm
+share/pcbsd/i18n/PackageManager_sa.qm
+share/pcbsd/i18n/PackageManager_sk.qm
+share/pcbsd/i18n/PackageManager_sl.qm
+share/pcbsd/i18n/PackageManager_sr.qm
+share/pcbsd/i18n/PackageManager_sv.qm
+share/pcbsd/i18n/PackageManager_sw.qm
+share/pcbsd/i18n/PackageManager_ta.qm
+share/pcbsd/i18n/PackageManager_tg.qm
+share/pcbsd/i18n/PackageManager_th.qm
+share/pcbsd/i18n/PackageManager_tr.qm
+share/pcbsd/i18n/PackageManager_uk.qm
+share/pcbsd/i18n/PackageManager_uz.qm
+share/pcbsd/i18n/PackageManager_vi.qm
+share/pcbsd/i18n/PackageManager_zh_CN.qm
+share/pcbsd/i18n/PackageManager_zh_HK.qm
+share/pcbsd/i18n/PackageManager_zh_TW.qm
+share/pcbsd/i18n/PackageManager_zu.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_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_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_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_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_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_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_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-gdmconf_af.qm
+share/pcbsd/i18n/pc-gdmconf_zh_TW.qm
+share/pcbsd/i18n/pc-gdmconf_zh_HK.qm
+share/pcbsd/i18n/pc-gdmconf_zh_CN.qm
+share/pcbsd/i18n/pc-gdmconf_vi.qm
+share/pcbsd/i18n/pc-gdmconf_uz.qm
+share/pcbsd/i18n/pc-gdmconf_uk.qm
+share/pcbsd/i18n/pc-gdmconf_tr.qm
+share/pcbsd/i18n/pc-gdmconf_th.qm
+share/pcbsd/i18n/pc-gdmconf_tg.qm
+share/pcbsd/i18n/pc-gdmconf_ta.qm
+share/pcbsd/i18n/pc-gdmconf_sw.qm
+share/pcbsd/i18n/pc-gdmconf_sv.qm
+share/pcbsd/i18n/pc-gdmconf_sr.qm
+share/pcbsd/i18n/pc-gdmconf_sl.qm
+share/pcbsd/i18n/pc-gdmconf_sa.qm
+share/pcbsd/i18n/pc-gdmconf_sk.qm
+share/pcbsd/i18n/pc-gdmconf_ru.qm
+share/pcbsd/i18n/pc-gdmconf_ro.qm
+share/pcbsd/i18n/pc-gdmconf_pt_BR.qm
+share/pcbsd/i18n/pc-gdmconf_pt.qm
+share/pcbsd/i18n/pc-gdmconf_pl.qm
+share/pcbsd/i18n/pc-gdmconf_pa.qm
+share/pcbsd/i18n/pc-gdmconf_nl.qm
+share/pcbsd/i18n/pc-gdmconf_ne.qm
+share/pcbsd/i18n/pc-gdmconf_nb.qm
+share/pcbsd/i18n/pc-gdmconf_mt.qm
+share/pcbsd/i18n/pc-gdmconf_ms.qm
+share/pcbsd/i18n/pc-gdmconf_mn.qm
+share/pcbsd/i18n/pc-gdmconf_mk.qm
+share/pcbsd/i18n/pc-gdmconf_lv.qm
+share/pcbsd/i18n/pc-gdmconf_lt.qm
+share/pcbsd/i18n/pc-gdmconf_ko.qm
+share/pcbsd/i18n/pc-gdmconf_ka.qm
+share/pcbsd/i18n/pc-gdmconf_ja.qm
+share/pcbsd/i18n/pc-gdmconf_it.qm
+share/pcbsd/i18n/pc-gdmconf_is.qm
+share/pcbsd/i18n/pc-gdmconf_id.qm
+share/pcbsd/i18n/pc-gdmconf_hu.qm
+share/pcbsd/i18n/pc-gdmconf_hr.qm
+share/pcbsd/i18n/pc-gdmconf_hi.qm
+share/pcbsd/i18n/pc-gdmconf_he.qm
+share/pcbsd/i18n/pc-gdmconf_gl.qm
+share/pcbsd/i18n/pc-gdmconf_fur.qm
+share/pcbsd/i18n/pc-gdmconf_fr_CA.qm
+share/pcbsd/i18n/pc-gdmconf_fr.qm
+share/pcbsd/i18n/pc-gdmconf_fi.qm
+share/pcbsd/i18n/pc-gdmconf_fa.qm
+share/pcbsd/i18n/pc-gdmconf_eu.qm
+share/pcbsd/i18n/pc-gdmconf_et.qm
+share/pcbsd/i18n/pc-gdmconf_es.qm
+share/pcbsd/i18n/pc-gdmconf_en_ZA.qm
+share/pcbsd/i18n/pc-gdmconf_en_GB.qm
+share/pcbsd/i18n/pc-gdmconf_el.qm
+share/pcbsd/i18n/pc-gdmconf_de.qm
+share/pcbsd/i18n/pc-gdmconf_da.qm
+share/pcbsd/i18n/pc-gdmconf_cy.qm
+share/pcbsd/i18n/pc-gdmconf_cs.qm
+share/pcbsd/i18n/pc-gdmconf_ca.qm
+share/pcbsd/i18n/pc-gdmconf_bs.qm
+share/pcbsd/i18n/pc-gdmconf_bn.qm
+share/pcbsd/i18n/pc-gdmconf_bg.qm
+share/pcbsd/i18n/pc-gdmconf_az.qm
+share/pcbsd/i18n/pc-gdmconf_ar.qm
+share/pcbsd/i18n/pc-gdmconf_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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/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_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/scripts/portsnap.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_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_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/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-pkgmanager.desktop
+share/applications/pc-updategui.desktop
+share/applications/pcgdmconf.desktop
+share/applications/pc-welcome.desktop
+share/applications/warden.desktop
+share/applications/EasyPBI.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-hardware.h
+include/pcbsd-netif.h
+include/pcbsd-utils.h
+include/pcbsd-ui.h
+@dirrmtry etc/xdg/
+@dirrm share/warden/bin
+@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/movies
+@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-sounddetect
+@dirrm share/pcbsd/splash-screens
+@dirrm share/pcbsd/pc-systemupdatertray/images
+@dirrm share/pcbsd/pc-systemupdatertray
+@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/pcbsd9-default/contents/images
+@dirrm share/wallpapers/pcbsd9-default/contents
+@dirrm share/wallpapers/pcbsd9-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/warden
+@dirrmtry share/pcbsd/scripts
+@dirrmtry share/pcbsd
+@dirrmtry share/applications
+@dirrmtry share/desktop-directories
+@dirrmtry etc/xdg/menus
+@dirrmtry etc/xdg/applications-merged
+@dirrmtry etc/xdg
diff --git a/sysutils/pcbsd-utils/Makefile b/sysutils/pcbsd-utils/Makefile
new file mode 100644
index 0000000..d12b337
--- /dev/null
+++ b/sysutils/pcbsd-utils/Makefile
@@ -0,0 +1,38 @@
+# Created by: Kris Moore <kmoore@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= pcbsd-utils
+PORTVERSION= 1380268666
+CATEGORIES= sysutils
+MASTER_SITES= http://www.pcbsd.org/~kris/software/ \
+ ftp://ftp.pcbsd.org/pub/software/
+
+MAINTAINER= kmoore@FreeBSD.org
+COMMENT= PC-BSD Command-Line Utilities
+
+RUN_DEPENDS= pkg-static:${PORTSDIR}/ports-mgmt/pkg \
+ svn:${PORTSDIR}/devel/subversion \
+ mksquashfs:${PORTSDIR}/sysutils/squashfs-tools \
+ debootstrap:${PORTSDIR}/sysutils/debootstrap \
+ aria2c:${PORTSDIR}/www/aria2 \
+ sipcalc:${PORTSDIR}/net-mgmt/sipcalc \
+ eject:${PORTSDIR}/sysutils/eject \
+ unzip:${PORTSDIR}/archivers/unzip \
+ ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:${PORTSDIR}/www/py-requests \
+ jailme:${PORTSDIR}/sysutils/jailme
+
+WRKSRC= ${WRKDIR}/src-sh
+CONFLICTS?= pbi-manager-[0-9]*
+NO_BUILD= yes
+USE_BZIP2= yes
+USE_PYTHON= yes
+
+.include <bsd.port.pre.mk>
+
+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-utils/distinfo b/sysutils/pcbsd-utils/distinfo
new file mode 100644
index 0000000..5276b58
--- /dev/null
+++ b/sysutils/pcbsd-utils/distinfo
@@ -0,0 +1,2 @@
+SHA256 (pcbsd-utils-1380268666.tar.bz2) = 2e0525339a65f9006b0a7542e76eec08aa1b35ac9f318c96d42381f51df9ad6e
+SIZE (pcbsd-utils-1380268666.tar.bz2) = 35653787
diff --git a/sysutils/pcbsd-utils/pkg-descr b/sysutils/pcbsd-utils/pkg-descr
new file mode 100644
index 0000000..e90d00b
--- /dev/null
+++ b/sysutils/pcbsd-utils/pkg-descr
@@ -0,0 +1 @@
+PC-BSD Shell Utilities
diff --git a/sysutils/pcbsd-utils/pkg-install b/sysutils/pcbsd-utils/pkg-install
new file mode 100644
index 0000000..f852ec5
--- /dev/null
+++ b/sysutils/pcbsd-utils/pkg-install
@@ -0,0 +1,30 @@
+#!/bin/sh
+# Script to install PBI repo on pkg add
+
+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
+
+# If this is a new install, add the PC-BSD master repo
+ls /var/db/pbi/keys/* 2>/dev/null >/dev/null
+if [ $? -ne 0 ] ; then
+ ${PREFIX}/sbin/pbi_addrepo ${PREFIX}/share/pbi-manager/pcbsd.rpo
+fi
+
+# Copy over the wrapper files
+if [ `uname -m` = "amd64" ] ; then
+ cp ${PREFIX}/share/pbi-manager/.pbiwrapper-i386 /usr/pbi/.pbiwrapper-i386
+ cp ${PREFIX}/share/pbi-manager/.pbiwrapper-amd64 /usr/pbi/.pbiwrapper-amd64
+else
+ cp ${PREFIX}/share/pbi-manager/.pbiwrapper-i386 /usr/pbi/.pbiwrapper-i386
+fi
+
+exit 0
diff --git a/sysutils/pcbsd-utils/pkg-plist b/sysutils/pcbsd-utils/pkg-plist
new file mode 100644
index 0000000..26adce9
--- /dev/null
+++ b/sysutils/pcbsd-utils/pkg-plist
@@ -0,0 +1,777 @@
+bin/about
+bin/lpreserver
+bin/pc-metapkgmanager
+bin/pc-pkg
+bin/warden
+bin/pc-extractoverlay
+bin/pc-updatemanager
+bin/pc-fbsdupdatecheck
+bin/pc-su
+bin/pbreg
+bin/pc-krbconf
+bin/pc-ldapconf
+bin/pc-nssconf
+bin/pc-nssldapconf
+bin/pc-pamconf
+bin/pc-sambaconf
+bin/pc-adctl
+bin/pc-ldapctl
+bin/de-info
+bin/pc-thinclient
+bin/pc-xdgutil
+bin/pc-firstgui
+bin/pc-runxgui
+bin/pc-checkxdisplay
+bin/enable_user_pefs
+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/zfsrmclone.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/zfsclonesnap.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/zfslistclone.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
+share/pc-sysinstall/examples/pcinstall.cfg.fbsd-netinstall
+share/pc-sysinstall/examples/pcinstall.cfg.restore
+share/pc-sysinstall/examples/pcinstall.cfg.geli
+share/pc-sysinstall/examples/pcinstall.cfg.netinstall
+share/pc-sysinstall/examples/README
+share/pc-sysinstall/examples/pcinstall.cfg.gmirror
+share/pc-sysinstall/examples/pcinstall.cfg.zfs
+share/pc-sysinstall/backend-query/list-components.sh
+share/pc-sysinstall/backend-query/sys-mem.sh
+share/pc-sysinstall/backend-query/xkeyboard-variants.sh
+share/pc-sysinstall/backend-query/setup-ssh-keys.sh
+share/pc-sysinstall/backend-query/xkeyboard-layouts.sh
+share/pc-sysinstall/backend-query/enable-net.sh
+share/pc-sysinstall/backend-query/detect-laptop.sh
+share/pc-sysinstall/backend-query/list-packages.sh
+share/pc-sysinstall/backend-query/disk-info.sh
+share/pc-sysinstall/backend-query/list-mirrors.sh
+share/pc-sysinstall/backend-query/update-part-list.sh
+share/pc-sysinstall/backend-query/disk-part.sh
+share/pc-sysinstall/backend-query/query-langs.sh
+share/pc-sysinstall/backend-query/test-live.sh
+share/pc-sysinstall/backend-query/list-rsync-backups.sh
+share/pc-sysinstall/backend-query/get-packages.sh
+share/pc-sysinstall/backend-query/test-netup.sh
+share/pc-sysinstall/backend-query/send-logs.sh
+share/pc-sysinstall/backend-query/set-mirror.sh
+share/pc-sysinstall/backend-query/detect-nics.sh
+share/pc-sysinstall/backend-query/disk-list.sh
+share/pc-sysinstall/backend-query/xkeyboard-models.sh
+share/pc-sysinstall/backend-query/list-tzones.sh
+share/pc-sysinstall/backend-query/list-config.sh
+share/pc-sysinstall/backend-query/detect-emulation.sh
+share/pc-sysinstall/backend/parseconfig.sh
+share/pc-sysinstall/backend/functions-localize.sh
+share/pc-sysinstall/backend/functions-mountdisk.sh
+share/pc-sysinstall/backend/functions-users.sh
+share/pc-sysinstall/backend/functions-extractimage.sh
+share/pc-sysinstall/backend/functions.sh
+share/pc-sysinstall/backend/functions-networking.sh
+share/pc-sysinstall/backend/functions-ftp.sh
+share/pc-sysinstall/backend/functions-installpackages.sh
+share/pc-sysinstall/backend/functions-packages.sh
+share/pc-sysinstall/backend/functions-upgrade.sh
+share/pc-sysinstall/backend/functions-installcomponents.sh
+share/pc-sysinstall/backend/functions-newfs.sh
+share/pc-sysinstall/backend/functions-runcommands.sh
+share/pc-sysinstall/backend/functions-unmount.sh
+share/pc-sysinstall/backend/functions-mountoptical.sh
+share/pc-sysinstall/backend/functions-bsdlabel.sh
+share/pc-sysinstall/backend/functions-zfsrestore.sh
+share/pc-sysinstall/backend/startautoinstall.sh
+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
+share/pc-sysinstall/conf/licenses/nvidia-en.txt
+share/pc-sysinstall/conf/licenses/intel-en.txt
+share/pc-sysinstall/conf/licenses/bsd-en.txt
+share/pc-sysinstall/doc/help-disk-list
+share/pc-sysinstall/doc/help-index
+share/pc-sysinstall/doc/help-disk-size
+share/pc-sysinstall/doc/help-start-autoinstall
+share/pcbsd/bin/pkg
+share/pcbsd/conf/pcbsd-mirrors
+share/pcbsd/conf/pbi-mirror
+share/pcbsd/conf/pkg-mirror
+share/pcbsd/conf/iso-mirror
+share/pcbsd/conf/update-mirror
+share/pcbsd/conf/port-excludes
+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/distfiles/desktop-overlay.txz
+share/pcbsd/distfiles/port-overlay.txz
+share/pcbsd/distfiles/server-overlay.txz
+share/pcbsd/metaset/trueos/PostgreSQL/ports-list
+share/pcbsd/metaset/trueos/PostgreSQL/pkg-parent
+share/pcbsd/metaset/trueos/PostgreSQL/pkg-icon.png
+share/pcbsd/metaset/trueos/PostgreSQL/pkg-desc
+share/pcbsd/metaset/trueos/Lighttp/ports-list
+share/pcbsd/metaset/trueos/Lighttp/pkg-parent
+share/pcbsd/metaset/trueos/Lighttp/pkg-desc
+share/pcbsd/metaset/trueos/Lighttp/pkg-icon.png
+share/pcbsd/metaset/trueos/File-Servers/pkg-icon.png
+share/pcbsd/metaset/trueos/File-Servers/pkg-desc
+share/pcbsd/metaset/trueos/Samba/pkg-icon.png
+share/pcbsd/metaset/trueos/Samba/pkg-parent
+share/pcbsd/metaset/trueos/Samba/ports-list
+share/pcbsd/metaset/trueos/Samba/pkg-desc
+share/pcbsd/metaset/trueos/ownCloud/pkg-desc
+share/pcbsd/metaset/trueos/ownCloud/pkg-icon.png
+share/pcbsd/metaset/trueos/ownCloud/ports-list
+share/pcbsd/metaset/trueos/ownCloud/pkg-parent
+share/pcbsd/metaset/trueos/NGINX/pkg-icon.png
+share/pcbsd/metaset/trueos/NGINX/ports-list
+share/pcbsd/metaset/trueos/NGINX/pkg-parent
+share/pcbsd/metaset/trueos/NGINX/pkg-desc
+share/pcbsd/metaset/trueos/VirtualBox/pkg-parent
+share/pcbsd/metaset/trueos/VirtualBox/ports-list
+share/pcbsd/metaset/trueos/VirtualBox/pkg-desc
+share/pcbsd/metaset/trueos/VirtualBox/pkg-icon.png
+share/pcbsd/metaset/trueos/VirtualBoxGuest/pkg-parent
+share/pcbsd/metaset/trueos/VirtualBoxGuest/ports-list
+share/pcbsd/metaset/trueos/VirtualBoxGuest/pkg-desc
+share/pcbsd/metaset/trueos/VirtualBoxGuest/pkg-icon.png
+share/pcbsd/metaset/trueos/VirtualBoxGuest/post-install.sh
+share/pcbsd/metaset/trueos/VirtualBoxGuest/post-remove.sh
+share/pcbsd/metaset/trueos/VMwareGuest/pkg-parent
+share/pcbsd/metaset/trueos/VMwareGuest/ports-list
+share/pcbsd/metaset/trueos/VMwareGuest/pkg-desc
+share/pcbsd/metaset/trueos/VMwareGuest/pkg-icon.png
+share/pcbsd/metaset/trueos/VMwareGuest/post-install.sh
+share/pcbsd/metaset/trueos/VMwareGuest/post-remove.sh
+share/pcbsd/metaset/trueos/MySQL/pkg-desc
+share/pcbsd/metaset/trueos/MySQL/pkg-icon.png
+share/pcbsd/metaset/trueos/MySQL/ports-list
+share/pcbsd/metaset/trueos/MySQL/pkg-parent
+share/pcbsd/metaset/trueos/Languages/pkg-icon.png
+share/pcbsd/metaset/trueos/Languages/pkg-desc
+share/pcbsd/metaset/trueos/Database-Servers/pkg-desc
+share/pcbsd/metaset/trueos/Database-Servers/pkg-icon.png
+share/pcbsd/metaset/trueos/Development/ports-list
+share/pcbsd/metaset/trueos/Development/pkg-desc
+share/pcbsd/metaset/trueos/Development/pkg-icon.png
+share/pcbsd/metaset/trueos/Apache/ports-list
+share/pcbsd/metaset/trueos/Apache/pkg-parent
+share/pcbsd/metaset/trueos/Apache/pkg-icon.png
+share/pcbsd/metaset/trueos/Apache/pkg-desc
+share/pcbsd/metaset/trueos/PHP/pkg-parent
+share/pcbsd/metaset/trueos/PHP/ports-list
+share/pcbsd/metaset/trueos/PHP/pkg-desc
+share/pcbsd/metaset/trueos/PHP/pkg-icon.png
+share/pcbsd/metaset/trueos/Squid/pkg-icon.png
+share/pcbsd/metaset/trueos/Squid/pkg-parent
+share/pcbsd/metaset/trueos/Squid/ports-list
+share/pcbsd/metaset/trueos/Squid/pkg-desc
+share/pcbsd/metaset/trueos/Virtualization/pkg-icon.png
+share/pcbsd/metaset/trueos/Virtualization/pkg-desc
+share/pcbsd/metaset/trueos/Wordpress/ports-list
+share/pcbsd/metaset/trueos/Wordpress/pkg-desc
+share/pcbsd/metaset/trueos/Wordpress/pkg-parent
+share/pcbsd/metaset/trueos/Wordpress/pkg-icon.png
+share/pcbsd/metaset/trueos/Web-Servers/pkg-icon.png
+share/pcbsd/metaset/trueos/Web-Servers/pkg-desc
+share/pcbsd/metaset/pcbsd/IceWM/pkg-desc
+share/pcbsd/metaset/pcbsd/IceWM/pkg-parent
+share/pcbsd/metaset/pcbsd/IceWM/ports-list
+share/pcbsd/metaset/pcbsd/IceWM/desktop
+share/pcbsd/metaset/pcbsd/IceWM/pkg-icon.png
+share/pcbsd/metaset/pcbsd/KDE-Multimedia/ports-list
+share/pcbsd/metaset/pcbsd/KDE-Multimedia/pkg-parent
+share/pcbsd/metaset/pcbsd/KDE-Multimedia/pkg-desc
+share/pcbsd/metaset/pcbsd/KDE-Multimedia/pkg-icon.png
+share/pcbsd/metaset/pcbsd/VMwareGuest/post-remove.sh
+share/pcbsd/metaset/pcbsd/VMwareGuest/pkg-parent
+share/pcbsd/metaset/pcbsd/VMwareGuest/pkg-desc
+share/pcbsd/metaset/pcbsd/VMwareGuest/ports-list
+share/pcbsd/metaset/pcbsd/VMwareGuest/post-install.sh
+share/pcbsd/metaset/pcbsd/VMwareGuest/pkg-icon.png
+share/pcbsd/metaset/pcbsd/FVWM/pkg-parent
+share/pcbsd/metaset/pcbsd/FVWM/ports-list
+share/pcbsd/metaset/pcbsd/FVWM/pkg-icon.png
+share/pcbsd/metaset/pcbsd/FVWM/pkg-desc
+share/pcbsd/metaset/pcbsd/FVWM/desktop
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-173/ignore-arch
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-173/pkg-parent
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-173/post-remove.sh
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-173/ports-list
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-173/pkg-desc
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-173/pkg-icon.png
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-173/post-install.sh
+share/pcbsd/metaset/pcbsd/I3/pkg-icon.png
+share/pcbsd/metaset/pcbsd/I3/pkg-desc
+share/pcbsd/metaset/pcbsd/I3/pkg-parent
+share/pcbsd/metaset/pcbsd/I3/ports-list
+share/pcbsd/metaset/pcbsd/I3/desktop
+share/pcbsd/metaset/pcbsd/LXDE/pkg-icon.png
+share/pcbsd/metaset/pcbsd/LXDE/ports-list
+share/pcbsd/metaset/pcbsd/LXDE/pkg-parent
+share/pcbsd/metaset/pcbsd/LXDE/desktop
+share/pcbsd/metaset/pcbsd/LXDE/pkg-desc
+share/pcbsd/metaset/pcbsd/Development-Science/ports-list
+share/pcbsd/metaset/pcbsd/Development-Science/pkg-parent
+share/pcbsd/metaset/pcbsd/Development-Science/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Development-Science/pkg-desc
+share/pcbsd/metaset/pcbsd/Development-Science/dl-only
+share/pcbsd/metaset/pcbsd/GNOME-Utilities/pkg-icon.png
+share/pcbsd/metaset/pcbsd/GNOME-Utilities/pkg-parent
+share/pcbsd/metaset/pcbsd/GNOME-Utilities/pkg-desc
+share/pcbsd/metaset/pcbsd/GNOME-Utilities/ports-list
+share/pcbsd/metaset/pcbsd/Development-Qt/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Development-Qt/pkg-parent
+share/pcbsd/metaset/pcbsd/Development-Qt/pkg-desc
+share/pcbsd/metaset/pcbsd/Development-Qt/ports-list
+share/pcbsd/metaset/pcbsd/KDE-Calligra/pkg-parent
+share/pcbsd/metaset/pcbsd/KDE-Calligra/ports-list
+share/pcbsd/metaset/pcbsd/KDE-Calligra/pkg-desc
+share/pcbsd/metaset/pcbsd/KDE-Calligra/pkg-icon.png
+share/pcbsd/metaset/pcbsd/KDE-Calligra/dl-only
+share/pcbsd/metaset/pcbsd/XFCE/desktop
+share/pcbsd/metaset/pcbsd/XFCE/pkg-desc
+share/pcbsd/metaset/pcbsd/XFCE/pkg-parent
+share/pcbsd/metaset/pcbsd/XFCE/ports-list
+share/pcbsd/metaset/pcbsd/XFCE/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Development-IDE/pkg-parent
+share/pcbsd/metaset/pcbsd/Development-IDE/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Development-IDE/pkg-desc
+share/pcbsd/metaset/pcbsd/XBMC/pkg-icon.png
+share/pcbsd/metaset/pcbsd/XBMC/pkg-parent
+share/pcbsd/metaset/pcbsd/XBMC/ports-list
+share/pcbsd/metaset/pcbsd/XBMC/pkg-desc
+share/pcbsd/metaset/pcbsd/XBMC/dl-only
+share/pcbsd/metaset/pcbsd/Awesome/pkg-parent
+share/pcbsd/metaset/pcbsd/Awesome/ports-list
+share/pcbsd/metaset/pcbsd/Awesome/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Awesome/pkg-desc
+share/pcbsd/metaset/pcbsd/Awesome/desktop
+share/pcbsd/metaset/pcbsd/Hardware-Drivers/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Hardware-Drivers/pkg-desc
+share/pcbsd/metaset/pcbsd/Development-Debug/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Development-Debug/pkg-parent
+share/pcbsd/metaset/pcbsd/Development-Debug/ports-list
+share/pcbsd/metaset/pcbsd/Development-Debug/pkg-desc
+share/pcbsd/metaset/pcbsd/KDE-Education/pkg-parent
+share/pcbsd/metaset/pcbsd/KDE-Education/ports-list
+share/pcbsd/metaset/pcbsd/KDE-Education/pkg-desc
+share/pcbsd/metaset/pcbsd/KDE-Education/pkg-icon.png
+share/pcbsd/metaset/pcbsd/KDE-Education/dl-only
+share/pcbsd/metaset/pcbsd/Openbox/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Openbox/desktop
+share/pcbsd/metaset/pcbsd/Openbox/pkg-desc
+share/pcbsd/metaset/pcbsd/Openbox/pkg-parent
+share/pcbsd/metaset/pcbsd/Openbox/ports-list
+share/pcbsd/metaset/pcbsd/Spectrwm/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Spectrwm/pkg-desc
+share/pcbsd/metaset/pcbsd/Spectrwm/desktop
+share/pcbsd/metaset/pcbsd/Spectrwm/pkg-parent
+share/pcbsd/metaset/pcbsd/Spectrwm/ports-list
+share/pcbsd/metaset/pcbsd/GNOME/ports-list
+share/pcbsd/metaset/pcbsd/GNOME/pkg-parent
+share/pcbsd/metaset/pcbsd/GNOME/desktop
+share/pcbsd/metaset/pcbsd/GNOME/pkg-icon.png
+share/pcbsd/metaset/pcbsd/GNOME/pkg-desc
+share/pcbsd/metaset/pcbsd/KDE/pkg-parent
+share/pcbsd/metaset/pcbsd/KDE/ports-list
+share/pcbsd/metaset/pcbsd/KDE/desktop
+share/pcbsd/metaset/pcbsd/KDE/pkg-icon.png
+share/pcbsd/metaset/pcbsd/KDE/pkg-desc
+share/pcbsd/metaset/pcbsd/GNOME-Net/pkg-desc
+share/pcbsd/metaset/pcbsd/GNOME-Net/pkg-parent
+share/pcbsd/metaset/pcbsd/GNOME-Net/pkg-icon.png
+share/pcbsd/metaset/pcbsd/GNOME-Net/ports-list
+share/pcbsd/metaset/pcbsd/GNOME-Games/ports-list
+share/pcbsd/metaset/pcbsd/GNOME-Games/pkg-icon.png
+share/pcbsd/metaset/pcbsd/GNOME-Games/pkg-parent
+share/pcbsd/metaset/pcbsd/GNOME-Games/pkg-desc
+share/pcbsd/metaset/pcbsd/GNOME-Games/dl-only
+share/pcbsd/metaset/pcbsd/Compiz/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Compiz/ports-list
+share/pcbsd/metaset/pcbsd/Compiz/pkg-parent
+share/pcbsd/metaset/pcbsd/Compiz/pkg-desc
+share/pcbsd/metaset/pcbsd/Rekonq/pkg-desc
+share/pcbsd/metaset/pcbsd/Rekonq/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Rekonq/ports-list
+share/pcbsd/metaset/pcbsd/Rekonq/pkg-parent
+share/pcbsd/metaset/pcbsd/Rekonq/dl-only
+share/pcbsd/metaset/pcbsd/KDE-L10N/pkg-desc
+share/pcbsd/metaset/pcbsd/KDE-L10N/pkg-icon.png
+share/pcbsd/metaset/pcbsd/KDE-L10N/ports-list
+share/pcbsd/metaset/pcbsd/KDE-L10N/pkg-parent
+share/pcbsd/metaset/pcbsd/Development/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Development/ports-list
+share/pcbsd/metaset/pcbsd/Development/pkg-desc
+share/pcbsd/metaset/pcbsd/KDE-Artwork/pkg-icon.png
+share/pcbsd/metaset/pcbsd/KDE-Artwork/pkg-desc
+share/pcbsd/metaset/pcbsd/KDE-Artwork/ports-list
+share/pcbsd/metaset/pcbsd/KDE-Artwork/pkg-parent
+share/pcbsd/metaset/pcbsd/VirtualBoxGuest/post-remove.sh
+share/pcbsd/metaset/pcbsd/VirtualBoxGuest/post-install.sh
+share/pcbsd/metaset/pcbsd/VirtualBoxGuest/pkg-desc
+share/pcbsd/metaset/pcbsd/VirtualBoxGuest/pkg-parent
+share/pcbsd/metaset/pcbsd/VirtualBoxGuest/ports-list
+share/pcbsd/metaset/pcbsd/VirtualBoxGuest/pkg-icon.png
+share/pcbsd/metaset/pcbsd/KDE-PIM/pkg-icon.png
+share/pcbsd/metaset/pcbsd/KDE-PIM/ports-list
+share/pcbsd/metaset/pcbsd/KDE-PIM/pkg-parent
+share/pcbsd/metaset/pcbsd/KDE-PIM/pkg-desc
+share/pcbsd/metaset/pcbsd/XFCE-Plugins/ports-list
+share/pcbsd/metaset/pcbsd/XFCE-Plugins/pkg-parent
+share/pcbsd/metaset/pcbsd/XFCE-Plugins/pkg-icon.png
+share/pcbsd/metaset/pcbsd/XFCE-Plugins/pkg-desc
+share/pcbsd/metaset/pcbsd/KDE-Accessibility/pkg-desc
+share/pcbsd/metaset/pcbsd/KDE-Accessibility/ports-list
+share/pcbsd/metaset/pcbsd/KDE-Accessibility/pkg-parent
+share/pcbsd/metaset/pcbsd/KDE-Accessibility/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Handheld/pkg-desc
+share/pcbsd/metaset/pcbsd/Handheld/pkg-parent
+share/pcbsd/metaset/pcbsd/Handheld/ports-list
+share/pcbsd/metaset/pcbsd/Handheld/pkg-icon.png
+share/pcbsd/metaset/pcbsd/KDE-Games/pkg-icon.png
+share/pcbsd/metaset/pcbsd/KDE-Games/pkg-desc
+share/pcbsd/metaset/pcbsd/KDE-Games/ports-list
+share/pcbsd/metaset/pcbsd/KDE-Games/pkg-parent
+share/pcbsd/metaset/pcbsd/KDE-Games/dl-only
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-71/post-remove.sh
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-71/pkg-icon.png
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-71/ports-list
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-71/post-install.sh
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-71/pkg-parent
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-71/pkg-desc
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-71/ignore-arch
+share/pcbsd/metaset/pcbsd/KDE-WebDevKit/pkg-icon.png
+share/pcbsd/metaset/pcbsd/KDE-WebDevKit/ports-list
+share/pcbsd/metaset/pcbsd/KDE-WebDevKit/pkg-parent
+share/pcbsd/metaset/pcbsd/KDE-WebDevKit/pkg-desc
+share/pcbsd/metaset/pcbsd/KDE-WebDevKit/dl-only
+share/pcbsd/metaset/pcbsd/Development-Embedded/pkg-parent
+share/pcbsd/metaset/pcbsd/Development-Embedded/ports-list
+share/pcbsd/metaset/pcbsd/Development-Embedded/pkg-desc
+share/pcbsd/metaset/pcbsd/Development-Embedded/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Development-Embedded/dl-only
+share/pcbsd/metaset/pcbsd/Unsupported-Desktops/pkg-desc
+share/pcbsd/metaset/pcbsd/Unsupported-Desktops/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Development-Web/pkg-parent
+share/pcbsd/metaset/pcbsd/Development-Web/ports-list
+share/pcbsd/metaset/pcbsd/Development-Web/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Development-Web/pkg-desc
+share/pcbsd/metaset/pcbsd/WindowLab/desktop
+share/pcbsd/metaset/pcbsd/WindowLab/pkg-desc
+share/pcbsd/metaset/pcbsd/WindowLab/pkg-parent
+share/pcbsd/metaset/pcbsd/WindowLab/ports-list
+share/pcbsd/metaset/pcbsd/WindowLab/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Window_Maker/desktop
+share/pcbsd/metaset/pcbsd/Window_Maker/pkg-desc
+share/pcbsd/metaset/pcbsd/Window_Maker/pkg-parent
+share/pcbsd/metaset/pcbsd/Window_Maker/ports-list
+share/pcbsd/metaset/pcbsd/Window_Maker/pkg-icon.png
+share/pcbsd/metaset/pcbsd/NVIDIA/pkg-parent
+share/pcbsd/metaset/pcbsd/NVIDIA/ports-list
+share/pcbsd/metaset/pcbsd/NVIDIA/pkg-icon.png
+share/pcbsd/metaset/pcbsd/NVIDIA/post-remove.sh
+share/pcbsd/metaset/pcbsd/NVIDIA/post-install.sh
+share/pcbsd/metaset/pcbsd/NVIDIA/pkg-desc
+share/pcbsd/metaset/pcbsd/GNOME-Accessibility/pkg-desc
+share/pcbsd/metaset/pcbsd/GNOME-Accessibility/pkg-icon.png
+share/pcbsd/metaset/pcbsd/GNOME-Accessibility/ports-list
+share/pcbsd/metaset/pcbsd/GNOME-Accessibility/pkg-parent
+share/pcbsd/metaset/pcbsd/HPLIP/pkg-icon.png
+share/pcbsd/metaset/pcbsd/HPLIP/pkg-desc
+share/pcbsd/metaset/pcbsd/HPLIP/pkg-parent
+share/pcbsd/metaset/pcbsd/HPLIP/ports-list
+share/pcbsd/metaset/pcbsd/KDE-SDK/ports-list
+share/pcbsd/metaset/pcbsd/KDE-SDK/pkg-parent
+share/pcbsd/metaset/pcbsd/KDE-SDK/pkg-desc
+share/pcbsd/metaset/pcbsd/KDE-SDK/pkg-icon.png
+share/pcbsd/metaset/pcbsd/KDE-SDK/dl-only
+share/pcbsd/metaset/pcbsd/KDE-Graphics/pkg-icon.png
+share/pcbsd/metaset/pcbsd/KDE-Graphics/pkg-parent
+share/pcbsd/metaset/pcbsd/KDE-Graphics/ports-list
+share/pcbsd/metaset/pcbsd/KDE-Graphics/pkg-desc
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-96/post-remove.sh
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-96/pkg-desc
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-96/ignore-arch
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-96/pkg-icon.png
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-96/ports-list
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-96/post-install.sh
+share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-96/pkg-parent
+share/pcbsd/metaset/pcbsd/KDE-Toys/pkg-parent
+share/pcbsd/metaset/pcbsd/KDE-Toys/ports-list
+share/pcbsd/metaset/pcbsd/KDE-Toys/pkg-desc
+share/pcbsd/metaset/pcbsd/KDE-Toys/pkg-icon.png
+share/pcbsd/metaset/pcbsd/KDE-Toys/dl-only
+share/pcbsd/metaset/pcbsd/Ratpoison/desktop
+share/pcbsd/metaset/pcbsd/Ratpoison/pkg-parent
+share/pcbsd/metaset/pcbsd/Ratpoison/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Ratpoison/ports-list
+share/pcbsd/metaset/pcbsd/Ratpoison/pkg-desc
+share/pcbsd/metaset/pcbsd/Development-VCS/ports-list
+share/pcbsd/metaset/pcbsd/Development-VCS/pkg-desc
+share/pcbsd/metaset/pcbsd/Development-VCS/pkg-parent
+share/pcbsd/metaset/pcbsd/Development-VCS/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Desktops/pkg-icon.png
+share/pcbsd/metaset/pcbsd/Desktops/pkg-desc
+share/pcbsd/metaset/pcbsd/KDE-Network/pkg-icon.png
+share/pcbsd/metaset/pcbsd/KDE-Network/pkg-desc
+share/pcbsd/metaset/pcbsd/KDE-Network/pkg-parent
+share/pcbsd/metaset/pcbsd/KDE-Network/ports-list
+share/pcbsd/metaset/pcbsd/MythTV/pkg-parent
+share/pcbsd/metaset/pcbsd/MythTV/ports-list
+share/pcbsd/metaset/pcbsd/MythTV/pkg-desc
+share/pcbsd/metaset/pcbsd/MythTV/pkg-icon.png
+share/pcbsd/metaset/pcbsd/MythTV/post-remove.sh
+share/pcbsd/metaset/pcbsd/MythTV/post-install.sh
+share/pcbsd/metaset/pcbsd/MythTV/dl-only
+share/pcbsd/metaset/pcbsd/Misc/pkg-desc
+share/pcbsd/metaset/pcbsd/Misc/pkg-icon.png
+share/pcbsd/pc-xdgutil/applications.menu
+share/pcbsd/pc-xdgutil/xfce-applications.menu
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-toys.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-more.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-multimedia.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-games-board.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-edu-tools.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-utilities-desktop.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-games-roguelikes.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-utilities-accessibility.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-utilities-pim.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-utilities-file.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-system.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-development-webdevelopment.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-utilities-xutils.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-system-terminal.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-unknown.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-information.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-office.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-internet.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-games-logic.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-main.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-games-strategy.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-edu-miscellaneous.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-settingsmenu.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-edu-mathematics.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-education.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-games-arcade.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-games.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-edu-languages.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-games-card.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-graphics.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-internet-terminal.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-development.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-edu-science.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-development-translation.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-utilities.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-science.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-utilities-peripherals.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-games-kids.directory
+share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-editors.directory
+share/pcbsd/pc-thinclient/resources/gdm/gdm-rc
+share/pcbsd/pc-thinclient/resources/gdm/gdm-pam
+share/pcbsd/pc-thinclient/resources/gdm/custom.conf
+share/pcbsd/pc-thinclient/resources/scripts/pc-sysinstall.example
+share/pcbsd/pc-thinclient/resources/scripts/wallpaper.png
+share/pcbsd/pc-thinclient/resources/scripts/tcsinstall.sh
+share/pcbsd/pc-thinclient/resources/scripts/tcslogin.sh
+share/pcbsd/pc-thinclient/resources/scripts/cardDetect/XF86Config.compat
+share/pcbsd/pc-thinclient/resources/scripts/cardDetect/x_config.sh
+share/pcbsd/pc-thinclient/resources/scripts/cardDetect/XF86Config.qemu
+share/pcbsd/pc-thinclient/resources/scripts/cardDetect/mouse_config.sh
+share/pcbsd/pc-thinclient/resources/scripts/cardDetect/XF86Config.default
+share/pcbsd/pc-thinclient/resources/scripts/cardDetect/XF86Config.vmware
+share/pcbsd/pc-thinclient/resources/etc/hosts
+share/pcbsd/pc-thinclient/resources/etc/fstab
+share/pcbsd/pc-thinclient/resources/etc/motd
+share/pcbsd/pc-thinclient/resources/etc/ttys
+share/pcbsd/pc-thinclient/resources/etc/rc.conf
+share/pcbsd/pc-thinclient/resources/etc/gettytab
+share/pcbsd/pc-thinclient/resources/root/dot.login
+share/pcbsd/pc-thinclient/resources/dhcpd/dhcpd.conf
+share/pcbsd/pc-thinclient/resources/boot/beastie.4th
+share/pcbsd/pc-thinclient/resources/webui/functions.php
+share/pcbsd/pc-thinclient/resources/webui/scripts.php
+share/pcbsd/pc-thinclient/resources/webui/clients.php
+share/pcbsd/pc-thinclient/resources/webui/config.php.dist
+share/pcbsd/pc-thinclient/resources/webui/logincheck.php
+share/pcbsd/pc-thinclient/resources/webui/index.php
+share/pcbsd/pc-thinclient/resources/webui/login.php
+share/pcbsd/de-profiles/lxde.profile
+share/pcbsd/de-profiles/kde.profile
+share/pcbsd/de-profiles/gnome.profile
+share/pcbsd/de-profiles/xfce.profile
+share/pcbsd/pc-updatemanager/conf/sysupdate.conf
+share/pcbsd/pc-updatemanager/conf/security.key
+share/pcbsd/scripts/functions.sh
+share/pcbsd/scripts/mkzfsdir.sh
+share/pcbsd/scripts/reset-firewall
+share/pcbsd/scripts/rmzfsdir.sh
+share/pcbsd/scripts/sys-init.sh
+etc/warden.conf
+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-ldap
+etc/rc.d/pc-nssldap
+etc/rc.d/pc-directory
+sbin/pbi-crashhandler
+sbin/pbi_add
+sbin/pbi_addrepo
+sbin/pbi_autobuild
+sbin/pbi_browser
+sbin/pbi_create
+sbin/pbi_delete
+sbin/pbi_deleterepo
+sbin/pbi_icon
+sbin/pbi_indextool
+sbin/pbi_info
+sbin/pbi_listrepo
+sbin/pbi_makepatch
+sbin/pbi_makeport
+sbin/pbi_makerepo
+sbin/pbi_metatool
+sbin/pbi_update
+sbin/pbi_update_hashdir
+sbin/pbi_patch
+sbin/pbid
+etc/pbi.conf
+etc/rc.d/pbid
+share/pbi-manager/.pbiwrapper-i386
+share/pbi-manager/.pbiwrapper-amd64
+share/pbi-manager/module-examples/gimp/xdg-menu/gimp.desktop
+share/pbi-manager/module-examples/gimp/xdg-mime/gimp-xdg.png
+share/pbi-manager/module-examples/gimp/xdg-mime/gimp-xdg.xml
+share/pbi-manager/module-examples/gimp/LICENSE
+share/pbi-manager/module-examples/gimp/external-links
+share/pbi-manager/module-examples/gimp/pbi.conf
+share/pbi-manager/module-examples/gimp/scripts/pre-remove.sh
+share/pbi-manager/module-examples/gimp/scripts/post-install.sh
+share/pbi-manager/module-examples/gimp/scripts/pre-portmake.sh
+share/pbi-manager/module-examples/gimp/scripts/post-portmake.sh
+share/pbi-manager/module-examples/gimp/scripts/pre-install.sh
+share/pbi-manager/module-examples/gimp/resources/gui_sidebanner.png
+share/pbi-manager/module-examples/gimp/resources/gimp.png
+share/pbi-manager/module-examples/gimp/resources/gui_banner.png
+share/pbi-manager/module-examples/gimp/xdg-desktop/gimp.desktop
+share/pbi-manager/module-examples/convertoldmod.sh
+share/pbi-manager/module-examples/firefox/LICENSE
+share/pbi-manager/module-examples/firefox/resources/gui_banner.png
+share/pbi-manager/module-examples/firefox/resources/firefox.png
+share/pbi-manager/module-examples/firefox/resources/gui_sidebanner.png
+share/pbi-manager/module-examples/firefox/xdg-menu/firefox3.desktop
+share/pbi-manager/module-examples/firefox/scripts/pre-remove.sh
+share/pbi-manager/module-examples/firefox/scripts/post-install.sh
+share/pbi-manager/module-examples/firefox/scripts/pre-install.sh
+share/pbi-manager/module-examples/firefox/scripts/post-portmake.sh
+share/pbi-manager/module-examples/firefox/xdg-desktop/firefox.desktop
+share/pbi-manager/module-examples/firefox/external-links
+share/pbi-manager/module-examples/firefox/pbi.conf
+share/pbi-manager/icons/default.png
+share/pbi-manager/icons/patch.png
+share/pbi-manager/pcbsd.rpo
+man/man1/pbi_add.1.gz
+man/man1/pbi_browser.1.gz
+man/man1/pbi_create.1.gz
+man/man1/pbi_delete.1.gz
+man/man1/pbi_icon.1.gz
+man/man1/pbi_indextool.1.gz
+man/man1/pbi_info.1.gz
+man/man1/pbi_listrepo.1.gz
+man/man1/pbi_update.1.gz
+man/man1/pbi_metatool.1.gz
+man/man1/pbi_patch.1.gz
+man/man1/pbi_update_hashdir.1.gz
+man/man5/pbi.conf.5.gz
+man/man8/pbi_addrepo.8.gz
+man/man8/pbi_autobuild.8.gz
+man/man8/pbi_deleterepo.8.gz
+man/man8/pbi_makepatch.8.gz
+man/man8/pbi_makeport.8.gz
+man/man8/pbi_makerepo.8.gz
+man/man8/pbid.8.gz
+man/man8/pc-sysinstall.8.gz
+@dirrm share/pbi-manager/module-examples/firefox/resources
+@dirrm share/pbi-manager/module-examples/firefox/scripts
+@dirrm share/pbi-manager/module-examples/firefox/xdg-desktop
+@dirrm share/pbi-manager/module-examples/firefox/xdg-menu
+@dirrm share/pbi-manager/module-examples/firefox
+@dirrm share/pbi-manager/module-examples/gimp/resources
+@dirrm share/pbi-manager/module-examples/gimp/scripts
+@dirrm share/pbi-manager/module-examples/gimp/xdg-desktop
+@dirrm share/pbi-manager/module-examples/gimp/xdg-menu
+@dirrm share/pbi-manager/module-examples/gimp/xdg-mime
+@dirrm share/pbi-manager/module-examples/gimp
+@dirrm share/pbi-manager/module-examples
+@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/metaset/trueos/File-Servers
+@dirrm share/pcbsd/metaset/trueos/PostgreSQL
+@dirrm share/pcbsd/metaset/trueos/Lighttp
+@dirrm share/pcbsd/metaset/trueos/Samba
+@dirrm share/pcbsd/metaset/trueos/ownCloud
+@dirrm share/pcbsd/metaset/trueos/NGINX
+@dirrm share/pcbsd/metaset/trueos/VirtualBox
+@dirrm share/pcbsd/metaset/trueos/VirtualBoxGuest
+@dirrm share/pcbsd/metaset/trueos/VMwareGuest
+@dirrm share/pcbsd/metaset/trueos/MySQL
+@dirrm share/pcbsd/metaset/trueos/Languages
+@dirrm share/pcbsd/metaset/trueos/Database-Servers
+@dirrm share/pcbsd/metaset/trueos/Development
+@dirrm share/pcbsd/metaset/trueos/Apache
+@dirrm share/pcbsd/metaset/trueos/PHP
+@dirrm share/pcbsd/metaset/trueos/Squid
+@dirrm share/pcbsd/metaset/trueos/Virtualization
+@dirrm share/pcbsd/metaset/trueos/Wordpress
+@dirrm share/pcbsd/metaset/trueos/Web-Servers
+@dirrm share/pcbsd/metaset/trueos
+@dirrm share/pcbsd/metaset/pcbsd/KDE-Multimedia
+@dirrm share/pcbsd/metaset/pcbsd/VMwareGuest
+@dirrm share/pcbsd/metaset/pcbsd/FVWM
+@dirrm share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-173
+@dirrm share/pcbsd/metaset/pcbsd/I3
+@dirrm share/pcbsd/metaset/pcbsd/LXDE
+@dirrm share/pcbsd/metaset/pcbsd/Development-Science
+@dirrm share/pcbsd/metaset/pcbsd/GNOME-Utilities
+@dirrm share/pcbsd/metaset/pcbsd/Development-Qt
+@dirrm share/pcbsd/metaset/pcbsd/KDE-Calligra
+@dirrm share/pcbsd/metaset/pcbsd/IceWM
+@dirrm share/pcbsd/metaset/pcbsd/XFCE
+@dirrm share/pcbsd/metaset/pcbsd/Development-IDE
+@dirrm share/pcbsd/metaset/pcbsd/XBMC
+@dirrm share/pcbsd/metaset/pcbsd/Awesome
+@dirrm share/pcbsd/metaset/pcbsd/Hardware-Drivers
+@dirrm share/pcbsd/metaset/pcbsd/Development-Debug
+@dirrm share/pcbsd/metaset/pcbsd/KDE-Education
+@dirrm share/pcbsd/metaset/pcbsd/Openbox
+@dirrm share/pcbsd/metaset/pcbsd/Spectrwm
+@dirrm share/pcbsd/metaset/pcbsd/GNOME
+@dirrm share/pcbsd/metaset/pcbsd/KDE
+@dirrm share/pcbsd/metaset/pcbsd/GNOME-Net
+@dirrm share/pcbsd/metaset/pcbsd/GNOME-Games
+@dirrm share/pcbsd/metaset/pcbsd/Compiz
+@dirrm share/pcbsd/metaset/pcbsd/Rekonq
+@dirrm share/pcbsd/metaset/pcbsd/KDE-L10N
+@dirrm share/pcbsd/metaset/pcbsd/Development
+@dirrm share/pcbsd/metaset/pcbsd/KDE-Artwork
+@dirrm share/pcbsd/metaset/pcbsd/VirtualBoxGuest
+@dirrm share/pcbsd/metaset/pcbsd/KDE-PIM
+@dirrm share/pcbsd/metaset/pcbsd/XFCE-Plugins
+@dirrm share/pcbsd/metaset/pcbsd/KDE-Accessibility
+@dirrm share/pcbsd/metaset/pcbsd/Handheld
+@dirrm share/pcbsd/metaset/pcbsd/KDE-Games
+@dirrm share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-71
+@dirrm share/pcbsd/metaset/pcbsd/KDE-WebDevKit
+@dirrm share/pcbsd/metaset/pcbsd/Development-Embedded
+@dirrm share/pcbsd/metaset/pcbsd/Unsupported-Desktops
+@dirrm share/pcbsd/metaset/pcbsd/Development-Web
+@dirrm share/pcbsd/metaset/pcbsd/WindowLab
+@dirrm share/pcbsd/metaset/pcbsd/Window_Maker
+@dirrm share/pcbsd/metaset/pcbsd/NVIDIA
+@dirrm share/pcbsd/metaset/pcbsd/GNOME-Accessibility
+@dirrm share/pcbsd/metaset/pcbsd/HPLIP
+@dirrm share/pcbsd/metaset/pcbsd/KDE-SDK
+@dirrm share/pcbsd/metaset/pcbsd/KDE-Graphics
+@dirrm share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-96
+@dirrm share/pcbsd/metaset/pcbsd/KDE-Toys
+@dirrm share/pcbsd/metaset/pcbsd/Ratpoison
+@dirrm share/pcbsd/metaset/pcbsd/Development-VCS
+@dirrm share/pcbsd/metaset/pcbsd/Desktops
+@dirrm share/pcbsd/metaset/pcbsd/KDE-Network
+@dirrm share/pcbsd/metaset/pcbsd/MythTV
+@dirrm share/pcbsd/metaset/pcbsd/Misc
+@dirrm share/pcbsd/metaset/pcbsd
+@dirrm share/pcbsd/metaset
+@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
deleted file mode 100644
index 4663fd4..0000000
--- a/sysutils/warden/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# Created by: Kris Moore
-# $FreeBSD$
-
-PORTNAME= warden
-PORTVERSION= 1.1.2
-PORTREVISION= 1
-CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.pcbsd.org/pub/software/ \
- http://www.pcbsd.org/~kris/software/
-
-MAINTAINER= kmoore@FreeBSD.org
-COMMENT= PC-BSD's Jail Management Utility
-
-RUN_DEPENDS= pbreg:${PORTSDIR}/sysutils/pbreg
-
-WRKSRC= ${WRKDIR}/warden
-
-USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build
-HAS_CONFIGURE= yes
-
-QMAKE_PRO= warden.pro
-QMAKE_ARGS= -unix -recursive ${QMAKE_PRO}
-
-SUB_FILES= pkg-message
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
- ${WRKSRC}/warden.pro \
- ${WRKSRC}/scripts/rc.d/wardenrc \
- ${WRKSRC}/src/src.pro \
- ${WRKSRC}/src/dialogwarden.h
- ${RM} ${WRKSRC}/scripts/rc.d/wardenrc.bak
-
-do-configure:
- @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${QMAKE} -unix CONFIG+="configure" ${QMAKE_PRO}
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
-RUN_DEPENDS+= xz:${PORTSDIR}/archivers/xz
-.endif
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/sysutils/warden/distinfo b/sysutils/warden/distinfo
deleted file mode 100644
index b1656d3..0000000
--- a/sysutils/warden/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (warden-1.1.2.tar.gz) = 8014274ab2ab11fd469a52c91411ee9da7fa7ae8ff250d70ddc7db0183c71d9b
-SIZE (warden-1.1.2.tar.gz) = 84385
diff --git a/sysutils/warden/files/pkg-message.in b/sysutils/warden/files/pkg-message.in
deleted file mode 100644
index ad5affa..0000000
--- a/sysutils/warden/files/pkg-message.in
+++ /dev/null
@@ -1,11 +0,0 @@
-===============================================================================
-sysutils/warden is now installed, but it requires some additional setup.
-
-****************************************************
-Please run: %%PREFIX%%/warden/scripts/init-warden.sh
-****************************************************
-
-This script will set some required variables and prompt you for the network
-interface to run jails on.
-
-=============================================================================
diff --git a/sysutils/warden/pkg-descr b/sysutils/warden/pkg-descr
deleted file mode 100644
index 5205f15..0000000
--- a/sysutils/warden/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-The Warden
-
-Warden is a jail management program designed on PC-BSD, which provides three
-interfaces to use, command-line, dialog-based, and a QT4 GUI. Warden has
-support for backing up an entire jail, installing pre-built packages
-(inmates) and more.
-
-WWW: http://wiki.pcbsd.org/index.php/Warden
diff --git a/sysutils/warden/pkg-plist b/sysutils/warden/pkg-plist
deleted file mode 100644
index 593303d..0000000
--- a/sysutils/warden/pkg-plist
+++ /dev/null
@@ -1,39 +0,0 @@
-bin/warden
-etc/rc.d/wardenrc
-warden/bin/warden
-warden/bin/warden-gui
-warden/conf/warden.conf
-warden/ports
-warden/scripts/warden.sh
-warden/scripts/init-warden.sh
-warden/scripts/managejails.sh
-warden/scripts/newjailmenu.sh
-warden/scripts/rc.d/shutdown.sh
-warden/scripts/rc.d/wardenrc
-warden/scripts/rc.d/startup.sh
-warden/scripts/importjailmenu.sh
-warden/scripts/backend/setupusers.sh
-warden/scripts/backend/createjail.sh
-warden/scripts/backend/chrootjail.sh
-warden/scripts/backend/checkstatus.sh
-warden/scripts/backend/installinmate.sh
-warden/scripts/backend/deleteinmate.sh
-warden/scripts/backend/exportjail.sh
-warden/scripts/backend/mkinmate.sh
-warden/scripts/backend/deletejail.sh
-warden/scripts/backend/listjails.sh
-warden/scripts/backend/startjail.sh
-warden/scripts/backend/listpkgs.sh
-warden/scripts/backend/stopjail.sh
-warden/scripts/backend/importjail.sh
-@dirrm warden/bin
-@dirrm warden/conf
-@dirrmtry warden/export
-@dirrmtry warden/inmates
-@dirrmtry warden/jails
-@dirrm warden/scripts/backend
-@dirrm warden/scripts/rc.d
-@dirrm warden/scripts
-@dirrmtry warden/tmp
-@dirrmtry warden/worlds
-@dirrmtry warden
OpenPOWER on IntegriCloud