aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-mechanize
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0.0Cheng-Lung Sung2010-04-222-4/+4
| | | | Notes: svn path=/head/; revision=253049
* - Update to 0.9.3Cheng-Lung Sung2009-06-172-4/+4
| | | | Notes: svn path=/head/; revision=236102
* - Update to 0.9.2Cheng-Lung Sung2009-05-292-6/+7
| | | | | | | | PR: ports/134685 Submitted by: pgollucci Notes: svn path=/head/; revision=234796
* - convert to RUBYGEM_AUTOPLISTPhilip M. Gollucci2009-04-091-8/+1
| | | | | | | | | | | | | | | | | | | | | | | remove x-generate-plist and friends - use RF macro and remove SUBDIR where possible - remove some uneeded GEM_NAME=${DISTNAME} (this c/should be handled better in bsd.*.mk) other deltas specific to individual ports: audio/rubygem-mp3info - unbreak, fix packaging, bump PORTREVISION devel/rubygem-rapt - adopt devel/rubygem-rspec - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set devel/rubygem-ruby2ruby - add #' for vim highlight graphics/rubygem-extifr - drop PORTREVISION=0 graphics/rubygem-gd2 - add #' for vim highlight www/rubygem-rubyfulsoup - swap GEM_NAME / DISTNAME for constistency Sponsored by: RideCharge Inc. Tested on: RideCharge's Tinderbox Reviewed by: stas Notes: svn path=/head/; revision=231910
* - Update to 0.8.4Cheng-Lung Sung2008-10-082-4/+4
| | | | Notes: svn path=/head/; revision=221356
* - Update to 0.8.3Cheng-Lung Sung2008-09-272-4/+4
| | | | Notes: svn path=/head/; revision=220886
* - Update to 0.8.2Cheng-Lung Sung2008-09-262-4/+4
| | | | Notes: svn path=/head/; revision=220788
* - Update to 0.8.0Cheng-Lung Sung2008-09-252-4/+4
| | | | Notes: svn path=/head/; revision=220753
* - Update to 0.7.8Cheng-Lung Sung2008-08-272-4/+4
| | | | Notes: svn path=/head/; revision=219280
* - Update to 0.7.7Cheng-Lung Sung2008-08-272-4/+4
| | | | Notes: svn path=/head/; revision=219253
* - Update to 0.7.6Cheng-Lung Sung2008-06-092-4/+4
| | | | | | | | PR: ports/124162 Submitted by: TAKATSU Tomonari <tota_AT_rtfm dot jp> Notes: svn path=/head/; revision=214525
* - Update to 0.7.5Cheng-Lung Sung2008-04-142-6/+6
| | | | Notes: svn path=/head/; revision=211213
* - Add ruby 1.9 supportStanislav Sedov2008-04-061-3/+2
| | | | | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@ Notes: svn path=/head/; revision=210636
* - update to 0.7.0Cheng-Lung Sung2008-04-013-353/+13
| | | | | | | | | | | - autogenerate plist Changes: PR: ports/120317 Submitted by: TAKATSU Tomonari <tota_AT_rtfm dot jp> Notes: svn path=/head/; revision=210309
* - update to 0.6.11Cheng-Lung Sung2007-12-123-4/+6
| | | | | | | | PR: ports/118470 Submitted by: TAKATSU Tomonari <tota_AT_rtfm dot jp> Notes: svn path=/head/; revision=203134
* - Update to 0.6.10Cheng-Lung Sung2007-08-143-8/+14
| | | | Notes: svn path=/head/; revision=197619
* - Update to 0.6.9Cheng-Lung Sung2007-07-133-77/+88
| | | | Notes: svn path=/head/; revision=195513
* - Update to 0.6.8Cheng-Lung Sung2007-04-163-106/+114
| | | | Notes: svn path=/head/; revision=190058
* - Update to 0.6.7Cheng-Lung Sung2007-03-282-4/+4
| | | | Notes: svn path=/head/; revision=188621
* - Update to 0.6.6Cheng-Lung Sung2007-03-253-136/+148
| | | | | | | | PR: ports/110793 Submitted by: TAKATSU Tomonari <tota_AT_rtfm dot jp> Notes: svn path=/head/; revision=188283
* - Update to 0.6.5Cheng-Lung Sung2007-03-253-197/+36
| | | | | | | | | PR: ports/110273 Submitted by: TAKATSU Tomonari <tota_AT_rtfm dot jp> Reviewed by: clsung Notes: svn path=/head/; revision=188248
* The Mechanize library is used for automating interaction with websites.Cheng-Lung Sung2007-02-054-0/+503
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/ Notes: svn path=/head/; revision=184248