Index: head/sysutils/life-preserver/pkg-install =================================================================== --- head/sysutils/life-preserver/pkg-install (revision 386684) +++ head/sysutils/life-preserver/pkg-install (nonexistent) @@ -1,16 +0,0 @@ -#!/bin/sh -# Script for any install setup - -PREFIX=${PKG_PREFIX-/usr/local} - -if [ "$2" != "POST-INSTALL" ] ; then - exit 0 -fi - -# If this is during staging, we can skip for now -echo $PREFIX | grep -q '/stage/' -if [ $? -eq 0 ] ; then - exit 0 -fi - -exit 0 Property changes on: head/sysutils/life-preserver/pkg-install ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/life-preserver/Makefile =================================================================== --- head/sysutils/life-preserver/Makefile (revision 386684) +++ head/sysutils/life-preserver/Makefile (revision 386685) @@ -1,28 +1,29 @@ # Created by: Kris Moore # $FreeBSD$ PORTNAME= life-preserver -PORTVERSION= 1422974289 +PORTVERSION= 1431457302 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ MAINTAINER= kmoore@FreeBSD.org COMMENT= PC-BSD Life Preserver Utility -LICENSE= BSD +LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/scripts/functions.sh:${PORTSDIR}/sysutils/pcbsd-libsh +RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/scripts/functions.sh:${PORTSDIR}/sysutils/pcbsd-libsh \ + stunnel:${PORTSDIR}/security/stunnel WRKSRC= ${WRKDIR}/lpreserver USES= pkgconfig tar:xz NO_BUILD= yes MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} .include .if ${OSVERSION} < 1000000 IGNORE= requires FreeBSD 10 or later .endif .include Index: head/sysutils/life-preserver/distinfo =================================================================== --- head/sysutils/life-preserver/distinfo (revision 386684) +++ head/sysutils/life-preserver/distinfo (revision 386685) @@ -1,2 +1,2 @@ -SHA256 (life-preserver-1422974289.tar.xz) = 512d656e816f30e10389c9096c339fff4b26abea3a7b7f5ff52824bfcd529a69 -SIZE (life-preserver-1422974289.tar.xz) = 16124 +SHA256 (life-preserver-1431457302.tar.xz) = eac284b3f82089f7fddb416ac55d2ddafff7a238ed0514d6eab7d03c76589f7b +SIZE (life-preserver-1431457302.tar.xz) = 22728 Index: head/sysutils/life-preserver/pkg-plist =================================================================== --- head/sysutils/life-preserver/pkg-plist (revision 386684) +++ head/sysutils/life-preserver/pkg-plist (revision 386685) @@ -1,14 +1,15 @@ bin/lpreserver +bin/lpreserver-host-iscsi share/lpreserver/backend/zfsmon.sh share/lpreserver/backend/zfsrmsnap.sh share/lpreserver/backend/runrep.sh share/lpreserver/backend/zfsrevertsnap.sh share/lpreserver/backend/functions.sh share/lpreserver/backend/zfslistsnap.sh share/lpreserver/backend/zfslistcron.sh share/lpreserver/backend/zfscronscrub.sh share/lpreserver/backend/zfscronsnap.sh share/lpreserver/backend/backup-zfs.sh share/lpreserver/backend/zfsmksnap.sh share/lpreserver/backend/runscrub.sh share/lpreserver/backend/runsnap.sh Index: head/sysutils/pbi-manager/pkg-install =================================================================== --- head/sysutils/pbi-manager/pkg-install (revision 386684) +++ head/sysutils/pbi-manager/pkg-install (nonexistent) @@ -1,16 +0,0 @@ -#!/bin/sh -# Script for any install setup - -PREFIX=${PKG_PREFIX-/usr/local} - -if [ "$2" != "POST-INSTALL" ] ; then - exit 0 -fi - -# If this is during staging, we can skip for now -echo $PREFIX | grep -q '/stage/' -if [ $? -eq 0 ] ; then - exit 0 -fi - -exit 0 Property changes on: head/sysutils/pbi-manager/pkg-install ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/pbi-manager/Makefile =================================================================== --- head/sysutils/pbi-manager/Makefile (revision 386684) +++ head/sysutils/pbi-manager/Makefile (revision 386685) @@ -1,28 +1,28 @@ # Created by: Kris Moore # $FreeBSD$ PORTNAME= pbi-manager -PORTVERSION= 1422042374 +PORTVERSION= 1431457960 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ MAINTAINER= kmoore@FreeBSD.org COMMENT= PBI management utilities -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/scripts/functions.sh:${PORTSDIR}/sysutils/pcbsd-libsh WRKSRC= ${WRKDIR}/pbi-manager USES= pkgconfig tar:xz NO_BUILD= yes MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} .include .if ${OSVERSION} < 1000000 IGNORE= requires FreeBSD 10 or later .endif .include Index: head/sysutils/pbi-manager/distinfo =================================================================== --- head/sysutils/pbi-manager/distinfo (revision 386684) +++ head/sysutils/pbi-manager/distinfo (revision 386685) @@ -1,2 +1,2 @@ -SHA256 (pbi-manager-1422042374.tar.xz) = 951baba36d68706ee21198e205ce87b473ed87e69ced8156d48f4833598df1d1 -SIZE (pbi-manager-1422042374.tar.xz) = 24260 +SHA256 (pbi-manager-1431457960.tar.xz) = 440aea7177be0fdb8cb890f511160909363d0491cd2d81ff16a04c38b332a434 +SIZE (pbi-manager-1431457960.tar.xz) = 24620 Index: head/sysutils/pbi-manager/pkg-descr =================================================================== --- head/sysutils/pbi-manager/pkg-descr (revision 386684) +++ head/sysutils/pbi-manager/pkg-descr (revision 386685) @@ -1,3 +1 @@ The PBI meta framework on top of PKGNG - -WWW: https://github.com/pcbsd/pcbsd Index: head/sysutils/pbi-manager/pkg-plist =================================================================== --- head/sysutils/pbi-manager/pkg-plist (revision 386684) +++ head/sysutils/pbi-manager/pkg-plist (revision 386685) @@ -1,20 +1,20 @@ sbin/app sbin/pbi sbin/pbi_add sbin/pbi_delete sbin/pbi_icon sbin/pbi_info sbin/pbi_makeindex sbin/pbi_updateindex etc/pbi.conf -share/pbi-manager/icons/default.png -share/pbi-manager/icons/patch.png -share/pbi-manager/pkgng-repo -share/pbi-manager/repokey.ssl +%%DATADIR%%/icons/default.png +%%DATADIR%%/icons/patch.png +%%DATADIR%%/pkgng-repo +%%DATADIR%%/repokey.ssl man/man1/pbi_add.1.gz man/man1/pbi_delete.1.gz man/man1/pbi_icon.1.gz man/man1/pbi_info.1.gz +man/man1/pbi_makeindex.1.gz +man/man1/pbi_updateindex.1.gz man/man5/pbi.conf.5.gz -@dirrm share/pbi-manager/icons -@dirrm share/pbi-manager Index: head/sysutils/pcbsd-appweb/pkg-install =================================================================== --- head/sysutils/pcbsd-appweb/pkg-install (revision 386684) +++ head/sysutils/pcbsd-appweb/pkg-install (nonexistent) @@ -1,22 +0,0 @@ -#!/bin/sh -# Script for any install setup - -PREFIX=${PKG_PREFIX-/usr/local} - -if [ "$2" != "POST-INSTALL" ] ; then - exit 0 -fi - -# If this is during staging, we can skip for now -echo $PREFIX | grep -q '/stage/' -if [ $? -eq 0 ] ; then - exit 0 -fi - -# Check if we have our warden.conf file -#if [ ! -e "${PREFIX}/etc/warden.conf" ] ; then -# cp ${PREFIX}/etc/warden.conf.dist ${PREFIX}/etc/warden.conf -# chmod 644 ${PREFIX}/etc/warden.conf -#fi - -exit 0 Property changes on: head/sysutils/pcbsd-appweb/pkg-install ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/pcbsd-appweb/Makefile =================================================================== --- head/sysutils/pcbsd-appweb/Makefile (revision 386684) +++ head/sysutils/pcbsd-appweb/Makefile (revision 386685) @@ -1,34 +1,34 @@ # Created by: Kris Moore # $FreeBSD$ PORTNAME= pcbsd-appweb -PORTVERSION= 1422974666 +PORTVERSION= 1431522786 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ MAINTAINER= kmoore@FreeBSD.org COMMENT= PC-BSD Web Interface -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= syscache:${PORTSDIR}/sysutils/pcbsd-syscache \ pbi:${PORTSDIR}/sysutils/pbi-manager \ warden:${PORTSDIR}/sysutils/warden \ nginx:${PORTSDIR}/www/nginx DEFAULT_PHP_VER=55 IGNORE_WITH_PHP=54 USE_PHP= gd filter session WRKSRC= ${WRKDIR}/src-webui USES= pkgconfig tar:xz NO_BUILD= yes MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} .include .if ${OSVERSION} < 1000000 IGNORE= requires FreeBSD 10 or later .endif .include Index: head/sysutils/pcbsd-appweb/distinfo =================================================================== --- head/sysutils/pcbsd-appweb/distinfo (revision 386684) +++ head/sysutils/pcbsd-appweb/distinfo (revision 386685) @@ -1,2 +1,2 @@ -SHA256 (pcbsd-appweb-1422974666.tar.xz) = 40054a908f7f071d88a1b42cfd9d8e67b60d012f6275bde8c7a13a7d92d88355 -SIZE (pcbsd-appweb-1422974666.tar.xz) = 244208 +SHA256 (pcbsd-appweb-1431522786.tar.xz) = a241b39fe42b765794dd337a120d5430b0d013294953911fab73c4c23f026434 +SIZE (pcbsd-appweb-1431522786.tar.xz) = 272364 Index: head/sysutils/pcbsd-appweb/pkg-plist =================================================================== --- head/sysutils/pcbsd-appweb/pkg-plist (revision 386684) +++ head/sysutils/pcbsd-appweb/pkg-plist (revision 386685) @@ -1,85 +1,90 @@ bin/appcafe-setpass etc/appcafe.conf.dist etc/sudoers.d/appcafe-sudoers share/appcafe/dispatcher share/appcafe/dispatcher-auth share/appcafe/dispatcher-localauth share/appcafe/fastcgi_params share/appcafe/mime.types share/appcafe/nginx.conf share/appcafe/nginx.conf.ssl share/appcafe/nginx.conf.temp +share/appcafe/php-fpm.conf +share/appcafe/php.ini share/appcafe/html/index.php share/appcafe/html/css/_reset.css share/appcafe/html/css/cssmenu.css share/appcafe/html/css/main.css share/appcafe/html/css/popbox.css share/appcafe/html/css/tabs.css share/appcafe/html/css/lightbox.css +share/appcafe/html/images/.directory share/appcafe/html/images/add.png share/appcafe/html/images/appcafe.png share/appcafe/html/images/application-exit.png share/appcafe/html/images/categories.png share/appcafe/html/images/close.png share/appcafe/html/images/configure.png share/appcafe/html/images/cssbg.png share/appcafe/html/images/dialog-ok.png share/appcafe/html/images/external-link.png share/appcafe/html/images/info-tips.png share/appcafe/html/images/install.png share/appcafe/html/images/jail.png share/appcafe/html/images/loading.gif share/appcafe/html/images/logout.png share/appcafe/html/images/next.png share/appcafe/html/images/notifier.png share/appcafe/html/images/noupdates.png share/appcafe/html/images/pbiicon.php share/appcafe/html/images/prev.png share/appcafe/html/images/rating-0.png share/appcafe/html/images/rating-1.png share/appcafe/html/images/rating-2.png share/appcafe/html/images/rating-3.png share/appcafe/html/images/rating-4.png share/appcafe/html/images/rating-5.png share/appcafe/html/images/remove.png share/appcafe/html/images/restart.png share/appcafe/html/images/search.png share/appcafe/html/images/start.png share/appcafe/html/images/switch.png share/appcafe/html/images/system.png share/appcafe/html/images/warden.png share/appcafe/html/images/warning.png share/appcafe/html/images/working.gif share/appcafe/html/include/Mobile_Detect.php share/appcafe/html/include/header.php share/appcafe/html/include/functions.php share/appcafe/html/include/footer.php share/appcafe/html/include/globals.php share/appcafe/html/include/leftmenu.php share/appcafe/html/include/login.php share/appcafe/html/include/nav-computer.php share/appcafe/html/include/nav-phone.php share/appcafe/html/pages/appcafe.php share/appcafe/html/pages/appcafe-browse.php share/appcafe/html/pages/appcafe-search.php share/appcafe/html/pages/appinfo.php share/appcafe/html/pages/dispatcher.php share/appcafe/html/pages/error.php +share/appcafe/html/pages/exportpbis.php share/appcafe/html/pages/jails.php share/appcafe/html/pages/jailcreate.php share/appcafe/html/pages/jailinfo.php share/appcafe/html/pages/main.php share/appcafe/html/pages/notifier.php share/appcafe/html/pages/sysapp.php share/appcafe/html/js/appcafe.js share/appcafe/html/js/cssmenu.js share/appcafe/html/js/doubletaptogo.js share/appcafe/html/js/jquery.ba-hashchange.min.js share/appcafe/html/js/jquery.easytabs.min.js +share/appcafe/html/js/jquery.min.js share/appcafe/html/js/jquery.jscroll.min.js +share/appcafe/html/js/jquery.simplemodal.1.4.4.min.js share/appcafe/html/js/jquery.timer.js -share/appcafe/html/js/jquery.min.js share/appcafe/html/js/lightbox.min.js share/appcafe/html/js/main.js share/appcafe/html/js/popbox.min.js etc/rc.d/appcafe Index: head/sysutils/pcbsd-libsh/pkg-plist =================================================================== --- head/sysutils/pcbsd-libsh/pkg-plist (revision 386684) +++ head/sysutils/pcbsd-libsh/pkg-plist (nonexistent) @@ -1 +0,0 @@ -share/pcbsd/scripts/functions.sh Property changes on: head/sysutils/pcbsd-libsh/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/pcbsd-libsh/pkg-install =================================================================== --- head/sysutils/pcbsd-libsh/pkg-install (revision 386684) +++ head/sysutils/pcbsd-libsh/pkg-install (nonexistent) @@ -1,16 +0,0 @@ -#!/bin/sh -# Script for any install setup - -PREFIX=${PKG_PREFIX-/usr/local} - -if [ "$2" != "POST-INSTALL" ] ; then - exit 0 -fi - -# If this is during staging, we can skip for now -echo $PREFIX | grep -q '/stage/' -if [ $? -eq 0 ] ; then - exit 0 -fi - -exit 0 Property changes on: head/sysutils/pcbsd-libsh/pkg-install ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/pcbsd-libsh/Makefile =================================================================== --- head/sysutils/pcbsd-libsh/Makefile (revision 386684) +++ head/sysutils/pcbsd-libsh/Makefile (revision 386685) @@ -1,26 +1,28 @@ # Created by: Kris Moore # $FreeBSD$ PORTNAME= pcbsd-libsh -PORTVERSION= 1420064498 +PORTVERSION= 1431457302 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ MAINTAINER= kmoore@FreeBSD.org COMMENT= PC-BSD Shell Library -LICENSE= BSD +LICENSE= BSD3CLAUSE WRKSRC= ${WRKDIR}/libsh USES= pkgconfig tar:xz NO_BUILD= yes MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} + +PLIST_FILES= share/pcbsd/scripts/functions.sh .include .if ${OSVERSION} < 1000000 IGNORE= requires FreeBSD 10 or later .endif .include Index: head/sysutils/pcbsd-libsh/distinfo =================================================================== --- head/sysutils/pcbsd-libsh/distinfo (revision 386684) +++ head/sysutils/pcbsd-libsh/distinfo (revision 386685) @@ -1,2 +1,2 @@ -SHA256 (pcbsd-libsh-1420064498.tar.xz) = 189d7a84d150270ba9f4ada6321c0690833b35561263a13cfa91d5c8930eeaf9 -SIZE (pcbsd-libsh-1420064498.tar.xz) = 6996 +SHA256 (pcbsd-libsh-1431457302.tar.xz) = a9c27f3b130ac03ed484eeb6f7d32961c32b4a0cd93f846997fe32a2d7488f91 +SIZE (pcbsd-libsh-1431457302.tar.xz) = 6808 Index: head/sysutils/pcbsd-syscache/pkg-plist =================================================================== --- head/sysutils/pcbsd-syscache/pkg-plist (revision 386684) +++ head/sysutils/pcbsd-syscache/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -bin/syscache -bin/syscache-daemon -etc/rc.d/syscache Property changes on: head/sysutils/pcbsd-syscache/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/pcbsd-syscache/pkg-install =================================================================== --- head/sysutils/pcbsd-syscache/pkg-install (revision 386684) +++ head/sysutils/pcbsd-syscache/pkg-install (nonexistent) @@ -1,16 +0,0 @@ -#!/bin/sh -# Script for any install setup - -PREFIX=${PKG_PREFIX-/usr/local} - -if [ "$2" != "POST-INSTALL" ] ; then - exit 0 -fi - -# If this is during staging, we can skip for now -echo $PREFIX | grep -q '/stage/' -if [ $? -eq 0 ] ; then - exit 0 -fi - -exit 0 Property changes on: head/sysutils/pcbsd-syscache/pkg-install ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/pcbsd-syscache/Makefile =================================================================== --- head/sysutils/pcbsd-syscache/Makefile (revision 386684) +++ head/sysutils/pcbsd-syscache/Makefile (revision 386685) @@ -1,27 +1,31 @@ # Created by: Kris Moore # $FreeBSD$ PORTNAME= pcbsd-syscache -PORTVERSION= 1421343297 +PORTVERSION= 1431457302 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ MAINTAINER= kmoore@FreeBSD.org COMMENT= PC-BSD SysCache Utility -LICENSE= BSD +LICENSE= BSD3CLAUSE WRKSRC= ${WRKDIR}/syscache USE_QT5= core network buildtools qmake USES= pkgconfig tar:xz NO_BUILD= yes MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} + +PLIST_FILES= bin/syscache \ + bin/syscache-daemon \ + etc/rc.d/syscache .include .if ${OSVERSION} < 1000000 IGNORE= requires FreeBSD 10 or later .endif .include Index: head/sysutils/pcbsd-syscache/distinfo =================================================================== --- head/sysutils/pcbsd-syscache/distinfo (revision 386684) +++ head/sysutils/pcbsd-syscache/distinfo (revision 386685) @@ -1,2 +1,2 @@ -SHA256 (pcbsd-syscache-1421343297.tar.xz) = a99d914b5d09ab9d5f3a2be5b9388b7505e3f474ba7c767a5fd91d20cb59ff28 -SIZE (pcbsd-syscache-1421343297.tar.xz) = 130044 +SHA256 (pcbsd-syscache-1431457302.tar.xz) = a38e0d76ce641c9d2bed3139ed2cc432cd38b0bbc1ebb11757a6d3e0014be508 +SIZE (pcbsd-syscache-1431457302.tar.xz) = 40576 Index: head/sysutils/pcbsd-utils/pkg-install =================================================================== --- head/sysutils/pcbsd-utils/pkg-install (revision 386684) +++ head/sysutils/pcbsd-utils/pkg-install (nonexistent) @@ -1,22 +0,0 @@ -#!/bin/sh -# Script for any install setup - -PREFIX=${PKG_PREFIX-/usr/local} - -if [ "$2" != "POST-INSTALL" ] ; then - exit 0 -fi - -# If this is during staging, we can skip for now -echo $PREFIX | grep -q '/stage/' -if [ $? -eq 0 ] ; then - exit 0 -fi - -# Check if we have our warden.conf file -if [ ! -e "${PREFIX}/etc/warden.conf" ] ; then - cp ${PREFIX}/etc/warden.conf.dist ${PREFIX}/etc/warden.conf - chmod 644 ${PREFIX}/etc/warden.conf -fi - -exit 0 Property changes on: head/sysutils/pcbsd-utils/pkg-install ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/pcbsd-utils/Makefile =================================================================== --- head/sysutils/pcbsd-utils/Makefile (revision 386684) +++ head/sysutils/pcbsd-utils/Makefile (revision 386685) @@ -1,34 +1,30 @@ # Created by: Kris Moore # $FreeBSD$ PORTNAME= pcbsd-utils -PORTVERSION= 1422974289 +PORTVERSION= 1431457302 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 -LICENSE= BSD +LICENSE= BSD3CLAUSE -BROKEN= Fails to stage, has both build dependencies and NO_BUILD=yes - RUN_DEPENDS= sipcalc:${PORTSDIR}/net-mgmt/sipcalc \ eject:${PORTSDIR}/sysutils/eject \ unzip:${PORTSDIR}/archivers/unzip WRKSRC= ${WRKDIR}/pcbsd-utils -CONFLICTS?= pbi-manager-[0-9]* USE_QT5= core network buildtools qmake USES= pkgconfig tar:xz -NO_BUILD= yes MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} .include .if ${OSVERSION} < 1000000 IGNORE= requires FreeBSD 10 or later .endif .include Index: head/sysutils/pcbsd-utils/distinfo =================================================================== --- head/sysutils/pcbsd-utils/distinfo (revision 386684) +++ head/sysutils/pcbsd-utils/distinfo (revision 386685) @@ -1,2 +1,2 @@ -SHA256 (pcbsd-utils-1422974289.tar.xz) = 22ba04a1ab54b1b9902a498bc48aff8f482b5df156b94affa148050d0bdd5bb2 -SIZE (pcbsd-utils-1422974289.tar.xz) = 15376948 +SHA256 (pcbsd-utils-1431457302.tar.xz) = afd466b2a5d7c49c6ae6622f01e28eccfcdedd8b2bc40fbfda61e200db450400 +SIZE (pcbsd-utils-1431457302.tar.xz) = 15405696 Index: head/sysutils/pcbsd-utils/pkg-plist =================================================================== --- head/sysutils/pcbsd-utils/pkg-plist (revision 386684) +++ head/sysutils/pcbsd-utils/pkg-plist (revision 386685) @@ -1,216 +1,226 @@ bin/about +bin/de-info +bin/de-logout +bin/disable-tor-mode +bin/enable-tor-mode +bin/pbreg bin/pc-autoupdate bin/pc-pkg 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/de-logout bin/pc-thinclient bin/pc-xdgutil bin/pc-firstgui bin/pc-runxgui bin/pc-checkxdisplay bin/pc-installdialog bin/pc-sysconfig bin/pc-sysconfig-daemon bin/pc-systemflag +bin/personacrypt bin/restamp-grub sbin/pc-sysinstall 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-country.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/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/freebsd-update.conf 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/prune-port-files share/pcbsd/conf/desktop-excludes share/pcbsd/conf/server-excludes share/pcbsd/conf/linux-compat-version share/pcbsd/conf/loader.conf.pcbsd share/pcbsd/conf/loader.conf.trueos +share/pcbsd/conf/ntpd.conf +share/pcbsd/conf/rc.conf.pcbsd +share/pcbsd/conf/smb4.conf +share/pcbsd/conf/torrc share/pcbsd/distfiles/desktop-overlay.txz share/pcbsd/distfiles/port-overlay.txz share/pcbsd/distfiles/server-overlay.txz 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/lumina.profile share/pcbsd/de-profiles/lxde.profile share/pcbsd/de-profiles/kde.profile share/pcbsd/de-profiles/gnome.profile share/pcbsd/de-profiles/mate.profile share/pcbsd/de-profiles/cinnamon.profile share/pcbsd/de-profiles/xfce.profile share/pcbsd/pc-updatemanager/conf/sysupdate.conf share/pcbsd/pc-updatemanager/conf/security.key share/pcbsd/pc-updatemanager/rc-update share/pcbsd/pc-updatemanager/rc-doupdate share/pcbsd/scripts/mkzfsdir.sh share/pcbsd/scripts/reset-firewall +share/pcbsd/scripts/reset-firewall-tor share/pcbsd/scripts/rmzfsdir.sh share/pcbsd/scripts/sys-init.sh share/pcbsd/version etc/pc-activedirectory.conf etc/pc-ldap.conf +etc/pcupdate.d/post/README +etc/pcupdate.d/pre/README etc/rc.activedirectory etc/rc.ldap etc/rc.d/pc-activedirectory etc/rc.d/pc-kerberos etc/rc.d/pc-kinit etc/rc.d/pc-nsswitch etc/rc.d/pc-pam etc/rc.d/pc-samba etc/rc.d/pc-sysconfig etc/rc.d/pc-ldap etc/rc.d/pc-nssldap etc/rc.d/pc-directory etc/sudoers.d/pcbsd man/man1/pc-systemflag.1.gz man/man8/pc-sysinstall.8.gz Index: head/sysutils/pcbsd-utils-qt5/Makefile =================================================================== --- head/sysutils/pcbsd-utils-qt5/Makefile (revision 386684) +++ head/sysutils/pcbsd-utils-qt5/Makefile (revision 386685) @@ -1,39 +1,49 @@ # Created by: Kris Moore # $FreeBSD$ PORTNAME= pcbsd-utils-qt5 -PORTVERSION= 1422974666 +PORTVERSION= 1431700504 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ MAINTAINER= kmoore@FreeBSD.org COMMENT= PC-BSD Qt5 Utilities -LICENSE= BSD +LICENSE= BSD3CLAUSE +BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx \ + py27-sphinx-intl>=0:${PORTSDIR}/textproc/py-sphinx-intl \ + py27-sphinxcontrib-httpdomain>=0:${PORTSDIR}/textproc/py-sphinxcontrib-httpdomain \ + tex-formats>=0:${PORTSDIR}/print/tex-formats \ + tex-dvipsk>=0:${PORTSDIR}/print/tex-dvipsk RUN_DEPENDS= pc-updatemanager:${PORTSDIR}/sysutils/pcbsd-utils \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ cdda2wav:${PORTSDIR}/sysutils/cdrtools -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libpoppler-qt5.so:${PORTSDIR}/graphics/poppler-qt5 CONFLICTS?= pcbsd-utils-qt4-[0-9]* MAKE_JOBS_UNSAFE=yes ONLY_FOR_ARCHS= amd64 USE_LDCONFIG= yes USE_QT5= core gui network svg linguist \ buildtools x11extras -USES= qmake tar:xz python +USES= qmake tar:xz python desktop-file-utils WRKSRC= ${WRKDIR}/src-qt5 QMAKE_ARGS= CONFIG+="configure" .include .if ${OSVERSION} < 1000000 IGNORE= requires FreeBSD 10 or later .endif + +post-install: + @${FIND} ${STAGEDIR}${PREFIX}/share/pcbsd/doc/html -type f | \ + ${SED} "s,^${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST} .include Index: head/sysutils/pcbsd-utils-qt5/distinfo =================================================================== --- head/sysutils/pcbsd-utils-qt5/distinfo (revision 386684) +++ head/sysutils/pcbsd-utils-qt5/distinfo (revision 386685) @@ -1,2 +1,2 @@ -SHA256 (pcbsd-utils-qt5-1422974666.tar.xz) = 07e836704b8ec1b4a3db2105ec9527abd821c58908407eb57ba358c26c63989f -SIZE (pcbsd-utils-qt5-1422974666.tar.xz) = 64680540 +SHA256 (pcbsd-utils-qt5-1431700504.tar.xz) = f6bb993162aac40e6dba352ea2ae18a02ed00ef6425599266115aceca76a8005 +SIZE (pcbsd-utils-qt5-1431700504.tar.xz) = 107950556 Index: head/sysutils/pcbsd-utils-qt5/pkg-plist =================================================================== --- head/sysutils/pcbsd-utils-qt5/pkg-plist (revision 386684) +++ head/sysutils/pcbsd-utils-qt5/pkg-plist (revision 386685) @@ -1,507 +1,517 @@ bin/EasyPBI bin/PCDM-session bin/about-gui bin/appcafe bin/flashpluginctl bin/life-preserver bin/life-preserver-tray bin/openwith bin/pc-adsldap bin/pc-bootconfig bin/pc-bugreport bin/pc-controlpanel bin/pc-cupscfg bin/pc-dmconf bin/pc-ethernetconfig bin/pc-firstboot bin/pc-hwdetect bin/pc-mixer bin/pc-mounttray bin/pc-netmanager bin/pc-nettray -bin/pc-pfmanager +bin/pc-fwmanager +bin/pc-pdfviewer bin/pc-servicemanager -bin/pc-softwaremanager bin/pc-softweb +bin/pc-softwaremanager bin/pc-sysinstaller bin/pc-syskeyboard bin/pc-sysmanager bin/pc-systemupdatertray bin/pc-updategui bin/pc-usermanager +bin/pc-webkitviewer bin/pc-welcome bin/pc-wificonfig bin/pc-xgui bin/pc-zmanager bin/pcbsd-update-i18n bin/qsudo bin/xlock bin/xorg-startupcheck etc/pcdm.conf.dist etc/rc.d/pc-hwdetect etc/rc.d/pcbsdinit etc/rc.d/pcdm +etc/xdg/autostart/pcbsd-life-preserver.desktop +etc/xdg/autostart/pcbsd-mixer.desktop +etc/xdg/autostart/pcbsd-mounttray.desktop +etc/xdg/autostart/pcbsd-nettray.desktop +etc/xdg/autostart/pcbsd-updater.desktop +etc/xdg/autostart/pcbsd-welcome.desktop include/pcbsd-DLProcess.h include/pcbsd-SingleApplication.h include/pcbsd-dialogAPsetup.h include/pcbsd-hardware.h include/pcbsd-netif.h include/pcbsd-sysFlags.h include/pcbsd-ui.h include/pcbsd-utils.h include/pcbsd-xdgfile.h include/pcbsd-xdgutils.h %%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-ui.so %%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-ui.so.0 %%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-ui.so.0.9 %%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-ui.so.0.9.9 %%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-utils.so %%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-utils.so.0 %%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-utils.so.0.9 %%QT_LIBDIR%%/%%QT_LIBDIR%%pcbsd-utils.so.0.9.9 sbin/PCDMd share/EasyPBI/EasyPBIicon.png share/PCDM/pcdm-session share/PCDM/themes/default/background.jpg share/PCDM/themes/default/banner.png share/PCDM/themes/default/default-desktop.png share/PCDM/themes/default/default-user.png share/PCDM/themes/default/default.theme share/PCDM/themes/default/keyboardlayout.png share/PCDM/themes/default/localechange.png share/PCDM/themes/default/login.png +share/PCDM/themes/default/login-stealth.png share/PCDM/themes/default/nextDE.png share/PCDM/themes/default/password.png share/PCDM/themes/default/previousDE.png share/PCDM/themes/default/splashscreen.png share/PCDM/themes/default/system.png share/PCDM/themes/default/virtualkeyboard.png share/applications/EasyPBI.desktop share/applications/about.desktop +share/applications/fwmanager.desktop +share/applications/handbook.desktop share/applications/pc-dmconf.desktop share/applications/pc-updategui.desktop share/applications/pc-welcome.desktop share/applications/pcbsdpbu.desktop share/applications/pcbugreport.desktop share/applications/pccontrol.desktop +share/applications/pc-pdfviewer.desktop share/applications/pcsyskeyboard.desktop -share/applications/softmanager.desktop share/applications/warden.desktop +share/applications/softmanager.desktop share/apps/ksplash/Themes/pcbsd10/1024x768/background.png share/apps/ksplash/Themes/pcbsd10/1280x1024/background.png share/apps/ksplash/Themes/pcbsd10/1280x800/background.png share/apps/ksplash/Themes/pcbsd10/1440x900/background.png share/apps/ksplash/Themes/pcbsd10/1600x1200/background.png share/apps/ksplash/Themes/pcbsd10/1600x1200/background.svg share/apps/ksplash/Themes/pcbsd10/1600x1200/description.txt share/apps/ksplash/Themes/pcbsd10/1600x1200/icon1.png share/apps/ksplash/Themes/pcbsd10/1600x1200/icon1_anim.png share/apps/ksplash/Themes/pcbsd10/1600x1200/icon2.png share/apps/ksplash/Themes/pcbsd10/1600x1200/icon2_anim.png share/apps/ksplash/Themes/pcbsd10/1600x1200/icon3.png share/apps/ksplash/Themes/pcbsd10/1600x1200/icon3_anim.png share/apps/ksplash/Themes/pcbsd10/1600x1200/icon4.png share/apps/ksplash/Themes/pcbsd10/1600x1200/icon4_anim.png share/apps/ksplash/Themes/pcbsd10/1600x1200/icon5.png share/apps/ksplash/Themes/pcbsd10/1600x1200/rectangle.png share/apps/ksplash/Themes/pcbsd10/1920x1080/background.png share/apps/ksplash/Themes/pcbsd10/1920x1200/background.png share/apps/ksplash/Themes/pcbsd10/600x400/background.png share/apps/ksplash/Themes/pcbsd10/800x600/background.png share/apps/ksplash/Themes/pcbsd10/Theme.rc share/config/ksplashrc share/lifePreserver/images/lifepreserver.png share/lifePreserver/scripts/setup-ssh-keys.sh share/pcbsd/conf/pubdns.conf share/pcbsd/doc/handbook_en.pdf share/pcbsd/fluxboxinit/init share/pcbsd/fluxboxinit/keys share/pcbsd/fluxboxinit/menu share/pcbsd/fluxboxinit/overlay share/pcbsd/fluxboxinit/startup share/pcbsd/icons/about.png share/pcbsd/icons/appcafe.png share/pcbsd/icons/gvim.png share/pcbsd/icons/hwinfo.png share/pcbsd/icons/input-keyboard.png share/pcbsd/icons/ldap.png share/pcbsd/icons/mythtv.png share/pcbsd/icons/pc-bootconfig.png share/pcbsd/icons/pc-dmconf.png share/pcbsd/icons/pcbsd-handbook.png share/pcbsd/icons/preferences-desktop-theme.png share/pcbsd/icons/preferences-desktop.png share/pcbsd/icons/soundconfig.png share/pcbsd/icons/system-software-update.png share/pcbsd/icons/system-users.png share/pcbsd/icons/sysupdate.png share/pcbsd/icons/utilities-system-monitor.png share/pcbsd/icons/zmanager.png share/pcbsd/pc-controlpanel/icons/appcafe.png share/pcbsd/pc-controlpanel/icons/appcafe64x64.png share/pcbsd/pc-controlpanel/icons/application.png share/pcbsd/pc-controlpanel/icons/bluetooth.png share/pcbsd/pc-controlpanel/icons/cups-icon.png share/pcbsd/pc-controlpanel/icons/devices.png share/pcbsd/pc-controlpanel/icons/easypbi.png share/pcbsd/pc-controlpanel/icons/hwinfo.png share/pcbsd/pc-controlpanel/icons/lifepreserver.png share/pcbsd/pc-controlpanel/icons/lifepreserver64x64.png share/pcbsd/pc-controlpanel/icons/nvidia-settings.png share/pcbsd/pc-controlpanel/icons/pc-bugreport.png share/pcbsd/pc-controlpanel/icons/pc-controlpanel.png share/pcbsd/pc-controlpanel/icons/pc-controlpanel64x64.png share/pcbsd/pc-controlpanel/icons/preferences-desktop-user-password.png share/pcbsd/pc-controlpanel/icons/preferences-other.png share/pcbsd/pc-controlpanel/icons/preferences-system-network-sharing.png share/pcbsd/pc-controlpanel/icons/preferences-system-network.png share/pcbsd/pc-controlpanel/icons/preferences-system-session-services.png share/pcbsd/pc-controlpanel/icons/printer.png share/pcbsd/pc-controlpanel/icons/pulseaudio.png share/pcbsd/pc-controlpanel/icons/system.png share/pcbsd/pc-controlpanel/icons/utilities-terminal.png share/pcbsd/pc-controlpanel/icons/video-display.png share/pcbsd/pc-controlpanel/icons/webmin-logo.png share/pcbsd/pc-controlpanel/items/de/cinnamon-settings.desktop share/pcbsd/pc-controlpanel/items/de/gnome-control-center.desktop share/pcbsd/pc-controlpanel/items/de/gnome-tweak-tool.desktop share/pcbsd/pc-controlpanel/items/de/kde-cursortheme.desktop share/pcbsd/pc-controlpanel/items/de/kde-desktop.desktop share/pcbsd/pc-controlpanel/items/de/kde-desktoptheme.desktop share/pcbsd/pc-controlpanel/items/de/kde-display.desktop share/pcbsd/pc-controlpanel/items/de/kde-kcm_akonadi.desktop share/pcbsd/pc-controlpanel/items/de/kde-kcm_nepomuk.desktop share/pcbsd/pc-controlpanel/items/de/kde-kcmkded.desktop share/pcbsd/pc-controlpanel/items/de/kde-kwincompositing.desktop share/pcbsd/pc-controlpanel/items/de/kde-kwindecoration.desktop share/pcbsd/pc-controlpanel/items/de/kde-style.desktop share/pcbsd/pc-controlpanel/items/de/kde-sweeper.desktop share/pcbsd/pc-controlpanel/items/de/lxde-default-apps.desktop share/pcbsd/pc-controlpanel/items/de/lxde-desktop-prefs.desktop share/pcbsd/pc-controlpanel/items/de/lxde-lxappearance.desktop share/pcbsd/pc-controlpanel/items/de/lxde-xscreensaver.desktop share/pcbsd/pc-controlpanel/items/de/mate-appearance-properties.desktop share/pcbsd/pc-controlpanel/items/de/mate-at-properties.desktop share/pcbsd/pc-controlpanel/items/de/mate-default-applications-properties.desktop share/pcbsd/pc-controlpanel/items/de/mate-keybinding.desktop share/pcbsd/pc-controlpanel/items/de/mate-notification-properties.desktop share/pcbsd/pc-controlpanel/items/de/mate-session-properties.desktop share/pcbsd/pc-controlpanel/items/de/mate-system-monitor.desktop share/pcbsd/pc-controlpanel/items/de/mate-theme-installer.desktop share/pcbsd/pc-controlpanel/items/de/mate-window-properties.desktop share/pcbsd/pc-controlpanel/items/de/xfce-session-settings.desktop share/pcbsd/pc-controlpanel/items/de/xfce-settings-manager.desktop share/pcbsd/pc-controlpanel/items/de/xfce-ui-settings.desktop share/pcbsd/pc-controlpanel/items/de/xfce-wm-settings.desktop share/pcbsd/pc-controlpanel/items/de/xfce-wmtweaks-settings.desktop share/pcbsd/pc-controlpanel/items/de/xfce-workspaces-settings.desktop share/pcbsd/pc-controlpanel/items/de/xfce4-accessibility-settings.desktop share/pcbsd/pc-controlpanel/items/de/xfce4-settings-editor.desktop share/pcbsd/pc-controlpanel/items/de/xfce4-thunar-settings.desktop share/pcbsd/pc-controlpanel/items/hardware/cinnamon-power-panel.desktop share/pcbsd/pc-controlpanel/items/hardware/cinnamon-sound-nua-panel.desktop share/pcbsd/pc-controlpanel/items/hardware/cups.desktop share/pcbsd/pc-controlpanel/items/hardware/gnome-keyboard-panel.desktop share/pcbsd/pc-controlpanel/items/hardware/gnome-mouse-panel.desktop share/pcbsd/pc-controlpanel/items/hardware/gnome-power-panel.desktop share/pcbsd/pc-controlpanel/items/hardware/gnome-power-statistics.desktop share/pcbsd/pc-controlpanel/items/hardware/gnome-sound-panel.desktop share/pcbsd/pc-controlpanel/items/hardware/hplip.desktop share/pcbsd/pc-controlpanel/items/hardware/kde-kcm_keyboard.desktop share/pcbsd/pc-controlpanel/items/hardware/kde-mouse.desktop share/pcbsd/pc-controlpanel/items/hardware/kde-screensaver.desktop share/pcbsd/pc-controlpanel/items/hardware/kinfocenter.desktop share/pcbsd/pc-controlpanel/items/hardware/lxde-lxinput.desktop share/pcbsd/pc-controlpanel/items/hardware/mate-display-properties.desktop share/pcbsd/pc-controlpanel/items/hardware/mate-keyboard.desktop share/pcbsd/pc-controlpanel/items/hardware/mate-power-preferences.desktop share/pcbsd/pc-controlpanel/items/hardware/mate-power-statistics.desktop share/pcbsd/pc-controlpanel/items/hardware/mate-settings-mouse.desktop share/pcbsd/pc-controlpanel/items/hardware/mate-volume-control.desktop share/pcbsd/pc-controlpanel/items/hardware/nvidia-settings.desktop share/pcbsd/pc-controlpanel/items/hardware/pc-mounttray.desktop share/pcbsd/pc-controlpanel/items/hardware/pc-paprefs.desktop share/pcbsd/pc-controlpanel/items/hardware/pc-pavucontrol.desktop +share/pcbsd/pc-controlpanel/items/hardware/pc-mixer.desktop share/pcbsd/pc-controlpanel/items/hardware/pc-xgui.desktop share/pcbsd/pc-controlpanel/items/hardware/pc-zmanager.desktop share/pcbsd/pc-controlpanel/items/hardware/pcsyskeyboard.desktop share/pcbsd/pc-controlpanel/items/hardware/system-config-printer.desktop share/pcbsd/pc-controlpanel/items/hardware/xfce-keyboard-settings.desktop share/pcbsd/pc-controlpanel/items/hardware/xfce-mouse-settings.desktop share/pcbsd/pc-controlpanel/items/hardware/xsane.desktop share/pcbsd/pc-controlpanel/items/network/pcnetwork.desktop -share/pcbsd/pc-controlpanel/items/network/pfmanager.desktop +share/pcbsd/pc-controlpanel/items/network/fwmanager.desktop share/pcbsd/pc-controlpanel/items/software/appcafe.desktop share/pcbsd/pc-controlpanel/items/software/easypbi.desktop share/pcbsd/pc-controlpanel/items/software/pc-updategui.desktop share/pcbsd/pc-controlpanel/items/software/pkg-q4wine.desktop share/pcbsd/pc-controlpanel/items/software/pkg-swine.desktop share/pcbsd/pc-controlpanel/items/software/pkg-winecfg.desktop share/pcbsd/pc-controlpanel/items/system/about.desktop share/pcbsd/pc-controlpanel/items/system/gnome-system-log.desktop share/pcbsd/pc-controlpanel/items/system/ibus-setup.desktop share/pcbsd/pc-controlpanel/items/system/kde-clock.desktop share/pcbsd/pc-controlpanel/items/system/kde-kcm_polkitactions.desktop share/pcbsd/pc-controlpanel/items/system/ksystemlog.desktop share/pcbsd/pc-controlpanel/items/system/lxde-lxtask.desktop share/pcbsd/pc-controlpanel/items/system/pc-adsldap.desktop share/pcbsd/pc-controlpanel/items/system/pc-bootconfig.desktop share/pcbsd/pc-controlpanel/items/system/pc-checkhw.desktop share/pcbsd/pc-controlpanel/items/system/pc-dmconf.desktop share/pcbsd/pc-controlpanel/items/system/pc-servicemanager.desktop share/pcbsd/pc-controlpanel/items/system/pc-sysmanager.desktop share/pcbsd/pc-controlpanel/items/system/pcusermanager.desktop share/pcbsd/pc-controlpanel/items/system/webmin.desktop share/pcbsd/pc-controlpanel/items/tools/flash-player-properties.desktop share/pcbsd/pc-controlpanel/items/tools/kde-kcmdf.desktop share/pcbsd/pc-controlpanel/items/tools/lifepreserver.desktop share/pcbsd/pc-controlpanel/items/tools/pcbugreport.desktop share/pcbsd/pc-controlpanel/items/tools/warden.desktop share/pcbsd/pc-controlpanel/items/tools/x11vnc.desktop share/pcbsd/pc-hwdetect/agp.xml share/pcbsd/pc-hwdetect/audio.xml share/pcbsd/pc-hwdetect/display.xml share/pcbsd/pc-hwdetect/multimedia.xml share/pcbsd/pc-hwdetect/network.xml share/pcbsd/pc-hwdetect/soundcards.xml share/pcbsd/pc-installgui/get-zfs-restore-list.sh share/pcbsd/pc-installgui/load-usb-key.sh share/pcbsd/pc-installgui/setup-ssh-keys.sh share/pcbsd/pc-netmanager/pics/defaulticon.png share/pcbsd/pc-netmanager/pics/info.png share/pcbsd/pc-netmanager/pics/network_local.png share/pcbsd/pc-netmanager/pics/network_local_dis.png share/pcbsd/pc-netmanager/pics/network_wifi.png share/pcbsd/pc-netmanager/pics/network_wifi_dis.png share/pcbsd/pc-netmanager/pics/object-locked.png share/pcbsd/pc-netmanager/pics/object-unlocked.png share/pcbsd/pc-netmanager/pics/tray_local.png share/pcbsd/pc-netmanager/pics/tray_local_dis.png share/pcbsd/pc-netmanager/pics/tray_wifi.png share/pcbsd/pc-netmanager/pics/tray_wifi30.png share/pcbsd/pc-netmanager/pics/tray_wifi60.png share/pcbsd/pc-netmanager/pics/tray_wifi85.png share/pcbsd/pc-netmanager/pics/tray_wifi_dis.png share/pcbsd/pc-netmanager/umts_stick share/pcbsd/scripts/GenDiagSheet.sh share/pcbsd/scripts/fastest_cvsup share/pcbsd/scripts/find-install-media.sh share/pcbsd/scripts/first-boot.sh share/pcbsd/scripts/lidchanged.sh share/pcbsd/scripts/move-vbox.sh share/pcbsd/scripts/mythtv.sh share/pcbsd/scripts/openhandbook.sh share/pcbsd/scripts/portsnap-noterm.sh share/pcbsd/scripts/set-lang.sh share/pcbsd/scripts/sound-dev-changed.sh share/pcbsd/scripts/vbox-check +share/pcbsd/scripts/waitforsystray.sh share/pcbsd/splash-screens/loading-screen-af.pcx share/pcbsd/splash-screens/loading-screen-ar.pcx share/pcbsd/splash-screens/loading-screen-az.pcx share/pcbsd/splash-screens/loading-screen-bg.pcx share/pcbsd/splash-screens/loading-screen-bn.pcx share/pcbsd/splash-screens/loading-screen-bs.pcx share/pcbsd/splash-screens/loading-screen-ca.pcx share/pcbsd/splash-screens/loading-screen-cs.pcx share/pcbsd/splash-screens/loading-screen-da.pcx share/pcbsd/splash-screens/loading-screen-de.pcx share/pcbsd/splash-screens/loading-screen-el.pcx share/pcbsd/splash-screens/loading-screen-en.pcx share/pcbsd/splash-screens/loading-screen-es.pcx share/pcbsd/splash-screens/loading-screen-et.pcx share/pcbsd/splash-screens/loading-screen-eu.pcx share/pcbsd/splash-screens/loading-screen-fa.pcx share/pcbsd/splash-screens/loading-screen-fi.pcx share/pcbsd/splash-screens/loading-screen-fr.pcx share/pcbsd/splash-screens/loading-screen-gl.pcx share/pcbsd/splash-screens/loading-screen-he.pcx share/pcbsd/splash-screens/loading-screen-hi.pcx share/pcbsd/splash-screens/loading-screen-hr.pcx share/pcbsd/splash-screens/loading-screen-hu.pcx share/pcbsd/splash-screens/loading-screen-it.pcx share/pcbsd/splash-screens/loading-screen-ja.pcx share/pcbsd/splash-screens/loading-screen-ko.pcx share/pcbsd/splash-screens/loading-screen-lv.pcx share/pcbsd/splash-screens/loading-screen-mk.pcx share/pcbsd/splash-screens/loading-screen-mn.pcx share/pcbsd/splash-screens/loading-screen-ms.pcx share/pcbsd/splash-screens/loading-screen-nb.pcx share/pcbsd/splash-screens/loading-screen-nl.pcx share/pcbsd/splash-screens/loading-screen-pa.pcx share/pcbsd/splash-screens/loading-screen-pl.pcx share/pcbsd/splash-screens/loading-screen-pt.pcx share/pcbsd/splash-screens/loading-screen-pt_BR.pcx share/pcbsd/splash-screens/loading-screen-ro.pcx share/pcbsd/splash-screens/loading-screen-ru.pcx share/pcbsd/splash-screens/loading-screen-sk.pcx share/pcbsd/splash-screens/loading-screen-sl.pcx share/pcbsd/splash-screens/loading-screen-sr.pcx share/pcbsd/splash-screens/loading-screen-sv.pcx share/pcbsd/splash-screens/loading-screen-ta.pcx share/pcbsd/splash-screens/loading-screen-tg.pcx share/pcbsd/splash-screens/loading-screen-th.pcx share/pcbsd/splash-screens/loading-screen-tr.pcx share/pcbsd/splash-screens/loading-screen-uk.pcx share/pcbsd/splash-screens/loading-screen-uz.pcx share/pcbsd/splash-screens/loading-screen-vi.pcx share/pcbsd/splash-screens/loading-screen-xh.pcx share/pcbsd/splash-screens/loading-screen-zh_CN.pcx share/pcbsd/splash-screens/loading-screen-zh_TW.pcx +share/pcbsd/xdg-auto/checkupdater.sh +share/pcbsd/xdg-auto/checkwelcome.sh +share/pcbsd/xdg-auto/life-preserver.sh +share/pcbsd/xdg-auto/net-trays.sh +share/pcbsd/xdg-auto/pc-mixer.sh +share/pcbsd/xdg-auto/pc-mounttray.sh +share/pcbsd/xdg-auto/pc-trayapps.sh share/pcbsd/xorg-gui/bin/rundetect.sh share/pcbsd/xorg-gui/bin/setupconf.sh share/pcbsd/xorg-gui/cardDetect/XF86Config.compat share/pcbsd/xorg-gui/cardDetect/XF86Config.default share/pcbsd/xorg-gui/cardDetect/XF86Config.intel share/pcbsd/xorg-gui/cardDetect/XF86Config.vmware share/pcbsd/xorg-gui/cardDetect/x_config.sh share/pcbsd/xorg-gui/cardDetect/xorg.conf.virtualbox share/pcbsd/xorg-gui/conf/.fluxbox/init share/pcbsd/xorg-gui/conf/.fluxbox/keys share/pcbsd/xorg-gui/conf/.fluxbox/menu share/pcbsd/xorg-gui/conf/.fluxbox/overlay share/pcbsd/xorg-gui/conf/.fluxbox/startup share/pcbsd/xorg-gui/conf/xorg.conf.basic share/pcbsd/xorg-gui/nvidia-detect/detect-nvidia.sh share/pcbsd/xorg-gui/nvidia-detect/nvidia17-pciid.txt share/pcbsd/xorg-gui/nvidia-detect/nvidia9x-pciid.txt share/pcbsd/xorg-gui/scripts/cardboard.sh share/pcbsd/xorg-gui/scripts/cardbus.sh share/pcbsd/xorg-gui/scripts/carddriver.sh share/pcbsd/xorg-gui/scripts/cardpciid.sh share/pcbsd/xorg-gui/scripts/cardvendor.sh share/pcbsd/xorg-gui/scripts/checkunprobed.sh share/pcbsd/xorg-gui/scripts/monmodel.sh share/pcbsd/xorg-gui/scripts/monvendor.sh share/pcbsd/xorg-gui/scripts/xinit-autodetect share/pcbsd/xorg-gui/scripts/xinit-check share/pcbsd/xorg-gui/scripts/xinit-displaywiz share/pcbsd/xorg-gui/scripts/xinit-failed share/pcbsd/xorg-gui/settings/README share/pcbsd/xorg-gui/settings/alias.txt share/pcbsd/xorg-gui/settings/definition.txt share/pcbsd/xorg-gui/settings/depth.txt share/pcbsd/xorg-gui/settings/drivers.txt share/pcbsd/xorg-gui/settings/drivers.txt.amd64 share/pcbsd/xorg-gui/settings/drivers.txt.i386 share/pcbsd/xorg-gui/settings/refresh.txt share/pcbsd/xorg-gui/settings/resolutions.txt share/pcbsd/xorg-gui/templates/driver/README share/pcbsd/xorg-gui/templates/driver/apm.template share/pcbsd/xorg-gui/templates/driver/ark.template share/pcbsd/xorg-gui/templates/driver/ati-3d-enable.template share/pcbsd/xorg-gui/templates/driver/ati.template share/pcbsd/xorg-gui/templates/driver/chips.template share/pcbsd/xorg-gui/templates/driver/cirrus.template share/pcbsd/xorg-gui/templates/driver/cyrix.template share/pcbsd/xorg-gui/templates/driver/dummy.template share/pcbsd/xorg-gui/templates/driver/fbdev.template share/pcbsd/xorg-gui/templates/driver/glint.template share/pcbsd/xorg-gui/templates/driver/i128.template share/pcbsd/xorg-gui/templates/driver/i740.template share/pcbsd/xorg-gui/templates/driver/i810.template share/pcbsd/xorg-gui/templates/driver/imstt.template share/pcbsd/xorg-gui/templates/driver/intel-3d-enable.template share/pcbsd/xorg-gui/templates/driver/intel.template share/pcbsd/xorg-gui/templates/driver/mach64.template share/pcbsd/xorg-gui/templates/driver/mga-3d-enable.template share/pcbsd/xorg-gui/templates/driver/mga.template share/pcbsd/xorg-gui/templates/driver/neomagic.template share/pcbsd/xorg-gui/templates/driver/newport.template share/pcbsd/xorg-gui/templates/driver/nsc.template share/pcbsd/xorg-gui/templates/driver/nv.template share/pcbsd/xorg-gui/templates/driver/nvidia.template share/pcbsd/xorg-gui/templates/driver/openchrome.template share/pcbsd/xorg-gui/templates/driver/r128.template share/pcbsd/xorg-gui/templates/driver/radeonhd-3d-enable.template share/pcbsd/xorg-gui/templates/driver/radeonhd.template share/pcbsd/xorg-gui/templates/driver/rendition.template share/pcbsd/xorg-gui/templates/driver/s3.template share/pcbsd/xorg-gui/templates/driver/s3virge.template share/pcbsd/xorg-gui/templates/driver/savage.template share/pcbsd/xorg-gui/templates/driver/siliconmotion.template share/pcbsd/xorg-gui/templates/driver/sis-intel.template share/pcbsd/xorg-gui/templates/driver/sis.template share/pcbsd/xorg-gui/templates/driver/tdfx.template share/pcbsd/xorg-gui/templates/driver/tga.template share/pcbsd/xorg-gui/templates/driver/trident.template share/pcbsd/xorg-gui/templates/driver/tseng.template share/pcbsd/xorg-gui/templates/driver/vesa.template share/pcbsd/xorg-gui/templates/driver/vga.template share/pcbsd/xorg-gui/templates/driver/via.template share/pcbsd/xorg-gui/templates/driver/vmware.template share/pcbsd/xorg-gui/templates/driver/voodoo.template share/pcbsd/xorg-gui/templates/header/README share/pcbsd/xorg-gui/templates/header/ati-3d-enable.xorg.conf share/pcbsd/xorg-gui/templates/header/ati.xorg.conf share/pcbsd/xorg-gui/templates/header/intel-3d-enable.xorg.conf share/pcbsd/xorg-gui/templates/header/intel.xorg.conf share/pcbsd/xorg-gui/templates/header/mga-3d-enable.xorg.conf share/pcbsd/xorg-gui/templates/header/nvidia.xorg.conf share/pcbsd/xorg-gui/templates/header/radeon-3d-enable.xorg.conf share/pcbsd/xorg-gui/templates/header/vboxvideo.xorg.conf share/pcbsd/xorg-gui/templates/header/vmware.xorg.conf share/pcbsd/xorg-gui/templates/header/vmwlegacy.xorg.conf share/pcbsd/xorg-gui/templates/header/xorg.conf.generic share/pcbsd/xorg-gui/templates/scripts/README -share/pcbsd/xstartup/checkupdater.sh -share/pcbsd/xstartup/checkwelcome.sh share/pcbsd/xstartup/enable-ibus.sh share/pcbsd/xstartup/gpg-agent.sh -share/pcbsd/xstartup/life-preserver.sh -share/pcbsd/xstartup/net-trays.sh -share/pcbsd/xstartup/nspluginscan.sh -share/pcbsd/xstartup/pc-mixer.sh -share/pcbsd/xstartup/pc-mounttray.sh -share/pcbsd/xstartup/screensaver.sh -share/pcbsd/xstartup/setmix.sh share/pcbsd/xstartup/ssh-agent.sh -share/pcbsd/xstartup/startpulseaudio.sh -share/pcbsd/xstartup/vkeyboard.sh share/wallpapers/FreeBSD/a_1280x1024.jpg share/wallpapers/FreeBSD/a_1600x900.jpg share/wallpapers/FreeBSD/b_1280x1024.jpg share/wallpapers/FreeBSD/b_1600x900.jpg share/wallpapers/FreeBSD/c_1280x1024.jpg share/wallpapers/FreeBSD/c_1600x900.jpg share/wallpapers/FreeBSD/d_1280x1024.jpg share/wallpapers/FreeBSD/d_1600x900.jpg share/wallpapers/FreeBSD/e_1280x1024.jpg share/wallpapers/FreeBSD/e_1600x900.jpg share/wallpapers/FreeBSD/f_1280x1024.jpg share/wallpapers/FreeBSD/f_1600x900.jpg share/wallpapers/FreeBSD/g_1280x1024.jpg share/wallpapers/FreeBSD/g_1600x900.jpg share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1024x600_v2.jpg share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1024x768_v2.jpg share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1280x1024_v2.jpg share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1280x800_v2.jpg share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1440x900_v2.jpg share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1600x1200_v2.jpg share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1920x1080_v2.jpg share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1920x1200_v2.jpg share/wallpapers/PCBSD/PCBSD_10_Joule_WP_600x400_v2.jpg share/wallpapers/PCBSD/PCBSD_10_Joule_WP_800x600_v2.jpg share/wallpapers/PCBSD/a2_1280x1024.jpg share/wallpapers/PCBSD/a_1280x1024.jpg share/wallpapers/PCBSD/b_1280x1024.jpg share/wallpapers/PCBSD/c_1280x1024.jpg share/wallpapers/PCBSD/d_1280x1024.jpg share/wallpapers/PCBSD/e_1280x1024.jpg share/wallpapers/PCBSD/f2_1280x1024.jpg share/wallpapers/PCBSD/f_1280x1024.jpg share/wallpapers/PCBSD/g_1280x1024.jpg share/wallpapers/pcbsd-default.jpg share/wallpapers/pcbsd10-default/contents/.directory share/wallpapers/pcbsd10-default/contents/images/.directory share/wallpapers/pcbsd10-default/contents/images/1024x768.jpg share/wallpapers/pcbsd10-default/contents/images/1280x1024.jpg share/wallpapers/pcbsd10-default/contents/images/1280x800.jpg share/wallpapers/pcbsd10-default/contents/images/1440x900.jpg share/wallpapers/pcbsd10-default/contents/images/1600x1200.jpg share/wallpapers/pcbsd10-default/contents/images/1920x1080.jpg share/wallpapers/pcbsd10-default/contents/images/1920x1200.jpg share/wallpapers/pcbsd10-default/contents/images/800x600.jpg share/wallpapers/pcbsd10-default/contents/screenshot.jpg share/wallpapers/pcbsd10-default/metadata.desktop share/warden/bin/warden-gui share/warden/images/warden.png Index: head/sysutils/warden/pkg-install =================================================================== --- head/sysutils/warden/pkg-install (revision 386684) +++ head/sysutils/warden/pkg-install (nonexistent) @@ -1,22 +0,0 @@ -#!/bin/sh -# Script for any install setup - -PREFIX=${PKG_PREFIX-/usr/local} - -if [ "$2" != "POST-INSTALL" ] ; then - exit 0 -fi - -# If this is during staging, we can skip for now -echo $PREFIX | grep -q '/stage/' -if [ $? -eq 0 ] ; then - exit 0 -fi - -# Check if we have our warden.conf file -#if [ ! -e "${PREFIX}/etc/warden.conf" ] ; then -# cp ${PREFIX}/etc/warden.conf.dist ${PREFIX}/etc/warden.conf -# chmod 644 ${PREFIX}/etc/warden.conf -#fi - -exit 0 Property changes on: head/sysutils/warden/pkg-install ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/warden/Makefile =================================================================== --- head/sysutils/warden/Makefile (revision 386684) +++ head/sysutils/warden/Makefile (revision 386685) @@ -1,30 +1,30 @@ # Created by: Kris Moore # $FreeBSD$ PORTNAME= warden -PORTVERSION= 1422974289 -PORTREVISION= 1 +PORTVERSION= 1431457302 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ MAINTAINER= kmoore@FreeBSD.org COMMENT= Warden jail management system utility -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/scripts/functions.sh:${PORTSDIR}/sysutils/pcbsd-libsh \ + debootstrap:${PORTSDIR}/sysutils/debootstrap \ jailme:${PORTSDIR}/sysutils/jailme WRKSRC= ${WRKDIR}/warden USES= pkgconfig tar:xz NO_BUILD= yes MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} .include .if ${OSVERSION} < 1000000 IGNORE= requires FreeBSD 10 or later .endif .include Index: head/sysutils/warden/distinfo =================================================================== --- head/sysutils/warden/distinfo (revision 386684) +++ head/sysutils/warden/distinfo (revision 386685) @@ -1,2 +1,2 @@ -SHA256 (warden-1422974289.tar.xz) = 3d40e62098242d375aa6af7d344e5356b5312c067c1042ef90eaf105144d060a -SIZE (warden-1422974289.tar.xz) = 37664 +SHA256 (warden-1431457302.tar.xz) = 919d9be4f2e98be05582ad0d53e71febb82af8dfe14f4b978e8991559391957c +SIZE (warden-1431457302.tar.xz) = 38208 Index: head/sysutils/warden/pkg-plist =================================================================== --- head/sysutils/warden/pkg-plist (revision 386684) +++ head/sysutils/warden/pkg-plist (revision 386685) @@ -1,37 +1,37 @@ bin/warden -share/warden/agent.png -share/warden/warden.png -share/warden/scripts/rc.d/wardenrc -share/warden/scripts/rc.d/startup.sh -share/warden/scripts/rc.d/shutdown.sh -share/warden/scripts/backend/checkupdates.sh -share/warden/scripts/backend/createjail.sh -share/warden/scripts/backend/createtemplate.sh -share/warden/scripts/backend/zfslistsnap.sh -share/warden/scripts/backend/zfsrevertsnap.sh -share/warden/scripts/backend/details.sh -share/warden/scripts/backend/zfsmksnap.sh -share/warden/scripts/backend/startjail.sh -share/warden/scripts/backend/chrootjail.sh -share/warden/scripts/backend/listjails.sh -share/warden/scripts/backend/listpbis.sh -share/warden/scripts/backend/cronsnap.sh -share/warden/scripts/backend/setupusers.sh -share/warden/scripts/backend/checkstatus.sh -share/warden/scripts/backend/functions.sh -share/warden/scripts/backend/fbsdupdate.sh -share/warden/scripts/backend/fbsdupgrade.sh -share/warden/scripts/backend/pkgupdate.sh -share/warden/scripts/backend/importjail.sh -share/warden/scripts/backend/stopjail.sh -share/warden/scripts/backend/zfsrmsnap.sh -share/warden/scripts/backend/zfsrmsnapdate.sh -share/warden/scripts/backend/listpkgs.sh -share/warden/scripts/backend/exportjail.sh -share/warden/scripts/backend/deletejail.sh -share/warden/scripts/backend/zfsclone.sh -share/warden/scripts/backend/zfscronsnap.sh -share/warden/linux-installs/debian-7-wheezy -share/warden/linux-installs/gentoo-stage3-i486 etc/warden.conf.dist etc/rc.d/wardenrc +%%DATADIR%%/agent.png +%%DATADIR%%/warden.png +%%DATADIR%%/scripts/rc.d/wardenrc +%%DATADIR%%/scripts/rc.d/startup.sh +%%DATADIR%%/scripts/rc.d/shutdown.sh +%%DATADIR%%/scripts/backend/checkupdates.sh +%%DATADIR%%/scripts/backend/createjail.sh +%%DATADIR%%/scripts/backend/createtemplate.sh +%%DATADIR%%/scripts/backend/zfslistsnap.sh +%%DATADIR%%/scripts/backend/zfsrevertsnap.sh +%%DATADIR%%/scripts/backend/details.sh +%%DATADIR%%/scripts/backend/zfsmksnap.sh +%%DATADIR%%/scripts/backend/startjail.sh +%%DATADIR%%/scripts/backend/chrootjail.sh +%%DATADIR%%/scripts/backend/listjails.sh +%%DATADIR%%/scripts/backend/listpbis.sh +%%DATADIR%%/scripts/backend/cronsnap.sh +%%DATADIR%%/scripts/backend/setupusers.sh +%%DATADIR%%/scripts/backend/checkstatus.sh +%%DATADIR%%/scripts/backend/functions.sh +%%DATADIR%%/scripts/backend/fbsdupdate.sh +%%DATADIR%%/scripts/backend/fbsdupgrade.sh +%%DATADIR%%/scripts/backend/pkgupdate.sh +%%DATADIR%%/scripts/backend/importjail.sh +%%DATADIR%%/scripts/backend/stopjail.sh +%%DATADIR%%/scripts/backend/zfsrmsnap.sh +%%DATADIR%%/scripts/backend/zfsrmsnapdate.sh +%%DATADIR%%/scripts/backend/listpkgs.sh +%%DATADIR%%/scripts/backend/exportjail.sh +%%DATADIR%%/scripts/backend/deletejail.sh +%%DATADIR%%/scripts/backend/zfsclone.sh +%%DATADIR%%/scripts/backend/zfscronsnap.sh +%%DATADIR%%/linux-installs/debian-7-wheezy +%%DATADIR%%/linux-installs/gentoo-stage3-i486