Bug 166863

Summary: New port: comms/morse Morse Code Trainer
Product: Ports & Packages Reporter: Stephen Hurd <shurd>
Component: Individual Port(s)Assignee: Alex Kozlov <ak>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar
none
morse.shar.txt
none
patch-m.txt none

Description Stephen Hurd freebsd_committer freebsd_triage 2012-04-12 06:50:12 UTC
This is Morse Classic, a generic morse-code practice utility for Unix systems.
You'll invoke it as "morse"; the full name is to distinguish it from Alan
Cox's "morse" program.

A modified version of the program "QSO" by Paul J. Drongowski is also included.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-12 06:50:27 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Alex Kozlov freebsd_committer freebsd_triage 2012-04-12 07:57:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 3 Stephen Hurd freebsd_committer freebsd_triage 2012-04-12 19:16:46 UTC
Updated port to 2.4, added OPTIONS for the three possible output types.
Comment 4 Alex Kozlov 2012-04-17 11:57:28 UTC
On Thu, Apr 12, 2012 at 06:40:08PM +0000, Stephen Hurd wrote:
>  
>  Updated port to 2.4, added OPTIONS for the three possible output types.
What do You think about next change?
Yes, options framework needs radio-button, option-ng should adress this issue.


--
Adios
Comment 5 Stephen Hurd freebsd_committer freebsd_triage 2012-04-17 18:35:09 UTC
Alex Kozlov wrote:
> What do You think about next change?
> Yes, options framework needs radio-button, option-ng should adress this issue.

Looks good, I didn't think of using BROKEN - thanks.
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-04-18 06:04:56 UTC
ak          2012-04-18 05:04:43 UTC

  FreeBSD ports repository

  Modified files:
    comms                Makefile 
  Added files:
    comms/morse          Makefile distinfo pkg-descr 
    comms/morse/files    patch-Makefile patch-QSO.1 patch-morse.1 
                         patch-morse.d-Makefile 
                         patch-qso.d-Makefile 
  Log:
  Morse Classic is a generic morse-code practice utility
  for Unix systems. A modified version of the program "QSO"
  by Paul J. Drongowski is also included.
  
  PR:     ports/166863
  Submitted by:   Stephen Hurd <shurd@sasktel.net>
  Approved by:    eadler (mentor)
  
  Revision  Changes    Path
  1.241     +1 -0      ports/comms/Makefile
  1.1       +59 -0     ports/comms/morse/Makefile (new)
  1.1       +2 -0      ports/comms/morse/distinfo (new)
  1.1       +48 -0     ports/comms/morse/files/patch-Makefile (new)
  1.1       +5 -0      ports/comms/morse/files/patch-QSO.1 (new)
  1.1       +85 -0     ports/comms/morse/files/patch-morse.1 (new)
  1.1       +58 -0     ports/comms/morse/files/patch-morse.d-Makefile (new)
  1.1       +17 -0     ports/comms/morse/files/patch-qso.d-Makefile (new)
  1.1       +6 -0      ports/comms/morse/pkg-descr (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 7 Alex Kozlov freebsd_committer freebsd_triage 2012-04-18 07:53:24 UTC
State Changed
From-To: open->closed

New port added. Thanks!