charguess 1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/Manifest.txt +134 -0
- data/PostInstall.txt +7 -0
- data/README.rdoc +26 -0
- data/Rakefile +25 -0
- data/ext/charguess/charguess.c +29 -0
- data/ext/charguess/extconf.rb +11 -0
- data/ext/libcharguess/cpp/.deps/EUCJPProber.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/EUCJPProber.Po +87 -0
- data/ext/libcharguess/cpp/.deps/EUCKRProber.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/EUCKRProber.Po +85 -0
- data/ext/libcharguess/cpp/.deps/EUCTWProber.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/EUCTWProber.Po +85 -0
- data/ext/libcharguess/cpp/.deps/EscCharsetProber.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/EscCharsetProber.Po +83 -0
- data/ext/libcharguess/cpp/.deps/EscSM.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/EscSM.Po +77 -0
- data/ext/libcharguess/cpp/.deps/GB2312Prober.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/GB2312Prober.Po +85 -0
- data/ext/libcharguess/cpp/.deps/LangBulgarianModel.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/LangBulgarianModel.Po +78 -0
- data/ext/libcharguess/cpp/.deps/LangCyrillicModel.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/LangCyrillicModel.Po +78 -0
- data/ext/libcharguess/cpp/.deps/LangGreekModel.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/LangGreekModel.Po +78 -0
- data/ext/libcharguess/cpp/.deps/LangHungarianModel.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/LangHungarianModel.Po +78 -0
- data/ext/libcharguess/cpp/.deps/LangThaiModel.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/LangThaiModel.Po +78 -0
- data/ext/libcharguess/cpp/.deps/Latin1Prober.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/Latin1Prober.Po +78 -0
- data/ext/libcharguess/cpp/.deps/MBCSGroupProber.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/MBCSGroupProber.Po +102 -0
- data/ext/libcharguess/cpp/.deps/MBCSSM.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/MBCSSM.Po +77 -0
- data/ext/libcharguess/cpp/.deps/SBCSGroupProber.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/SBCSGroupProber.Po +80 -0
- data/ext/libcharguess/cpp/.deps/SBCharsetProber.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/SBCharsetProber.Po +78 -0
- data/ext/libcharguess/cpp/.deps/SJISProber.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/SJISProber.Po +86 -0
- data/ext/libcharguess/cpp/.deps/UTF8Prober.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/UTF8Prober.Po +82 -0
- data/ext/libcharguess/cpp/.deps/big5Prober.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/big5Prober.Po +84 -0
- data/ext/libcharguess/cpp/.deps/charDistribution.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/charDistribution.Po +87 -0
- data/ext/libcharguess/cpp/.deps/chardet.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/chardet.Po +84 -0
- data/ext/libcharguess/cpp/.deps/charguess.Po +77 -0
- data/ext/libcharguess/cpp/.deps/jpCntx.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/jpCntx.Po +75 -0
- data/ext/libcharguess/cpp/.deps/universal.Plo +1 -0
- data/ext/libcharguess/cpp/.deps/universal.Po +111 -0
- data/ext/libcharguess/cpp/AUTHORS +3 -0
- data/ext/libcharguess/cpp/Big5Freq.tab +928 -0
- data/ext/libcharguess/cpp/COPYING +340 -0
- data/ext/libcharguess/cpp/COPYRIGHT +20 -0
- data/ext/libcharguess/cpp/ChangeLog +0 -0
- data/ext/libcharguess/cpp/EUCJPProber.cpp +80 -0
- data/ext/libcharguess/cpp/EUCJPProber.h +58 -0
- data/ext/libcharguess/cpp/EUCKRFreq.tab +615 -0
- data/ext/libcharguess/cpp/EUCKRProber.cpp +80 -0
- data/ext/libcharguess/cpp/EUCKRProber.h +54 -0
- data/ext/libcharguess/cpp/EUCTWFreq.tab +448 -0
- data/ext/libcharguess/cpp/EUCTWProber.cpp +79 -0
- data/ext/libcharguess/cpp/EUCTWProber.h +53 -0
- data/ext/libcharguess/cpp/EscCharsetProber.cpp +89 -0
- data/ext/libcharguess/cpp/EscCharsetProber.h +49 -0
- data/ext/libcharguess/cpp/EscSM.cpp +244 -0
- data/ext/libcharguess/cpp/GB2312Freq.tab +476 -0
- data/ext/libcharguess/cpp/GB2312Prober.cpp +84 -0
- data/ext/libcharguess/cpp/GB2312Prober.h +56 -0
- data/ext/libcharguess/cpp/INSTALL +229 -0
- data/ext/libcharguess/cpp/JISFreq.tab +574 -0
- data/ext/libcharguess/cpp/LICENSE +504 -0
- data/ext/libcharguess/cpp/LangBulgarianModel.cpp +230 -0
- data/ext/libcharguess/cpp/LangCyrillicModel.cpp +340 -0
- data/ext/libcharguess/cpp/LangGreekModel.cpp +229 -0
- data/ext/libcharguess/cpp/LangHungarianModel.cpp +228 -0
- data/ext/libcharguess/cpp/LangThaiModel.cpp +206 -0
- data/ext/libcharguess/cpp/Latin1Prober.cpp +190 -0
- data/ext/libcharguess/cpp/Latin1Prober.h +49 -0
- data/ext/libcharguess/cpp/MBCSGroupProber.cpp +186 -0
- data/ext/libcharguess/cpp/MBCSGroupProber.h +58 -0
- data/ext/libcharguess/cpp/MBCSSM.cpp +610 -0
- data/ext/libcharguess/cpp/Makefile.am +45 -0
- data/ext/libcharguess/cpp/Makefile.in +608 -0
- data/ext/libcharguess/cpp/NEWS +0 -0
- data/ext/libcharguess/cpp/README +0 -0
- data/ext/libcharguess/cpp/SBCSGroupProber.cpp +244 -0
- data/ext/libcharguess/cpp/SBCSGroupProber.h +54 -0
- data/ext/libcharguess/cpp/SBCharsetProber.cpp +100 -0
- data/ext/libcharguess/cpp/SBCharsetProber.h +89 -0
- data/ext/libcharguess/cpp/SJISProber.cpp +86 -0
- data/ext/libcharguess/cpp/SJISProber.h +60 -0
- data/ext/libcharguess/cpp/UTF8Prober.cpp +75 -0
- data/ext/libcharguess/cpp/UTF8Prober.h +46 -0
- data/ext/libcharguess/cpp/aclocal.m4 +1008 -0
- data/ext/libcharguess/cpp/autogen.sh +153 -0
- data/ext/libcharguess/cpp/big5Prober.cpp +76 -0
- data/ext/libcharguess/cpp/big5Prober.h +53 -0
- data/ext/libcharguess/cpp/charDistribution.cpp +90 -0
- data/ext/libcharguess/cpp/charDistribution.h +219 -0
- data/ext/libcharguess/cpp/charguess.cpp +56 -0
- data/ext/libcharguess/cpp/charguess.h +23 -0
- data/ext/libcharguess/cpp/charsetProber.h +50 -0
- data/ext/libcharguess/cpp/codingStateMachine.h +92 -0
- data/ext/libcharguess/cpp/config.h +36 -0
- data/ext/libcharguess/cpp/config.h.in +35 -0
- data/ext/libcharguess/cpp/config.status +1075 -0
- data/ext/libcharguess/cpp/configure +5226 -0
- data/ext/libcharguess/cpp/configure.in +49 -0
- data/ext/libcharguess/cpp/depcomp +472 -0
- data/ext/libcharguess/cpp/fix_copyright +32 -0
- data/ext/libcharguess/cpp/install-sh +294 -0
- data/ext/libcharguess/cpp/jpCntx.cpp +194 -0
- data/ext/libcharguess/cpp/jpCntx.h +100 -0
- data/ext/libcharguess/cpp/missing +336 -0
- data/ext/libcharguess/cpp/mkinstalldirs +111 -0
- data/ext/libcharguess/cpp/pkgInt.h +72 -0
- data/ext/libcharguess/cpp/stamp-h1 +1 -0
- data/ext/libcharguess/cpp/test/test.cpp +78 -0
- data/ext/libcharguess/cpp/types.h +41 -0
- data/ext/libcharguess/cpp/universal.cpp +273 -0
- data/ext/libcharguess/cpp/universal.h +65 -0
- data/script/console +9 -0
- data/script/destroy +14 -0
- data/script/generate +14 -0
- data/tasks/extconf/charguess.rake +47 -0
- data/tasks/extconf.rake +13 -0
- data/test/test_charguess.rb +7 -0
- data/test/test_charguess_extn.rb +10 -0
- data/test/test_helper.rb +3 -0
- metadata +219 -0
@@ -0,0 +1,77 @@
|
|
1
|
+
MBCSSM.o MBCSSM.o: MBCSSM.cpp codingStateMachine.h pkgInt.h types.h \
|
2
|
+
/usr/include/stdlib.h /usr/include/Availability.h \
|
3
|
+
/usr/include/AvailabilityInternal.h /usr/include/_types.h \
|
4
|
+
/usr/include/sys/_types.h /usr/include/sys/cdefs.h \
|
5
|
+
/usr/include/machine/_types.h /usr/include/i386/_types.h \
|
6
|
+
/usr/include/sys/wait.h /usr/include/sys/signal.h \
|
7
|
+
/usr/include/sys/appleapiopts.h /usr/include/machine/signal.h \
|
8
|
+
/usr/include/i386/signal.h /usr/include/i386/_structs.h \
|
9
|
+
/usr/include/sys/_structs.h /usr/include/machine/_structs.h \
|
10
|
+
/usr/include/mach/i386/_structs.h /usr/include/sys/resource.h \
|
11
|
+
/usr/include/machine/endian.h /usr/include/i386/endian.h \
|
12
|
+
/usr/include/sys/_endian.h /usr/include/libkern/_OSByteOrder.h \
|
13
|
+
/usr/include/libkern/i386/_OSByteOrder.h /usr/include/alloca.h \
|
14
|
+
/usr/include/machine/types.h /usr/include/i386/types.h \
|
15
|
+
/usr/include/i386/_types.h /usr/include/stdio.h
|
16
|
+
|
17
|
+
codingStateMachine.h:
|
18
|
+
|
19
|
+
pkgInt.h:
|
20
|
+
|
21
|
+
types.h:
|
22
|
+
|
23
|
+
/usr/include/stdlib.h:
|
24
|
+
|
25
|
+
/usr/include/Availability.h:
|
26
|
+
|
27
|
+
/usr/include/AvailabilityInternal.h:
|
28
|
+
|
29
|
+
/usr/include/_types.h:
|
30
|
+
|
31
|
+
/usr/include/sys/_types.h:
|
32
|
+
|
33
|
+
/usr/include/sys/cdefs.h:
|
34
|
+
|
35
|
+
/usr/include/machine/_types.h:
|
36
|
+
|
37
|
+
/usr/include/i386/_types.h:
|
38
|
+
|
39
|
+
/usr/include/sys/wait.h:
|
40
|
+
|
41
|
+
/usr/include/sys/signal.h:
|
42
|
+
|
43
|
+
/usr/include/sys/appleapiopts.h:
|
44
|
+
|
45
|
+
/usr/include/machine/signal.h:
|
46
|
+
|
47
|
+
/usr/include/i386/signal.h:
|
48
|
+
|
49
|
+
/usr/include/i386/_structs.h:
|
50
|
+
|
51
|
+
/usr/include/sys/_structs.h:
|
52
|
+
|
53
|
+
/usr/include/machine/_structs.h:
|
54
|
+
|
55
|
+
/usr/include/mach/i386/_structs.h:
|
56
|
+
|
57
|
+
/usr/include/sys/resource.h:
|
58
|
+
|
59
|
+
/usr/include/machine/endian.h:
|
60
|
+
|
61
|
+
/usr/include/i386/endian.h:
|
62
|
+
|
63
|
+
/usr/include/sys/_endian.h:
|
64
|
+
|
65
|
+
/usr/include/libkern/_OSByteOrder.h:
|
66
|
+
|
67
|
+
/usr/include/libkern/i386/_OSByteOrder.h:
|
68
|
+
|
69
|
+
/usr/include/alloca.h:
|
70
|
+
|
71
|
+
/usr/include/machine/types.h:
|
72
|
+
|
73
|
+
/usr/include/i386/types.h:
|
74
|
+
|
75
|
+
/usr/include/i386/_types.h:
|
76
|
+
|
77
|
+
/usr/include/stdio.h:
|
@@ -0,0 +1 @@
|
|
1
|
+
# dummy
|
@@ -0,0 +1,80 @@
|
|
1
|
+
SBCSGroupProber.o SBCSGroupProber.o: SBCSGroupProber.cpp \
|
2
|
+
SBCharsetProber.h charsetProber.h types.h /usr/include/stdlib.h \
|
3
|
+
/usr/include/Availability.h /usr/include/AvailabilityInternal.h \
|
4
|
+
/usr/include/_types.h /usr/include/sys/_types.h \
|
5
|
+
/usr/include/sys/cdefs.h /usr/include/machine/_types.h \
|
6
|
+
/usr/include/i386/_types.h /usr/include/sys/wait.h \
|
7
|
+
/usr/include/sys/signal.h /usr/include/sys/appleapiopts.h \
|
8
|
+
/usr/include/machine/signal.h /usr/include/i386/signal.h \
|
9
|
+
/usr/include/i386/_structs.h /usr/include/sys/_structs.h \
|
10
|
+
/usr/include/machine/_structs.h /usr/include/mach/i386/_structs.h \
|
11
|
+
/usr/include/sys/resource.h /usr/include/machine/endian.h \
|
12
|
+
/usr/include/i386/endian.h /usr/include/sys/_endian.h \
|
13
|
+
/usr/include/libkern/_OSByteOrder.h \
|
14
|
+
/usr/include/libkern/i386/_OSByteOrder.h /usr/include/alloca.h \
|
15
|
+
/usr/include/machine/types.h /usr/include/i386/types.h \
|
16
|
+
/usr/include/i386/_types.h /usr/include/stdio.h SBCSGroupProber.h
|
17
|
+
|
18
|
+
SBCharsetProber.h:
|
19
|
+
|
20
|
+
charsetProber.h:
|
21
|
+
|
22
|
+
types.h:
|
23
|
+
|
24
|
+
/usr/include/stdlib.h:
|
25
|
+
|
26
|
+
/usr/include/Availability.h:
|
27
|
+
|
28
|
+
/usr/include/AvailabilityInternal.h:
|
29
|
+
|
30
|
+
/usr/include/_types.h:
|
31
|
+
|
32
|
+
/usr/include/sys/_types.h:
|
33
|
+
|
34
|
+
/usr/include/sys/cdefs.h:
|
35
|
+
|
36
|
+
/usr/include/machine/_types.h:
|
37
|
+
|
38
|
+
/usr/include/i386/_types.h:
|
39
|
+
|
40
|
+
/usr/include/sys/wait.h:
|
41
|
+
|
42
|
+
/usr/include/sys/signal.h:
|
43
|
+
|
44
|
+
/usr/include/sys/appleapiopts.h:
|
45
|
+
|
46
|
+
/usr/include/machine/signal.h:
|
47
|
+
|
48
|
+
/usr/include/i386/signal.h:
|
49
|
+
|
50
|
+
/usr/include/i386/_structs.h:
|
51
|
+
|
52
|
+
/usr/include/sys/_structs.h:
|
53
|
+
|
54
|
+
/usr/include/machine/_structs.h:
|
55
|
+
|
56
|
+
/usr/include/mach/i386/_structs.h:
|
57
|
+
|
58
|
+
/usr/include/sys/resource.h:
|
59
|
+
|
60
|
+
/usr/include/machine/endian.h:
|
61
|
+
|
62
|
+
/usr/include/i386/endian.h:
|
63
|
+
|
64
|
+
/usr/include/sys/_endian.h:
|
65
|
+
|
66
|
+
/usr/include/libkern/_OSByteOrder.h:
|
67
|
+
|
68
|
+
/usr/include/libkern/i386/_OSByteOrder.h:
|
69
|
+
|
70
|
+
/usr/include/alloca.h:
|
71
|
+
|
72
|
+
/usr/include/machine/types.h:
|
73
|
+
|
74
|
+
/usr/include/i386/types.h:
|
75
|
+
|
76
|
+
/usr/include/i386/_types.h:
|
77
|
+
|
78
|
+
/usr/include/stdio.h:
|
79
|
+
|
80
|
+
SBCSGroupProber.h:
|
@@ -0,0 +1 @@
|
|
1
|
+
# dummy
|
@@ -0,0 +1,78 @@
|
|
1
|
+
SBCharsetProber.o SBCharsetProber.o: SBCharsetProber.cpp \
|
2
|
+
/usr/include/stdio.h /usr/include/_types.h /usr/include/sys/_types.h \
|
3
|
+
/usr/include/sys/cdefs.h /usr/include/machine/_types.h \
|
4
|
+
/usr/include/i386/_types.h SBCharsetProber.h charsetProber.h types.h \
|
5
|
+
/usr/include/stdlib.h /usr/include/Availability.h \
|
6
|
+
/usr/include/AvailabilityInternal.h /usr/include/sys/wait.h \
|
7
|
+
/usr/include/sys/signal.h /usr/include/sys/appleapiopts.h \
|
8
|
+
/usr/include/machine/signal.h /usr/include/i386/signal.h \
|
9
|
+
/usr/include/i386/_structs.h /usr/include/sys/_structs.h \
|
10
|
+
/usr/include/machine/_structs.h /usr/include/mach/i386/_structs.h \
|
11
|
+
/usr/include/sys/resource.h /usr/include/machine/endian.h \
|
12
|
+
/usr/include/i386/endian.h /usr/include/sys/_endian.h \
|
13
|
+
/usr/include/libkern/_OSByteOrder.h \
|
14
|
+
/usr/include/libkern/i386/_OSByteOrder.h /usr/include/alloca.h \
|
15
|
+
/usr/include/machine/types.h /usr/include/i386/types.h \
|
16
|
+
/usr/include/i386/_types.h
|
17
|
+
|
18
|
+
/usr/include/stdio.h:
|
19
|
+
|
20
|
+
/usr/include/_types.h:
|
21
|
+
|
22
|
+
/usr/include/sys/_types.h:
|
23
|
+
|
24
|
+
/usr/include/sys/cdefs.h:
|
25
|
+
|
26
|
+
/usr/include/machine/_types.h:
|
27
|
+
|
28
|
+
/usr/include/i386/_types.h:
|
29
|
+
|
30
|
+
SBCharsetProber.h:
|
31
|
+
|
32
|
+
charsetProber.h:
|
33
|
+
|
34
|
+
types.h:
|
35
|
+
|
36
|
+
/usr/include/stdlib.h:
|
37
|
+
|
38
|
+
/usr/include/Availability.h:
|
39
|
+
|
40
|
+
/usr/include/AvailabilityInternal.h:
|
41
|
+
|
42
|
+
/usr/include/sys/wait.h:
|
43
|
+
|
44
|
+
/usr/include/sys/signal.h:
|
45
|
+
|
46
|
+
/usr/include/sys/appleapiopts.h:
|
47
|
+
|
48
|
+
/usr/include/machine/signal.h:
|
49
|
+
|
50
|
+
/usr/include/i386/signal.h:
|
51
|
+
|
52
|
+
/usr/include/i386/_structs.h:
|
53
|
+
|
54
|
+
/usr/include/sys/_structs.h:
|
55
|
+
|
56
|
+
/usr/include/machine/_structs.h:
|
57
|
+
|
58
|
+
/usr/include/mach/i386/_structs.h:
|
59
|
+
|
60
|
+
/usr/include/sys/resource.h:
|
61
|
+
|
62
|
+
/usr/include/machine/endian.h:
|
63
|
+
|
64
|
+
/usr/include/i386/endian.h:
|
65
|
+
|
66
|
+
/usr/include/sys/_endian.h:
|
67
|
+
|
68
|
+
/usr/include/libkern/_OSByteOrder.h:
|
69
|
+
|
70
|
+
/usr/include/libkern/i386/_OSByteOrder.h:
|
71
|
+
|
72
|
+
/usr/include/alloca.h:
|
73
|
+
|
74
|
+
/usr/include/machine/types.h:
|
75
|
+
|
76
|
+
/usr/include/i386/types.h:
|
77
|
+
|
78
|
+
/usr/include/i386/_types.h:
|
@@ -0,0 +1 @@
|
|
1
|
+
# dummy
|
@@ -0,0 +1,86 @@
|
|
1
|
+
SJISProber.o SJISProber.o: SJISProber.cpp SJISProber.h charsetProber.h \
|
2
|
+
types.h /usr/include/stdlib.h /usr/include/Availability.h \
|
3
|
+
/usr/include/AvailabilityInternal.h /usr/include/_types.h \
|
4
|
+
/usr/include/sys/_types.h /usr/include/sys/cdefs.h \
|
5
|
+
/usr/include/machine/_types.h /usr/include/i386/_types.h \
|
6
|
+
/usr/include/sys/wait.h /usr/include/sys/signal.h \
|
7
|
+
/usr/include/sys/appleapiopts.h /usr/include/machine/signal.h \
|
8
|
+
/usr/include/i386/signal.h /usr/include/i386/_structs.h \
|
9
|
+
/usr/include/sys/_structs.h /usr/include/machine/_structs.h \
|
10
|
+
/usr/include/mach/i386/_structs.h /usr/include/sys/resource.h \
|
11
|
+
/usr/include/machine/endian.h /usr/include/i386/endian.h \
|
12
|
+
/usr/include/sys/_endian.h /usr/include/libkern/_OSByteOrder.h \
|
13
|
+
/usr/include/libkern/i386/_OSByteOrder.h /usr/include/alloca.h \
|
14
|
+
/usr/include/machine/types.h /usr/include/i386/types.h \
|
15
|
+
/usr/include/i386/_types.h /usr/include/stdio.h codingStateMachine.h \
|
16
|
+
pkgInt.h jpCntx.h charDistribution.h
|
17
|
+
|
18
|
+
SJISProber.h:
|
19
|
+
|
20
|
+
charsetProber.h:
|
21
|
+
|
22
|
+
types.h:
|
23
|
+
|
24
|
+
/usr/include/stdlib.h:
|
25
|
+
|
26
|
+
/usr/include/Availability.h:
|
27
|
+
|
28
|
+
/usr/include/AvailabilityInternal.h:
|
29
|
+
|
30
|
+
/usr/include/_types.h:
|
31
|
+
|
32
|
+
/usr/include/sys/_types.h:
|
33
|
+
|
34
|
+
/usr/include/sys/cdefs.h:
|
35
|
+
|
36
|
+
/usr/include/machine/_types.h:
|
37
|
+
|
38
|
+
/usr/include/i386/_types.h:
|
39
|
+
|
40
|
+
/usr/include/sys/wait.h:
|
41
|
+
|
42
|
+
/usr/include/sys/signal.h:
|
43
|
+
|
44
|
+
/usr/include/sys/appleapiopts.h:
|
45
|
+
|
46
|
+
/usr/include/machine/signal.h:
|
47
|
+
|
48
|
+
/usr/include/i386/signal.h:
|
49
|
+
|
50
|
+
/usr/include/i386/_structs.h:
|
51
|
+
|
52
|
+
/usr/include/sys/_structs.h:
|
53
|
+
|
54
|
+
/usr/include/machine/_structs.h:
|
55
|
+
|
56
|
+
/usr/include/mach/i386/_structs.h:
|
57
|
+
|
58
|
+
/usr/include/sys/resource.h:
|
59
|
+
|
60
|
+
/usr/include/machine/endian.h:
|
61
|
+
|
62
|
+
/usr/include/i386/endian.h:
|
63
|
+
|
64
|
+
/usr/include/sys/_endian.h:
|
65
|
+
|
66
|
+
/usr/include/libkern/_OSByteOrder.h:
|
67
|
+
|
68
|
+
/usr/include/libkern/i386/_OSByteOrder.h:
|
69
|
+
|
70
|
+
/usr/include/alloca.h:
|
71
|
+
|
72
|
+
/usr/include/machine/types.h:
|
73
|
+
|
74
|
+
/usr/include/i386/types.h:
|
75
|
+
|
76
|
+
/usr/include/i386/_types.h:
|
77
|
+
|
78
|
+
/usr/include/stdio.h:
|
79
|
+
|
80
|
+
codingStateMachine.h:
|
81
|
+
|
82
|
+
pkgInt.h:
|
83
|
+
|
84
|
+
jpCntx.h:
|
85
|
+
|
86
|
+
charDistribution.h:
|
@@ -0,0 +1 @@
|
|
1
|
+
# dummy
|
@@ -0,0 +1,82 @@
|
|
1
|
+
UTF8Prober.o UTF8Prober.o: UTF8Prober.cpp UTF8Prober.h charsetProber.h \
|
2
|
+
types.h /usr/include/stdlib.h /usr/include/Availability.h \
|
3
|
+
/usr/include/AvailabilityInternal.h /usr/include/_types.h \
|
4
|
+
/usr/include/sys/_types.h /usr/include/sys/cdefs.h \
|
5
|
+
/usr/include/machine/_types.h /usr/include/i386/_types.h \
|
6
|
+
/usr/include/sys/wait.h /usr/include/sys/signal.h \
|
7
|
+
/usr/include/sys/appleapiopts.h /usr/include/machine/signal.h \
|
8
|
+
/usr/include/i386/signal.h /usr/include/i386/_structs.h \
|
9
|
+
/usr/include/sys/_structs.h /usr/include/machine/_structs.h \
|
10
|
+
/usr/include/mach/i386/_structs.h /usr/include/sys/resource.h \
|
11
|
+
/usr/include/machine/endian.h /usr/include/i386/endian.h \
|
12
|
+
/usr/include/sys/_endian.h /usr/include/libkern/_OSByteOrder.h \
|
13
|
+
/usr/include/libkern/i386/_OSByteOrder.h /usr/include/alloca.h \
|
14
|
+
/usr/include/machine/types.h /usr/include/i386/types.h \
|
15
|
+
/usr/include/i386/_types.h /usr/include/stdio.h codingStateMachine.h \
|
16
|
+
pkgInt.h
|
17
|
+
|
18
|
+
UTF8Prober.h:
|
19
|
+
|
20
|
+
charsetProber.h:
|
21
|
+
|
22
|
+
types.h:
|
23
|
+
|
24
|
+
/usr/include/stdlib.h:
|
25
|
+
|
26
|
+
/usr/include/Availability.h:
|
27
|
+
|
28
|
+
/usr/include/AvailabilityInternal.h:
|
29
|
+
|
30
|
+
/usr/include/_types.h:
|
31
|
+
|
32
|
+
/usr/include/sys/_types.h:
|
33
|
+
|
34
|
+
/usr/include/sys/cdefs.h:
|
35
|
+
|
36
|
+
/usr/include/machine/_types.h:
|
37
|
+
|
38
|
+
/usr/include/i386/_types.h:
|
39
|
+
|
40
|
+
/usr/include/sys/wait.h:
|
41
|
+
|
42
|
+
/usr/include/sys/signal.h:
|
43
|
+
|
44
|
+
/usr/include/sys/appleapiopts.h:
|
45
|
+
|
46
|
+
/usr/include/machine/signal.h:
|
47
|
+
|
48
|
+
/usr/include/i386/signal.h:
|
49
|
+
|
50
|
+
/usr/include/i386/_structs.h:
|
51
|
+
|
52
|
+
/usr/include/sys/_structs.h:
|
53
|
+
|
54
|
+
/usr/include/machine/_structs.h:
|
55
|
+
|
56
|
+
/usr/include/mach/i386/_structs.h:
|
57
|
+
|
58
|
+
/usr/include/sys/resource.h:
|
59
|
+
|
60
|
+
/usr/include/machine/endian.h:
|
61
|
+
|
62
|
+
/usr/include/i386/endian.h:
|
63
|
+
|
64
|
+
/usr/include/sys/_endian.h:
|
65
|
+
|
66
|
+
/usr/include/libkern/_OSByteOrder.h:
|
67
|
+
|
68
|
+
/usr/include/libkern/i386/_OSByteOrder.h:
|
69
|
+
|
70
|
+
/usr/include/alloca.h:
|
71
|
+
|
72
|
+
/usr/include/machine/types.h:
|
73
|
+
|
74
|
+
/usr/include/i386/types.h:
|
75
|
+
|
76
|
+
/usr/include/i386/_types.h:
|
77
|
+
|
78
|
+
/usr/include/stdio.h:
|
79
|
+
|
80
|
+
codingStateMachine.h:
|
81
|
+
|
82
|
+
pkgInt.h:
|
@@ -0,0 +1 @@
|
|
1
|
+
# dummy
|
@@ -0,0 +1,84 @@
|
|
1
|
+
big5Prober.o big5Prober.o: big5Prober.cpp big5Prober.h charsetProber.h \
|
2
|
+
types.h /usr/include/stdlib.h /usr/include/Availability.h \
|
3
|
+
/usr/include/AvailabilityInternal.h /usr/include/_types.h \
|
4
|
+
/usr/include/sys/_types.h /usr/include/sys/cdefs.h \
|
5
|
+
/usr/include/machine/_types.h /usr/include/i386/_types.h \
|
6
|
+
/usr/include/sys/wait.h /usr/include/sys/signal.h \
|
7
|
+
/usr/include/sys/appleapiopts.h /usr/include/machine/signal.h \
|
8
|
+
/usr/include/i386/signal.h /usr/include/i386/_structs.h \
|
9
|
+
/usr/include/sys/_structs.h /usr/include/machine/_structs.h \
|
10
|
+
/usr/include/mach/i386/_structs.h /usr/include/sys/resource.h \
|
11
|
+
/usr/include/machine/endian.h /usr/include/i386/endian.h \
|
12
|
+
/usr/include/sys/_endian.h /usr/include/libkern/_OSByteOrder.h \
|
13
|
+
/usr/include/libkern/i386/_OSByteOrder.h /usr/include/alloca.h \
|
14
|
+
/usr/include/machine/types.h /usr/include/i386/types.h \
|
15
|
+
/usr/include/i386/_types.h /usr/include/stdio.h codingStateMachine.h \
|
16
|
+
pkgInt.h charDistribution.h
|
17
|
+
|
18
|
+
big5Prober.h:
|
19
|
+
|
20
|
+
charsetProber.h:
|
21
|
+
|
22
|
+
types.h:
|
23
|
+
|
24
|
+
/usr/include/stdlib.h:
|
25
|
+
|
26
|
+
/usr/include/Availability.h:
|
27
|
+
|
28
|
+
/usr/include/AvailabilityInternal.h:
|
29
|
+
|
30
|
+
/usr/include/_types.h:
|
31
|
+
|
32
|
+
/usr/include/sys/_types.h:
|
33
|
+
|
34
|
+
/usr/include/sys/cdefs.h:
|
35
|
+
|
36
|
+
/usr/include/machine/_types.h:
|
37
|
+
|
38
|
+
/usr/include/i386/_types.h:
|
39
|
+
|
40
|
+
/usr/include/sys/wait.h:
|
41
|
+
|
42
|
+
/usr/include/sys/signal.h:
|
43
|
+
|
44
|
+
/usr/include/sys/appleapiopts.h:
|
45
|
+
|
46
|
+
/usr/include/machine/signal.h:
|
47
|
+
|
48
|
+
/usr/include/i386/signal.h:
|
49
|
+
|
50
|
+
/usr/include/i386/_structs.h:
|
51
|
+
|
52
|
+
/usr/include/sys/_structs.h:
|
53
|
+
|
54
|
+
/usr/include/machine/_structs.h:
|
55
|
+
|
56
|
+
/usr/include/mach/i386/_structs.h:
|
57
|
+
|
58
|
+
/usr/include/sys/resource.h:
|
59
|
+
|
60
|
+
/usr/include/machine/endian.h:
|
61
|
+
|
62
|
+
/usr/include/i386/endian.h:
|
63
|
+
|
64
|
+
/usr/include/sys/_endian.h:
|
65
|
+
|
66
|
+
/usr/include/libkern/_OSByteOrder.h:
|
67
|
+
|
68
|
+
/usr/include/libkern/i386/_OSByteOrder.h:
|
69
|
+
|
70
|
+
/usr/include/alloca.h:
|
71
|
+
|
72
|
+
/usr/include/machine/types.h:
|
73
|
+
|
74
|
+
/usr/include/i386/types.h:
|
75
|
+
|
76
|
+
/usr/include/i386/_types.h:
|
77
|
+
|
78
|
+
/usr/include/stdio.h:
|
79
|
+
|
80
|
+
codingStateMachine.h:
|
81
|
+
|
82
|
+
pkgInt.h:
|
83
|
+
|
84
|
+
charDistribution.h:
|
@@ -0,0 +1 @@
|
|
1
|
+
# dummy
|
@@ -0,0 +1,87 @@
|
|
1
|
+
charDistribution.o charDistribution.o: charDistribution.cpp \
|
2
|
+
charDistribution.h types.h /usr/include/stdlib.h \
|
3
|
+
/usr/include/Availability.h /usr/include/AvailabilityInternal.h \
|
4
|
+
/usr/include/_types.h /usr/include/sys/_types.h \
|
5
|
+
/usr/include/sys/cdefs.h /usr/include/machine/_types.h \
|
6
|
+
/usr/include/i386/_types.h /usr/include/sys/wait.h \
|
7
|
+
/usr/include/sys/signal.h /usr/include/sys/appleapiopts.h \
|
8
|
+
/usr/include/machine/signal.h /usr/include/i386/signal.h \
|
9
|
+
/usr/include/i386/_structs.h /usr/include/sys/_structs.h \
|
10
|
+
/usr/include/machine/_structs.h /usr/include/mach/i386/_structs.h \
|
11
|
+
/usr/include/sys/resource.h /usr/include/machine/endian.h \
|
12
|
+
/usr/include/i386/endian.h /usr/include/sys/_endian.h \
|
13
|
+
/usr/include/libkern/_OSByteOrder.h \
|
14
|
+
/usr/include/libkern/i386/_OSByteOrder.h /usr/include/alloca.h \
|
15
|
+
/usr/include/machine/types.h /usr/include/i386/types.h \
|
16
|
+
/usr/include/i386/_types.h /usr/include/stdio.h JISFreq.tab \
|
17
|
+
Big5Freq.tab EUCKRFreq.tab EUCTWFreq.tab GB2312Freq.tab
|
18
|
+
|
19
|
+
charDistribution.h:
|
20
|
+
|
21
|
+
types.h:
|
22
|
+
|
23
|
+
/usr/include/stdlib.h:
|
24
|
+
|
25
|
+
/usr/include/Availability.h:
|
26
|
+
|
27
|
+
/usr/include/AvailabilityInternal.h:
|
28
|
+
|
29
|
+
/usr/include/_types.h:
|
30
|
+
|
31
|
+
/usr/include/sys/_types.h:
|
32
|
+
|
33
|
+
/usr/include/sys/cdefs.h:
|
34
|
+
|
35
|
+
/usr/include/machine/_types.h:
|
36
|
+
|
37
|
+
/usr/include/i386/_types.h:
|
38
|
+
|
39
|
+
/usr/include/sys/wait.h:
|
40
|
+
|
41
|
+
/usr/include/sys/signal.h:
|
42
|
+
|
43
|
+
/usr/include/sys/appleapiopts.h:
|
44
|
+
|
45
|
+
/usr/include/machine/signal.h:
|
46
|
+
|
47
|
+
/usr/include/i386/signal.h:
|
48
|
+
|
49
|
+
/usr/include/i386/_structs.h:
|
50
|
+
|
51
|
+
/usr/include/sys/_structs.h:
|
52
|
+
|
53
|
+
/usr/include/machine/_structs.h:
|
54
|
+
|
55
|
+
/usr/include/mach/i386/_structs.h:
|
56
|
+
|
57
|
+
/usr/include/sys/resource.h:
|
58
|
+
|
59
|
+
/usr/include/machine/endian.h:
|
60
|
+
|
61
|
+
/usr/include/i386/endian.h:
|
62
|
+
|
63
|
+
/usr/include/sys/_endian.h:
|
64
|
+
|
65
|
+
/usr/include/libkern/_OSByteOrder.h:
|
66
|
+
|
67
|
+
/usr/include/libkern/i386/_OSByteOrder.h:
|
68
|
+
|
69
|
+
/usr/include/alloca.h:
|
70
|
+
|
71
|
+
/usr/include/machine/types.h:
|
72
|
+
|
73
|
+
/usr/include/i386/types.h:
|
74
|
+
|
75
|
+
/usr/include/i386/_types.h:
|
76
|
+
|
77
|
+
/usr/include/stdio.h:
|
78
|
+
|
79
|
+
JISFreq.tab:
|
80
|
+
|
81
|
+
Big5Freq.tab:
|
82
|
+
|
83
|
+
EUCKRFreq.tab:
|
84
|
+
|
85
|
+
EUCTWFreq.tab:
|
86
|
+
|
87
|
+
GB2312Freq.tab:
|
@@ -0,0 +1 @@
|
|
1
|
+
# dummy
|
@@ -0,0 +1,84 @@
|
|
1
|
+
chardet.o chardet.o: chardet.cpp universal.h types.h \
|
2
|
+
/usr/include/stdlib.h /usr/include/features.h /usr/include/sys/cdefs.h \
|
3
|
+
/usr/include/gnu/stubs.h \
|
4
|
+
/opt/TWWfsw/gcc322/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/include/stddef.h \
|
5
|
+
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
|
6
|
+
/usr/include/endian.h /usr/include/bits/endian.h /usr/include/xlocale.h \
|
7
|
+
/usr/include/sys/types.h /usr/include/bits/types.h \
|
8
|
+
/usr/include/bits/pthreadtypes.h /usr/include/bits/sched.h \
|
9
|
+
/usr/include/time.h /usr/include/sys/select.h \
|
10
|
+
/usr/include/bits/select.h /usr/include/bits/sigset.h \
|
11
|
+
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
|
12
|
+
/usr/include/alloca.h \
|
13
|
+
/opt/TWWfsw/gcc322/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/include/stdio.h \
|
14
|
+
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
15
|
+
/usr/include/bits/wchar.h /usr/include/gconv.h \
|
16
|
+
/opt/TWWfsw/gcc322/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/include/stdarg.h \
|
17
|
+
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
18
|
+
/usr/include/string.h
|
19
|
+
|
20
|
+
universal.h:
|
21
|
+
|
22
|
+
types.h:
|
23
|
+
|
24
|
+
/usr/include/stdlib.h:
|
25
|
+
|
26
|
+
/usr/include/features.h:
|
27
|
+
|
28
|
+
/usr/include/sys/cdefs.h:
|
29
|
+
|
30
|
+
/usr/include/gnu/stubs.h:
|
31
|
+
|
32
|
+
/opt/TWWfsw/gcc322/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/include/stddef.h:
|
33
|
+
|
34
|
+
/usr/include/bits/waitflags.h:
|
35
|
+
|
36
|
+
/usr/include/bits/waitstatus.h:
|
37
|
+
|
38
|
+
/usr/include/endian.h:
|
39
|
+
|
40
|
+
/usr/include/bits/endian.h:
|
41
|
+
|
42
|
+
/usr/include/xlocale.h:
|
43
|
+
|
44
|
+
/usr/include/sys/types.h:
|
45
|
+
|
46
|
+
/usr/include/bits/types.h:
|
47
|
+
|
48
|
+
/usr/include/bits/pthreadtypes.h:
|
49
|
+
|
50
|
+
/usr/include/bits/sched.h:
|
51
|
+
|
52
|
+
/usr/include/time.h:
|
53
|
+
|
54
|
+
/usr/include/sys/select.h:
|
55
|
+
|
56
|
+
/usr/include/bits/select.h:
|
57
|
+
|
58
|
+
/usr/include/bits/sigset.h:
|
59
|
+
|
60
|
+
/usr/include/bits/time.h:
|
61
|
+
|
62
|
+
/usr/include/sys/sysmacros.h:
|
63
|
+
|
64
|
+
/usr/include/alloca.h:
|
65
|
+
|
66
|
+
/opt/TWWfsw/gcc322/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/include/stdio.h:
|
67
|
+
|
68
|
+
/usr/include/libio.h:
|
69
|
+
|
70
|
+
/usr/include/_G_config.h:
|
71
|
+
|
72
|
+
/usr/include/wchar.h:
|
73
|
+
|
74
|
+
/usr/include/bits/wchar.h:
|
75
|
+
|
76
|
+
/usr/include/gconv.h:
|
77
|
+
|
78
|
+
/opt/TWWfsw/gcc322/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/include/stdarg.h:
|
79
|
+
|
80
|
+
/usr/include/bits/stdio_lim.h:
|
81
|
+
|
82
|
+
/usr/include/bits/stdio.h:
|
83
|
+
|
84
|
+
/usr/include/string.h:
|