| 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
Stephen Hurd
2012-04-12 06:50:12 UTC
Class Changed From-To: maintainer-update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->ak I'll take it. Updated port to 2.4, added OPTIONS for the three possible output types. 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
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.
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"
State Changed From-To: open->closed New port added. Thanks! |