1139 Commits

Author SHA1 Message Date
tracey
645d647382 Fix bulk build. Better diff from sthen@, who asked me to commit. ok me. 2020-12-09 22:28:39 +00:00
tracey
1eef57899c Update to 20201128. ok sthen@ 2020-12-08 16:34:57 +00:00
rsadowski
5634584ee5 Disable cmake find_package doxygen
We are not building a documentation
2020-11-15 06:46:29 +00:00
rsadowski
b1331b3d4c Unbreak with qwt 6.1.5 2020-11-09 18:41:42 +00:00
ajacoutot
44161b4d8c Add --without-asciidoc (breaks with upcoming asciidoc update); the man
pages don't need to be regen'd.
2020-11-09 11:33:12 +00:00
sthen
33d1b76f26 update to conserver-8.2.6 2020-11-06 14:38:27 +00:00
jasper
956fb99f83 - update to amtterm-1.6 (this swithes the port to use vte3)
- add patch from upstream to address a memory leak
2020-11-02 16:10:23 +00:00
jasper
1c0bd9b537 missed bump after vte,-main was removed and thus its dependency changed 2020-11-02 06:17:36 +00:00
daniel
2bd9396aa2 fix pulseview with newer boost
Fix taken from upstream. Brad sent the same diff to MAINTAINER.

ok bentley@ (MAINTAINER)
2020-11-02 00:18:09 +00:00
sthen
65c89eb2fc gnuradio: add a cmake patch that avoids a build error if doxygen was present
on the system earlier in configure, but was then removed before it reaches this
point. more details in the patch comment.
2020-10-28 20:52:47 +00:00
bentley
a33b030a91 Removed wrong patch. 2020-10-13 09:30:05 +00:00
bentley
8d25b1e274 Update to gnuradio-3.8.2.0. Drop maintainership.
Some notable changes to the package with this release:
 - move from Qt4 to Qt5
 - move from Python 2 to Python 3
 - drop dependency on py-gtk2

ok (and testing and much prodding from) rsadowski@
2020-10-13 09:04:51 +00:00
sthen
90a5846ced update to chirp-20201008 2020-10-09 11:03:45 +00:00
ajacoutot
9890d8665a Bump after py-gobject3 merge. 2020-10-03 15:39:57 +00:00
tracey
3279f2c633 Update chirp to version 20200909. ok abieber@ jca@ kmos@ 2020-09-25 13:48:49 +00:00
cwen
5167dfda61 p5-Device-Gsm: add a missing run depends and remove useless build depend
OK afresh1@
2020-09-21 17:36:42 +00:00
ajacoutot
4acac19aa6 Move to py3.
Regen WANTLIB.
Move swig from LDEP to BDEP.
Regen PLIST.
2020-09-13 13:25:30 +00:00
bcallah
5fe6188f27 +dump1090 2020-07-27 16:46:11 +00:00
bcallah
6ddd86ab7e Import comms/dump1090, a simple ADS-B Mode-S decoder for RTLSDR devices.
ok benoit@

Dump 1090 is an ADS-B Mode-S decoder specifically designed for RTLSDR
devices.

The main features are:
* Robust decoding of weak messages.
* Network support: TCP30003 stream (MSG5...), Raw packets, HTTP.
* Embedded HTTP server that displays the currently detected aircrafts
  on Google Maps.
* Single bit errors correction using the 24 bit CRC.
* Ability to decode DF11, DF17 messages.
* Ability to decode DF formats like DF0, DF4, DF5, DF16, DF20 and DF21
  where the checksum is xored with the ICAO address by brute forcing
  the checksum field using recently seen ICAO addresses.
* Decode raw IQ samples from file (using --ifile command line switch).
* Interactive command-line-interfae mode where aircrafts currently
  detected are shown as a list refreshing as more data arrives.
* CPR coordinates decoding and track calculation from velocity.
* TCP server streaming and receiving raw data to/from connected clients
  (using --net).
