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
data/t/d/status
ADDED
@@ -0,0 +1,324 @@
|
|
1
|
+
Package: dpkg-ruby
|
2
|
+
Status: install ok installed
|
3
|
+
Priority: optional
|
4
|
+
Section: devel
|
5
|
+
Installed-Size: 112
|
6
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
7
|
+
Version: 0.0.1
|
8
|
+
Depends: ruby
|
9
|
+
Description: ruby interface for dpkg
|
10
|
+
Contains ruby modules/classes for dpkg, the Debian package management
|
11
|
+
system.
|
12
|
+
|
13
|
+
Package: liblingua-romkan-perl
|
14
|
+
Status: install ok installed
|
15
|
+
Priority: optional
|
16
|
+
Section: utils
|
17
|
+
Installed-Size: 76
|
18
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
19
|
+
Source: migemo
|
20
|
+
Version: 0.21-3
|
21
|
+
Depends: perl
|
22
|
+
Description: Romaji Kana convertion for perl
|
23
|
+
It provides Lingua::Romkan perl module to make it possible to
|
24
|
+
convert Roman and Kana vice versa in perl script.
|
25
|
+
|
26
|
+
Package: w3m
|
27
|
+
Status: install ok installed
|
28
|
+
Priority: optional
|
29
|
+
Section: text
|
30
|
+
Installed-Size: 1300
|
31
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
32
|
+
Version: 0.2.1-2
|
33
|
+
Provides: www-browser
|
34
|
+
Depends: libc6 (>= 2.2.2-2), libgc5, libgpmg1 (>= 1.14-16), libncurses5 (>= 5.2.20010310-1)
|
35
|
+
Suggests: w3m-ssl (>= 0.2.1-2), mime-support, menu (>> 1.5), w3m-el
|
36
|
+
Description: WWW browsable pager with excellent tables/frames support
|
37
|
+
w3m is a text-based World Wide Web browser with IPv6 support.
|
38
|
+
It features excellent support for tables and frames. It can be used
|
39
|
+
as a standalone file pager, too.
|
40
|
+
.
|
41
|
+
* You can follow links and/or view images in HTML.
|
42
|
+
* Internet message prewview mode, you can browse HTML mail.
|
43
|
+
* You can follow links in plain text if it includes URL forms.
|
44
|
+
.
|
45
|
+
For more information,
|
46
|
+
see http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/index.html
|
47
|
+
|
48
|
+
Package: mhc
|
49
|
+
Status: install ok installed
|
50
|
+
Priority: optional
|
51
|
+
Section: misc
|
52
|
+
Installed-Size: 441
|
53
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
54
|
+
Version: 0.25-9
|
55
|
+
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
|
56
|
+
Recommends: libgnome-ruby
|
57
|
+
Suggests: ssh
|
58
|
+
Description: Message Harmonized Calendaring system
|
59
|
+
MHC is designed to help those who receive most appointments via email.
|
60
|
+
Using MHC, you can easily import schedule articles from emails, and
|
61
|
+
convert these appointments from/to PlamOS.
|
62
|
+
.
|
63
|
+
MHC stores schedule articles in the same form of MH; you can manipulate
|
64
|
+
these messages not only by above tools but also by many other MUAs,
|
65
|
+
editors, UNIX commandline tools or your own scripts.
|
66
|
+
.
|
67
|
+
For mhc-mode, you should select mailer-package by mhc-select-mailer-package.
|
68
|
+
.
|
69
|
+
All ruby scripts in mhc requires kconv (in libnkf-ruby). To use
|
70
|
+
/usr/bin/gemcal, you must install libgnome-ruby too.
|
71
|
+
.
|
72
|
+
For more information, you can find at http://www.quickhack.net/mhc/
|
73
|
+
|
74
|
+
Package: libmoe1.2
|
75
|
+
Status: install ok installed
|
76
|
+
Priority: optional
|
77
|
+
Section: libs
|
78
|
+
Installed-Size: 1451
|
79
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
80
|
+
Source: libmoe
|
81
|
+
Version: 1.2.2-1
|
82
|
+
Depends: libc6 (>= 2.2.1)
|
83
|
+
Description: library to handle multiple octets character encoding scheme
|
84
|
+
libmoe is a collection of routines to handle sequence of characters
|
85
|
+
consisting of multiple octets. The main functionalities are to convert
|
86
|
+
the encoding of a character from ISO 2022 to "fake" UTF-8, and vice versa.
|
87
|
+
|
88
|
+
Package: libmoe1.3
|
89
|
+
Status: install ok installed
|
90
|
+
Priority: optional
|
91
|
+
Section: libs
|
92
|
+
Installed-Size: 1640
|
93
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
94
|
+
Source: libmoe
|
95
|
+
Version: 1.3.2-2
|
96
|
+
Depends: libc6 (>= 2.2.1-2)
|
97
|
+
Description: library to handle multiple octets character encoding scheme
|
98
|
+
libmoe is a collection of routines to handle sequence of characters
|
99
|
+
consisting of multiple octets. The main functionalities are to convert
|
100
|
+
the encoding of a character from ISO 2022 to "fake" UTF-8, and vice versa.
|
101
|
+
|
102
|
+
Package: mgp
|
103
|
+
Status: install ok installed
|
104
|
+
Priority: optional
|
105
|
+
Section: x11
|
106
|
+
Installed-Size: 1404
|
107
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
108
|
+
Version: 1.07a.20010326-1
|
109
|
+
Depends: freetype2 (>= 1.3.1), imlib1 (>= 1.9.8.1-2), libc6 (>= 2.2.2-2), libpng2, libungif3g (>= 3.0-2) | giflib3g (>= 3.0-5.2), vflib2 (>= 2.25.1-1), xlibs (>= 4.0.1-11), perl | perl5
|
110
|
+
Recommends: libjpeg-progs, pnmtopng, netpbm, sharutils
|
111
|
+
Suggests: emacsen-common, gs, tetex-bin, vflib2-misc, watanabe-vfont, asiya24-vfont, gsfonts-x11, ttf-xtt-wadalab-gothic, ttf-xtt-watanabe-mincho, msttcorefonts
|
112
|
+
Description: MagicPoint- an X11 based presentation tool
|
113
|
+
MagicPoint is an X11 based presentation tool. It is designed to make
|
114
|
+
simple presentations easy while to make complicated presentations
|
115
|
+
possible. Its presentation file (whose suffix is typically .mgp) is
|
116
|
+
just text so that you can create presentation files quickly with your
|
117
|
+
favorite editor (e.g. Emacs).
|
118
|
+
|
119
|
+
Package: w3mmee-ssl
|
120
|
+
Status: install ok installed
|
121
|
+
Priority: optional
|
122
|
+
Section: non-US/main
|
123
|
+
Installed-Size: 420
|
124
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
125
|
+
Version: 0.2.1.p18.5-1
|
126
|
+
Provides: www-browser
|
127
|
+
Depends: libc6 (>= 2.2.2-2), libgc5, libgpmg1 (>= 1.14-16), libmoe1.3, libncurses5 (>= 5.2.20010310-1), libssl0.9.6, w3mmee
|
128
|
+
Recommends: w3mmee (= 0.2.1.p18.5-1)
|
129
|
+
Suggests: mime-support, menu (>> 1.5)
|
130
|
+
Description: WWW browsable pager with SSL support, MB extension
|
131
|
+
w3mmee is w3m with multibyte encoding extension.
|
132
|
+
This package is built with SSL support.
|
133
|
+
.
|
134
|
+
For more information,
|
135
|
+
see http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/index.html
|
136
|
+
and http://pub.ks-and-ks.ne.jp/prog/w3mmee/
|
137
|
+
|
138
|
+
Package: migemo
|
139
|
+
Status: install ok installed
|
140
|
+
Priority: optional
|
141
|
+
Section: utils
|
142
|
+
Installed-Size: 3056
|
143
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
144
|
+
Version: 0.21-3
|
145
|
+
Depends: emacs20 | emacsen, apel, liblingua-romkan-perl
|
146
|
+
Description: Japanese incremental search with Romaji on Emacsen
|
147
|
+
migemo is a tool that supports Japanese incremental search with Romaji.
|
148
|
+
It release you from heavy tasks of Kana Kanji conversion in order to
|
149
|
+
search. This is Emacsen interface, that is wrapper for isearch.
|
150
|
+
http://migemo.namazu.org/
|
151
|
+
|
152
|
+
Package: w3m-el
|
153
|
+
Status: install ok installed
|
154
|
+
Priority: optional
|
155
|
+
Section: web
|
156
|
+
Installed-Size: 532
|
157
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
158
|
+
Version: 0.2.150-2
|
159
|
+
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)
|
160
|
+
Suggests: flim, mew
|
161
|
+
Description: a simple Emacs interface of w3m
|
162
|
+
This package contains a interface program of w3m, which is a pager
|
163
|
+
with WWW capability. It can be used as lightweight WWW browser on emacsen.
|
164
|
+
This is also known as emacs-w3m. http://namazu.org/~tsuchiya/emacs-w3m/
|
165
|
+
|
166
|
+
Package: libmoe-dev
|
167
|
+
Status: install ok installed
|
168
|
+
Priority: optional
|
169
|
+
Section: devel
|
170
|
+
Installed-Size: 1868
|
171
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
172
|
+
Source: libmoe
|
173
|
+
Version: 1.3.2-2
|
174
|
+
Replaces: libiso2mb-dev
|
175
|
+
Depends: libmoe1.3 (= 1.3.2-2), libc6-dev
|
176
|
+
Conflicts: libiso2mb-dev
|
177
|
+
Description: library to handle multiple octets character encoding scheme (devel files)
|
178
|
+
libmoe is a collection of routines to handle sequence of characters
|
179
|
+
consisting of multiple octets. The main functionalities are to convert
|
180
|
+
the encoding of a character from ISO 2022 to "fake" UTF-8, and vice versa.
|
181
|
+
.
|
182
|
+
This development package contains include files for the interface.
|
183
|
+
It includes also a static lib for particular cases.
|
184
|
+
|
185
|
+
Package: w3m-ssl
|
186
|
+
Status: install ok installed
|
187
|
+
Priority: optional
|
188
|
+
Section: non-US/main
|
189
|
+
Installed-Size: 844
|
190
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
191
|
+
Version: 0.2.1-2
|
192
|
+
Provides: www-browser
|
193
|
+
Depends: libc6 (>= 2.2.2-2), libgc5, libgpmg1 (>= 1.14-16), libncurses5 (>= 5.2.20010310-1), libssl0.9.6, w3m
|
194
|
+
Recommends: w3m (= 0.2.1-2)
|
195
|
+
Suggests: mime-support, menu (>> 1.5)
|
196
|
+
Description: WWW browsable pager with SSL support
|
197
|
+
w3m is a text-based World Wide Web browser with IPv6 support.
|
198
|
+
It features excellent support for tables and frames. It can be used
|
199
|
+
as a standalone file pager, too.
|
200
|
+
.
|
201
|
+
* You can follow links and/or view images in HTML.
|
202
|
+
* Internet message prewview mode, you can browse HTML mail.
|
203
|
+
* You can follow links in plain text if it includes URL forms.
|
204
|
+
.
|
205
|
+
This package is built with SSL support.
|
206
|
+
.
|
207
|
+
For more information,
|
208
|
+
see http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/index.html
|
209
|
+
|
210
|
+
Package: auto-apt
|
211
|
+
Status: install ok installed
|
212
|
+
Priority: optional
|
213
|
+
Section: admin
|
214
|
+
Installed-Size: 124
|
215
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
216
|
+
Version: 0.3.11
|
217
|
+
Depends: libc6 (>= 2.2.1), apt, sudo, perl5
|
218
|
+
Recommends: wget, dpkg-dev
|
219
|
+
Suggests: x-terminal-emulator, libgtk-perl, build-essential
|
220
|
+
Conffiles:
|
221
|
+
/etc/auto-apt/paths.list f2d4e8ad4c274982b444832d14805b16
|
222
|
+
Description: on demand package installation tool
|
223
|
+
auto-apt checks the file access of programs running within its
|
224
|
+
environments, and if a program tries to access a file known to
|
225
|
+
belong in an uninstalled package, auto-apt will install that
|
226
|
+
package using apt-get.
|
227
|
+
.
|
228
|
+
It also provides simple database to search which package contains
|
229
|
+
a requesting file.
|
230
|
+
|
231
|
+
Package: hotplug
|
232
|
+
Status: install ok installed
|
233
|
+
Priority: optional
|
234
|
+
Section: admin
|
235
|
+
Installed-Size: 180
|
236
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
237
|
+
Version: 0.0.20010228-3
|
238
|
+
Replaces: usbmgr
|
239
|
+
Depends: modutils (>= 2.4.2), debconf (>= 0.2.26)
|
240
|
+
Recommends: ifupdown, usbutils, pciutils
|
241
|
+
Conflicts: usbmgr
|
242
|
+
Conffiles:
|
243
|
+
/etc/hotplug/usb.distmap 1a55651bfb3f39d9c5fecd94088b41a9
|
244
|
+
/etc/hotplug/usb.handmap 366ada9fe4cd5d95f21c3703830b59f6
|
245
|
+
/etc/hotplug/usb.usermap a58f71e28d8b5ddb1f81a36c53c02106
|
246
|
+
/etc/hotplug/hotplug.functions 36a51e6ea9d63b8ff2d418fa65f7039d
|
247
|
+
/etc/hotplug/net.agent 6fa917baef47bf32f3800046d8fcc1e6
|
248
|
+
/etc/hotplug/pci.agent 07cdd30fbb34482c8ebcf35b7ef638b1
|
249
|
+
/etc/hotplug/usb.agent 289340696d988eb8a1584209356bbbf9
|
250
|
+
/etc/hotplug/usb.rc 7fd79955187c5690033861e9894fe6e2
|
251
|
+
/etc/init.d/hotplug e5f04c793845b9e21b39e227b3f35e51
|
252
|
+
Description: Linux Hotplug Scripts
|
253
|
+
This package contains the scripts necessary for hotplug Linux support,
|
254
|
+
and lets you plug in new devices and use them immediately.
|
255
|
+
Initially, it includes support for USB and PCI (Cardbus) devices,
|
256
|
+
and can automatically configure network interfaces.
|
257
|
+
|
258
|
+
Package: xfonts-a12k12
|
259
|
+
Status: install ok installed
|
260
|
+
Priority: optional
|
261
|
+
Section: x11
|
262
|
+
Installed-Size: 192
|
263
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
264
|
+
Version: 1-4
|
265
|
+
Replaces: a12k12
|
266
|
+
Depends: xutils
|
267
|
+
Suggests: xfs | xserver
|
268
|
+
Conflicts: a12k12, xbase-clients (<< 4.0)
|
269
|
+
Conffiles:
|
270
|
+
/etc/X11/fonts/misc/xfonts-a12k12.alias 5568cadd509afe50469df69fd731e479
|
271
|
+
Description: 12 dot Kanji & ASCII fonts for X
|
272
|
+
This package provides 12dot fonts for Japanese (ASCII and Kana/Kanji)
|
273
|
+
It provides
|
274
|
+
- a12: 12dot ASCII fonts
|
275
|
+
- k12: 12dot Kanji fonts
|
276
|
+
|
277
|
+
Package: skkinput
|
278
|
+
Status: install ok installed
|
279
|
+
Priority: optional
|
280
|
+
Section: x11
|
281
|
+
Installed-Size: 317
|
282
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
283
|
+
Version: 1:2.03-7
|
284
|
+
Depends: libc6 (>= 2.2.1), xlibs (>= 4.0.1-11)
|
285
|
+
Recommends: xfonts-cjk
|
286
|
+
Suggests: skkserv, skkdic
|
287
|
+
Description: X input method for Japanese for SKK method.
|
288
|
+
skkinput is application to input Japanese for X application using
|
289
|
+
protocols such as kinput2/XIM/Ximp protocol.
|
290
|
+
skkinput communicates with skkserv using Berkeley Socket.
|
291
|
+
Without skkserv, local dictionary files is used.
|
292
|
+
|
293
|
+
Package: w3mmee
|
294
|
+
Status: install ok installed
|
295
|
+
Priority: optional
|
296
|
+
Section: web
|
297
|
+
Installed-Size: 924
|
298
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
299
|
+
Version: 0.2.1.p18.5-1
|
300
|
+
Provides: www-browser
|
301
|
+
Depends: libc6 (>= 2.2.2-2), libgc5, libgpmg1 (>= 1.14-16), libmoe1.3, libncurses5 (>= 5.2.20010310-1)
|
302
|
+
Suggests: w3mmee-ssl (>= 0.2.1.p18.5-1), mime-support, menu (>> 1.5)
|
303
|
+
Description: WWW browsable pager with excellent tables/frames, MB extension
|
304
|
+
w3mmee is w3m with multibyte encoding extension.
|
305
|
+
.
|
306
|
+
For more information,
|
307
|
+
see http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/index.html
|
308
|
+
and http://pub.ks-and-ks.ne.jp/prog/w3mmee/
|
309
|
+
|
310
|
+
Package: debian-jp-keyring
|
311
|
+
Status: install ok installed
|
312
|
+
Priority: optional
|
313
|
+
Section: contrib/misc
|
314
|
+
Installed-Size: 179
|
315
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
316
|
+
Version: 2001.03.09
|
317
|
+
Recommends: gnupg
|
318
|
+
Suggests: gpg-rsa | gpg-rsaref, pgp
|
319
|
+
Description: PGP and GnuPG keys of Debian JP Developers
|
320
|
+
The Debian JP project wants developers to digitally sign the
|
321
|
+
announcements of their packages with PGP or GnuPG, to protect against
|
322
|
+
forgeries. This is a PGP and GnuPG keyring with keys of
|
323
|
+
Debian JP developers.
|
324
|
+
|
@@ -0,0 +1,24 @@
|
|
1
|
+
Package: w3m-ssl
|
2
|
+
Version: 0.2.1-1
|
3
|
+
Section: non-US/main
|
4
|
+
Priority: optional
|
5
|
+
Architecture: i386
|
6
|
+
Depends: libc6 (>= 2.2.1-2), libgc5, libgpmg1 (>= 1.14-16), libncurses5 (>= 5.2.20010310-1), libssl096, w3m
|
7
|
+
Recommends: w3m (= 0.2.1-1)
|
8
|
+
Suggests: mime-support, menu (>> 1.5)
|
9
|
+
Provides: www-browser
|
10
|
+
Installed-Size: 840
|
11
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
12
|
+
Description: WWW browsable pager with SSL support
|
13
|
+
w3m is a text-based World Wide Web browser with IPv6 support.
|
14
|
+
It features excellent support for tables and frames. It can be used
|
15
|
+
as a standalone file pager, too.
|
16
|
+
.
|
17
|
+
* You can follow links and/or view images in HTML.
|
18
|
+
* Internet message prewview mode, you can browse HTML mail.
|
19
|
+
* You can follow links in plain text if it includes URL forms.
|
20
|
+
.
|
21
|
+
This package is built with SSL support.
|
22
|
+
.
|
23
|
+
For more information,
|
24
|
+
see http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/index.html
|
@@ -0,0 +1,12 @@
|
|
1
|
+
Format: 1.0
|
2
|
+
Source: w3m-ssl
|
3
|
+
Version: 0.2.1-2
|
4
|
+
Binary: w3m-ssl
|
5
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
6
|
+
Architecture: any
|
7
|
+
Standards-Version: 3.1.1
|
8
|
+
Build-Depends: libgc5-dev, libncurses5-dev, libgpmg1-dev, libssl-dev, debhelper, gawk | awk
|
9
|
+
Files:
|
10
|
+
76748994920f0f553e240d37cd9498b5 834552 w3m-ssl_0.2.1.orig.tar.gz
|
11
|
+
5423fdf58a02bc0cbbeab04965db51ed 31725 w3m-ssl_0.2.1-2.diff.gz
|
12
|
+
|
@@ -0,0 +1,24 @@
|
|
1
|
+
Package: w3m-ssl
|
2
|
+
Version: 0.2.1-2
|
3
|
+
Section: non-US/main
|
4
|
+
Priority: optional
|
5
|
+
Architecture: i386
|
6
|
+
Depends: libc6 (>= 2.2.2-2), libgc5, libgpmg1 (>= 1.14-16), libncurses5 (>= 5.2.20010310-1), libssl0.9.6, w3m
|
7
|
+
Recommends: w3m (= 0.2.1-2)
|
8
|
+
Suggests: mime-support, menu (>> 1.5)
|
9
|
+
Provides: www-browser
|
10
|
+
Installed-Size: 844
|
11
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
12
|
+
Description: WWW browsable pager with SSL support
|
13
|
+
w3m is a text-based World Wide Web browser with IPv6 support.
|
14
|
+
It features excellent support for tables and frames. It can be used
|
15
|
+
as a standalone file pager, too.
|
16
|
+
.
|
17
|
+
* You can follow links and/or view images in HTML.
|
18
|
+
* Internet message prewview mode, you can browse HTML mail.
|
19
|
+
* You can follow links in plain text if it includes URL forms.
|
20
|
+
.
|
21
|
+
This package is built with SSL support.
|
22
|
+
.
|
23
|
+
For more information,
|
24
|
+
see http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/index.html
|
data/t/d/w3m_0.2.1-1.dsc
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
Format: 1.0
|
2
|
+
Source: w3m
|
3
|
+
Version: 0.2.1-1
|
4
|
+
Binary: w3m
|
5
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
6
|
+
Architecture: any
|
7
|
+
Standards-Version: 3.1.1
|
8
|
+
Build-Depends: libgc5-dev, libncurses5-dev, libgpmg1-dev, debhelper, gawk | awk
|
9
|
+
Files:
|
10
|
+
76748994920f0f553e240d37cd9498b5 834552 w3m_0.2.1.orig.tar.gz
|
11
|
+
5818342c9f877712af26c6f1d0d36bdf 23768 w3m_0.2.1-1.diff.gz
|
12
|
+
|
data/t/d/w3m_0.2.1-1.f
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
Package: w3m
|
2
|
+
Version: 0.2.1-1
|
3
|
+
Section: text
|
4
|
+
Priority: optional
|
5
|
+
Architecture: i386
|
6
|
+
Depends: libc6 (>= 2.2.1-2), libgc5, libgpmg1 (>= 1.14-16), libncurses5 (>= 5.2.20010310-1)
|
7
|
+
Suggests: w3m-ssl (>= 0.2.1-1), mime-support, menu (>> 1.5), w3m-el
|
8
|
+
Provides: www-browser
|
9
|
+
Installed-Size: 1300
|
10
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
11
|
+
Description: WWW browsable pager with excellent tables/frames support
|
12
|
+
w3m is a text-based World Wide Web browser with IPv6 support.
|
13
|
+
It features excellent support for tables and frames. It can be used
|
14
|
+
as a standalone file pager, too.
|
15
|
+
.
|
16
|
+
* You can follow links and/or view images in HTML.
|
17
|
+
* Internet message prewview mode, you can browse HTML mail.
|
18
|
+
* You can follow links in plain text if it includes URL forms.
|
19
|
+
.
|
20
|
+
For more information,
|
21
|
+
see http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/index.html
|
data/t/d/w3m_0.2.1-2.dsc
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
Format: 1.0
|
2
|
+
Source: w3m
|
3
|
+
Version: 0.2.1-2
|
4
|
+
Binary: w3m
|
5
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
6
|
+
Architecture: any
|
7
|
+
Standards-Version: 3.1.1
|
8
|
+
Build-Depends: libgc5-dev, libncurses5-dev, libgpmg1-dev, debhelper, gawk | awk
|
9
|
+
Files:
|
10
|
+
76748994920f0f553e240d37cd9498b5 834552 w3m_0.2.1.orig.tar.gz
|
11
|
+
9a4a98cb70ea772a3838f328c22c2037 31739 w3m_0.2.1-2.diff.gz
|
12
|
+
|
data/t/d/w3m_0.2.1-2.f
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
Package: w3m
|
2
|
+
Version: 0.2.1-2
|
3
|
+
Section: text
|
4
|
+
Priority: optional
|
5
|
+
Architecture: i386
|
6
|
+
Depends: libc6 (>= 2.2.2-2), libgc5, libgpmg1 (>= 1.14-16), libncurses5 (>= 5.2.20010310-1)
|
7
|
+
Suggests: w3m-ssl (>= 0.2.1-2), mime-support, menu (>> 1.5), w3m-el
|
8
|
+
Provides: www-browser
|
9
|
+
Installed-Size: 1300
|
10
|
+
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
|
11
|
+
Description: WWW browsable pager with excellent tables/frames support
|
12
|
+
w3m is a text-based World Wide Web browser with IPv6 support.
|
13
|
+
It features excellent support for tables and frames. It can be used
|
14
|
+
as a standalone file pager, too.
|
15
|
+
.
|
16
|
+
* You can follow links and/or view images in HTML.
|
17
|
+
* Internet message prewview mode, you can browse HTML mail.
|
18
|
+
* You can follow links in plain text if it includes URL forms.
|
19
|
+
.
|
20
|
+
For more information,
|
21
|
+
see http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/index.html
|