aboutsummaryrefslogtreecommitdiff
path: root/comms/unixcw
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.5.0Diane Bruce2015-10-104-11/+18
| | | | | | | | | | | | | | | | | | | | | | 2015-09-29 Kamil Ignacak * bugfix: fixing code that resets tone queue on flushing. A bug was found on FreeBSD: after pressing Ctrl+C, application that wanted to stop and delete generator as part of SIGINT handling procedure, got stuck in cw_tq_flush_internal() function, waiting for tone queue to go idle. This never happened. Resetting all tone queue state variables in flush function ensures that the function completes and returns, and that client application can exit. 2015-09-12 Kamil Ignacak * xcwcp: the application souce code files are now ported to Qt5. Build system files have been modified to use Qt5 to build xcwcp. Discovery and adding -fPIC to compiler flags for xcwcp is right now very naive, perhaps that will have to be improved in the future. Notes: svn path=/head/; revision=399012
* Update to 3.4.2 (also updates comms/xcwcp).Stephen Hurd2015-08-154-8/+8
| | | | | | | Use makepatch for files/* Notes: svn path=/head/; revision=394269
* Update to 3.4.1, fix pkg-descr URLStephen Hurd2015-01-054-6/+6
| | | | | | | Minor libcw changes Notes: svn path=/head/; revision=376299
* Unbreak INDEX and ongoing bulks/exp-runsAntoine Brodin2014-12-121-4/+4
| | | | Notes: svn path=/head/; revision=374604
* Update to 3.4.0 (build system fixes)Stephen Hurd2014-12-128-137/+20
| | | | | | | | | Remove XCWCP option and prepare this to be a master port instead. Otherwise there's no way to support xcwcp using pkg without making QT a dependency of comms/cwdaemon. Notes: svn path=/head/; revision=374590
* - Change MAINTAINER on these hamradio ports to new ports group hamradio@Diane Bruce2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373117
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-192-2/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=358419
* - Convert USE_GMAKE/USE_BZIP2 to USESMartin Wilke2014-03-131-1/+1
| | | | Notes: svn path=/head/; revision=348047
* - Update to latest 3.3.0Diane Bruce2013-12-3013-218/+42
| | | | | | | | | | - Upstream have fixed some of the FreeBSD problems but not all, hence some of our patches are no longer required Submitted by: portscout@ Notes: svn path=/head/; revision=338163
* - Use distribution from sourceforge which updates us to 3.2.0Diane Bruce2013-12-2821-212/+319
| | | | | | | | | - This unbreaks unixcw on QT4 - Use stage - Add LICENSE Notes: svn path=/head/; revision=337926
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* Mark as broken if the XCWCP option is selected which uses the removed QT3.Rene Ladan2013-07-261-0/+1
| | | | | | | | | PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Notes: svn path=/head/; revision=323749
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to final (for now) bsd.autotools.mkAde Lovett2010-12-222-1/+2
| | | | Notes: svn path=/head/; revision=266737
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-162-2/+2
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-152-2/+3
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Remove conditional checks relevant only on FreeBSD 5.x and olderPav Lucistnik2009-01-051-6/+1
| | | | Notes: svn path=/head/; revision=225288
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-202-2/+2
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* The heart of the package is 'libcw'. This is a library which, when built,Diane Bruce2008-01-0113-0/+268
offers the following basic CW services to a caller program: o Morse code character translation tables, and lookup functions o Morse code low-level timing calculations o A 'sidetone' generation and queueing system, using either the system sound card, the console speaker, or both o Optional keying control for an external device, say a transmitter, or an oscillator o CW character and string send routines, tied in with the character lookup o CW receive routines, also tied in to the character lookup o Adaptive speed tracking of received CW o An iambic keyer, with both Curtis 8044 types A and B timing o Straight key emulation Submitted by: self Notes: svn path=/head/; revision=204824