mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- modernise Makefile, fix pkg-descr
- 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.
This commit is contained in:
parent
4f35543776
commit
b422b81477
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370886
@ -1,14 +1,13 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= chirp
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= http://chirp.danplanet.com/download/${PORTVERSION}/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= db
|
||||
|
||||
MAINTAINER= db@FreeBSD.org
|
||||
MAINTAINER= hamradio@FreeBSD.org
|
||||
COMMENT= Chirp is a free, open-source tool for programming your amateur radio
|
||||
|
||||
LICENSE= GPLv3
|
||||
@ -16,8 +15,8 @@ LICENSE= GPLv3
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/serial:${PORTSDIR}/comms/py-serial \
|
||||
${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USES= python desktop-file-utils
|
||||
USE_PYTHON= distutils
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (chirp-0.3.1.tar.gz) = b68da980642bb92cb64ebf864b26976fa9b7db0648ceb420286d938bee079f31
|
||||
SIZE (chirp-0.3.1.tar.gz) = 279479
|
||||
SHA256 (chirp-0.4.1.tar.gz) = 8c9d652dc89dbab9e2a1a75c07aa7179ce403de078a4d02814365f89e183319e
|
||||
SIZE (chirp-0.4.1.tar.gz) = 416851
|
||||
|
@ -1,12 +1,10 @@
|
||||
--- chirp/platform.py.orig 2012-09-07 19:08:30.000000000 -0500
|
||||
+++ chirp/platform.py 2012-09-17 09:48:00.000000000 -0500
|
||||
@@ -246,6 +246,9 @@
|
||||
--- chirp/platform.py.orig 2013-04-09 03:01:35.000000000 -0400
|
||||
+++ chirp/platform.py 2014-10-14 17:06:48.000000000 -0400
|
||||
@@ -284,6 +284,7 @@
|
||||
|
||||
def list_serial_ports(self):
|
||||
return sorted(glob.glob("/dev/ttyS*") +
|
||||
+ glob.glob("/dev/tty*") +
|
||||
+ glob.glob("/dev/cu*") +
|
||||
+ glob.glob("/dev/ttyU*") +
|
||||
glob.glob("/dev/ttyUSB*") +
|
||||
glob.glob("/dev/cu.*") +
|
||||
glob.glob("/dev/term/*") +
|
||||
ports = ["/dev/ttyS*",
|
||||
+ "/dev/tty*",
|
||||
"/dev/ttyUSB*",
|
||||
"/dev/ttyAMA*",
|
||||
"/dev/cu.*",
|
||||
|
@ -2,4 +2,4 @@ CHIRP is a free, open-source tool for programming your amateur radio.
|
||||
It supports a large number of manufacturers and models, as well as
|
||||
provides a way to interface with multiple data sources and formats.
|
||||
|
||||
WWW: http://chirp.danplanet.com/projects/chirp
|
||||
WWW: http://chirp.danplanet.com/projects/chirp
|
||||
|
@ -282,4 +282,4 @@ share/pixmaps/chirp.png
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/chirpui
|
||||
@dirrm share/chirp/stock_configs
|
||||
@dirrm share/chirp
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user