summaryrefslogtreecommitdiff
path: root/www/ruby-mechanize/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-04 15:26:25 +0000
committerjlam <jlam@pkgsrc.org>2008-04-04 15:26:25 +0000
commitb8705b6edae472a52417a1526e340c14c1d3f895 (patch)
tree6a949c2538ba31c79dbc569ae03cbf5e5d74be4a /www/ruby-mechanize/Makefile
parent4ca0571052f5b97f0ec73614fbf4ee1ec502f636 (diff)
downloadpkgsrc-b8705b6edae472a52417a1526e340c14c1d3f895.tar.gz
Update ruby-mechanize to version 0.7.5. Changes from version 0.6.8
include: + Install as a Ruby gem. * Fixed a bug when fetching files and not pages. * WWW::Mechanize#get now takes hash arguments for uri parameters. * Handling gzipped responses with no Content-Length header * Fixed a bug with EOF errors in net/http. [#17570] * Handling 0 length gzipped responses. [#17471] * Changed parser to lazily parse links * Lazily parsing document * Updating UTF-8 support for urls * Adding AREA tags to the links list. * WWW::Mechanize#follow_meta_refresh will allow you to automatically follow meta refresh tags. [#10032] * Adding x-gzip to accepted content-encoding. * Added Digest Authentication support. * Many bug fixes.
Diffstat (limited to 'www/ruby-mechanize/Makefile')
-rw-r--r--www/ruby-mechanize/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/www/ruby-mechanize/Makefile b/www/ruby-mechanize/Makefile
index 10154734f31..2d384f8243f 100644
--- a/www/ruby-mechanize/Makefile
+++ b/www/ruby-mechanize/Makefile
@@ -1,19 +1,15 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/05/26 01:46:51 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2008/04/04 15:26:25 jlam Exp $
-DISTNAME= mechanize-0.6.8
+DISTNAME= mechanize-0.7.5
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-CATEGORIES= www ruby
-MASTER_SITES= http://rubyforge.org/frs/download.php/19657/
-EXTRACT_SUFX= .tgz
+CATEGORIES= www
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://mechanize.rubyforge.org/
COMMENT= Library to automate interaction with websites
-DEPENDS+= ${RUBY_PKGPREFIX}-hpricot-[0-9]*:../../textproc/ruby-hpricot
+DEPENDS+= hoe>=1.5.1:../../devel/hoe
+DEPENDS+= ${RUBY_PKGPREFIX}-hpricot>=0.6:../../textproc/ruby-hpricot
-USE_LANGUAGES= # none
-USE_RUBY_SETUP= yes
-
-.include "../../lang/ruby/modules.mk"
+.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"