Up to [cvs.netbsd.org] / pkgsrc / converters / nkf
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Fri Sep 9 11:01:16 2011 UTC (8 months, 2 weeks ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
HEAD
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Update nkf to 2.12. * fixes decoding of Q-encoded UTF-8 [nkf-bug:55125] * misc test and document fixes.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Feb 28 14:52:42 2011 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Reset maintainer for retired developers.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 15 00:59:02 2010 UTC (20 months, 1 week ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Update nkf to 2.11, a.k.a. 2.1.1. bug fix release * add MS_Kanji as alias of Shift_JIS. * fixes wrong convertion from Hankaku-Kana to Zenkaku-Kana with eucJP-ms and eucJP-ascii. * fixes mis-conversion from Hankaku-Kana to Zenkaku-Kana with CP50220. * other some bug fixes.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Nov 19 05:42:02 2009 UTC (2 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.12: +3 -2
lines
Diff to previous 1.12 (colored)
Update nkf (and p5-nkf) to 2.10. (while here, added commented out LICENSE=zlib-liccense) This release is maintainance release, mainly for bug fixes. * Add install target to Makefile * Let to recognize hankaku-kana in 8bit JIS * Fixes perl module build * Fixes no effect of -Z1, -Z2 and -Z0 option * Fixes input specification for UTF-16 and UTF-32 * Fixes missing BOM output for UTF-32. * Fixes miss guesses and output for 4bytes UTF-8
Revision 1.12 / (download) - annotate - [select for diffs], Thu Jan 22 08:50:12 2009 UTC (3 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.11: +11 -7
lines
Diff to previous 1.11 (colored)
Update nkf to 2.09. While here, add support of self test if PKGSRC_RUN_TEST=YES, and let p5-nkf to sync with nkf. Changes: * Add -Z4 option. Convert JIS X 0208 KANA to JIS X 0201 KANA (ZENKAKU to HANKAKU). * Add -g=0, -g=1, --guess=0 and --guess=1 option. guesses linefeed code. * Add some comple option. See also config.h for more information. * Some bug fixes. * Change license from original one to zlib's one. * Change SCM from CVS to Git.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Jan 13 13:13:42 2008 UTC (4 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.10: +9 -7
lines
Diff to previous 1.10 (colored)
Update nkf to 2.08b aka 2.0.8b.
pkgsrc changes:
add DESTDIR support
Changes 2.0.6
== Addition of --ic --oc option
--Ic=<input codeset> --oc=<output codeset> option was added.
Shift_JIS, CP932, EUC-JP, CP51932, eucJP-ms, ISO-2022-JP, UTF-8N(UTF-8),
UTF-8-BOM, UTF-16BE, UTF-16BE-BOM(UTF-16), UTF-16LE, and UTF-16LE-BOM.
UTF8-MAC can be specified for input.
== Addition and change in mapping
The character-code of JIS-affiliated and correspondence with Unicode
decided to be defined. Decode from these to Unicode secures the thing
that conversion in the defined range is correctly done. Conversion in
the range not defined is not secured. Encode from Unicode secures
the thing that conversion in the defined range is correctly done,
conversion in the range not defined is assumed to be an error,
(possible fallback), and Unicode, and an illegal character secures
the skipped thing.
== Addition of fallback option
The --fb-{skip,html,xml,perl,java,subchar} option was added. How the
character that was not able to be converted is treated when
converting it from Unicode into Shift_JIS, EUC-JP, and ISO-2022-JP
can be specified.
== Addition of --no-best-fit-chars option
The character for which the round trip safety is not secured is not
converted at conversion from Unicode. - when Unicode is converted
from Unicode It is possible to use it to convert the UTF form of nkf
when specifying it with x. (If this is not specified if it says
oppositely, a part of character is not preserved. )
When the character string related to passing is converted, this
option is strongly recommended to be specified.
== Addition of --in-place[=SUFFIX] option
--in-place option to renew the time stamp to --overwrite that
maintained the time stamp was added.
== Document of hiragana katakana conversion
Because the document of the hiragana katakana conversion had reversed,
this was corrected. A correct document is as follows.
-H1 --hiragana katakana > hiragana
-H2 --katakana hiragana -> katakana
-H3 --katakana-hiragana katakana <-> hiragana
== Others
"Q" decipherment of encoding and the bug such as fold-margin are corrected.
== 2.0.6a
The permission of the file at the packaging was changed.
Changes 2.0.7
* The character of CP51932 corrects not doing fallback.
* It is corrected not to compile excluding gcc.
* Making to ANSI C.
* The bug around changing line of MIME encode is corrected.
* The binary file came to be also good at base64 by -t2MB.
* Support the conversion of repeating hiragana and katakana sign by -h.
* Support the conversion of V of the hiragana and the katakana by -h.
* DOS and OS/2 1.x support by lukewarm
* OpenWatcom, OS/2, and djgpp V2 support by By lukewarm
Changes 2.0.8
* Support of UTF-32 and CP10001(Microsoft's MacJapanese).
* It supports outside BMP of Unicode.
* The user definition character of the CP932 faction is supported.
* The range of the Shift_JIS emoticon of Softbank Mobile is supported with NTT DoCoMo.
* The line feed code was displayed with --guess.
* It is corrected that the guess when the character-code cannot be fixed with --guess was broken.
* It is corrected to have thrown away SI/SO/ESC at the EUC mode.
* When the input of UTF-8 is encoded in MIME, it is corrected not to be output
correctly.
* Processing was continued even if there was a file that was not able to be read
when two or more files were given.
* Various corrections in CP932 turn
In 2.0.8a in addition to above
* It is corrected not effective of -L.
* It is corrected not to be able to make nkf32.dll.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 8 13:34:12 2007 UTC (5 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.9: +3 -2
lines
Diff to previous 1.9 (colored)
Add MASTER_SITE_SOURCEFORGE_JP to MASTER_SITES.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 7 09:13:50 2007 UTC (5 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
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.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jun 25 12:29:17 2005 UTC (6 years, 10 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Update HOMEPAGE to proper URL.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jun 25 04:41:14 2005 UTC (6 years, 11 months ago) by taca
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Update HOMEPAGE.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jun 25 03:23:03 2005 UTC (6 years, 11 months ago) by taca
Branch: MAIN
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
Update converters/nkf to 2.05. 1. Added --guess option which print guessed character encoding. 2. Added --cp932inv options which enable to make some characters conversion compatible with Code Page 932 (CP932) when converting to Shift_JIS. 3. Added --prefix option. When converting to Shift_JIS, second byte of converted character may be "meta" character. --prefix option allow escape these characters. 4. Added support for JIS X 0212.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Dec 3 15:14:52 2004 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 3 12:37:40 2004 UTC (7 years, 11 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
Create missing directories for pkgviews.
Revision 1.3 / (download) - annotate - [select for diffs], Mon May 24 11:25:16 2004 UTC (8 years ago) by uebayasi
Branch: MAIN
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
Enable pkgviews installation.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 26 05:08:13 2004 UTC (8 years, 3 months ago) by cjs
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.1: +6 -12
lines
Diff to previous 1.1 (colored)
Upgrade to version 2.04. The adds UTF-8 and MIME support.
Revision 1.1.1.1.4.2 / (download) - annotate - [select for diffs], Sun Jun 23 18:42:12 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.1.1.1.4.1: +24 -0
lines
Diff to previous 1.1.1.1.4.1 (colored) to branchpoint 1.1.1.1 (colored) next main 1.2 (colored)
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.1.1.1.4.1, Fri May 31 13:00:35 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.1.1.1: +0 -24
lines
FILE REMOVED
file Makefile was added on branch buildlink2 on 2002-06-23 18:42:12 +0000
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri May 31 13:00:35 2002 UTC (9 years, 11 months ago) by seb
Branch: TNF
CVS Tags: pkgviews,
pkgsrc-base,
pkgsrc-2003Q4,
netbsd-1-6-1,
netbsd-1-6,
buildlink2-base
Branch point for: buildlink2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Reimport of package nkf from japanese/nkf into converters/nkf. This is part of the japanese category retirement. CATEGORIES and pathnames to japanese/ adjusted.
Revision 1.1 / (download) - annotate - [select for diffs], Fri May 31 13:00:35 2002 UTC (9 years, 11 months ago) by seb
Branch: MAIN
CVS Tags: pkgviews-base,
pkgsrc-2003Q4-base,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base
Initial revision