diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-05 05:29:48 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-05 05:29:48 +0000 |
commit | b580c6c5ab46c1fa12353e5335148c8961418e64 (patch) | |
tree | 51a16672fb158e39065830edddb2bda84e592603 /www/rubygem-mechanize/pkg-descr | |
parent | 20c4d50c1be8ead86f90cdd7449a5dff36fd7954 (diff) | |
download | ports-b580c6c5ab46c1fa12353e5335148c8961418e64.tar.gz ports-b580c6c5ab46c1fa12353e5335148c8961418e64.zip |
Notes
Diffstat (limited to 'www/rubygem-mechanize/pkg-descr')
-rw-r--r-- | www/rubygem-mechanize/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/rubygem-mechanize/pkg-descr b/www/rubygem-mechanize/pkg-descr new file mode 100644 index 000000000000..70993f8f9d2b --- /dev/null +++ b/www/rubygem-mechanize/pkg-descr @@ -0,0 +1,7 @@ +The 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. + +WWW: http://rubyforge.org/projects/mechanize/ |