aboutsummaryrefslogtreecommitdiff
path: root/comms/chirp
Commit message (Collapse)AuthorAgeFilesLines
* 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/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/chirp: update chirp to 202401201 snapshotDiane Bruce2024-01-262-12/+16
| | | | | - chirp has new rigs added - locale system added adding many language files
* */*: Bump consumers of x11-toolkits/wxgtk32Nuno Teixeira2023-11-231-0/+1
| | | | New version of wxWidgets in tree
* comms/chirp: update to 20230731Charlie Li2023-08-012-5/+5
| | | | PR: 272746
* comms/chirp: remove conditional for Python < 3.8 after 3.7 removalCharlie Li2023-06-281-3/+0
|
* comms/chirp: update to 20230621Charlie Li2023-06-252-5/+5
| | | | Event: ARRL/RAC Field Day 2023
* comms/chirp: banish PORTSCOUTCharlie Li2023-05-231-0/+1
| | | | | | No releases, just selected builds direct from git. Event: Kitchener-Waterloo Hackathon 202305
* comms/chirp: add forgotten wheelCharlie Li2023-05-201-0/+1
|
* comms/chirp: welcome backCharlie Li2023-05-203-0/+63
| | | | | | Project now in Python 3 and uses wxPython for GUI. Event: BSDCan 2023
* comms/chirp: remove expiredBaptiste Daroussin2020-10-165-73/+0
| | | | Notes: svn path=/head/; revision=552491
* Move comms/py-serial to comms/py-pyserialSunpoet Po-Chuan Hsieh2020-06-271-1/+2
| | | | | | | | | | | | | - While I'm here, add NO_ARCH - Bump PORTREVISION of dependent ports for dependency change (devel/py-pyvisa-py and finance/odoo will be bumped in next commit, py-pyusb renaming) PR: 246546 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 40 days) Notes: svn path=/head/; revision=540586
* Deprecate a few ports using python 2.7Antoine Brodin2020-05-091-0/+3
| | | | Notes: svn path=/head/; revision=534727
* Update to 20200107Diane Bruce2020-01-142-6/+6
| | | | | | | | | | | | Also remove all traces of a version number and simplify Makefile. Not even the About dialog shows a non-date version. Submitted by: Charlie Li <ml+freebsd@vishwin.info> Reviewed by: db Differential Revision: D22986 Notes: svn path=/head/; revision=523027
* comms/chirp: Drop unhooked NLS_USES options helperTobias Kortkamp2019-10-191-1/+0
| | | | Notes: svn path=/head/; revision=514756
* update to 0.4.1.2019.05.11Diane Bruce2019-05-182-5/+7
| | | | | | | | Submitted by: jason@corrupted.io Differential Revision: https://reviews.freebsd.org/D20267 Notes: svn path=/head/; revision=501975
* comms/chirp: 0.4.1.2017.02.22 -> 0.4.1.2018.09.06Yuri Victorovich2018-09-213-10/+9
| | | | | | | Differential Revision: D17272 Notes: svn path=/head/; revision=480284
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* py-serial got updated in r424787 to a 3.* version, which chirp 0.4.1 is notDiane Bruce2017-03-046-388/+30
| | | | | | | | | | | | compatible with because of a couple function => property changes. Given that upstream hasn't made a non-daily release since 0.4.1 we are forced to track daily builds for now. PR: ports/217499 Submitted by: bsdports@kyle-evans.net Notes: svn path=/head/; revision=435381
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Last update was causing pollution of BUILD_DEPENDS into RUN_DEPENDSMark Felder2015-08-171-3/+4
| | | | | | | PR: 202338 Notes: svn path=/head/; revision=394507
* Add missing RUN_DEPENDSMark Felder2015-08-151-5/+6
| | | | | | | | | Sort USES PR: 202338 Notes: svn path=/head/; revision=394319
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Fix broken pkg-plistDiane Bruce2015-03-142-15/+87
| | | | Notes: svn path=/head/; revision=381239
* Cleanup plistBaptiste Daroussin2014-10-201-5/+0
| | | | Notes: svn path=/head/; revision=371247
* - modernise Makefile, fix pkg-descrDiane Bruce2014-10-145-19/+16
| | | | | | | | | | | - change Maintainer to hamradio group - update to chirp 0.4.1 Version 0.4.1 contains a special backport for Baofeng users to work around a firmware incompatibility issue. Notes: svn path=/head/; revision=370886
* Canonicalize some old USE_PY*Antoine Brodin2014-08-111-6/+6
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=364600
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.Adam Weinberger2014-07-151-0/+2
| | | | | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example. Notes: svn path=/head/; revision=362014
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Add LICENSEDiane Bruce2013-12-273-11/+8
| | | | | | | | | | | | | | | | | | | - Build using stage - update to 0.3.1 This update against 0.3.0 contains only fixes against 0.3.0. Users on 0.3.0 should update immediately. Users of the daily versions should not use this version as it contains only fixes against the stable version. The changes are: Increase max split in import logic to 15MHz (#185) FT817 settings fixes (#435) Fix serial port sorting on Win32 (#549) Shift and delete fixes (#541) VX8 bank membership fixes (#543 and #685) Fix "hide unused fields" when no radio is open (#667) TH-D72 fixes for corrupt memory (#697) Fixes for copy/paste with empty memories (#769) Notes: svn path=/head/; revision=337806
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [bce]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331271
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-2/+1
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* - Update to chirp 0.3.0Diane Bruce2013-02-193-152/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | From the chirp release notes: New radios now supported: - Baofeng UV-5R - Icom IC-208H - Icom IC-T7H - Icom IC-T8A - Icom IC-746 - Kenwood TM-G707 - TYT TH-UV3R - TYT TH-UVF1 - Yaesu FT-1802M - Wouxun KG-UV6D/UV6X Major new features: - Better serial port enumeration on Windows - Automatic split->offset conversion during import when odd-split is not supported - Per-memory extra settings and detailed editing - TravelPlus importing - RadioReference importing Notes: svn path=/head/; revision=312598
* - chirp is a program for setting frequencies in memories on an amateur radioDiane Bruce2012-09-227-0/+302
transceiver Notes: svn path=/head/; revision=304689