2012-10-08 11:57:42 by Aleksej Saushev | Files touched by this commit (239) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2008-05-17 16:18:46 by OBATA Akio | Files touched by this commit (3) |
Log message:
Some minor fixes
* Require working terminal library
* Honor PKG_SYSCONFDIR
* Fix sysconfdir mentioned in man pages.
* Add DESTDIR support
Bump PKGREVISION.
|
2008-02-04 15:34:10 by OBATA Akio | Files touched by this commit (8) |
Log message:
Update ja-less to 382.262 aka less-382-iso262.
Pkgsrc changes:
Change pkg revision to include iso patch revision.
iso255 8/30/05
Joined with less-378.
iso256 8/30/05
Joined with less-381.
iso257 9/4/05
Fixed problems caused by merge.
Changed buffering mechanism to track exact POSITION through code set
conversion. This helped hiliting routine and improved less running
speed.
Changed to parse text from the beginning of physical line when less
jumps into the middle of text. This fixed major problems on stateful
text like ISO-2022.
Fixed JIS X 0213:2000 related problems. Thanks to Takeshi WATANABE.
Also, fixed a problem reported by him. Less will not split one wrong
multi-byte character into different lines even if it is not fit in first
line. Less moves entire text to second line.
iso258 9/4/05
Joined with less-382.
iso259 9/6/05
Changed an algorithm to detect the gap of parsing input stream. This
fixed a problem on long JIS/English text.
Fixed '\r' problem.
iso260 9/19/05
Changed the algorithm handling input and output character sets. Now
jless use two variables, one represents supporting character sets for
input stream, and the other represents encoding scheme for output
stream.
Changed to support JISX0213:2004.
iso261 2/24/06
Changed put_wrongmark function to make it work with new iso260 buffering
semantics. And applied a patch provied by Takuji. Thanks to Takuji.
iso262 2/24/06
Removed POSITION variable from member variables of M_BUFDATA. It was
added to make multi-byte character buffering function work better with
less. However, it degraded abstraction level of data structure
(multi.h). This time, add POSITION* as an additional argument of few
functions and keep data structure as simple as possible.
This modification make regex_cs-lwp9k be able to compile.
|
2007-04-22 14:59:13 by OBATA Akio | Files touched by this commit (1) |
Log message:
Site for patch moved.
|
2006-09-27 13:27:31 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Apply changes from NetBSD current approved by wiz@:
----------------------------------------------------------------------
Module Name: src
Committed By: elad
Date: Sat Sep 23 12:51:18 UTC 2006
Modified Files:
src/usr.bin/less/less: command.c tags.c
Log message:
PR 21741: Christian Biere: Buffer overrun and wrong usage of islower() in
less 381
Over three years ago the less maintainer said he'll add these fixes.
Nothing happened, so we do it ourselves.
Thanks for the report and the patch!
----------------------------------------------------------------------
Bump PKGREVISION.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-24 22:13:04 by Thomas Klausner | Files touched by this commit (241) |
Log message:
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
|
2005-02-24 12:02:59 by Alistair G. Crooks | Files touched by this commit (172) |
Log message:
Add RMD160 digests
|
2004-12-19 03:56:19 by grant beattie | Files touched by this commit (1) |
Log message:
drop unnecessary dependency on pcre. confirmed that the posix regex
library is acceptable on irix 5.3 by Georg Schwarz in PR pkg/28640.
bump PKGREVISION for dependency change.
|
2004-12-13 00:33:30 by Marc Recht | Files touched by this commit (1) |
Log message:
Add missing PCRE dependency
Patch by Georg Schwarz in PR pkg/28640
|