2020-07-27 16:45:31 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
sthen
e3ad8f72fc update to p5-Device-Modem-1.59 2020-07-05 14:22:23 +00:00
sthen
95d31a4bd8 bump for search.cpan.org->metacpan.org change 2020-07-03 21:44:29 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
74f0899212 conserver: update MASTER_SITES 2020-06-15 11:49:14 +00:00
ajacoutot
1ef3add259 Unbreak packaging (missed in previous). 2020-06-10 22:21:47 +00:00
ajacoutot
8f3fd719fe x11/gnome/doc-utils is going away.
Regen WANTLIB while here.
2020-06-10 07:17:32 +00:00
sthen
09d500090e update to chirp-20200603
disable generic_xml, as was done upstream in their py3 branch ("this
never really caught on, nor got the attention or maintenance it really
needed. I dunno if it even works in py2 for much anymore, but I don't
think converting it to py3 makes any sense.") - allows jasper@ to
move py-libxml to py3-libxml
2020-06-08 09:07:33 +00:00
sthen
a08ab8d5c4 update to conserver-8.2.5 2020-05-14 11:43:24 +00:00
sthen
f1e0b49528 update to chirp-20200409 2020-04-18 18:14:13 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
benoit
02089e6e4b Update to p5-Device-Modem-1.57. 2020-02-14 12:11:56 +00:00
kmos
362c14b0bd Unbreak comms/xastir for sparc64 (and probably other arches)
ok abieber@
2020-02-13 03:59:42 +00:00
sthen
a3e5de8f53 drop maintainer 2020-02-03 20:40:37 +00:00
jasper
c0d71858db update MASTER_SITES where distfiles.nl was used 2020-01-26 11:14:29 +00:00
rsadowski
4de43da1b3 Remove qtserialport (qt4)
After cad/fritzing is updated there are no consumers.

Ok jca@, abieber@ (maintainer)
2020-01-25 05:05:18 +00:00
sthen
bc3ebc875e completely remove the "static inline" mgetty patches, the change was already
handled upstream in the 1.2.1 update.
2020-01-15 21:02:28 +00:00
kmos
5b19b89056 Fix comms/mgetty+sendfax for gcc architectures.
patches for g3/* added static before the "#ifdef __GNUC__" but on
GCC architectures that ended up having "static static inline".
Move the statics outside the ifdef

ok cwen@
2020-01-08 22:22:39 +00:00
bentley
70187881fb Update to sigrok-firmware-fx2lafw-0.1.7. 2019-12-18 06:56:25 +00:00
bentley
e61dcf3935 Update to libsigrokdecode-0.5.3. 2019-12-18 06:50:30 +00:00
naddy
d8c6e8b88d accept libtiff 4.1.x 2019-11-30 12:56:15 +00:00
kmos
2487b212e9 Move tests to MODPY_PYTEST 2019-11-23 23:52:09 +00:00
fcambus
0e8a70731e Add pterm. 2019-11-09 15:36:59 +00:00
fcambus
eb0b6301c6 Import comms/pterm.
Pterm is a terminal emulator designed for connecting to PLATO-like
systems such as Cyber1 and the Cybis release from Tom Hunter.  It also
has the ability to run MicroTutor from floppy disk images.

PLATO is a multi-user system hosting games, educational material, and
communities.  A PLATO server is hosted at IRATA.online with guest access
and a CYBIS system is hosted at cyber1.org.

From Tim Meunier, thanks!

OK sthen@
2019-11-09 15:35:26 +00:00
kirby
53f1c48748 update to gammu-1.41.0 2019-11-06 02:44:12 +00:00
jcs
21553158b2 update from an ancient version to 1.2.1 which contains some security
fixes

ok ajacoutot sthen
2019-10-14 21:05:07 +00:00
naddy
174c6a4da8 skip unused code: clang does not handle x86 inline assembly on non-x86 2019-10-04 20:56:02 +00:00
naddy
c1c8a5a08e From upstream:
CMake will fail to properly run check_c_compiler_flag() on ARM when
checking for -msse2; it will always pass, and subsequent builds will
fail. Trying to compile actual code during CMake is a more reliable way
to see if SSE2 is actually available.
2019-10-03 13:39:45 +00:00
rsadowski
d96113533b Unbreak build after doxygen update
"Behavior of FILE_PATTERNS was unintentionally changed in doxygen 1.8.16,
this lead to the libsigrok doxygen invocation generating almost no data,
and missing all the enums needed for the binding generation, resulting
in build failures."

Upstream-issue: https://github.com/doxygen/doxygen/issues/7190

Patch from ArchLinux
2019-09-30 06:34:50 +00:00
jca
c72e82ff60 Stop passing a timezone param to settimeofday(2)
Historical, and useless in this port since timezone information is
always zero.  xastir is the only user of the timezone argument that
I could spot.  ok cheloha@ abieber@ (maintainer)
2019-09-10 11:21:24 +00:00
danj
1991058dbd Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:49:19 +00:00