Bug 167951

Summary: New Port: comms/fl_moxgen Moxon rectangle antenna calculator
Product: Ports & Packages Reporter: Stephen Hurd <shurd>
Component: Individual Port(s)Assignee: Pawel Pekala <pawel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Stephen Hurd freebsd_committer freebsd_triage 2012-05-16 09:10:01 UTC
Fl_MoxGen is a program that will compute the dimensions
of a Moxon Rectangle antenna based on user input of the
desired resonant frequency in MHz and the wire diameter.

Fix: New port

Patch attached with submission follows:
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2012-05-17 19:33:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-17 19:58:36 UTC
pawel       2012-05-17 18:58:23 UTC

  FreeBSD ports repository

  Modified files:
    comms                Makefile 
  Added files:
    comms/fl_moxgen      Makefile distinfo pkg-descr pkg-plist 
    comms/fl_moxgen/files patch-Makefile 
  Log:
  Fl_MoxGen is a program that will compute the dimensions
  of a Moxon Rectangle antenna based on user input of the
  desired resonant frequency in MHz and the wire diameter.
  
  WWW: http://home.comcast.net/~andystewart/moxon_sw.html
  
  PR:             ports/167951
  Submitted by:   Stephen Hurd <shurd@sasktel.net>
  
  Revision  Changes    Path
  1.246     +1 -0      ports/comms/Makefile
  1.1       +42 -0     ports/comms/fl_moxgen/Makefile (new)
  1.1       +2 -0      ports/comms/fl_moxgen/distinfo (new)
  1.1       +50 -0     ports/comms/fl_moxgen/files/patch-Makefile (new)
  1.1       +5 -0      ports/comms/fl_moxgen/pkg-descr (new)
  1.1       +3 -0      ports/comms/fl_moxgen/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2012-05-17 19:58:44 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!