Index: head/comms/Makefile =================================================================== --- head/comms/Makefile (revision 402409) +++ head/comms/Makefile (revision 402410) @@ -1,199 +1,200 @@ # $FreeBSD$ # COMMENT = Communication utilities SUBDIR += acfax SUBDIR += aldo SUBDIR += amtterm SUBDIR += anyremote SUBDIR += aprsd SUBDIR += atslog SUBDIR += bfhist SUBDIR += bforce SUBDIR += bforce-kst SUBDIR += birda SUBDIR += bluegps SUBDIR += bluez-firmware SUBDIR += bpl+ SUBDIR += cdr_read SUBDIR += chirp SUBDIR += chu SUBDIR += comserv SUBDIR += concordance SUBDIR += congruity SUBDIR += conserver SUBDIR += conserver-com SUBDIR += cqrlog SUBDIR += cutecom SUBDIR += cwdaemon SUBDIR += dabstick-radio SUBDIR += dcf77pi SUBDIR += deforaos-phone SUBDIR += dfu-programmer SUBDIR += dfu-util SUBDIR += dump1090 SUBDIR += dump1090_mr SUBDIR += ebook2cw SUBDIR += ebook2cwgui SUBDIR += echolinux SUBDIR += efax SUBDIR += efax-gtk SUBDIR += ems-flasher SUBDIR += esmska SUBDIR += fl_moxgen SUBDIR += fldigi SUBDIR += fllog SUBDIR += flrig SUBDIR += flwrap SUBDIR += gammu SUBDIR += ge-x2212 SUBDIR += geoid SUBDIR += gkermit SUBDIR += gmfsk SUBDIR += gnocky SUBDIR += gnokii SUBDIR += gnuradio SUBDIR += gpredict SUBDIR += gpsk31 SUBDIR += gqrx SUBDIR += gr-osmosdr SUBDIR += grig SUBDIR += gscmxx SUBDIR += gsmlib SUBDIR += gstreamer1-plugins-spandsp SUBDIR += gtkmmorse SUBDIR += hackrf SUBDIR += hamfax SUBDIR += hamlib SUBDIR += hcidump SUBDIR += hf SUBDIR += hidapi SUBDIR += hylafax SUBDIR += ibp SUBDIR += java-commapi SUBDIR += java-commapi-freebsd SUBDIR += jerm SUBDIR += jsdr SUBDIR += kb SUBDIR += kermit SUBDIR += klog SUBDIR += kremotecontrol SUBDIR += kvasd SUBDIR += libconcord SUBDIR += libfec SUBDIR += libimobiledevice SUBDIR += libirman SUBDIR += libmodbus SUBDIR += librs232 SUBDIR += libticables2 SUBDIR += libticalcs2 SUBDIR += libusbmuxd SUBDIR += linpsk SUBDIR += linrad SUBDIR += lirc SUBDIR += locator SUBDIR += lrzsz SUBDIR += lysdr SUBDIR += mgetty+sendfax SUBDIR += minicom SUBDIR += mlan3 SUBDIR += morse SUBDIR += nasawash SUBDIR += ncid SUBDIR += nec2c SUBDIR += nmealib SUBDIR += nokryptia SUBDIR += o2sms SUBDIR += obexapp SUBDIR += openobex 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-Qma SUBDIR += p5-SMS-Send-TW-ShareSMS 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-bulksms SUBDIR += py-libconcord SUBDIR += py-libimobiledevice SUBDIR += py-lirc SUBDIR += py-serial SUBDIR += pyla SUBDIR += qico SUBDIR += qpage SUBDIR += qrq SUBDIR += qsstv SUBDIR += qt5-serialport SUBDIR += qtel SUBDIR += quisk SUBDIR += remserial SUBDIR += rtl-sdr SUBDIR += rubygem-callsign SUBDIR += rubygem-ruby-termios SUBDIR += rxtx SUBDIR += scmxx SUBDIR += ser2net SUBDIR += serialoverip SUBDIR += seyon SUBDIR += sms_client SUBDIR += smstools3 SUBDIR += soundmodem SUBDIR += spandsp SUBDIR += splat SUBDIR += sredird SUBDIR += svxlink SUBDIR += syncterm SUBDIR += tcpser SUBDIR += telldus-core SUBDIR += thebridge SUBDIR += tilp2 SUBDIR += tits SUBDIR += tkhylafax SUBDIR += tkscanfax SUBDIR += tlf SUBDIR += trustedqsl SUBDIR += twpsk SUBDIR += uarduno SUBDIR += uartlirc SUBDIR += uird SUBDIR += unixcw SUBDIR += usbmuxd SUBDIR += usrp SUBDIR += viewfax SUBDIR += vrflash SUBDIR += wsjt + SUBDIR += wsjtx SUBDIR += wspr SUBDIR += wwl SUBDIR += wy60 SUBDIR += xastir SUBDIR += xcwcp SUBDIR += xdx SUBDIR += xlog SUBDIR += xmorse SUBDIR += xnec2c SUBDIR += xnecview SUBDIR += xwota SUBDIR += yagiuda SUBDIR += yaps SUBDIR += yfklog SUBDIR += zmtx-zmrx SUBDIR += zssh .include Index: head/comms/wsjtx/Makefile =================================================================== --- head/comms/wsjtx/Makefile (nonexistent) +++ head/comms/wsjtx/Makefile (revision 402410) @@ -0,0 +1,43 @@ +# $FreeBSD$ + +PORTNAME= wsjtx +PORTVERSION= 1.5 +CATEGORIES= comms hamradio +MASTER_SITES= http://physics.princeton.edu/pulsar/K1JT/:src \ + http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/:docs \ + LOCAL/db +DISTFILES= wsjtx-1.5.0.tgz:src \ + wsjtx-main.html:docs + +MAINTAINER= hamradio@FreeBSD.org +COMMENT= Weak signal ham radio communication package + +LICENSE= GPLv3 + +BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ + xsltproc:${PORTSDIR}/textproc/libxslt \ + docbook-xsl>0:${PORTSDIR}/textproc/docbook-xsl +LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ + libfftw3f.so:${PORTSDIR}/math/fftw3-float \ + libhamlib.so:${PORTSDIR}/comms/hamlib +RUN_DEPENDS= ${LOCALBASE}/bin/kvasd:${PORTSDIR}/comms/kvasd + +MAKE_JOBS_UNSAFE= yes +USE_QT5= gui buildtools qmake_build widgets multimedia concurrent serialport +USE_GL= yes +USE_GCC= yes +USES= cmake compiler:c++11-lib dos2unix fortran +#CMAKE_ARGS+= --debug-output --trace +CMAKE_ARGS+= -DPORT_BUILDING::STRING="ON" \ + -DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib + +WRKSRC= ${WRKDIR}/wsjtx + +do-extract: + (cd ${WRKDIR};tar xvf ${DISTDIR}/wsjtx-1.5.0.tgz) + (cd ${WRKDIR};tar xvf ${WRKDIR}/wsjtx-1.5.0/src/wsjtx.tgz) + +post-install: + ${CP} ${DISTDIR}/wsjtx-main.html ${STAGEDIR}${DOCSDIR} + +.include Property changes on: head/comms/wsjtx/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/wsjtx/distinfo =================================================================== --- head/comms/wsjtx/distinfo (nonexistent) +++ head/comms/wsjtx/distinfo (revision 402410) @@ -0,0 +1,4 @@ +SHA256 (wsjtx-1.5.0.tgz) = 9b9d58b034ab5caa9f174eef2bf378b726d9c08cfdbfec162969ad9b4c62d016 +SIZE (wsjtx-1.5.0.tgz) = 9477485 +SHA256 (wsjtx-main.html) = 404a97ff469da71710c05c00460e16926483f19fbc2641dbdbd8835a49c9f539 +SIZE (wsjtx-main.html) = 1204470 Property changes on: head/comms/wsjtx/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/wsjtx/files/patch-CMakeLists.txt =================================================================== --- head/comms/wsjtx/files/patch-CMakeLists.txt (nonexistent) +++ head/comms/wsjtx/files/patch-CMakeLists.txt (revision 402410) @@ -0,0 +1,77 @@ +--- CMakeLists.txt.orig 2015-11-25 02:16:23 UTC ++++ CMakeLists.txt +@@ -93,6 +93,13 @@ if (CMAKE_BUILD_TYPE MATCHES "[Dd][Ee][B + set (is_debug_build 1) + endif () + ++if (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") ++ set (FREEBSD 1) ++endif() ++ ++if (FREEBSD) ++ set (WSJT_INCLUDE_KVASD Off) ++endif () + + # + # Options & features +@@ -152,7 +159,14 @@ set (WSJT_BIN_DESTINATION bin) + set (WSJT_LIB_DESTINATION lib) + set (WSJT_SHARE_DESTINATION share) + set (WSJT_DOC_DESTINATION doc/${CMAKE_PROJECT_NAME}) +-set (WSJT_MANPAGE_DESTINATION share) ++if (NOT FREEBSD) ++ message (STATUS "NOT FREEBSD") ++ set (WSJT_MANPAGE_DESTINATION share) ++else() ++ message (STATUS "FREEBSD") ++ set (WSJT_MANPAGE_DESTINATION "${CMAKE_INSTALL_PREFIX}" ) ++endif() ++message (STATUS WSJT_MANPAGE_DESTINATION ${WSJT_MANPAGE_DESTINATION}) + set (WSJT_PLUGIN_DESTINATION lib/plugins) + set (WSJT_QT_CONF_DESTINATION bin) + +@@ -881,7 +895,13 @@ set_target_properties (wsjtx PROPERTIES + MACOSX_BUNDLE_GUI_IDENTIFIER "org.k1jt.wsjtx" + ) + +-target_link_libraries (wsjtx wsjt_fort wsjt_cxx wsjt_qt ${hamlib_LIBRARIES} ${FFTW3_LIBRARIES}) ++if(FREEBSD) ++ set (extraLIBS "ltdl" "usb") ++else() ++ set (extraLIBS "") ++endif() ++ ++target_link_libraries (wsjtx wsjt_fort wsjt_cxx wsjt_qt ${hamlib_LIBRARIES} ${extraLIBS} ${FFTW3_LIBRARIES}) + qt5_use_modules (wsjtx Widgets OpenGL Network Multimedia SerialPort) + + add_resources (message_aggregator_RESOURCES /qss ${message_aggregator_STYLESHEETS}) +@@ -942,7 +962,7 @@ install (TARGETS jt9 jt65code jt9code me + ) + + if (WSJT_INCLUDE_KVASD) +- install (PROGRAMS ++ install (PROGRAMS + ${CMAKE_BINARY_DIR}/${KVASD_BINARY} + DESTINATION ${WSJT_BIN_DESTINATION} COMPONENT runtime + ) +@@ -956,20 +976,6 @@ else (WSJT_INCLUDE_KVASD) + endif (APPLE) + endif (WSJT_INCLUDE_KVASD) + +-install (PROGRAMS +- ${RIGCTL_EXE} +- DESTINATION ${WSJT_BIN_DESTINATION} +- #COMPONENT runtime +- RENAME rigctl-wsjtx${CMAKE_EXECUTABLE_SUFFIX} +- ) +- +-install (PROGRAMS +- ${RIGCTLD_EXE} +- DESTINATION ${WSJT_BIN_DESTINATION} +- #COMPONENT runtime +- RENAME rigctld-wsjtx${CMAKE_EXECUTABLE_SUFFIX} +- ) +- + install (FILES + README + COPYING Property changes on: head/comms/wsjtx/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/wsjtx/files/patch-CMake_Modules_Findhamlib.cmake =================================================================== --- head/comms/wsjtx/files/patch-CMake_Modules_Findhamlib.cmake (nonexistent) +++ head/comms/wsjtx/files/patch-CMake_Modules_Findhamlib.cmake (revision 402410) @@ -0,0 +1,26 @@ +--- CMake/Modules/Findhamlib.cmake.orig 2015-11-25 02:16:24 UTC ++++ CMake/Modules/Findhamlib.cmake +@@ -9,6 +9,7 @@ + + include (LibFindMacros) + ++ + # pkg-config? + find_path (__hamlib_pc_path NAMES hamlib.pc + PATH_SUFFIXES lib/pkgconfig +@@ -26,8 +27,13 @@ if (NOT PC_HAMLIB_STATIC_LIBRARIES) + if (WIN32) + set (PC_HAMLIB_STATIC_LIBRARIES hamlib ws2_32) + else () +- set (PC_HAMLIB_STATIC_LIBRARIES hamlib m dl usb) +- endif () ++ if (FREEBSD) ++ set (PC_HAMLIB_STATIC_LIBRARIES hamlib m usb) ++ message (STATUS "FREEBSD Hamlib") ++ else() ++ set (PC_HAMLIB_STATIC_LIBRARIES hamlib m dl usb) ++ endif () ++ endif() + endif () + + # The libraries Property changes on: head/comms/wsjtx/files/patch-CMake_Modules_Findhamlib.cmake ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/wsjtx/files/patch-Radio.cpp =================================================================== --- head/comms/wsjtx/files/patch-Radio.cpp (nonexistent) +++ head/comms/wsjtx/files/patch-Radio.cpp (revision 402410) @@ -0,0 +1,17 @@ +--- Radio.cpp.orig 2015-11-25 02:16:24 UTC ++++ Radio.cpp +@@ -38,12 +38,12 @@ namespace Radio + + Frequency frequency (QVariant const& v, int scale) + { +- return std::llround (v.toDouble () * std::pow (10., scale)); ++ return llround (v.toDouble () * std::pow (10., scale)); + } + + FrequencyDelta frequency_delta (QVariant const& v, int scale) + { +- return std::llround (v.toDouble () * std::pow (10., scale)); ++ return llround (v.toDouble () * std::pow (10., scale)); + } + + Property changes on: head/comms/wsjtx/files/patch-Radio.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/wsjtx/files/patch-manpages_CMakeLists.txt =================================================================== --- head/comms/wsjtx/files/patch-manpages_CMakeLists.txt (nonexistent) +++ head/comms/wsjtx/files/patch-manpages_CMakeLists.txt (revision 402410) @@ -0,0 +1,11 @@ +--- manpages/CMakeLists.txt.orig 2015-11-25 02:16:24 UTC ++++ manpages/CMakeLists.txt +@@ -1,8 +1,6 @@ + set (ASCIIDOC_MANS + man1/wsjtx.1.txt + man1/jt65code.1.txt +- man1/rigctl-wsjtx.1.txt +- man1/rigctld-wsjtx.1.txt + ) + + find_program (A2X_EXECUTABLE NAMES a2x a2x.py) Property changes on: head/comms/wsjtx/files/patch-manpages_CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/wsjtx/pkg-descr =================================================================== --- head/comms/wsjtx/pkg-descr (nonexistent) +++ head/comms/wsjtx/pkg-descr (revision 402410) @@ -0,0 +1,7 @@ +WSJT ("Weak Signal Communication, by K1JT") offers specific digital protocols +optimized for meteor scatter, ionospheric scatter, and EME (moonbounce) +at VHF/UHF, as well as HF skywave propagation. The program can decode +fraction-of-a-second signals reflected from ionized meteor trails and +steady signals 10 dB below the audible threshold. + +WWW: http://physics.princeton.edu/pulsar/K1JT Property changes on: head/comms/wsjtx/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/wsjtx/pkg-plist =================================================================== --- head/comms/wsjtx/pkg-plist (nonexistent) +++ head/comms/wsjtx/pkg-plist (revision 402410) @@ -0,0 +1,22 @@ +bin/jt65code +bin/jt9code +bin/jt9 +bin/message_aggregator +bin/wsjtx +man/man1/jt65code.1.gz +man/man1/jt9code.1.gz +man/man1/wsjtx.1.gz +man/man1/jt9.1.gz +share/applications/wsjtx.desktop +share/pixmaps/wsjtx_icon.png +%%DOCSDIR%%/AUTHORS +%%DOCSDIR%%/BUGS +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/INSTALL +%%DOCSDIR%%/NEWS +%%DOCSDIR%%/README +%%DOCSDIR%%/THANKS +%%DOCSDIR%%/changelog.Debian.gz +%%DOCSDIR%%/copyright +%%DOCSDIR%%/wsjtx-main-1.5.0.html +%%DOCSDIR%%/wsjtx-main.html Property changes on: head/comms/wsjtx/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property