| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
11 Jul 2006 11:26:15
1.2a
|
garga  |
- Pass maintainership of these ports to submitter
- Pet portlint
PR: ports/98100
Submitted by: Stephen J. Roznowski <sjr at comcast.net> |
15 Dec 2005 12:54:25
1.2a
|
roam  |
Update to display-1.2a, which incorporates our 8-bit character patch and
also unconditionally uses libncurses now.
Honor ${STRIP}. |
25 Nov 2005 16:09:33
1.2_2
|
pav  |
- Add SHA256 |
20 Oct 2005 14:10:29
1.2_2
|
roam  |
Add the DISPLAY_PROGRAM_PREFIX knob to install display(1) under
a different name, avoiding conflicts with ImageMagick and other ports.
Bump PORTREVISION. |
27 Aug 2004 13:45:45
1.2_1
|
roam  |
Fix a long-standing problem with displaying characters with the 8th
bit set: the return value of fgets() should NOT be kept in a signed
char variable, since passing that to addch() would sign-extend it,
setting a whole lot of attribute bits and resulting in a bold, blinking,
alt-charset display of e.g. all Cyrillic characters. Instead, keep
fgets()'s result in an int variable, as $DEITY (dmr? :) intended.
Bump PORTREVISION for the functionality change. |
05 Feb 2004 20:38:07
1.2
|
trevor  |
Use PLIST_FILES.
Reviewed by: marcus |
29 Jan 2004 16:13:06
1.2
|
trevor  |
SIZEify. |
12 Jan 2004 13:58:26
1.2
|
krion  |
- Utilize CONFLICTS
PR: 61247
Submitted by: Ports Fury |
20 Feb 2003 18:46:39
1.2
|
knu  |
De-pkg-comment. |
18 Mar 2002 03:42:55
1.2
|
ijliao  |
upgrade to 1.2
PR: 36025
Submitted by: Ports Fury |
21 Aug 2001 16:53:01 
|
roam  |
Add back the clrtobot() call (or rather, do not remove it), so display(1)
works correctly when a command produces less output than the previous one. |
21 Mar 2001 21:11:24 
|
trevor  |
When compiled with X, ImageMagick conflicts with display. Warn users about
the conflict. Squeeze the pkg-comment files so they are less than 71
characters. |
08 Oct 2000 06:01:16 
|
asami  |
Convert category misc to new layout. |