# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' XPORTNAME= wifibox XPORTVERSION= 0.3.1 XCATEGORIES= net X XMAINTAINER= pali.gabor@gmail.com XCOMMENT= Wireless card driver via virtualized Linux X XLICENSE= BSD2CLAUSE XLICENSE_FILE= ${WRKSRC}/LICENSE X XONLY_FOR_ARCHS= amd64 XEXTRACT_ONLY= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME_EXTRACT}_GH0.tar.gz X XRUN_DEPENDS= grub2-bhyve>0:sysutils/grub2-bhyve X XUSE_GITHUB= yes XGH_ACCOUNT= pgj XGH_PROJECT= freebsd-wifibox X XIMAGE_FILE= freebsd-wifibox-appliance.20210808.img.xz X XMASTER_SITES+= https://github.com/pgj/freebsd-wifibox-image/releases/download/snapshot-20210808/ XDISTFILES+= ${IMAGE_FILE} X XNO_BUILD= yes XMAKE_ENV+= IMGXZ=${DISTDIR}/${IMAGE_FILE} \ X VERSION=${PORTVERSION} X X.include b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XTIMESTAMP = 1628389833 XSHA256 (freebsd-wifibox-appliance.20210808.img.xz) = 371df235ff0c1025668cf14740411a0d740fe7e1b5f07cf55a0f94ea11f22fb7 XSIZE (freebsd-wifibox-appliance.20210808.img.xz) = 115929104 XSHA256 (pgj-freebsd-wifibox-0.3.1_GH0.tar.gz) = d48edb7c11603b474e17afff24c6d58749cb3e83491237ff7ea865f524810dd9 XSIZE (pgj-freebsd-wifibox-0.3.1_GH0.tar.gz) = 9099 57677d168a5ec21bdf22c9501f075a8f echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' XWifibox deploys a Linux guest to drive a wireless networking card on Xthe FreeBSD host system with the help of PCI pass-through. There have Xbeen guides on the Internet to suggest the use of such techniques to Ximprove the wireless networking experience on FreeBSD, of which XWifibox tries to implement as a single easy-to-use software package. X XWWW: https://github.com/pgj/freebsd-wifibox 7f9555c3c1089940396b503dd37f3979 echo x - pkg-plist sed 's/^X//' >pkg-plist << '842cde48cf18b70a11b15515ca566742' X@sample etc/wifibox/bhyve.conf.sample X@sample etc/wifibox/interfaces.conf.sample X@sample etc/wifibox/udhcpd.conf.sample X@sample etc/wifibox/wpa_supplicant.conf.sample X@sample etc/devd/wifibox.conf.sample Xetc/rc.d/wifibox Xman/man8/wifibox.8.gz Xsbin/wifibox Xshare/wifibox/device.map Xshare/wifibox/grub.cfg Xshare/wifibox/disk.img X@preunexec /usr/bin/find /var/log/wifibox -type f -delete X@preunexec /usr/bin/find /var/run/wifibox -type f -delete X@preunexec /usr/bin/find /var/run/wifibox -type l -exec /bin/rm -f {} \; X@dir /var/log/wifibox X@dir /var/run/wifibox/appliance/cache X@dir /var/run/wifibox/appliance/empty X@dir /var/run/wifibox/appliance/lib/apk X@dir /var/run/wifibox/appliance/lib/chrony X@dir /var/run/wifibox/appliance/lib/iptables X@dir /var/run/wifibox/appliance/lib/misc X@dir /var/run/wifibox/appliance/lib/udhcpd X@dir /var/run/wifibox/appliance/lib X@dir /var/run/wifibox/appliance/local X@dir /var/run/wifibox/appliance/log/chrony X@dir /var/run/wifibox/appliance/log X@dir /var/run/wifibox/appliance/mail X@dir /var/run/wifibox/appliance/opt X@dir /var/run/wifibox/appliance/spool/cron X@dir /var/run/wifibox/appliance/spool X@dir /var/run/wifibox/appliance/tmp X@dir /var/run/wifibox/appliance X@dir /var/run/wifibox 842cde48cf18b70a11b15515ca566742 exit