cvs commit: ports/comms Makefile ports/comms/hf Makefile distinfo pkg-descr pkg-plist ports/comms/hf/files patch-Makefile.in patch-dcf77_audioin.c patch-dcf77_audioout.c patch-dcf77_calccorr.c patch-dcf77_timedec.c patch-doc_man_de_Makefile.in patch-doc_man_hf.1 ...

Ion-Mihai Tetcu itetcu at FreeBSD.org
Sat Sep 9 03:54:49 PDT 2006


itetcu      2006-09-09 10:54:47 UTC

  FreeBSD ports repository

  Modified files:
    comms                Makefile 
  Added files:
    comms/hf             Makefile distinfo pkg-descr pkg-plist 
    comms/hf/files       patch-Makefile.in patch-dcf77_audioin.c 
                         patch-dcf77_audioout.c 
                         patch-dcf77_calccorr.c 
                         patch-dcf77_timedec.c 
                         patch-doc_man_de_Makefile.in 
                         patch-doc_man_hf.1 
                         patch-hfkernel_fsk_amtor.c 
                         patch-hfkernel_fsk_cw.c 
                         patch-hfkernel_fsk_elbug.c 
                         patch-hfkernel_fsk_rtty.c 
                         patch-hfkernel_l1_oss.c 
                         patch-hfkernel_main.c 
                         patch-hfkernel_mt63_mt63hf.cc 
                         patch-hfkernel_mt63_mt63hflink.c 
                         patch-hfkernel_mt63_mt63rx.cc 
                         patch-hfkernel_mt63_mt63tx.cc 
                         patch-hfkernel_mt63_ratecal1.cc 
                         patch-hfkernel_mt63_sound.cc 
                         patch-hfterm_src_helpgui.c 
                         patch-hfterm_src_main.c 
                         patch-scripts_Makefile.in 
                         patch-scripts_hf patch-scripts_testtest 
                         patch-util_channel.c patch-util_reffreq.c 
  Log:
  hf is a gtk+-based linux ham radio fsk digimode program, which can do also
  the realtime ARQ modes pactor 1, amtor, gtor without a ptc, only with a
  soundcard and a pc and linux(FreeBSD), all of which need not be the newest.
  The core of hf, the heart of the program (hfkernel) is a real master-piece
  of code, it has originally been made by Tom Sailer, many thanks Tom!
  hf can also do MT63 and has a CW elbug function.
  
  WWW: http://www.hf.webmasternet.org
  
  - Diane Bruce, VA3DB
  db at db.net
  
  PR:             ports/101452
  Submitted by:   db
  
  Revision  Changes    Path
  1.155     +1 -0      ports/comms/Makefile
  1.1       +82 -0     ports/comms/hf/Makefile (new)
  1.1       +3 -0      ports/comms/hf/distinfo (new)
  1.1       +11 -0     ports/comms/hf/files/patch-Makefile.in (new)
  1.1       +25 -0     ports/comms/hf/files/patch-dcf77_audioin.c (new)
  1.1       +25 -0     ports/comms/hf/files/patch-dcf77_audioout.c (new)
  1.1       +15 -0     ports/comms/hf/files/patch-dcf77_calccorr.c (new)
  1.1       +15 -0     ports/comms/hf/files/patch-dcf77_timedec.c (new)
  1.1       +11 -0     ports/comms/hf/files/patch-doc_man_de_Makefile.in (new)
  1.1       +52 -0     ports/comms/hf/files/patch-doc_man_hf.1 (new)
  1.1       +10 -0     ports/comms/hf/files/patch-hfkernel_fsk_amtor.c (new)
  1.1       +28 -0     ports/comms/hf/files/patch-hfkernel_fsk_cw.c (new)
  1.1       +28 -0     ports/comms/hf/files/patch-hfkernel_fsk_elbug.c (new)
  1.1       +10 -0     ports/comms/hf/files/patch-hfkernel_fsk_rtty.c (new)
  1.1       +18 -0     ports/comms/hf/files/patch-hfkernel_l1_oss.c (new)
  1.1       +23 -0     ports/comms/hf/files/patch-hfkernel_main.c (new)
  1.1       +13 -0     ports/comms/hf/files/patch-hfkernel_mt63_mt63hf.cc (new)
  1.1       +175 -0    ports/comms/hf/files/patch-hfkernel_mt63_mt63hflink.c (new)
  1.1       +12 -0     ports/comms/hf/files/patch-hfkernel_mt63_mt63rx.cc (new)
  1.1       +12 -0     ports/comms/hf/files/patch-hfkernel_mt63_mt63tx.cc (new)
  1.1       +12 -0     ports/comms/hf/files/patch-hfkernel_mt63_ratecal1.cc (new)
  1.1       +14 -0     ports/comms/hf/files/patch-hfkernel_mt63_sound.cc (new)
  1.1       +57 -0     ports/comms/hf/files/patch-hfterm_src_helpgui.c (new)
  1.1       +15 -0     ports/comms/hf/files/patch-hfterm_src_main.c (new)
  1.1       +20 -0     ports/comms/hf/files/patch-scripts_Makefile.in (new)
  1.1       +241 -0    ports/comms/hf/files/patch-scripts_hf (new)
  1.1       +8 -0      ports/comms/hf/files/patch-scripts_testtest (new)
  1.1       +15 -0     ports/comms/hf/files/patch-util_channel.c (new)
  1.1       +27 -0     ports/comms/hf/files/patch-util_reffreq.c (new)
  1.1       +11 -0     ports/comms/hf/pkg-descr (new)
  1.1       +61 -0     ports/comms/hf/pkg-plist (new)


More information about the cvs-all mailing list