Initial import of autocue-20060128 into the Packages Collection.
authoragc <agc>
Sat, 28 Jan 2006 20:47:22 +0000 (20:47 +0000)
committeragc <agc>
Sat, 28 Jan 2006 20:47:22 +0000 (20:47 +0000)
commit091c4ab552bc7bd3c574b17da5219a68d7d36d37
tree6c7a85ebde84d44f6353db20403755121be4123a
parenta97252cbeedbdbb6d89aad2a7ab8496de980fcbc
Initial import of autocue-20060128 into the Packages Collection.

autocue is a program which takes a simple text file as input, and
outputs its contents, broken up into paragraphs, and formatted by fmt,
into xcb's cut buffers.  From there, the text can be pasted with a
simple mouse click.  autocue will then wait for a period of time
relative to the size of the text, before moving onto the next
paragraph. Successive cut buffers will be used, and then will wrap
to the beginning.

The speed can be varied whilst the program is running - by sending
a SIGUSR1 to the process, autocue will go faster. Sending a SIGUSR2
to the process will make it go slower.

This program can be used to scroll a presentation, along with timing
information (a beep is sounded when the next buffer should be pasted),
and the presenter can simply paste into the presentation window.
misc/autocue/DESCR [new file with mode: 0644]
misc/autocue/Makefile [new file with mode: 0644]
misc/autocue/PLIST [new file with mode: 0644]
misc/autocue/distinfo [new file with mode: 0644]
misc/autocue/files/Makefile [new file with mode: 0644]
misc/autocue/files/autocue.1 [new file with mode: 0644]
misc/autocue/files/autocue.c [new file with mode: 0644]