ruby-debian 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Makefile +47 -0
- data/README +55 -0
- data/TODO +29 -0
- data/bin/dpkg-checkdeps +163 -0
- data/bin/dpkg-ruby +148 -0
- data/debian/changelog +310 -0
- data/debian/compat +1 -0
- data/debian/control +56 -0
- data/debian/copyright +26 -0
- data/debian/dirs +2 -0
- data/debian/manpages +0 -0
- data/debian/ruby-debian.docs +3 -0
- data/debian/ruby-debian.examples +1 -0
- data/debian/ruby-debian.manpages +2 -0
- data/debian/rules +15 -0
- data/debian/source/format +1 -0
- data/examples/ONE_LINER +39 -0
- data/examples/dpkg.rb +95 -0
- data/examples/list_packages.rb +38 -0
- data/examples/unmet_packages.rb +39 -0
- data/ext/debian_version/Version.cpp +43 -0
- data/ext/debian_version/extconf.rb +7 -0
- data/lib/debian.rb +1063 -0
- data/lib/debian/ar.rb +159 -0
- data/lib/debian/utils.rb +111 -0
- data/man/dpkg-checkdeps.1 +102 -0
- data/man/dpkg-ruby.1 +99 -0
- data/t/d/available +492 -0
- data/t/d/non-US_sid_Sources +32 -0
- data/t/d/non-US_sid_i386_Packages +50 -0
- data/t/d/sid_Sources +287 -0
- data/t/d/sid_i386_Packages +456 -0
- data/t/d/status +324 -0
- data/t/d/w3m-ssl_0.2.1-1.f +24 -0
- data/t/d/w3m-ssl_0.2.1-2.dsc +12 -0
- data/t/d/w3m-ssl_0.2.1-2.f +24 -0
- data/t/d/w3m_0.2.1-1.dsc +12 -0
- data/t/d/w3m_0.2.1-1.f +21 -0
- data/t/d/w3m_0.2.1-2.dsc +12 -0
- data/t/d/w3m_0.2.1-2.f +21 -0
- data/t/d/w3m_met_list +83 -0
- data/t/testall.rb +50 -0
- data/t/testar.rb +59 -0
- data/t/testarchives.rb +277 -0
- data/t/testdeb.rb +239 -0
- data/t/testdep.rb +70 -0
- data/t/testdepterm.rb +140 -0
- data/t/testdepunmet.rb +71 -0
- data/t/testdpkg.rb +197 -0
- data/t/testdpkgdeb.rb +83 -0
- data/t/testdsc.rb +49 -0
- data/t/testfield.rb +155 -0
- data/t/testpackages.rb +138 -0
- data/t/testsources.rb +44 -0
- data/t/teststatus.rb +38 -0
- metadata +133 -0
@@ -0,0 +1,32 @@
|
|
1
|
+
Package: w3m-ssl
|
2
|
+
Binary: w3m-ssl
|
3
|
+
Version: 0.2.1-2
|
4
|
+
Priority: optional
|
5
|
+
Section: non-US
|
6
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
7
|
+
Build-Depends: libgc5-dev, libncurses5-dev, libgpmg1-dev, libssl-dev, debhelper, gawk | awk
|
8
|
+
Architecture: any
|
9
|
+
Standards-Version: 3.1.1
|
10
|
+
Format: 1.0
|
11
|
+
Directory: pool/non-US/main/w/w3m-ssl
|
12
|
+
Files:
|
13
|
+
fa016adcf912ba888e31aaea4a4aea21 662 w3m-ssl_0.2.1-2.dsc
|
14
|
+
76748994920f0f553e240d37cd9498b5 834552 w3m-ssl_0.2.1.orig.tar.gz
|
15
|
+
5423fdf58a02bc0cbbeab04965db51ed 31725 w3m-ssl_0.2.1-2.diff.gz
|
16
|
+
|
17
|
+
Package: w3mmee-ssl
|
18
|
+
Binary: w3mmee-ssl
|
19
|
+
Version: 0.2.1.p18.5-1
|
20
|
+
Priority: optional
|
21
|
+
Section: non-US
|
22
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
23
|
+
Build-Depends: libgc5-dev, libncurses5-dev, libgpmg1-dev, debhelper, gawk | awk, libssl-dev, libmoe-dev (>= 1.3.2), gettext
|
24
|
+
Architecture: any
|
25
|
+
Standards-Version: 3.2.1
|
26
|
+
Format: 1.0
|
27
|
+
Directory: pool/non-US/main/w/w3mmee-ssl
|
28
|
+
Files:
|
29
|
+
5151f6497ab7aea9cfe98594f37f5a81 724 w3mmee-ssl_0.2.1.p18.5-1.dsc
|
30
|
+
74085a24f99fa3f7e4d3a87301b2b102 1033056 w3mmee-ssl_0.2.1.p18.5.orig.tar.gz
|
31
|
+
ecfcfe2008b8f0d9093e7cdd4dae9c40 8482 w3mmee-ssl_0.2.1.p18.5-1.diff.gz
|
32
|
+
|
@@ -0,0 +1,50 @@
|
|
1
|
+
Package: w3m-ssl
|
2
|
+
Priority: optional
|
3
|
+
Section: non-US
|
4
|
+
Installed-Size: 844
|
5
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
6
|
+
Architecture: i386
|
7
|
+
Version: 0.2.1-2
|
8
|
+
Provides: www-browser
|
9
|
+
Depends: libc6 (>= 2.2.2-2), libgc5, libgpmg1 (>= 1.14-16), libncurses5 (>= 5.2.20010310-1), libssl0.9.6, w3m
|
10
|
+
Recommends: w3m (= 0.2.1-2)
|
11
|
+
Suggests: mime-support, menu (>> 1.5)
|
12
|
+
Filename: pool/non-US/main/w/w3m-ssl/w3m-ssl_0.2.1-2_i386.deb
|
13
|
+
Size: 347316
|
14
|
+
MD5sum: e97e0a7f84f7a98c12476004c41bba8c
|
15
|
+
Description: WWW browsable pager with SSL support
|
16
|
+
w3m is a text-based World Wide Web browser with IPv6 support.
|
17
|
+
It features excellent support for tables and frames. It can be used
|
18
|
+
as a standalone file pager, too.
|
19
|
+
.
|
20
|
+
* You can follow links and/or view images in HTML.
|
21
|
+
* Internet message prewview mode, you can browse HTML mail.
|
22
|
+
* You can follow links in plain text if it includes URL forms.
|
23
|
+
.
|
24
|
+
This package is built with SSL support.
|
25
|
+
.
|
26
|
+
For more information,
|
27
|
+
see http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/index.html
|
28
|
+
|
29
|
+
Package: w3mmee-ssl
|
30
|
+
Priority: optional
|
31
|
+
Section: non-US
|
32
|
+
Installed-Size: 420
|
33
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
34
|
+
Architecture: i386
|
35
|
+
Version: 0.2.1.p18.5-1
|
36
|
+
Provides: www-browser
|
37
|
+
Depends: libc6 (>= 2.2.2-2), libgc5, libgpmg1 (>= 1.14-16), libmoe1.3, libncurses5 (>= 5.2.20010310-1), libssl0.9.6, w3mmee
|
38
|
+
Recommends: w3mmee (= 0.2.1.p18.5-1)
|
39
|
+
Suggests: mime-support, menu (>> 1.5)
|
40
|
+
Filename: pool/non-US/main/w/w3mmee-ssl/w3mmee-ssl_0.2.1.p18.5-1_i386.deb
|
41
|
+
Size: 202458
|
42
|
+
MD5sum: 809c71653d864904ad721fa9b35de1c3
|
43
|
+
Description: WWW browsable pager with SSL support, MB extension
|
44
|
+
w3mmee is w3m with multibyte encoding extension.
|
45
|
+
This package is built with SSL support.
|
46
|
+
.
|
47
|
+
For more information,
|
48
|
+
see http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/index.html
|
49
|
+
and http://pub.ks-and-ks.ne.jp/prog/w3mmee/
|
50
|
+
|
data/t/d/sid_Sources
ADDED
@@ -0,0 +1,287 @@
|
|
1
|
+
Package: auto-apt
|
2
|
+
Binary: auto-apt
|
3
|
+
Version: 0.3.11
|
4
|
+
Priority: optional
|
5
|
+
Section: admin
|
6
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
7
|
+
Build-Depends: binutils, cpio, debhelper, devscripts, libc6-dev
|
8
|
+
Architecture: any
|
9
|
+
Standards-Version: 3.0.1
|
10
|
+
Format: 1.0
|
11
|
+
Directory: pool/main/a/auto-apt
|
12
|
+
Files:
|
13
|
+
cd35e8874ff090fcce230ddc7cb4202f 568 auto-apt_0.3.11.dsc
|
14
|
+
38f4d7bcce9942dcd468969e3be6a15a 515185 auto-apt_0.3.11.tar.gz
|
15
|
+
|
16
|
+
Package: donkey
|
17
|
+
Binary: donkey
|
18
|
+
Version: 0.5-12
|
19
|
+
Priority: extra
|
20
|
+
Section: net
|
21
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
22
|
+
Build-Depends: debhelper
|
23
|
+
Architecture: any
|
24
|
+
Standards-Version: 3.2.1
|
25
|
+
Format: 1.0
|
26
|
+
Directory: pool/main/d/donkey
|
27
|
+
Files:
|
28
|
+
ef2fa8314ebb27c15d08568ca52773f1 585 donkey_0.5-12.dsc
|
29
|
+
dd3ebca4504edbcecdde63896d60b7b6 39723 donkey_0.5.orig.tar.gz
|
30
|
+
a256bc75dd84ce2c881aa2b1ec65885d 3674 donkey_0.5-12.diff.gz
|
31
|
+
|
32
|
+
Package: fml
|
33
|
+
Binary: fml
|
34
|
+
Version: 4.0-4
|
35
|
+
Priority: extra
|
36
|
+
Section: mail
|
37
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
38
|
+
Build-Depends: debhelper
|
39
|
+
Architecture: all
|
40
|
+
Standards-Version: 3.0.0
|
41
|
+
Format: 1.0
|
42
|
+
Directory: pool/main/f/fml
|
43
|
+
Files:
|
44
|
+
7ceed4a6a6bf4bda30c5816492630687 574 fml_4.0-4.dsc
|
45
|
+
7bcae3c4bc4dcce3eff02e16e740b426 2185990 fml_4.0.orig.tar.gz
|
46
|
+
92828920d332fc20df9ca9e8801de699 13839 fml_4.0-4.diff.gz
|
47
|
+
|
48
|
+
Package: hex
|
49
|
+
Binary: hex
|
50
|
+
Version: 204-9
|
51
|
+
Priority: extra
|
52
|
+
Section: utils
|
53
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
54
|
+
Build-Depends: debhelper, xutils, xlibs-dev
|
55
|
+
Architecture: any
|
56
|
+
Standards-Version: 3.2.1
|
57
|
+
Format: 1.0
|
58
|
+
Directory: pool/main/h/hex
|
59
|
+
Files:
|
60
|
+
a218aa10311860286739feafe6617764 591 hex_204-9.dsc
|
61
|
+
70f6e6048b31abb99159745a82b6931e 11140 hex_204.orig.tar.gz
|
62
|
+
59a0cc84b9d3b8ef92c87c910f4d3a7d 12606 hex_204-9.diff.gz
|
63
|
+
|
64
|
+
Package: hotplug
|
65
|
+
Binary: hotplug
|
66
|
+
Version: 0.0.20010228-3
|
67
|
+
Priority: optional
|
68
|
+
Section: admin
|
69
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
70
|
+
Build-Depends: debhelper
|
71
|
+
Architecture: all
|
72
|
+
Standards-Version: 3.2.1
|
73
|
+
Format: 1.0
|
74
|
+
Directory: pool/main/h/hotplug
|
75
|
+
Files:
|
76
|
+
569ba18c8d3954b55cef174d006b9ce0 614 hotplug_0.0.20010228-3.dsc
|
77
|
+
57ba91d4210fadb40a53eeb7de22a652 17746 hotplug_0.0.20010228.orig.tar.gz
|
78
|
+
295ffb9116e50d56cf7dada0e4041716 6206 hotplug_0.0.20010228-3.diff.gz
|
79
|
+
|
80
|
+
Package: libiso2mb
|
81
|
+
Binary: libiso2mb-dev, libiso2mb0.8
|
82
|
+
Version: 0.8.5-1
|
83
|
+
Priority: optional
|
84
|
+
Section: libs
|
85
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
86
|
+
Build-Depends: debhelper, perl-5.005
|
87
|
+
Architecture: any
|
88
|
+
Standards-Version: 3.0.1
|
89
|
+
Format: 1.0
|
90
|
+
Directory: dists/woody/main/source/libs
|
91
|
+
Files:
|
92
|
+
fb235dbdf1854687b2f1ce74de028a93 633 libiso2mb_0.8.5-1.dsc
|
93
|
+
ef466ae02f51452bc7d484a352fe5bd2 1265600 libiso2mb_0.8.5.orig.tar.gz
|
94
|
+
a96db44aba47d0b430bfdcde657b3412 6608 libiso2mb_0.8.5-1.diff.gz
|
95
|
+
|
96
|
+
Package: libmoe
|
97
|
+
Binary: libmoe1.3, libmoe-dev
|
98
|
+
Version: 1.3.2-2
|
99
|
+
Priority: optional
|
100
|
+
Section: libs
|
101
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
102
|
+
Build-Depends: debhelper, perl
|
103
|
+
Architecture: any
|
104
|
+
Standards-Version: 3.2.1
|
105
|
+
Format: 1.0
|
106
|
+
Directory: pool/main/libm/libmoe
|
107
|
+
Files:
|
108
|
+
195b647b761c34b688576204424f2413 612 libmoe_1.3.2-2.dsc
|
109
|
+
fda84c91fdfef270643a82c67e7e9f25 1278344 libmoe_1.3.2.orig.tar.gz
|
110
|
+
d968bbb93a900f37f7e07a0dd64afce8 2632 libmoe_1.3.2-2.diff.gz
|
111
|
+
|
112
|
+
Package: mgp
|
113
|
+
Binary: mgp
|
114
|
+
Version: 1.07a.20010212-3
|
115
|
+
Priority: optional
|
116
|
+
Section: x11
|
117
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
118
|
+
Build-Depends: debhelper, devscripts, xutils, flex, bison, freetype2-dev, vflib2-dev, libpng2-dev, xlibs-dev, awk, sharutils, zlib1g-dev, libungif3g-dev, imlib-dev
|
119
|
+
Architecture: any
|
120
|
+
Standards-Version: 3.1.0
|
121
|
+
Format: 1.0
|
122
|
+
Directory: pool/main/m/mgp
|
123
|
+
Files:
|
124
|
+
18e65f0bd4e810719417ec9ddbca8750 745 mgp_1.07a.20010212-3.dsc
|
125
|
+
092d205d3096e44dcc04e6b45b1a8f22 813142 mgp_1.07a.20010212.orig.tar.gz
|
126
|
+
546ba29434a8d882570b0f0a975db6c7 10577 mgp_1.07a.20010212-3.diff.gz
|
127
|
+
|
128
|
+
Package: mhc
|
129
|
+
Binary: mhc
|
130
|
+
Version: 0.25-9
|
131
|
+
Priority: optional
|
132
|
+
Section: misc
|
133
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
134
|
+
Build-Depends: ruby, ruby-dev, libpisock-dev, debhelper
|
135
|
+
Architecture: any
|
136
|
+
Standards-Version: 3.0.1
|
137
|
+
Format: 1.0
|
138
|
+
Directory: pool/main/m/mhc
|
139
|
+
Files:
|
140
|
+
42506e6db4cfd646ca74e04c78fbd79a 606 mhc_0.25-9.dsc
|
141
|
+
2e318e3805fd5642915d8d5c2345808a 115520 mhc_0.25.orig.tar.gz
|
142
|
+
0cee3cee8c22e0920901474a0af89762 8633 mhc_0.25-9.diff.gz
|
143
|
+
|
144
|
+
Package: migemo
|
145
|
+
Binary: liblingua-romkan-perl, migemo
|
146
|
+
Version: 0.21-3
|
147
|
+
Priority: optional
|
148
|
+
Section: utils
|
149
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
150
|
+
Build-Depends: debhelper (>> 2.0.0), perl, skkdic, textutils
|
151
|
+
Architecture: all
|
152
|
+
Standards-Version: 3.2.1
|
153
|
+
Format: 1.0
|
154
|
+
Directory: pool/main/m/migemo
|
155
|
+
Files:
|
156
|
+
16b4058791c38e761aa93de4b100ba2d 648 migemo_0.21-3.dsc
|
157
|
+
2cf7c9f06243da4a8b58ecac12849913 143477 migemo_0.21.orig.tar.gz
|
158
|
+
57b7f9c5935810feada40a8dbcd0ded7 150449 migemo_0.21-3.diff.gz
|
159
|
+
|
160
|
+
Package: sendmail-wide
|
161
|
+
Binary: sendmail-wide
|
162
|
+
Version: 8.11.1+3.4W-5.1
|
163
|
+
Priority: extra
|
164
|
+
Section: mail
|
165
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
166
|
+
Build-Depends: debhelper (>= 1.1.17), libwrap0-dev, m4, libdb2-dev, libldap2-dev, sfio-dev, libsasl-dev
|
167
|
+
Architecture: any
|
168
|
+
Standards-Version: 3.2.1.0
|
169
|
+
Format: 1.0
|
170
|
+
Directory: pool/main/s/sendmail-wide
|
171
|
+
Files:
|
172
|
+
a9fc8b108168208055917ee55aa3e10a 724 sendmail-wide_8.11.1+3.4W-5.1.dsc
|
173
|
+
dc391f6cff86da8076b11a53152240c5 1338017 sendmail-wide_8.11.1+3.4W.orig.tar.gz
|
174
|
+
f761d0ecd65f929f0214afeb397aa489 175618 sendmail-wide_8.11.1+3.4W-5.1.diff.gz
|
175
|
+
|
176
|
+
Package: skkinput
|
177
|
+
Binary: skkinput
|
178
|
+
Version: 1:2.03-7
|
179
|
+
Priority: optional
|
180
|
+
Section: x11
|
181
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
182
|
+
Build-Depends: debhelper, devscripts, xlibs-dev, xutils
|
183
|
+
Architecture: any
|
184
|
+
Standards-Version: 3.0.1
|
185
|
+
Format: 1.0
|
186
|
+
Directory: pool/main/s/skkinput
|
187
|
+
Files:
|
188
|
+
1f3fde442e9b4c0842da142de15ab618 628 skkinput_2.03-7.dsc
|
189
|
+
74c08620e8e916a3d56f3bb3e85a5d62 398821 skkinput_2.03.orig.tar.gz
|
190
|
+
8e249e93628dd5b91c4156c87a51a7b9 9122 skkinput_2.03-7.diff.gz
|
191
|
+
|
192
|
+
Package: smtpfeed
|
193
|
+
Binary: smtpfeed
|
194
|
+
Version: 1.11-1
|
195
|
+
Priority: extra
|
196
|
+
Section: mail
|
197
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
198
|
+
Build-Depends: debhelper
|
199
|
+
Architecture: any
|
200
|
+
Standards-Version: 3.2.1
|
201
|
+
Format: 1.0
|
202
|
+
Directory: pool/main/s/smtpfeed
|
203
|
+
Files:
|
204
|
+
209164c3363b25a6f3b16c17fe8a4acf 595 smtpfeed_1.11-1.dsc
|
205
|
+
8a56b84c9a74583ae606caf298c543c3 140005 smtpfeed_1.11.orig.tar.gz
|
206
|
+
d2b5ffaad8df4dc6ee6a9b921dfbd5ea 9788 smtpfeed_1.11-1.diff.gz
|
207
|
+
|
208
|
+
Package: w3m
|
209
|
+
Binary: w3m
|
210
|
+
Version: 0.2.1-2
|
211
|
+
Priority: optional
|
212
|
+
Section: text
|
213
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
214
|
+
Build-Depends: libgc5-dev, libncurses5-dev, libgpmg1-dev, debhelper, gawk | awk
|
215
|
+
Architecture: any
|
216
|
+
Standards-Version: 3.1.1
|
217
|
+
Format: 1.0
|
218
|
+
Directory: pool/main/w/w3m
|
219
|
+
Files:
|
220
|
+
49c115c0dc7bb5aebeb14969d69962d3 634 w3m_0.2.1-2.dsc
|
221
|
+
76748994920f0f553e240d37cd9498b5 834552 w3m_0.2.1.orig.tar.gz
|
222
|
+
9a4a98cb70ea772a3838f328c22c2037 31739 w3m_0.2.1-2.diff.gz
|
223
|
+
|
224
|
+
Package: w3m-el
|
225
|
+
Binary: w3m-el
|
226
|
+
Version: 0.2.150-2
|
227
|
+
Priority: optional
|
228
|
+
Section: web
|
229
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
230
|
+
Build-Depends: debhelper (>> 2.0.0)
|
231
|
+
Architecture: all
|
232
|
+
Standards-Version: 3.2.1
|
233
|
+
Format: 1.0
|
234
|
+
Directory: pool/main/w/w3m-el
|
235
|
+
Files:
|
236
|
+
b032e63432086823a7c94943aae26eef 607 w3m-el_0.2.150-2.dsc
|
237
|
+
ea1ecc0aef0bcb992813a70066ccc8b5 107956 w3m-el_0.2.150.orig.tar.gz
|
238
|
+
b9693ecdac2858aca1992b1ef62348bb 4356 w3m-el_0.2.150-2.diff.gz
|
239
|
+
|
240
|
+
Package: w3mmee
|
241
|
+
Binary: w3mmee
|
242
|
+
Version: 0.2.1.p18.5-1
|
243
|
+
Priority: optional
|
244
|
+
Section: web
|
245
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
246
|
+
Build-Depends: libgc5-dev, libncurses5-dev, libgpmg1-dev, debhelper, gawk | awk, libmoe-dev (>= 1.3.2) , gettext
|
247
|
+
Architecture: any
|
248
|
+
Standards-Version: 3.2.1
|
249
|
+
Format: 1.0
|
250
|
+
Directory: pool/main/w/w3mmee
|
251
|
+
Files:
|
252
|
+
0ba3745e53ae57cadb7b1bd50352b2aa 697 w3mmee_0.2.1.p18.5-1.dsc
|
253
|
+
74085a24f99fa3f7e4d3a87301b2b102 1033056 w3mmee_0.2.1.p18.5.orig.tar.gz
|
254
|
+
867c8391daf9a1100311cbbb0001919e 8525 w3mmee_0.2.1.p18.5-1.diff.gz
|
255
|
+
|
256
|
+
Package: xfonts-a12k12
|
257
|
+
Binary: xfonts-a12k12
|
258
|
+
Version: 1-4
|
259
|
+
Priority: optional
|
260
|
+
Section: x11
|
261
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
262
|
+
Build-Depends: xutils | xbase-clients, debhelper
|
263
|
+
Architecture: all
|
264
|
+
Standards-Version: 3.2.1
|
265
|
+
Format: 1.0
|
266
|
+
Directory: pool/main/x/xfonts-a12k12
|
267
|
+
Files:
|
268
|
+
92401a07d27e3076bdb3f7efc5465651 630 xfonts-a12k12_1-4.dsc
|
269
|
+
4d912d9b872e9776010eab9f8a7583a8 166916 xfonts-a12k12_1.orig.tar.gz
|
270
|
+
81fa36f78c2d0a0894bf6143f9bfd8b2 3878 xfonts-a12k12_1-4.diff.gz
|
271
|
+
|
272
|
+
Package: xfonts-marumoji
|
273
|
+
Binary: xfonts-marumoji
|
274
|
+
Version: 0.2-4
|
275
|
+
Priority: optional
|
276
|
+
Section: x11
|
277
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
278
|
+
Build-Depends: xutils | xbase-clients, debhelper
|
279
|
+
Architecture: all
|
280
|
+
Standards-Version: 3.2.1
|
281
|
+
Format: 1.0
|
282
|
+
Directory: pool/main/x/xfonts-marumoji
|
283
|
+
Files:
|
284
|
+
d6ec82736a1a33e32307bbf5466f0990 644 xfonts-marumoji_0.2-4.dsc
|
285
|
+
fcbcaf20ad0f04784c55c156694a4882 655083 xfonts-marumoji_0.2.orig.tar.gz
|
286
|
+
8ba60d389904cca7347d63bc5aa9e982 3517 xfonts-marumoji_0.2-4.diff.gz
|
287
|
+
|
@@ -0,0 +1,456 @@
|
|
1
|
+
Package: auto-apt
|
2
|
+
Priority: optional
|
3
|
+
Section: admin
|
4
|
+
Installed-Size: 124
|
5
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
6
|
+
Architecture: i386
|
7
|
+
Version: 0.3.11
|
8
|
+
Depends: libc6 (>= 2.2.1), apt, sudo, perl5
|
9
|
+
Recommends: wget, dpkg-dev
|
10
|
+
Suggests: x-terminal-emulator, libgtk-perl, build-essential
|
11
|
+
Filename: pool/main/a/auto-apt/auto-apt_0.3.11_i386.deb
|
12
|
+
Size: 41898
|
13
|
+
MD5sum: 9b37b749e3e32aff70ded4e7d34027da
|
14
|
+
Description: on demand package installation tool
|
15
|
+
auto-apt checks the file access of programs running within its
|
16
|
+
environments, and if a program tries to access a file known to
|
17
|
+
belong in an uninstalled package, auto-apt will install that
|
18
|
+
package using apt-get.
|
19
|
+
.
|
20
|
+
It also provides simple database to search which package contains
|
21
|
+
a requesting file.
|
22
|
+
|
23
|
+
Package: donkey
|
24
|
+
Priority: extra
|
25
|
+
Section: net
|
26
|
+
Installed-Size: 47
|
27
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
28
|
+
Architecture: i386
|
29
|
+
Version: 0.5-12
|
30
|
+
Depends: libc6 (>= 2.1.2)
|
31
|
+
Filename: pool/main/d/donkey/donkey_0.5-12_i386.deb
|
32
|
+
Size: 19704
|
33
|
+
MD5sum: e97055bf00353ded957948e01568e3a1
|
34
|
+
Description: One Time Password calculator.
|
35
|
+
Donkey is an alternative for S/KEY's "key" command.
|
36
|
+
This means that donkey is also an alternative for "keyinit".
|
37
|
+
Since the entry is printed to stdout (not to /etc/skeykeys),
|
38
|
+
you can easily sent it to remote operator by e-mail (with PGP
|
39
|
+
signature or something). So, it possible to initiate S/KEY without
|
40
|
+
login from the console of the host.
|
41
|
+
|
42
|
+
Package: fml
|
43
|
+
Priority: extra
|
44
|
+
Section: mail
|
45
|
+
Installed-Size: 10900
|
46
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
47
|
+
Architecture: all
|
48
|
+
Version: 4.0-4
|
49
|
+
Depends: perl, libjcode-perl
|
50
|
+
Recommends: mail-transport-agent, libmd5-perl, sharutils
|
51
|
+
Suggests: postfix | sendmail-wide, postfix | smtpfeed, lha, zip, pgp
|
52
|
+
Filename: pool/main/f/fml/fml_4.0-4_all.deb
|
53
|
+
Size: 2444040
|
54
|
+
MD5sum: 1a1bb9db1054c8f946ea719cbec8d7e5
|
55
|
+
Description: Mailing List Server Package
|
56
|
+
FML is a package of mailing list server and utility programs. It
|
57
|
+
consists of perl scripts. It has been developed, tested and advanced
|
58
|
+
in Japan from 1993 to 1999. FML contains
|
59
|
+
.
|
60
|
+
distributer (filter program which passes articles to MTA to deliver)
|
61
|
+
command server for users
|
62
|
+
command interface for general user
|
63
|
+
command interface for remote administration
|
64
|
+
listserv/majordomo style interface (emulation)
|
65
|
+
digest server
|
66
|
+
CUI installer and configuration program
|
67
|
+
other utility programs
|
68
|
+
.
|
69
|
+
FML design policy is based on the degree of freedom, so that I respect
|
70
|
+
"each environment for each man/women".
|
71
|
+
|
72
|
+
Package: hex
|
73
|
+
Priority: extra
|
74
|
+
Section: utils
|
75
|
+
Installed-Size: 66
|
76
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
77
|
+
Architecture: i386
|
78
|
+
Version: 204-9
|
79
|
+
Depends: libc6 (>= 2.2.1-2)
|
80
|
+
Filename: pool/main/h/hex/hex_204-9_i386.deb
|
81
|
+
Size: 27772
|
82
|
+
MD5sum: 8c88bbd8448e5a340b38f6b53d975767
|
83
|
+
Description: hexadecimal dumping tool for Japanese
|
84
|
+
hexdump program that distinguish Japanese 2bytes code character.
|
85
|
+
|
86
|
+
Package: hotplug
|
87
|
+
Priority: optional
|
88
|
+
Section: admin
|
89
|
+
Installed-Size: 180
|
90
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
91
|
+
Architecture: all
|
92
|
+
Version: 0.0.20010228-3
|
93
|
+
Replaces: usbmgr
|
94
|
+
Depends: modutils (>= 2.4.2), debconf (>= 0.2.26)
|
95
|
+
Recommends: ifupdown, usbutils, pciutils
|
96
|
+
Conflicts: usbmgr
|
97
|
+
Filename: pool/main/h/hotplug/hotplug_0.0.20010228-3_all.deb
|
98
|
+
Size: 23728
|
99
|
+
MD5sum: 631f2824b547b607238b693ee8253ca9
|
100
|
+
Description: Linux Hotplug Scripts
|
101
|
+
This package contains the scripts necessary for hotplug Linux support,
|
102
|
+
and lets you plug in new devices and use them immediately.
|
103
|
+
Initially, it includes support for USB and PCI (Cardbus) devices,
|
104
|
+
and can automatically configure network interfaces.
|
105
|
+
|
106
|
+
Package: libiso2mb-dev
|
107
|
+
Priority: optional
|
108
|
+
Section: devel
|
109
|
+
Installed-Size: 1791
|
110
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
111
|
+
Architecture: i386
|
112
|
+
Source: libiso2mb
|
113
|
+
Version: 0.8.5-1
|
114
|
+
Depends: libiso2mb0.8 (= 0.8.5-1), libc6-dev
|
115
|
+
Filename: dists/woody/main/binary-i386/devel/libiso2mb-dev_0.8.5-1.deb
|
116
|
+
Size: 968706
|
117
|
+
MD5sum: d474ac25c97a6da2d4c6cdba6a343b0d
|
118
|
+
Description: library to handle multiple octets character strings (devel files)
|
119
|
+
libiso2mb is a collection of routines to handle sequence of characters
|
120
|
+
consisting of multiple octets. The main functionalities are to convert
|
121
|
+
the encoding of a character from ISO 2022 to "fake" UTF-8, and vice versa.
|
122
|
+
.
|
123
|
+
This development package contains include files for the interface.
|
124
|
+
It includes also a static lib for particular cases.
|
125
|
+
|
126
|
+
Package: libiso2mb0.8
|
127
|
+
Priority: optional
|
128
|
+
Section: libs
|
129
|
+
Installed-Size: 1716
|
130
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
131
|
+
Architecture: i386
|
132
|
+
Source: libiso2mb
|
133
|
+
Version: 0.8.5-1
|
134
|
+
Depends: libc6 (>= 2.1.2)
|
135
|
+
Filename: dists/woody/main/binary-i386/libs/libiso2mb0.8_0.8.5-1.deb
|
136
|
+
Size: 945216
|
137
|
+
MD5sum: d486f333a16304a6d80b95d99af09c2a
|
138
|
+
Description: library to handle multiple octets character strings
|
139
|
+
libiso2mb is a collection of routines to handle sequence of characters
|
140
|
+
consisting of multiple octets. The main functionalities are to convert
|
141
|
+
the encoding of a character from ISO 2022 to "fake" UTF-8, and vice versa.
|
142
|
+
|
143
|
+
Package: liblingua-romkan-perl
|
144
|
+
Priority: optional
|
145
|
+
Section: interpreters
|
146
|
+
Installed-Size: 76
|
147
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
148
|
+
Architecture: all
|
149
|
+
Source: migemo
|
150
|
+
Version: 0.21-3
|
151
|
+
Depends: perl
|
152
|
+
Filename: pool/main/m/migemo/liblingua-romkan-perl_0.21-3_all.deb
|
153
|
+
Size: 8072
|
154
|
+
MD5sum: 408961d10e1a8c047189a7778fd27b52
|
155
|
+
Description: Romaji Kana convertion for perl
|
156
|
+
It provides Lingua::Romkan perl module to make it possible to
|
157
|
+
convert Roman and Kana vice versa in perl script.
|
158
|
+
|
159
|
+
Package: libmoe-dev
|
160
|
+
Priority: optional
|
161
|
+
Section: devel
|
162
|
+
Installed-Size: 1868
|
163
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
164
|
+
Architecture: i386
|
165
|
+
Source: libmoe
|
166
|
+
Version: 1.3.2-2
|
167
|
+
Replaces: libiso2mb-dev
|
168
|
+
Depends: libmoe1.3 (= 1.3.2-2), libc6-dev
|
169
|
+
Conflicts: libiso2mb-dev
|
170
|
+
Filename: pool/main/libm/libmoe/libmoe-dev_1.3.2-2_i386.deb
|
171
|
+
Size: 728366
|
172
|
+
MD5sum: 33a295b2371d04abb8896202edb25770
|
173
|
+
Description: library to handle multiple octets character encoding scheme (devel files)
|
174
|
+
libmoe is a collection of routines to handle sequence of characters
|
175
|
+
consisting of multiple octets. The main functionalities are to convert
|
176
|
+
the encoding of a character from ISO 2022 to "fake" UTF-8, and vice versa.
|
177
|
+
.
|
178
|
+
This development package contains include files for the interface.
|
179
|
+
It includes also a static lib for particular cases.
|
180
|
+
|
181
|
+
Package: libmoe1.3
|
182
|
+
Priority: optional
|
183
|
+
Section: libs
|
184
|
+
Installed-Size: 1640
|
185
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
186
|
+
Architecture: i386
|
187
|
+
Source: libmoe
|
188
|
+
Version: 1.3.2-2
|
189
|
+
Depends: libc6 (>= 2.2.1-2)
|
190
|
+
Filename: pool/main/libm/libmoe/libmoe1.3_1.3.2-2_i386.deb
|
191
|
+
Size: 678200
|
192
|
+
MD5sum: 5aad7dcfcab74b243d6cada342eaa1dc
|
193
|
+
Description: library to handle multiple octets character encoding scheme
|
194
|
+
libmoe is a collection of routines to handle sequence of characters
|
195
|
+
consisting of multiple octets. The main functionalities are to convert
|
196
|
+
the encoding of a character from ISO 2022 to "fake" UTF-8, and vice versa.
|
197
|
+
|
198
|
+
Package: mgp
|
199
|
+
Priority: optional
|
200
|
+
Section: x11
|
201
|
+
Installed-Size: 1186
|
202
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
203
|
+
Architecture: i386
|
204
|
+
Version: 1.07a.20010212-3
|
205
|
+
Depends: freetype2 (>= 1.3.1), imlib1 (>= 1.9.8-4), libc6 (>= 2.2.1), libpng2, libungif3g (>= 3.0-2) | giflib3g (>= 3.0-5.2), vflib2 (>= 2.25.1-1), xlibs (>= 4.0.1-11), perl | perl5
|
206
|
+
Recommends: libjpeg-progs, pnmtopng, netpbm, sharutils
|
207
|
+
Suggests: emacsen-common, gs, tetex-bin, vflib2-misc, watanabe-vfont, asiya24-vfont, gsfonts-x11
|
208
|
+
Filename: pool/main/m/mgp/mgp_1.07a.20010212-3_i386.deb
|
209
|
+
Size: 722428
|
210
|
+
MD5sum: d1e2689a822c974ac92d39817a8d1e4c
|
211
|
+
Description: MagicPoint- an X11 based presentation tool
|
212
|
+
MagicPoint is an X11 based presentation tool. It is designed to make
|
213
|
+
simple presentations easy while to make complicated presentations
|
214
|
+
possible. Its presentation file (whose suffix is typically .mgp) is
|
215
|
+
just text so that you can create presentation files quickly with your
|
216
|
+
favorite editor (e.g. Emacs).
|
217
|
+
|
218
|
+
Package: mhc
|
219
|
+
Priority: optional
|
220
|
+
Section: misc
|
221
|
+
Installed-Size: 441
|
222
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
223
|
+
Architecture: i386
|
224
|
+
Version: 0.25-9
|
225
|
+
Depends: libc6 (>= 2.2.1-2), libpisock3, libruby (>= 1.6.2-6), ruby, libnkf-ruby, emacsen, wl (>= 2.4) | wl-beta (>= 2.3) | wanderlust2 (>= 2.2.10) | mew (>= 1:1.94) | gnus
|
226
|
+
Recommends: libgnome-ruby
|
227
|
+
Suggests: ssh
|
228
|
+
Filename: pool/main/m/mhc/mhc_0.25-9_i386.deb
|
229
|
+
Size: 128234
|
230
|
+
MD5sum: fdb4f911cfbcaca618736a5c172981fc
|
231
|
+
Description: Message Harmonized Calendaring system
|
232
|
+
MHC is designed to help those who receive most appointments via email.
|
233
|
+
Using MHC, you can easily import schedule articles from emails, and
|
234
|
+
convert these appointments from/to PlamOS.
|
235
|
+
.
|
236
|
+
MHC stores schedule articles in the same form of MH; you can manipulate
|
237
|
+
these messages not only by above tools but also by many other MUAs,
|
238
|
+
editors, UNIX commandline tools or your own scripts.
|
239
|
+
.
|
240
|
+
For mhc-mode, you should select mailer-package by mhc-select-mailer-package.
|
241
|
+
.
|
242
|
+
All ruby scripts in mhc requires kconv (in libnkf-ruby). To use
|
243
|
+
/usr/bin/gemcal, you must install libgnome-ruby too.
|
244
|
+
.
|
245
|
+
For more information, you can find at http://www.quickhack.net/mhc/
|
246
|
+
|
247
|
+
Package: migemo
|
248
|
+
Priority: optional
|
249
|
+
Section: utils
|
250
|
+
Installed-Size: 3056
|
251
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
252
|
+
Architecture: all
|
253
|
+
Version: 0.21-3
|
254
|
+
Depends: emacs20 | emacsen, apel, liblingua-romkan-perl
|
255
|
+
Filename: pool/main/m/migemo/migemo_0.21-3_all.deb
|
256
|
+
Size: 1273442
|
257
|
+
MD5sum: 9effb588600d40f98e70cfae70eafeee
|
258
|
+
Description: Japanese incremental search with Romaji on Emacsen
|
259
|
+
migemo is a tool that supports Japanese incremental search with Romaji.
|
260
|
+
It release you from heavy tasks of Kana Kanji conversion in order to
|
261
|
+
search. This is Emacsen interface, that is wrapper for isearch.
|
262
|
+
http://migemo.namazu.org/
|
263
|
+
|
264
|
+
Package: sendmail-wide
|
265
|
+
Priority: extra
|
266
|
+
Section: mail
|
267
|
+
Installed-Size: 1007
|
268
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
269
|
+
Architecture: i386
|
270
|
+
Version: 8.11.1+3.4W-5.1
|
271
|
+
Depends: libc6 (>= 2.1.97), libdb2, libldap2 (>= 2.0.2-2), libsasl7, libwrap0, sendmail
|
272
|
+
Suggests: smtpfeed
|
273
|
+
Conflicts: sendmail (<< 8.11.1), sendmail (>> 8.11.2)
|
274
|
+
Filename: pool/main/s/sendmail-wide/sendmail-wide_8.11.1+3.4W-5.1_i386.deb
|
275
|
+
Size: 765202
|
276
|
+
MD5sum: 06c6face98bbd203e290c060c6d06cda
|
277
|
+
Description: WIDE patch applied /usr/sbin/sendmail
|
278
|
+
This package replaces /usr/sbin/sendmail with WIDE patch version,
|
279
|
+
which provides some enhancement for the sendmail. This patch is
|
280
|
+
required to use "smtpfeed", which is an external SMTP mailer.
|
281
|
+
In other words, *you don't need this package for normal use of sendmail*.
|
282
|
+
WIDE patch includes followings patches:
|
283
|
+
QUICK_RESPONSE - bounce mail not queued
|
284
|
+
MULTI_MAILER - multiple mailer dispath in rulesetlikke:
|
285
|
+
R$*<@dom>$* $#smtp$@dom$:$1<@dom>$2 $#uucp$@dom$:$1<@dom>$2
|
286
|
+
CF_ALIASING - alias in ruleset 5 like:
|
287
|
+
R foo-a $# local $@ alias $: foo-a, foo-b
|
288
|
+
_FFR_DYNAMIC_TOBUF - dynamic allocation to relax tobuf size limitation
|
289
|
+
MAILER_PREF - mailer preferences
|
290
|
+
CLIENT_SMTP_CONFIG - 3 parameters of client-side SMTP connection
|
291
|
+
FQDN: FQDN used as a hostname with SMTP HELO
|
292
|
+
SrcIPaddr: source IP address for client-side SMTP (12.34.56.78)
|
293
|
+
SrcPort: source port number for client-side SMTP
|
294
|
+
CTE8CHECK - Option CTE8BitChec=[corrent|reject]
|
295
|
+
OO_NULLSENDER - Set NULL sender envelope address for "owner-owner"
|
296
|
+
MF_SEPARATE - address will not be unified for mailer flag '^'
|
297
|
+
MASKED_ADDR - matching by masked IP address
|
298
|
+
SPR_CON_CACHE - connection-caching control par mailer basis.
|
299
|
+
FORWARDPROGCTL - privilege control on execution of programs
|
300
|
+
via ~/.forward
|
301
|
+
MAILER_TIMEOUTS - control message timeout per mailer basis.
|
302
|
+
CHECK_WARNING - control whether a queue-warning should be sent or not
|
303
|
+
For more information, see /usr/share/doc/sendmail-wide/00READ_ME.WIDE.gz
|
304
|
+
.
|
305
|
+
Note that original sendmail is diverted to /usr/sbin/sendmail-nowide.
|
306
|
+
.
|
307
|
+
WIDE is project name and stands for `Widely Integrated Distribution
|
308
|
+
Environment'. Research goal of WIDE project is "to establish
|
309
|
+
large-scale distributed computing environment". WIDE Project
|
310
|
+
is working for providing the wide area communication infrastructure
|
311
|
+
with our telecommunication technology and operating system technology,
|
312
|
+
and trying hard to contribute to the people. http://www.wide.ad.jp/
|
313
|
+
|
314
|
+
Package: skkinput
|
315
|
+
Priority: optional
|
316
|
+
Section: x11
|
317
|
+
Installed-Size: 317
|
318
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
319
|
+
Architecture: i386
|
320
|
+
Version: 1:2.03-7
|
321
|
+
Depends: libc6 (>= 2.2.1), xlibs (>= 4.0.1-11)
|
322
|
+
Recommends: xfonts-cjk
|
323
|
+
Suggests: skkserv, skkdic
|
324
|
+
Filename: pool/main/s/skkinput/skkinput_2.03-7_i386.deb
|
325
|
+
Size: 176430
|
326
|
+
MD5sum: 99cbe98b241debd724316c0d46d2cd4c
|
327
|
+
Description: X input method for Japanese for SKK method.
|
328
|
+
skkinput is application to input Japanese for X application using
|
329
|
+
protocols such as kinput2/XIM/Ximp protocol.
|
330
|
+
skkinput communicates with skkserv using Berkeley Socket.
|
331
|
+
Without skkserv, local dictionary files is used.
|
332
|
+
|
333
|
+
Package: smtpfeed
|
334
|
+
Priority: extra
|
335
|
+
Section: mail
|
336
|
+
Installed-Size: 179
|
337
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
338
|
+
Architecture: i386
|
339
|
+
Version: 1.11-1
|
340
|
+
Depends: libc6 (>= 2.2.1)
|
341
|
+
Recommends: sendmail-wide (>= 8.9.3+3.2W), logrotate
|
342
|
+
Filename: pool/main/s/smtpfeed/smtpfeed_1.11-1_i386.deb
|
343
|
+
Size: 80332
|
344
|
+
MD5sum: a2501f76c93ab1803d4c534f66c227a2
|
345
|
+
Description: SMTP feed -- SMTP Fast Exploding External Deliver for Sendmail
|
346
|
+
Smtpfeed is a SMTP delivery agent which is called by sendmail, and it
|
347
|
+
improves required time to complete delivery of copies of a message to
|
348
|
+
recipients of huge number.
|
349
|
+
.
|
350
|
+
Note that smtpfeed still in ALPHA testing release.
|
351
|
+
|
352
|
+
Package: w3m
|
353
|
+
Priority: optional
|
354
|
+
Section: text
|
355
|
+
Installed-Size: 1300
|
356
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
357
|
+
Architecture: i386
|
358
|
+
Version: 0.2.1-2
|
359
|
+
Provides: www-browser
|
360
|
+
Depends: libc6 (>= 2.2.2-2), libgc5, libgpmg1 (>= 1.14-16), libncurses5 (>= 5.2.20010310-1)
|
361
|
+
Suggests: w3m-ssl (>= 0.2.1-2), mime-support, menu (>> 1.5), w3m-el
|
362
|
+
Filename: pool/main/w/w3m/w3m_0.2.1-2_i386.deb
|
363
|
+
Size: 493792
|
364
|
+
MD5sum: 0c96e7d6bed644918f3e147ecb188fcb
|
365
|
+
Description: WWW browsable pager with excellent tables/frames support
|
366
|
+
w3m is a text-based World Wide Web browser with IPv6 support.
|
367
|
+
It features excellent support for tables and frames. It can be used
|
368
|
+
as a standalone file pager, too.
|
369
|
+
.
|
370
|
+
* You can follow links and/or view images in HTML.
|
371
|
+
* Internet message prewview mode, you can browse HTML mail.
|
372
|
+
* You can follow links in plain text if it includes URL forms.
|
373
|
+
.
|
374
|
+
For more information,
|
375
|
+
see http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/index.html
|
376
|
+
|
377
|
+
Package: w3m-el
|
378
|
+
Priority: optional
|
379
|
+
Section: web
|
380
|
+
Installed-Size: 532
|
381
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
382
|
+
Architecture: all
|
383
|
+
Version: 0.2.150-2
|
384
|
+
Depends: xemacs21|emacs20|emacs21|mule2, xemacs21-supportbase|emacs20|emacs21|apel, xemacs21|emacs20|emacs21|apel, xemacs21-basesupport|emacs20|emacs21|mule2, w3m (>= 0.2.1-2) | w3m-ssl (>= 0.2.1-2)
|
385
|
+
Suggests: flim, mew
|
386
|
+
Filename: pool/main/w/w3m-el/w3m-el_0.2.150-2_all.deb
|
387
|
+
Size: 91478
|
388
|
+
MD5sum: 60c90422f9f655da429ca521a17fb556
|
389
|
+
Description: a simple Emacs interface of w3m
|
390
|
+
This package contains a interface program of w3m, which is a pager
|
391
|
+
with WWW capability. It can be used as lightweight WWW browser on emacsen.
|
392
|
+
This is also known as emacs-w3m. http://namazu.org/~tsuchiya/emacs-w3m/
|
393
|
+
|
394
|
+
Package: w3mmee
|
395
|
+
Priority: optional
|
396
|
+
Section: web
|
397
|
+
Installed-Size: 924
|
398
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
399
|
+
Architecture: i386
|
400
|
+
Version: 0.2.1.p18.5-1
|
401
|
+
Provides: www-browser
|
402
|
+
Depends: libc6 (>= 2.2.2-2), libgc5, libgpmg1 (>= 1.14-16), libmoe1.3, libncurses5 (>= 5.2.20010310-1)
|
403
|
+
Suggests: w3mmee-ssl (>= 0.2.1.p18.5-1), mime-support, menu (>> 1.5)
|
404
|
+
Filename: pool/main/w/w3mmee/w3mmee_0.2.1.p18.5-1_i386.deb
|
405
|
+
Size: 366898
|
406
|
+
MD5sum: 6bc1750a22d3b94d8dfa02475986500d
|
407
|
+
Description: WWW browsable pager with excellent tables/frames, MB extension
|
408
|
+
w3mmee is w3m with multibyte encoding extension.
|
409
|
+
.
|
410
|
+
For more information,
|
411
|
+
see http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/index.html
|
412
|
+
and http://pub.ks-and-ks.ne.jp/prog/w3mmee/
|
413
|
+
|
414
|
+
Package: xfonts-a12k12
|
415
|
+
Priority: optional
|
416
|
+
Section: x11
|
417
|
+
Installed-Size: 192
|
418
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
419
|
+
Architecture: all
|
420
|
+
Version: 1-4
|
421
|
+
Replaces: a12k12
|
422
|
+
Depends: xutils
|
423
|
+
Suggests: xfs | xserver
|
424
|
+
Conflicts: a12k12, xbase-clients (<< 4.0)
|
425
|
+
Filename: pool/main/x/xfonts-a12k12/xfonts-a12k12_1-4_all.deb
|
426
|
+
Size: 142872
|
427
|
+
MD5sum: d31cf1c06e545c5aa3941882ea950058
|
428
|
+
Description: 12 dot Kanji & ASCII fonts for X
|
429
|
+
This package provides 12dot fonts for Japanese (ASCII and Kana/Kanji)
|
430
|
+
It provides
|
431
|
+
- a12: 12dot ASCII fonts
|
432
|
+
- k12: 12dot Kanji fonts
|
433
|
+
|
434
|
+
Package: xfonts-marumoji
|
435
|
+
Priority: optional
|
436
|
+
Section: x11
|
437
|
+
Installed-Size: 673
|
438
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
439
|
+
Architecture: all
|
440
|
+
Version: 0.2-4
|
441
|
+
Replaces: xmarufont
|
442
|
+
Depends: xutils
|
443
|
+
Suggests: xfs | xserver
|
444
|
+
Conflicts: xmarufont, xbase-clients (<< 4.0)
|
445
|
+
Filename: pool/main/x/xfonts-marumoji/xfonts-marumoji_0.2-4_all.deb
|
446
|
+
Size: 577232
|
447
|
+
MD5sum: 989a65da79d751faebfd431af41e59f5
|
448
|
+
Description: Roundish fonts (marumoji fonts) for X
|
449
|
+
Japanese and ASCII roundish fonts (marumoji in Japanese) for
|
450
|
+
X servers.
|
451
|
+
It provides:
|
452
|
+
maru14: JIS X0208.1983 Roundish Characters (14 dots)
|
453
|
+
maru16: JIS X0208.1983 Roundish Characters (16 dots)
|
454
|
+
7x14rkmr: JIS X0201.1976 Roman Roundish Characters (14 dots)
|
455
|
+
7x14maru: ISO8859-1 Roundish Characters (14 dots)
|
456
|
+
|