aboutsummaryrefslogtreecommitdiff
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* comms/fldigi: Update to 4.2.05Diane Bruce2024-04-233-17/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed bogus png dependency - modified autoreconf to autoreconf:compile - updated pkg-plist From upstream: 2024-04-23 dave-w1hkj <w1hkj@bellsouth.net> b4256bd6a: Version 4.2.05 2024-04-23 kk5vd <kk5vd@yahoo.com> ac7f2ae04: Documentation Update 98504be5f: RSID Scripting 2024-04-20 dave-w1hkj <w1hkj@bellsouth.net> b1cf7440a: winkeyer 51554e4dc: Main X-Y-W-H restore 79c2f941d: pi-winkeyer 467c17391: Wordsworth CW 580fdc566: Default language e64e3bc15: RSID Min Bandwidth e2b68197f: OFDM documentation 2d021cff7: Deprecate ° 7debbe875: DominoEX MFSK Thor s/n 2024-03-24 Steve Magnuson <steve.magnuson@gmail.com> 99db787dc: gpio ptt
* comms/py-esptool: Update to 4.7.0Fukang Chen2024-04-222-9/+12
| | | | | | | | Changelog: https://github.com/espressif/esptool/releases/tag/v4.7.0 PR: 278486
* comms/py-streamdeck: New port: Python library to control the Elgato Stream Deckgatekeeper2024-04-206-0/+67
| | | | | | | | | | | | - Submitter becomes maintainer This is an open source Python 3 library to control an Elgato Stream Deck directly, without the official software. This can allow you to create your own custom front-ends, such as a custom control front-end for home automation software. WWW: https://github.com/abcminiuser/python-elgato-streamdeck PR: 278266
* */*: Remove GNU_CONFIGURE_MANPREFIXChristian Weisgerber2024-04-171-1/+0
| | | | After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports.
* comms/flamp: update 2.2.11 → 2.2.12Yuri Victorovich2024-04-162-4/+4
| | | | Reported by: portscout
* comms/conserver-com: Drop USES=autoreconfNuno Teixeira2024-04-141-2/+2
| | | | Port builds fine with provided configure
* */*: Remove GNU_CONFIGURE_MANPREFIX after move man pages to share/manNuno Teixeira2024-04-141-1/+0
| | | | Approved by: portmgr (blanket)
* cleanup: remove occurrences of WITH_DEBUGMathieu Arnold2024-04-121-4/+0
| | | | | | | | DEBUG like all ports features, must not ever be set in a port, they are user facing features, that the user needs to enable in their environment/make.conf, either by defining WITH_DEBUG globally, or by setting WITH_DEBUG_PORTS with origin of ports they want DEBUG enabled in.
* comms/py-hid: Add libhidapi.so to library_pathsMateusz Piotrowski2024-04-112-0/+11
| | | | | | | | | dennis <drac7ft@gmail.com> reportsed that py-hid would fail due to not finding libhidapi.so. The "library_paths" variable in the installed __init__.py did not have a path for any suitable library for it to use. PR: 278086 Reported by: dennis <drac7ft@gmail.com>
* comms/py-hid: Return to poolMateusz Piotrowski2024-04-111-1/+1
|
* databases/p5-DBD-mysql: Fix for MariaDB usersFlorian Smeets2024-04-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES where required. DBD_MYSQL will automatically set the correct DBD dependency. In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the support for MariaDB was removed and only MySQL >= 8.0 is supported. In the 4.x releases MariaDB is still supported, according to upstream 4.x will still be supported for a while [1], so use that for now when we detect that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in d95f49cb3b54. DBD:MariaDB would be another alternative, but migrating to it might need more analysis than just staying with the 4.x releases of p5-DBD-mysql. This thread on the amavis-users mailing list has a very good summary [2] from the author of DBD:MariaDB. This includes ideas and suggestions from vvd and mat. Thanks! [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277889#c17 [2] https://lists.amavis.org/pipermail/amavis-users/2024-March/006823.html PR: 275100, 277889 Reviewed by: vvd, mat Fixes: cd16748194e2 Differential Revision: https://reviews.freebsd.org/D44662
* comms/predict: update to 2.3.1Diane Bruce2024-04-049-44/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [upstream changes] Release 2.3.1: By John A. Magliacane <kd2bd@amsat.org> (05-Aug-2023): * Fixed a bug that caused the "Upcoming Passes" list in Multi-Satellite tracking mode to occasionally produce erroneous results if one or more satellites in the database had decayed from orbit. * The Vocalizer feature was modified to prevent it from being executed by a user keyboard command until after the current speech announcement has terminated. * The earthtrack compilation script was modified to prevent the "undefined reference" errors some users experienced during the linking phase of the compilation process. * All references to www.celestrak.com in the "kepupdate" script have been changed to celestrak.org due to the site's name change. * Several other small coding changes were made. ---------------------------------------------------------------------------- [db changes] - Upstream does not come with a proper build infrastructure hence build is done in our port Makefile now instead of copied Makefile. - portlint and portfmt ran clearly as did poudriere. - Added earthtrack, kepupdate and moontracker binaries but did not add gsat which should be a separate port IMO PR: 277986 Reported by: Andrey Korobkov <alster@vinterdalen.se>
* Qt5: Update to 5.15.13Jason E. Hale2024-03-314-12/+12
| | | | | | | | | Update devel/pyside2* and devel/shiboken to 5.15.13 Update www/qt5-webengine to latest commit. Python 3.x support has been integrated upstream, so local patches have been removed. Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.13/release-note.md
* comms/obexapp: Move man page to share/manYasuhiro Kimura2024-03-302-6/+6
| | | | Approved by: portmgr (blanket)
* Qt6: Update to 6.6.3Jason E. Hale2024-03-304-12/+12
| | | | | | | | | | As a patch release, Qt 6.6.3 does not introduce new features but contains more than 300 bug fixes, security updates, and other improvements on top of Qt 6.6.2 release. See more information about the most important changes and bug fixes in the Qt 6.6.3 release note. Announcement: https://www.qt.io/blog/qt-6.6.3-released Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.6.3/release-note.md
* */*: Bump PORTREVISION. lazarus was updated to 3.2.0Jose Alonso Cardenas Marquez2024-03-241-1/+1
| | | | - Change default lazarus version to 3.2.0
* comms/cqrlog: Move man page to share/manYasuhiro Kimura2024-03-223-23/+4
| | | | Approved by: portmgr (blanket)
* comms/opencbm*: Move manpages to share/manGleb Popov2024-03-184-18/+21
| | | | Approved by: portmgr (blanket)
* comms/xlog: undeprecate and unexpireCharlie Li2024-03-181-6/+2
| | | | | | | xlog is still a widely-used open source logging software in amateur radio. Assign to hamradio@
* comms/birda: Move man pages to share/manChristian Weisgerber2024-03-182-9/+12
| | | | Approved by: portmgr (blanket)
* comms/trustedqsl: Fix plist and portDaniel Engberg2024-03-172-15/+24
| | | | | | | | | | * Remove obsolete dependencies (BDB 5 and (lib)lmdb) * Add USES= sqlite * Fix plist While at it, make some minor changes to Makefile Approved by: portmgr (blanket, build fix)
* comms/xlog: Mark DEPRECATEDMuhammad Moinur Rahman2024-03-171-1/+5
| | | | | | | | - Uses upstream EOL gtk2 libraries - Set EXPIRATION_DATE 2024-12-31 If someone needs this port feel free to undeprecate and takeover maintainership.
* comms/syncterm: Move man pages to share/manChristian Weisgerber2024-03-161-1/+3
| | | | Approved by: portmgr (blanket)
* comms/hcidump: Move man pages to share/manChristian Weisgerber2024-03-162-5/+6
| | | | Approved by: portmgr (blanket)
* comms/chirp: update to 20240311Charlie Li2024-03-153-694/+33
| | | | | | | | - restore USE_PYTHON=autoplist, static plist kept for files outside wheel - add NLS option - display "py3dev" as version in about box per upstream request (and suppress update dialog)
* comms/tits: Move man pages to share/manChristian Weisgerber2024-03-142-2/+3
| | | | Approved by: portmgr (blanket)
* comms/py-hidapi: Convert to USE_PYTHON=pytestPo-Chuan Hsieh2024-03-091-2/+2
| | | | | Approved by: portmgr (blanket) With hat: python
* comms/scrcpy: update to 2.4Hiroki Tagato2024-03-064-12/+11
| | | | | | Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v2.4 Reported by: GitHub (watch releases)
* comms/trustedqsl: Update to 2.7.2Michael Reifenberger2024-03-042-4/+4
|
* comms/klog: Update to 2.3.4Michael Reifenberger2024-03-042-5/+5
|
* comms/trustedqsl: Update to 2.6.5Michael Reifenberger2024-03-042-5/+4
|
* comms/xdemorse: Move man pages to share/manNuno Teixeira2024-03-031-2/+3
| | | | Approved by: portmgr (blanket)
* comms/usbmuxd: Move man pages to share/manNuno Teixeira2024-03-031-2/+3
| | | | Approved by: portmgr (blanket)
* comms/soapyremote: Move man pages to share/manNuno Teixeira2024-03-032-10/+2
| | | | Approved by: portmgr (blanket)
* comms/mgetty+sendfax: Move man pages to share/manNuno Teixeira2024-03-033-49/+66
| | | | Approved by: portmgr (blanket)
* comms/libdc: Move man pages to share/manNuno Teixeira2024-03-032-57/+59
| | | | Approved by: portmgr (blanket)
* comms/anyremote: Move man pages to share/manNuno Teixeira2024-03-032-1/+3
| | | | Approved by: portmgr (blanket)
* comms/chirp: Update to latest snapshotDiane Bruce2024-03-023-5/+10
| | | | | - pile of updates to new radios - fixed translations
* comms/chirp: Update to 20240229Diane Bruce2024-03-023-11/+687
| | | | | | - Cleaned up Makefile and pkg-plist - New model Hiroyasu IC-980PRO - Radioddity FS-T3/PR-T3
* comms/redsea: Update version 0.20=>0.21Andrew Morris2024-03-022-5/+4
| | | | | | | Changelog: https://github.com/windytan/redsea/releases/tag/v0.21 PR: 276665 Approved by: submitter is maintainer
* comms/gnokii: Move man pages to share/man.Guido Falsi2024-03-012-9/+10
|
* comms/sms_client: Remove expired portMuhammad Moinur Rahman2024-02-2912-356/+0
| | | | comms/sms_client
* comms/comserv: Remove expired portMuhammad Moinur Rahman2024-02-294-32/+0
| | | | comms/comserv
* comms/dcf77pi: fix buildRene Ladan2024-02-261-0/+1
| | | | | Fixes: 19d8d6dd4ba6 "comms/dcf77pi: migrate to codeberg" Pointyhat: rene
* comms/gammu: moved manpages to share/manRodrigo Osorio2024-02-262-30/+34
| | | | | Update cmake arg INSTALL_MAN_DIR and fix plist Reorder and reformat Makefile to make linters happy
* comms/dcf77pi: migrate to codebergRene Ladan2024-02-252-27/+26
| | | | portfmt while here, and bump PORTREVISION
* comms/tlf: Moved man to share/manMuhammad Moinur Rahman2024-02-242-2/+9
| | | | Approved by: portmgr (blanket)
* comms/direwolf: Update version 1.6=>1.7Muhammad Moinur Rahman2024-02-244-36/+31
| | | | | | | | - Moved man to share/man Changelog: https://github.com/wb2osz/direwolf/releases/tag/1.7 Approved by: portmgr (blanket)
* comms/cwdaemon: Moved man to share/manMuhammad Moinur Rahman2024-02-242-4/+9
| | | | Approved by: portmgr (blanket)
* comms/hackrf: update 2021.03.1 -> 2024.02.1Tomasz "CeDeROM" CEDRO2024-02-243-10/+10
| | | | | | | Changes: https://github.com/greatscottgadgets/hackrf/releases/tag/v2024.02.1 https://github.com/greatscottgadgets/hackrf/releases/tag/v2023.01.1 https://github.com/greatscottgadgets/hackrf/releases/tag/v2022.09.1 See also: https://github.com/freebsd/freebsd-ports/pull/238