Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 3027D63BC80 for ; Fri, 10 Sep 2010 13:54:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 946BC63B101; Fri, 10 Sep 2010 13:54:50 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3AB7363B100 for ; Fri, 10 Sep 2010 13:54:49 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 26B17175DD; Fri, 10 Sep 2010 13:54:49 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Fri, 10 Sep 2010 13:54:49 +0000 From: Takahiro Kambe Subject: CVS commit: pkgsrc/www/ruby-mechanize To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20100910135449.26B17175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: taca Date: Fri Sep 10 13:54:49 UTC 2010 Modified Files: pkgsrc/www/ruby-mechanize: Makefile PLIST distinfo Log Message: Update www/mechanize to 1.0.0. * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework. = Mechanize CHANGELOG === 1.0.0 * New Features: * An optional verb may be passed to Mechanize#get GH #26 * The WWW constant is deprecated. Switch to the top level constant Mechanize * SelectList#option_with and options_with for finding options * Bug Fixes: * Rescue errors from bogus encodings * 7bit content-encoding support. Thanks sporkmonger! GH #2 * Fixed a bug with iconv conversion. Thanks awesomeman! GH #9 * meta redirects outside the head are not followed. GH #13 * Form submissions work with nil page encodings. GH #25 * Fixing default values with serialized cookies. GH #3 * Checkboxes and fields are sorted by page appearance before submitting. #11 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-mechanize/Makefile \ pkgsrc/www/ruby-mechanize/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-mechanize/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.