summaryrefslogtreecommitdiff
path: root/comms/lirc
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26comms: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07comms: Remove SHA1 hashes for distfilesnia1-2/+1
2020-03-15lirc: add missing includetnn2-2/+16
2019-06-24lirc: fix build on Arch Linuxtriaxx4-10/+21
* Remove inlining for send_data() * Add Linux specific missing include for major() * Bump revision
2018-02-27Revbump for packages depending on devel/libusb{,compat}khorben1-2/+2
2018-02-10Import global switch for libusb's implementation [2/2]khorben1-2/+2
This switch is meant to be used by packages requiring an implementation of the former libusb (as in devel/libusb). The original implementation can be chosen by setting LIBUSB_TYPE to "native". The alternative implementation libusb-compat (as in devel/libusb-compat) wraps libusb1 (in devel/libusb1). This implementation can be chosen by setting LIBUSB_TYPE to "compat". On NetBSD, it has the advantage of not requiring root privileges to locate and use USB devices without a kernel driver. This second part switches packages using libusb to this framework. It does not change compilation options or dependencies at this point. Compile-tested on most packages affected and available on NetBSD/amd64.
2016-05-02PR 50556: comms/lirc doesn't builddholland7-1/+128
Add patches to work around gcc inline mess. Note: this package should be updated and the PR contains an update, but I don't want to do that when I can't compile it (whereas simple mechanical patches are much less likely to go astray...)
2016-04-11update PKG_{FAIL,SKIP}_REASON with +=dbj1-2/+2
2015-11-03Add SHA512 digests for distfiles for comms categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2015-01-01Use PKG_SKIP_REASON for unsupported OSes.dholland1-2/+2
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2012-12-25Fix build failure on some Linuxes if CHECK_INTERPRETER=yescheusov1-3/+8
2012-12-05lirc will attempt to use devel/libusb should it be installed, despite notdsainty1-1/+3
being buildlinked in. This ultimately fails. So buildlink it in. Bump PKGREVISION.
2012-12-02BUILDLINK_API_DEPENDS.lirc += lirc>=0.9.0cheusov1-2/+2
2012-12-02Import LIRC, Linux Infrared Remote Controlcheusov8-0/+147
LIRC is a package that supports receiving and sending IR signals of the most common IR remote controls. It contains a daemon that decodes and sends IR signals, a mouse daemon that translates IR signals to mouse movements and a couple of user programs that allow to control your computer with a remote control. Tested on RHEL.