aboutsummaryrefslogtreecommitdiffstats
path: root/comms/xmorse
Commit message (Collapse)AuthorAgeFilesLines
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Update devel/sdl12 to 1.2.15mva2012-02-181-1/+1
| | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav
* - The last patch while fixing the build broke the program. The program isdb2011-07-221-3/+3
| | | | | | | | | supposed to start playing morse when the text box is clicked... the patch-m.pl prevented this from happening breaking the entire point of the program. PR: ports/157784 Submitted by: Stephen Hurd <shurd@sasktel.net>
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Chase x11-toolkits/fltk updategahr2010-03-241-1/+1
|
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Fix buildgahr2008-08-282-1/+12
| | | | Reported by: QA Tindie
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-0/+1
|
* A fully automatic Morse code teaching machine. Teaches you to receivepav2007-12-174-0/+68
Morse code. It starts with a few letters and adds more when it sees that you are ready. The program won't teach you to send code. It runs in X Window. Built with the Fast Light ToolKit(fltk) and the Simple Directmedia Layer(SDL). It need to be compiled on X Window term for the reason fluid(fltk) need to. WWW: http://c2.com/morse PR: ports/118235 Submitted by: Sunry Chen <sunrychen@gmail.com>