pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-xmlparser Update ruby-xmlparser package ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63befe680142
branches:  trunk
changeset: 496297:63befe680142
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Jun 25 02:34:27 2005 +0000

description:
Update ruby-xmlparser package to 0.6.8.1.

- Avoid C90'ism from code; content of patch-ab was merged.

diffstat:

 textproc/ruby-xmlparser/Makefile         |   9 ++++-----
 textproc/ruby-xmlparser/distinfo         |   9 ++++-----
 textproc/ruby-xmlparser/patches/patch-ab |  26 --------------------------
 3 files changed, 8 insertions(+), 36 deletions(-)

diffs (68 lines):

diff -r 2c0c593835dd -r 63befe680142 textproc/ruby-xmlparser/Makefile
--- a/textproc/ruby-xmlparser/Makefile  Sat Jun 25 01:59:25 2005 +0000
+++ b/textproc/ruby-xmlparser/Makefile  Sat Jun 25 02:34:27 2005 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:47:42 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/06/25 02:34:27 taca Exp $
 #
 
-DISTNAME=      xmlparser-0.6.8
-PKGNAME=       ${RUBY_PKGPREFIX}-xmlparser-0.6.8
-PKGREVISION=   2
+DISTNAME=      xmlparser-0.6.8.1
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc ruby
 MASTER_SITES=  http://www.yoshidam.net/
 
 MAINTAINER=    taca%NetBSD.org@localhost
 HOMEPAGE=      http://www.yoshidam.net/Ruby.html#xmlparser
-COMMENT=       expat interface module for Ruby
+COMMENT=       Expat interface module for Ruby
 
 RUBY_HAS_ARCHLIB=      yes
 USE_RUBY_EXTCONF=      yes
diff -r 2c0c593835dd -r 63befe680142 textproc/ruby-xmlparser/distinfo
--- a/textproc/ruby-xmlparser/distinfo  Sat Jun 25 01:59:25 2005 +0000
+++ b/textproc/ruby-xmlparser/distinfo  Sat Jun 25 02:34:27 2005 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:48:49 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/06/25 02:34:27 taca Exp $
 
-SHA1 (ruby/xmlparser-0.6.8.tar.gz) = 9a53a7c576347ac8bccbc56fb55afef3fb32268d
-RMD160 (ruby/xmlparser-0.6.8.tar.gz) = 8f7531490dcc06eb99deb76bfbbe983d6a154046
-Size (ruby/xmlparser-0.6.8.tar.gz) = 140589 bytes
+SHA1 (ruby/xmlparser-0.6.8.1.tar.gz) = a392d1a65b9ddf1499fb55778595e14ee686ff80
+RMD160 (ruby/xmlparser-0.6.8.1.tar.gz) = 63841ebf9f259c683eab2ed03c17b2e479c73607
+Size (ruby/xmlparser-0.6.8.1.tar.gz) = 140667 bytes
 SHA1 (patch-aa) = caf2667257f38503b6ac5094b570d19f0d16eb69
-SHA1 (patch-ab) = 6f0f9ba927bc0ad1c2ece2c3a10875056b91cbfd
diff -r 2c0c593835dd -r 63befe680142 textproc/ruby-xmlparser/patches/patch-ab
--- a/textproc/ruby-xmlparser/patches/patch-ab  Sat Jun 25 01:59:25 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/11/28 04:51:38 taca Exp $
-
---- xmlparser.c.orig   Tue Apr  6 14:16:09 2004
-+++ xmlparser.c
-@@ -526,8 +526,9 @@ iterElementDeclHandler(void *recv,
-                      XML_Content *model)
- {
-   XMLParser* parser;
-+  VALUE content;
-   GET_PARSER(recv, parser);
--  VALUE content = makeContentArray(parser, model);
-+  content = makeContentArray(parser, model);
-   rb_yield(rb_ary_new3(4, symELEMENT_DECL,
-                      TO_(rb_str_new2(name)),
-                      content, recv));
-@@ -929,8 +930,9 @@ myElementDeclHandler(void *recv,
-                    XML_Content *model)
- {
-   XMLParser* parser;
-+  VALUE content;
-   GET_PARSER(recv, parser);
--  VALUE content = makeContentArray(parser, model);
-+  content = makeContentArray(parser, model);
-   rb_funcall((VALUE)recv, id_elementDeclHandler, 2,
-            TO_(rb_str_new2(name)), content);
- }



Home | Main Index | Thread Index | Old Index