aboutsummaryrefslogtreecommitdiff
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* comms/spandsp: Update to 3.0.0Fernando Apesteguía2021-11-105-49/+35
| | | | | | | | Patch consumers and bump PORTREVISION where appropriate. PR: 258999 Reported by: jailbird@fdf.net (maintainer) Reviewed by: madpilot@
* comms/scrcpy: update to 1.19Hiroki Tagato2021-11-083-6/+19
| | | | | | Changelog: - https://github.com/Genymobile/scrcpy/releases/tag/v1.18 - https://github.com/Genymobile/scrcpy/releases/tag/v1.19
* comms/rubygem-serialport: Update to 1.3.2Thibault Jouan2021-11-072-6/+5
| | | | | | | | | | | | This version supports Ruby 3.0. While here, * Switch to DISTVERSION * Pet portlint Changes: https://github.com/hparra/ruby-serialport/commits/v1.3.2 PR: 259396
* comms/klog: Update to 1.8.5Michael Reifenberger2021-10-302-20/+19
| | | | Fix translations path as well.
* comms/rtl-433: Fix maintainer email addressRodrigo Osorio2021-10-291-1/+1
|
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-293-3/+3
| | | | | | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)Alexey Dokuchaev2021-10-251-1/+1
| | | | | | | | | ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should start with lower-case letter and not end with a period which is added by the framework, similar to other knobs like BROKEN, IGNORE, et al. While here, remove needless quoting, add missing Oxford comma, expand contractions and jargonisms, use correct spelling for proper names.
* comms/py-hidapi: Update to 0.11.0.p2Emanuel Haupt2021-10-222-5/+6
|
* comms/fldigi: don't enable -march=nativePiotr Kubaj2021-10-221-1/+2
| | | | Breaks compilation on non-x86 and causes runtime issues for package users on x86.
* comms/aprsd: Spell SUB_LIST correctly and unbreak rc scriptTobias Kortkamp2021-10-192-5/+5
| | | | Reported by: portscan (unreferenced variable)
* *: apply refactor.remove-consecutive-empty-linesTobias Kortkamp2021-10-192-2/+0
| | | | Submitted by: portedit
* comms/py-esptool: Update to 3.1Fukang Chen2021-10-192-11/+34
| | | | | | | | | | Changelog: https://github.com/espressif/esptool/releases/tag/v3.1 PR: 259235 Submitted by: Tomasz "CeDeROM" CEDRO <tomek@cedro.info> (based on) MFH: No (feature release)
* comms/kermit: the port had been updated and cleaned up (+)Alexey Dokuchaev2021-10-165-409/+10
| | | | | | | | | | - Update C-Kermit to version 9.0.305 Alpha.04 which integrates both modern and legacy OpenSSL support (thus drop our local patch) - Do not install essentially empty dot-files as examples; they also contain references to full *.ini files which are no longer shipped as part of the C-Kermit distribution - The only useful documentation now is README.TXT, install it in the dedicated option helper target
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-165-14/+15
|
* comms/libusbmuxd: Fix build after last commitBernhard Froehlich2021-10-141-1/+0
| | | | Reported by: tobik
* comms/picocom: Add CPE informationStefan Eßer2021-10-141-0/+2
| | | | Approved by: portmgr (blanket)
* comms/libusbmuxd: Add CPE informationStefan Eßer2021-10-141-1/+3
| | | | Approved by: portmgr (blanket)
* *: Clean up some thingsTobias Kortkamp2021-10-122-2/+1
| | | | | | | | | | | | - Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* comms/gqrx: Update to 2.14.6Ganael LAPLANCHE2021-10-112-4/+4
|
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-104-4/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* comms/py-fritzconnection: Update to 1.7.0Wen Heping2021-10-092-4/+4
| | | | | PR: 259009 Reported by: freebsd@michael-bueker.de(maintainer)
* comms/hidapi: Switch from cmake back to autoreconf buildEmanuel Haupt2021-10-072-9/+16
| | | | | | | | Switch from cmake back to to autoreconf build as this broke comms/py-hidapi. Once this has been investigated and fixed we can switch back to cmake. Notified by: pkg-fallout
* */*: Remove extra CPE_VENDOR=horde which is already present in USES=hordeBernhard Froehlich2021-10-072-5/+2
| | | | Approved by: portmgr (blanket)
* comms/hidapi: Update to 0.11.1Emanuel Haupt2021-10-063-19/+14
| | | | | | Switch to cmake due to upstream deprecation warning Release notes: https://github.com/libusb/hidapi/releases/tag/hidapi-0.11.0
* comms/hcidump: Fix a link errorCy Schubert2021-10-051-1/+1
| | | | | | | | | | | | | | Fix the following by adding -fPIE to CFLAGS: /usr/local/bin/x86_64-unknown-freebsd14.0-ld: ../parser/libparser.a(hidp.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE /usr/local/bin/x86_64-unknown-freebsd14.0-ld: final link failed: nonrepresentable section on output cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [hcidump] Error code 1 MFH: 2021Q4
* comms/pear-Horde_SyncMl: Add CPE informationBernhard Froehlich2021-10-051-1/+3
| | | | Approved by: portmgr (blanket)
* comms/pear-Horde_ActiveSync: Add CPE informationBernhard Froehlich2021-10-051-1/+2
| | | | Approved by: portmgr (blanket)
* comms/mgetty+sendfax: Add CPE informationBernhard Froehlich2021-10-051-1/+2
| | | | Approved by: portmgr (blanket)
* comms/hylafax: Add CPE informationBernhard Froehlich2021-10-051-1/+1
| | | | Approved by: portmgr (blanket)
* comms/gqrx: Update to 2.14.5Ganael LAPLANCHE2021-10-052-5/+4
|
* *: re-assign kuriyama@s ports to the pool, commit bit safekeptRene Ladan2021-10-041-1/+1
| | | | With hat: portmgr-secretary
* comms/svxlink: Unbreak qtelDiane Bruce2021-10-021-2/+2
| | | | | - Unbreak qtel by adding GH_PROJECT to svxlink - remove redundant REINPLACE
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-302-18/+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
* comms/dfu-util: Update version 0.10=>0.11Muhammad Moinur Rahman2021-09-252-4/+4
| | | | Relnotes: https://sourceforge.net/p/dfu-util/dfu-util/ci/master/tree/ChangeLog
* comms/hcidump: Mark as broken on aarch64.Mikael Urankar2021-09-241-0/+2
|
* comms/predict: fix ncurses with ports and futur split in baseBaptiste Daroussin2021-09-242-9/+3
| | | | While here, avoid useless call on sed where easily possible
* */*: Reset MAINTAINER due to repeat fatal email bouncesRyan Steinmetz2021-09-211-1/+1
|
* comms/snap7: Add CPE informationBernhard Froehlich2021-09-201-1/+3
| | | | Approved by: portmgr (blanket)
* comms/nmealib: Add CPE informationBernhard Froehlich2021-09-201-1/+3
| | | | Approved by: portmgr (blanket)
* comms/snap7: port to aarch64Mikael Urankar2021-09-142-2/+15
|
* comms/lrzsz: Add CPE informationBernhard Froehlich2021-09-111-0/+4
| | | | Approved by: portmgr (blanket)
* comms/minicom: Add CPE informationBernhard Froehlich2021-09-101-1/+2
| | | | Approved by: portmgr (blanket)
* comms/iwmbt-firmware: Update distinfo.Newton Terry2021-09-052-4/+4
| | | | | | PR: 253302 Tested by: arrowd
* comms/wsjtz: Fix buildJose Alonso Cardenas Marquez2021-09-031-2/+6
| | | | | | - Add missing dependencies - Add DOCS option Reported by: pkg-fallout
* comms/libmodbus: Add CPE informationBernhard Froehlich2021-09-021-1/+1
| | | | Approved by: portmgr (blanket)
* comms/wsjtz: Fix buildJose Alonso Cardenas Marquez2021-09-021-0/+1
| | | | Reported by: pkg-fallout
* comms/openobex: Add CPE informationBernhard Froehlich2021-08-291-1/+1
| | | | Approved by: portmgr (blanket)
* Cleanup: for ports under c* categories, drop redundant GH_{ACCOUNT,PROJECT}.Alexey Dokuchaev2021-08-295-10/+2
|
* comms/wsjtz: New port: Clone of WSJT-X software with additional featuresJose Alonso Cardenas Marquez2021-08-2710-0/+254
| | | | | | | | | | | | | | | | | | | | | WSJT ("Weak Signal Communication, by K1JT") offers specific digital protocols optimized for meteor scatter, ionospheric scatter, and EME (moonbounce) at VHF/UHF, as well as HF skywave propagation. The program can decode fraction-of-a-second signals reflected from ionized meteor trails and steady signals 10 dB below the audible threshold. WSJT-Z is a clone of WSJT-X software by Joe Taylor K1JT Features - Modified user interface, including a larger Band Activity window - Extended filtering features - Auto CQ and auto responding - QRZ.COM integration - Audio alerts - DXCC / Continent Filtering WWW: https://sourceforge.net/projects/wsjt-z/
* comms/xdemorse: Update 3.6.4 -> 3.6.5Yuri Victorovich2021-08-252-4/+4
| | | | Reported by: portscout