Commit graph

17 commits

Author SHA1 Message Date
wiz
7b294157a3 Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
joerg
e25b62c23d Uses *.mk. 2017-06-17 19:43:20 +00:00
agc
ed502a07e5 Simplify:
+ don't use cdefs
+ use (c) as nearest approximation to a copyright symbol in ASCII

and so:

+ don't try to compile libnbcompat on non-NetBSD platforms for no reason
+ don't try to work out whether we're using clang, and then whether clang
will have an issue with an 8-bit character in a comment
2017-05-31 23:05:55 +00:00
joerg
3d1204bc1c Remove unused/empty distinfo files. 2017-03-23 13:07:24 +00:00
jperkin
50b73a00c2 Use nbcompat headers. Fix pid_t printing. Fixes build on at least SunOS. 2015-07-09 09:44:18 +00:00
joerg
f04212b8a2 For clang, don't use -Wno-traditional and don't complain about literal
non-UTF8 copyright signs.
2013-09-10 14:23:45 +00:00
wiz
b6d125ee08 Use Mt for email addresses. 2013-07-20 21:50:52 +00:00
rodent
b65af7be2b Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
asau
9912a3809d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
hans
84e9420785 Uses cdefs. 2012-03-02 16:21:32 +00:00
agc
446a0e15d2 Add DESTDIR support 2007-08-20 21:42:26 +00:00
wiz
12a59f9d84 Use standard headers. Use more macros. 2007-03-02 20:38:21 +00:00
agc
499156544c Update to 20070224 - cosmetic changes, make default width 5 characters
smaller, and fix a typo in the man page.
2007-02-24 12:16:12 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
agc
49a712066b Fix some nits and bugs, update to autocue-20060129:
+ make the output buffer the same size as the input buffer, useful for
longer paragraphs

+ separate paragraphs with a "                      -" line

+ make fast scrolling a bit faster
2006-01-29 00:11:15 +00:00
agc
05732b74ce 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.
2006-01-28 20:47:22 +00:00