1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: libwww-mechanize-ruby
Section: ruby
Priority: extra
Maintainer: Ryan Niebur <ryanryan52@gmail.com>
DM-Upload-Allowed: yes
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Gunnar Wolf <gwolf@debian.org>
Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.17)
Build-Depends-Indep: graphviz
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libwww-mechanize-ruby/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libwww-mechanize-ruby/
Standards-Version: 3.8.4
Homepage: http://mechanize.rubyforge.org
Package: libwww-mechanize-ruby
Architecture: all
Depends: libwww-mechanize-ruby1.8, ${misc:Depends}
Suggests: libwww-mechanize-ruby-doc
Description: Ruby library to automate interaction with websites
The WWW::Mechanize library is used for automating interaction with websites.
Mechanize automatically stores and sends cookies, follows redirects, can
follow links, and submit forms. Form fields can be populated and submitted.
Mechanize also keeps track of the sites that you have visited as a history.
This library is loosely based on WWW::Mechanize for Perl.
.
This is a dependency package which depends on Debian's default Ruby version
(currently 1.8).
Package: libwww-mechanize-ruby1.8
Architecture: all
Depends: ruby1.8, libnokogiri-ruby1.8, libopenssl-ruby1.8, ${misc:Depends}
Suggests: libwww-mechanize-ruby-doc
Description: Automate interaction with websites (Ruby 1.8)
The WWW::Mechanize library is used for automating interaction with websites.
Mechanize automatically stores and sends cookies, follows redirects, can
follow links, and submit forms. Form fields can be populated and submitted.
Mechanize also keeps track of the sites that you have visited as a history.
This library is loosely based on WWW::Mechanize for Perl.
.
This package is built for Ruby 1.8.
Package: libwww-mechanize-ruby1.9.1
Architecture: all
Depends: ruby1.9.1, libnokogiri-ruby1.9.1, libopenssl-ruby1.9.1, ${misc:Depends}
Suggests: libwww-mechanize-ruby-doc
Description: Automate interaction with websites (Ruby 1.9.1)
The WWW::Mechanize library is used for automating interaction with websites.
Mechanize automatically stores and sends cookies, follows redirects, can
follow links, and submit forms. Form fields can be populated and submitted.
Mechanize also keeps track of the sites that you have visited as a history.
This library is loosely based on WWW::Mechanize for Perl.
.
This package is built for Ruby 1.9.1.
Package: libwww-mechanize-ruby-doc
Section: doc
Architecture: all
Depends: libwww-mechanize-ruby, ${misc:Depends}
Description: Documentation for libwww-mechanize-ruby
This package provides generated HTML documentation for libwww-mechanize-ruby.
.
The WWW::Mechanize library is used for automating interaction with websites.
Mechanize automatically stores and sends cookies, follows redirects, can
follow links, and submit forms. Form fields can be populated and submitted.
Mechanize also keeps track of the sites that you have visited as a history.
This library is loosely based on WWW::Mechanize for Perl.
|