From owner-cvs-all@FreeBSD.ORG Sat Sep 9 10:54:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C201516A40F; Sat, 9 Sep 2006 10:54:48 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A0B43D49; Sat, 9 Sep 2006 10:54:47 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89Asl2r028917; Sat, 9 Sep 2006 10:54:47 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89AslJG028916; Sat, 9 Sep 2006 10:54:47 GMT (envelope-from itetcu) Message-Id: <200609091054.k89AslJG028916@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 9 Sep 2006 10:54:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 10:54:49 -0000 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@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)