svn commit: r328449 - in head: . ports-mgmt ports-mgmt/pbi-manager sysutils sysutils/libpcbsd sysutils/pbreg sysutils/pcbsd-utils sysutils/pcbsd-utils-qt4 sysutils/warden

Kris Moore kmoore at FreeBSD.org
Fri Sep 27 10:09:17 UTC 2013


Author: kmoore
Date: Fri Sep 27 10:09:15 2013
New Revision: 328449
URL: http://svnweb.freebsd.org/changeset/ports/328449

Log:
  - 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

Added:
  head/sysutils/pcbsd-utils/
  head/sysutils/pcbsd-utils-qt4/
  head/sysutils/pcbsd-utils-qt4/Makefile   (contents, props changed)
  head/sysutils/pcbsd-utils-qt4/distinfo   (contents, props changed)
  head/sysutils/pcbsd-utils-qt4/pkg-descr   (contents, props changed)
  head/sysutils/pcbsd-utils-qt4/pkg-plist   (contents, props changed)
  head/sysutils/pcbsd-utils/Makefile   (contents, props changed)
  head/sysutils/pcbsd-utils/distinfo   (contents, props changed)
  head/sysutils/pcbsd-utils/pkg-descr   (contents, props changed)
  head/sysutils/pcbsd-utils/pkg-install   (contents, props changed)
  head/sysutils/pcbsd-utils/pkg-plist   (contents, props changed)
Deleted:
  head/ports-mgmt/pbi-manager/
  head/sysutils/libpcbsd/
  head/sysutils/pbreg/
  head/sysutils/warden/
Modified:
  head/MOVED
  head/ports-mgmt/Makefile
  head/sysutils/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Sep 27 10:02:03 2013	(r328448)
+++ head/MOVED	Fri Sep 27 10:09:15 2013	(r328449)
@@ -4955,3 +4955,7 @@ devel/py-archetypes.kss||2013-09-23|This
 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

Modified: head/ports-mgmt/Makefile
==============================================================================
--- head/ports-mgmt/Makefile	Fri Sep 27 10:02:03 2013	(r328448)
+++ head/ports-mgmt/Makefile	Fri Sep 27 10:09:15 2013	(r328449)
@@ -29,7 +29,6 @@
     SUBDIR += p5-FreeBSD-Ports-INDEXhash
     SUBDIR += packagekit
     SUBDIR += packagekit-qt4
-    SUBDIR += pbi-manager
     SUBDIR += pchecker
     SUBDIR += pib
     SUBDIR += pkg

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Fri Sep 27 10:02:03 2013	(r328448)
+++ head/sysutils/Makefile	Fri Sep 27 10:09:15 2013	(r328449)
@@ -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

Added: head/sysutils/pcbsd-utils-qt4/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pcbsd-utils-qt4/Makefile	Fri Sep 27 10:09:15 2013	(r328449)
@@ -0,0 +1,46 @@
+# Created by: Kris Moore <kmoore at 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 at 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>

Added: head/sysutils/pcbsd-utils-qt4/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pcbsd-utils-qt4/distinfo	Fri Sep 27 10:09:15 2013	(r328449)
@@ -0,0 +1,2 @@
+SHA256 (pcbsd-utils-qt4-1380268666.tar.bz2) = 89e9e73d7d51e58794f9a147a7a1b9e8b1aee74dc788b4f6d1c9565616a2a66b
+SIZE (pcbsd-utils-qt4-1380268666.tar.bz2) = 66718801

Added: head/sysutils/pcbsd-utils-qt4/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pcbsd-utils-qt4/pkg-descr	Fri Sep 27 10:09:15 2013	(r328449)
@@ -0,0 +1 @@
+PC-BSD QT4 Utilities

Added: head/sysutils/pcbsd-utils-qt4/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pcbsd-utils-qt4/pkg-plist	Fri Sep 27 10:09:15 2013	(r328449)
@@ -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

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-all mailing list