# 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: # # headsetcontrol # headsetcontrol/pkg-message # headsetcontrol/pkg-descr # headsetcontrol/distinfo # headsetcontrol/Makefile # echo c - headsetcontrol mkdir -p headsetcontrol > /dev/null 2>&1 echo x - headsetcontrol/pkg-message sed 's/^X//' >headsetcontrol/pkg-message << 'e080262e624cc98984f6f68ea07b1e91' X[ X{ X message: <headsetcontrol/pkg-descr << '7e1eb6693ed8c9abe50880b7652581bb' XHeadsetControl allows you to setup sidetone for various of gaming headsets. X XWWW: https://github.com/Sapd/HeadsetControl 7e1eb6693ed8c9abe50880b7652581bb echo x - headsetcontrol/distinfo sed 's/^X//' >headsetcontrol/distinfo << '4f7c9965c415e353fee3be40b8e98035' XTIMESTAMP = 1580326666 XSHA256 (Sapd-headsetcontrol-2.3_GH0.tar.gz) = 4969f13b5c5e2fee3b4b75d09f1a3ef1b707615aababf40d1f7cac60eab1fc21 XSIZE (Sapd-headsetcontrol-2.3_GH0.tar.gz) = 28045 4f7c9965c415e353fee3be40b8e98035 echo x - headsetcontrol/Makefile sed 's/^X//' >headsetcontrol/Makefile << '7d058dd892610c2447ff78d9244d13a5' X# Created by: Alexander Vereeken X# $FreeBSD$ X XPORTNAME= headsetcontrol XPORTVERSION= 2.3 XCATEGORIES= audio X XMAINTAINER= Alexander88207@protonmail.com XCOMMENT= Tool to setup sidetone for various gaming headsets X XLICENSE= GPLv3 XLICENSE_FILE= ${WRKSRC}/license X XBUILD_DEPENDS= hidapi>=0:comms/hidapi XLIB_DEPENDS+= libhidapi.so:comms/hidapi X XUSES= cmake X XUSE_GITHUB= yes XGH_ACCOUNT= Sapd X XWRKSRC= ${WRKDIR}/HeadsetControl-${PORTVERSION} X Xpost-patch: X @${REINPLACE_CMD} -e 's|/etc/udev/|/usr/local/etc/udev/|g' ${WRKSRC}/CMakeLists.txt X XPLIST_FILES= ${LOCALBASE}/bin/headsetcontrol \ X ${LOCALBASE}/etc/udev/rules.d/50-corsair-void.rules \ X ${LOCALBASE}/etc/udev/rules.d/50-logitech-g633.rules \ X ${LOCALBASE}/etc/udev/rules.d/50-corsair_void_rgb_usb.rules \ X ${LOCALBASE}/etc/udev/rules.d/50-logitech-g935.rules \ X ${LOCALBASE}/etc/udev/rules.d/50-corsair-void-pro-usb.rules \ X ${LOCALBASE}/etc/udev/rules.d/50-corsair-void-pro.rules \ X ${LOCALBASE}/etc/udev/rules.d/50-steelseries-arctis-7.rules \ X ${LOCALBASE}/etc/udev/rules.d/50-logitech-g430.rules \ X ${LOCALBASE}/etc/udev/rules.d/50-steelseries-arctis-pro-2019.rules \ X ${LOCALBASE}/etc/udev/rules.d/50-logitech-g533.rules \ X ${LOCALBASE}/etc/udev/rules.d/50-logitech-g933.rules \ X ${LOCALBASE}/etc/udev/rules.d/50-logitech-g930.rules \ X ${LOCALBASE}/etc/udev/rules.d/50-steelseries-arctis-7-2019.rules X X.include 7d058dd892610c2447ff78d9244d13a5 exit