diff options
author | minskim <minskim@pkgsrc.org> | 2007-05-26 01:48:22 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-05-26 01:48:22 +0000 |
commit | 2640a40dba632a82f4267eea68b750c64c9b6461 (patch) | |
tree | 67bc07f2eb7142877ef396291070961c51003784 | |
parent | 2d04327e0194d57543f7ace2f1dd74174a88e955 (diff) | |
download | pkgsrc-2640a40dba632a82f4267eea68b750c64c9b6461.tar.gz |
Add ruby-mechanize.
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | www/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 97a6ce0e20e..e0cc7c19d3a 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1135 2007/05/26 01:39:04 minskim Exp $ +$NetBSD: CHANGES-2007,v 1.1136 2007/05/26 01:48:22 minskim Exp $ Changes to the packages collection and infrastructure in 2007: @@ -2231,3 +2231,4 @@ Changes to the packages collection and infrastructure in 2007: Updated mail/GNUMail to 1.1.2nb7 [rh 2007-05-25] Added textproc/xhtmldiff version 1.2.2 [minskim 2007-05-26] Added textproc/ruby-hpricot version 0.5.140 [minskim 2007-05-26] + Added www/ruby-mechanize version 0.6.8 [minskim 2007-05-26] diff --git a/www/Makefile b/www/Makefile index 004550c30d2..fdfbf5364c7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.509 2007/05/25 11:34:29 markd Exp $ +# $NetBSD: Makefile,v 1.510 2007/05/26 01:48:23 minskim Exp $ # COMMENT= Packages related to the World Wide Web @@ -306,6 +306,7 @@ SUBDIR+= ruby-borges SUBDIR+= ruby-clearsilver SUBDIR+= ruby-fcgi SUBDIR+= ruby-htmlsplit +SUBDIR+= ruby-mechanize SUBDIR+= ruby-tag SUBDIR+= ruby-webunit SUBDIR+= sarg |