mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
comms/chirp: remove expired
This commit is contained in:
parent
39b800c60d
commit
c5e5a41c2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552491
1
MOVED
1
MOVED
@ -15651,3 +15651,4 @@ sysutils/syslog-ng323|sysutils/syslog-ng|2020-10-12|Has expired: Agreed upon ups
|
||||
devel/libsoup-gnome|devel/libsoup|2020-10-12|Reunited into on package they have the same dependencies
|
||||
sysutils/plasma5-user-manager|x11/plasma5-plasma-desktop|2020-10-13|Reintegrated into other plasma5 components
|
||||
devel/geany-plugin-geanypy||2020-10-15|Has expired: Uses deprecated version of python
|
||||
comms/chirp||2020-10-16|Use deprecated version of python
|
||||
|
@ -18,7 +18,6 @@
|
||||
SUBDIR += bluegps
|
||||
SUBDIR += bluez-firmware
|
||||
SUBDIR += bpl+
|
||||
SUBDIR += chirp
|
||||
SUBDIR += chu
|
||||
SUBDIR += comserv
|
||||
SUBDIR += concordance
|
||||
|
@ -1,29 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= chirp
|
||||
DISTVERSIONPREFIX= daily-
|
||||
DISTVERSION= 20200107
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= https://trac.chirp.danplanet.com/chirp_daily/daily-${DISTVERSION}/
|
||||
|
||||
MAINTAINER= hamradio@FreeBSD.org
|
||||
COMMENT= Free, open-source tool for programming your amateur radio
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
DEPRECATED= Uses deprecated version of python
|
||||
EXPIRATION_DATE= 2020-09-15
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>0:textproc/py-libxml2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2@${PY_FLAVOR}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= desktop-file-utils python:2.7
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1578454930
|
||||
SHA256 (chirp-daily-20200107.tar.gz) = 9c9d4a614944d3302d182cf02247360e1303949b70796884c579fc616431b1a8
|
||||
SIZE (chirp-daily-20200107.tar.gz) = 891293
|
@ -1,10 +0,0 @@
|
||||
--- chirp/platform.py.orig 2017-02-07 08:01:12 UTC
|
||||
+++ chirp/platform.py
|
||||
@@ -317,6 +317,7 @@ class UnixPlatform(Platform):
|
||||
|
||||
def list_serial_ports(self):
|
||||
ports = ["/dev/ttyS*",
|
||||
+ "/dev/tty*",
|
||||
"/dev/ttyUSB*",
|
||||
"/dev/ttyAMA*",
|
||||
"/dev/ttyACM*",
|
@ -1,26 +0,0 @@
|
||||
--- setup.py.orig 2015-03-05 08:00:18 UTC
|
||||
+++ setup.py
|
||||
@@ -109,7 +109,7 @@ def default_build():
|
||||
|
||||
desktop_files = glob("share/*.desktop")
|
||||
# form_files = glob("forms/*.x?l")
|
||||
- image_files = glob("images/*")
|
||||
+# image_files = glob("images/*")
|
||||
_locale_files = glob("locale/*/LC_MESSAGES/CHIRP.mo")
|
||||
stock_configs = glob("stock_configs/*")
|
||||
|
||||
@@ -127,11 +127,11 @@ def default_build():
|
||||
version=CHIRP_VERSION,
|
||||
scripts=["chirpw"],
|
||||
data_files=[('share/applications', desktop_files),
|
||||
- ('share/chirp/images', image_files),
|
||||
+# ('share/chirp/images', image_files),
|
||||
('share/chirp', xsd_files),
|
||||
- ('share/doc/chirp', ['COPYING']),
|
||||
+# ('share/doc/chirp', ['COPYING']),
|
||||
('share/pixmaps', ['share/chirp.png']),
|
||||
- ('share/man/man1', ["share/chirpw.1"]),
|
||||
+ ('man/man1', ["share/chirpw.1"]),
|
||||
('share/chirp/stock_configs', stock_configs),
|
||||
] + locale_files)
|
||||
|
@ -1,5 +0,0 @@
|
||||
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: https://chirp.danplanet.com/projects/chirp
|
Loading…
Reference in New Issue
Block a user