diff --git a/comms/Makefile b/comms/Makefile index 80cc88dd6916..af639e00af8b 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,223 +1,224 @@ COMMENT = Communication utilities SUBDIR += acfax SUBDIR += airspy SUBDIR += airspyhf SUBDIR += aldo SUBDIR += amtterm SUBDIR += anyremote SUBDIR += apitran SUBDIR += aprsd SUBDIR += atslog SUBDIR += bfhist SUBDIR += bforce-kst SUBDIR += birda SUBDIR += bladerf SUBDIR += bluegps SUBDIR += bluez-firmware SUBDIR += bpl+ SUBDIR += chu SUBDIR += comserv SUBDIR += concordance SUBDIR += conserver-com SUBDIR += cqrlog SUBDIR += cubicsdr SUBDIR += cutecom SUBDIR += cwdaemon SUBDIR += cwstudio SUBDIR += cyclonedds SUBDIR += dcf77pi SUBDIR += deforaos-phone SUBDIR += dfu-programmer SUBDIR += dfu-util SUBDIR += digiham SUBDIR += direwolf SUBDIR += dsd SUBDIR += dump1090 SUBDIR += ebook2cw SUBDIR += ebook2cwgui SUBDIR += ebusd SUBDIR += echolinux SUBDIR += ems-flasher SUBDIR += fl_moxgen SUBDIR += flamp SUBDIR += flcluster SUBDIR += fldigi SUBDIR += fllog SUBDIR += flmsg SUBDIR += flrig SUBDIR += flwrap SUBDIR += freedv SUBDIR += gammu SUBDIR += gkermit SUBDIR += gnocky SUBDIR += gnokii SUBDIR += gnuradio SUBDIR += gpredict SUBDIR += gqrx SUBDIR += gr-osmosdr SUBDIR += grig SUBDIR += gstreamer1-plugins-spandsp SUBDIR += gtkmmorse SUBDIR += hackrf SUBDIR += hackrf-devel SUBDIR += hamlib SUBDIR += hcidump SUBDIR += hidapi SUBDIR += hylafax SUBDIR += ibp SUBDIR += iceoryx SUBDIR += inspectrum SUBDIR += iwmbt-firmware SUBDIR += java-simple-serial-connector SUBDIR += kermit SUBDIR += klog SUBDIR += libconcord + SUBDIR += libdc SUBDIR += libfap SUBDIR += libfec SUBDIR += libimobiledevice SUBDIR += libirman SUBDIR += libmodbus SUBDIR += librs232 SUBDIR += libsdr SUBDIR += libsdr-gui SUBDIR += libticables2 SUBDIR += libticalcs2 SUBDIR += libusbmuxd SUBDIR += limesuite SUBDIR += linrad SUBDIR += liquid-dsp SUBDIR += lirc SUBDIR += locator SUBDIR += lrzsz SUBDIR += lysdr SUBDIR += mbelib SUBDIR += mgetty+sendfax SUBDIR += minicom SUBDIR += mlan3 SUBDIR += morse SUBDIR += multimon-ng SUBDIR += nanovna-saver SUBDIR += nasawash SUBDIR += ncid SUBDIR += nec2c SUBDIR += nmealib SUBDIR += obexapp SUBDIR += opencbm SUBDIR += opencbm-kmod SUBDIR += opencbm-plugin-xa1541 SUBDIR += openobex SUBDIR += openzwave SUBDIR += openzwave-devel SUBDIR += owfs SUBDIR += p5-Cisco-UCS SUBDIR += p5-Device-Gsm SUBDIR += p5-Device-Modem SUBDIR += p5-Device-SerialPort SUBDIR += p5-Fax-Hylafax-Client SUBDIR += p5-Nexmo-SMS SUBDIR += p5-SMS-SMS77 SUBDIR += p5-SMS-Send SUBDIR += p5-SMS-Send-DeviceGsm SUBDIR += p5-SMS-Send-NexmoUnicode SUBDIR += p5-SMS-Send-TW-HiAir SUBDIR += p5-SMS-Send-TW-PChome SUBDIR += p5-SMS-Send-TW-Socket2Air SUBDIR += p5-SMS-Send-TW-chtsns SUBDIR += p5-SMS-Send-TW-emome SUBDIR += pear-Horde_ActiveSync SUBDIR += pear-Horde_SyncMl SUBDIR += picocom SUBDIR += pr SUBDIR += predict SUBDIR += py-adafruit-ampy SUBDIR += py-elelabs-zigbee-ezsp-utility SUBDIR += py-esptool SUBDIR += py-fritzconnection SUBDIR += py-hid SUBDIR += py-hidapi SUBDIR += py-libimobiledevice SUBDIR += py-libscrc SUBDIR += py-pyserial SUBDIR += py-pyserial-asyncio SUBDIR += py-xmodem SUBDIR += pyla SUBDIR += qico SUBDIR += qpage SUBDIR += qrq SUBDIR += qsstv SUBDIR += qt5-connectivity SUBDIR += qt5-sensors SUBDIR += qt5-serialbus SUBDIR += qt5-serialport SUBDIR += qt6-sensors SUBDIR += qt6-serialbus SUBDIR += qt6-serialport SUBDIR += qtel SUBDIR += redsea SUBDIR += remserial SUBDIR += rtl-433 SUBDIR += rtl-sdr SUBDIR += rubygem-callsign SUBDIR += rubygem-ruby-termios SUBDIR += rubygem-serialport SUBDIR += rxtx SUBDIR += scmxx SUBDIR += scrcpy SUBDIR += sdr++ SUBDIR += sdr-wspr SUBDIR += ser2net SUBDIR += serialoverip SUBDIR += sms_client SUBDIR += smstools3 SUBDIR += snap7 SUBDIR += soapyairspy SUBDIR += soapybladerf SUBDIR += soapyplutosdr SUBDIR += soapyredpitaya SUBDIR += soapyremote SUBDIR += soapysdr-rtlsdr SUBDIR += soapysdrhackrf SUBDIR += soapyuhd SUBDIR += spandsp SUBDIR += splat SUBDIR += sredird SUBDIR += sunxi-tools SUBDIR += svxlink SUBDIR += syncterm SUBDIR += tcpser SUBDIR += telldus-core SUBDIR += thebridge SUBDIR += tilp2 SUBDIR += tio SUBDIR += tits SUBDIR += tkhylafax SUBDIR += tkscanfax SUBDIR += tlf SUBDIR += trustedqsl SUBDIR += twpsk SUBDIR += uarduno SUBDIR += uartlirc SUBDIR += uhd SUBDIR += uird SUBDIR += ujprog SUBDIR += unixcw SUBDIR += usbmuxd SUBDIR += viewfax SUBDIR += vrflash SUBDIR += wsjtx SUBDIR += wsjtz SUBDIR += wwl SUBDIR += wy60 SUBDIR += xastir SUBDIR += xcwcp SUBDIR += xdemorse SUBDIR += xdx SUBDIR += xlog SUBDIR += xmorse SUBDIR += xnec2c SUBDIR += xnecview SUBDIR += yagiuda SUBDIR += yfklog .include diff --git a/comms/libdc/Makefile b/comms/libdc/Makefile new file mode 100644 index 000000000000..900b41f9af67 --- /dev/null +++ b/comms/libdc/Makefile @@ -0,0 +1,23 @@ +PORTNAME= libdc +DISTVERSIONPREFIX=v +DISTVERSION= 5.0.10 +CATEGORIES= comms + +MAINTAINER= romain@FreeBSD.org +COMMENT= Subsurface version of libdivecomputer +WWW= http://www.libdivecomputer.org + +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= autoreconf gmake libtool +USE_GITHUB= yes +USE_LDCONFIG= yes +GH_ACCOUNT= subsurface +GNU_CONFIGURE= yes + +OPTIONS_DEFINE= DOCS + +DOCSDIR= ${PREFIX}/share/doc/libdivecomputer + +.include diff --git a/comms/libdc/distinfo b/comms/libdc/distinfo new file mode 100644 index 000000000000..2319a92eb5d6 --- /dev/null +++ b/comms/libdc/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1666671310 +SHA256 (subsurface-libdc-v5.0.10_GH0.tar.gz) = f9512ed4747f52138a7c7942fee677e33a16d99aa5db4aafe377ef7cd8276567 +SIZE (subsurface-libdc-v5.0.10_GH0.tar.gz) = 418912 diff --git a/comms/libdc/pkg-descr b/comms/libdc/pkg-descr new file mode 100644 index 000000000000..657dcd81a22c --- /dev/null +++ b/comms/libdc/pkg-descr @@ -0,0 +1,4 @@ +Libdivecomputer is a cross-platform and open source library for +communication with dive computers from various manufacturers. + +This port is the subsurface flavor of libdivecomputer. diff --git a/comms/libdc/pkg-plist b/comms/libdc/pkg-plist new file mode 100644 index 000000000000..24a48fdf5e1b --- /dev/null +++ b/comms/libdc/pkg-plist @@ -0,0 +1,153 @@ +bin/dctool +include/libdivecomputer/atomics_cobalt.h +include/libdivecomputer/ble.h +include/libdivecomputer/bluetooth.h +include/libdivecomputer/buffer.h +include/libdivecomputer/common.h +include/libdivecomputer/context.h +include/libdivecomputer/custom.h +include/libdivecomputer/datetime.h +include/libdivecomputer/descriptor.h +include/libdivecomputer/device.h +include/libdivecomputer/divesystem_idive.h +include/libdivecomputer/hw_frog.h +include/libdivecomputer/hw_ostc.h +include/libdivecomputer/hw_ostc3.h +include/libdivecomputer/ioctl.h +include/libdivecomputer/iostream.h +include/libdivecomputer/irda.h +include/libdivecomputer/iterator.h +include/libdivecomputer/oceanic_atom2.h +include/libdivecomputer/oceanic_veo250.h +include/libdivecomputer/oceanic_vtpro.h +include/libdivecomputer/parser.h +include/libdivecomputer/reefnet_sensus.h +include/libdivecomputer/reefnet_sensuspro.h +include/libdivecomputer/reefnet_sensusultra.h +include/libdivecomputer/serial.h +include/libdivecomputer/suunto_d9.h +include/libdivecomputer/suunto_eon.h +include/libdivecomputer/suunto_vyper2.h +include/libdivecomputer/units.h +include/libdivecomputer/usb.h +include/libdivecomputer/usbhid.h +include/libdivecomputer/version.h +lib/libdivecomputer.a +lib/libdivecomputer.so +lib/libdivecomputer.so.0 +lib/libdivecomputer.so.0.0.0 +libdata/pkgconfig/libdivecomputer.pc +man/man3/dc_bluetooth_addr2str.3.gz +man/man3/dc_bluetooth_device_free.3.gz +man/man3/dc_bluetooth_device_get_address.3.gz +man/man3/dc_bluetooth_device_get_name.3.gz +man/man3/dc_bluetooth_iterator_new.3.gz +man/man3/dc_bluetooth_open.3.gz +man/man3/dc_bluetooth_str2addr.3.gz +man/man3/dc_buffer_append.3.gz +man/man3/dc_buffer_free.3.gz +man/man3/dc_buffer_get_data.3.gz +man/man3/dc_buffer_get_size.3.gz +man/man3/dc_buffer_new.3.gz +man/man3/dc_buffer_prepend.3.gz +man/man3/dc_context_free.3.gz +man/man3/dc_context_new.3.gz +man/man3/dc_context_set_logfunc.3.gz +man/man3/dc_context_set_loglevel.3.gz +man/man3/dc_datetime_gmtime.3.gz +man/man3/dc_datetime_localtime.3.gz +man/man3/dc_datetime_mktime.3.gz +man/man3/dc_datetime_now.3.gz +man/man3/dc_descriptor_free.3.gz +man/man3/dc_descriptor_get_model.3.gz +man/man3/dc_descriptor_get_product.3.gz +man/man3/dc_descriptor_get_transports.3.gz +man/man3/dc_descriptor_get_vendor.3.gz +man/man3/dc_descriptor_iterator.3.gz +man/man3/dc_device_close.3.gz +man/man3/dc_device_foreach.3.gz +man/man3/dc_device_open.3.gz +man/man3/dc_device_set_cancel.3.gz +man/man3/dc_device_set_events.3.gz +man/man3/dc_device_set_fingerprint.3.gz +man/man3/dc_iostream_close.3.gz +man/man3/dc_irda_device_free.3.gz +man/man3/dc_irda_device_get_address.3.gz +man/man3/dc_irda_device_get_name.3.gz +man/man3/dc_irda_iterator_new.3.gz +man/man3/dc_irda_open.3.gz +man/man3/dc_iterator_free.3.gz +man/man3/dc_iterator_next.3.gz +man/man3/dc_parser_destroy.3.gz +man/man3/dc_parser_get_datetime.3.gz +man/man3/dc_parser_get_field.3.gz +man/man3/dc_parser_new.3.gz +man/man3/dc_parser_samples_foreach.3.gz +man/man3/dc_parser_set_data.3.gz +man/man3/dc_serial_device_free.3.gz +man/man3/dc_serial_device_get_name.3.gz +man/man3/dc_serial_iterator_new.3.gz +man/man3/dc_serial_open.3.gz +man/man3/dc_usbhid_device_free.3.gz +man/man3/dc_usbhid_device_get_pid.3.gz +man/man3/dc_usbhid_device_get_vid.3.gz +man/man3/dc_usbhid_iterator_new.3.gz +man/man3/dc_usbhid_open.3.gz +man/man3/libdivecomputer.3.gz +%%PORTDOCS%%%%DOCSDIR%%/dc_bluetooth_addr2str.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_bluetooth_device_free.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_bluetooth_device_get_address.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_bluetooth_device_get_name.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_bluetooth_iterator_new.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_bluetooth_open.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_bluetooth_str2addr.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_buffer_append.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_buffer_free.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_buffer_get_data.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_buffer_get_size.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_buffer_new.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_buffer_prepend.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_context_free.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_context_new.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_context_set_logfunc.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_context_set_loglevel.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_datetime_gmtime.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_datetime_localtime.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_datetime_mktime.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_datetime_now.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_descriptor_free.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_descriptor_get_model.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_descriptor_get_product.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_descriptor_get_transports.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_descriptor_get_vendor.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_descriptor_iterator.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_device_close.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_device_foreach.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_device_open.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_device_set_cancel.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_device_set_events.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_device_set_fingerprint.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_iostream_close.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_irda_device_free.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_irda_device_get_address.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_irda_device_get_name.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_irda_iterator_new.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_irda_open.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_iterator_free.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_iterator_next.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_parser_destroy.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_parser_get_datetime.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_parser_get_field.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_parser_new.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_parser_samples_foreach.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_parser_set_data.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_serial_device_free.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_serial_device_get_name.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_serial_iterator_new.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_serial_open.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_usbhid_device_free.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_usbhid_device_get_pid.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_usbhid_device_get_vid.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_usbhid_iterator_new.3.html +%%PORTDOCS%%%%DOCSDIR%%/dc_usbhid_open.3.html +%%PORTDOCS%%%%DOCSDIR%%/libdivecomputer.3.html