2004-12-20 12:31:14 by grant beattie | Files touched by this commit (467) |
Log message:
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
|
2004-11-26 03:17:22 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Use DIST_SUBDIR since distribution file dosen't contain version
in its name.
|
2004-11-25 17:05:20 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Correct CATEGORIES to "japanese converters perl5" as like p5-jcode.
|
2004-11-25 16:17:52 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
Initial import of p5-chkjis:
chkjis.pl is Perl library for Japanese character code processing.
It replace vendor's own characters which isn't defined in JIS X
0208:1997 to "geta" character and support ISO-2022-JP, euc-JP and
Shift_JIS.
It is useful to check intentional use of vendor's own characters in
text or to filter out these characters.
|