summaryrefslogtreecommitdiff
path: root/misc/lxi-tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-1/+0
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* Cleanup: for ports under m* categories, drop redundant GH_{ACCOUNT,PROJECT}.Alexey Dokuchaev2021-08-291-2/+0
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories l and mNiclas Zeising2019-11-061-1/+1
| | | | | Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
* Change my maintainer emailDmitri Goutnik2019-09-161-1/+1
| | | | | Approved by: tz (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21677
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-0/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
* misc/lxi-tools: Update to 1.21Jochen Neumeister2018-07-122-4/+4
| | | | | | | Changelog: https://github.com/lxi-tools/lxi-tools/releases/tag/v1.21 PR: 229676 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
* misc/lxi-tools: Update 1.19 -> 1.20Yuri Victorovich2018-05-063-13/+18
| | | | | | | | Changelog: https://github.com/lxi-tools/lxi-tools/releases/tag/v1.20 PR: 228032 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* misc/lxi-tools: Update to 1.19Yuri Victorovich2018-03-163-5/+16
| | | | | | | Add USES=lua:52 and corresponding patch. PR: 226640 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* Update to 1.18Sunpoet Po-Chuan Hsieh2018-02-092-10/+15
| | | | | | | | - Remove BASH option: install bash completion file unconditionally Changes: https://github.com/lxi-tools/lxi-tools/releases PR: 225765 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* misc/lxi-tools: Update to 1.17Yuri Victorovich2018-01-292-6/+14
| | | | | | | | | Change log: https://github.com/lxi-tools/lxi-tools/releases/tag/v1.17 PR: 225513 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14107
* Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-111-1/+1
| | | | other miscellaneous files that are not actually manual pages (part 2).
* New port: misc/lxi-toolsKurt Jaeger2018-01-093-0/+51
lxi-tools is a collection of open source software tools that enables control of LXI compatible instruments such as modern oscilloscopes, power supplies, spectrum analyzers etc. All features are consolidated in the 'lxi' application which provides a simple commandline interface to discover LXI instruments, send SCPI commands, and capture screenshots from supported LXI instruments. lxi-tools rely on liblxi for all communication. WWW: https://lxi-tools.github.io/ PR: 224714, D13686 Submitted by: Dmitri Goutnik <dg@syrec.org>