pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-rdtool Update ruby-rdtool package to 0.6...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9875bbe5d5c7
branches:  trunk
changeset: 460391:9875bbe5d5c7
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Aug 30 05:56:26 2003 +0000

description:
Update ruby-rdtool package to 0.6.13.

= CHANGES
:0.6.13
  * now tabs are expanded into spaces.
  * removed <p> for TextBlock in DescListItem when the TextBlock is only
    element of ListItem.
  * a line of `---\n' are now regarded as Verbatim (or TextBlock).
  * changed style of HTML anchors from `label:' to `label-'.
  * fixed rd2man for better support of multiple paragraphs.
  * fixed some bugs.
:0.6.12
  * fixed some bugs.

diffstat:

 textproc/ruby-rdtool/Makefile         |   3 +--
 textproc/ruby-rdtool/Makefile.common  |   4 ++--
 textproc/ruby-rdtool/distinfo         |   7 +++----
 textproc/ruby-rdtool/patches/patch-aa |  13 -------------
 4 files changed, 6 insertions(+), 21 deletions(-)

diffs (61 lines):

diff -r 6a3a353211d5 -r 9875bbe5d5c7 textproc/ruby-rdtool/Makefile
--- a/textproc/ruby-rdtool/Makefile     Sat Aug 30 05:54:26 2003 +0000
+++ b/textproc/ruby-rdtool/Makefile     Sat Aug 30 05:56:26 2003 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 22:54:49 grant Exp $
+# $NetBSD: Makefile,v 1.8 2003/08/30 05:56:26 taca Exp $
 # FreeBSD: ports/textproc/ruby-rdtool/Makefile,v 1.15 2001/01/30 19:20:09 knu Exp
 
 DISTNAME=      rdtool-${RUBY_RD_VERSION}
 PKGNAME=       ${RUBY_PKGNAMEPREFIX}${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  http://www2.pos.to/~tosh/ruby/rdtool/archive/
 
diff -r 6a3a353211d5 -r 9875bbe5d5c7 textproc/ruby-rdtool/Makefile.common
--- a/textproc/ruby-rdtool/Makefile.common      Sat Aug 30 05:54:26 2003 +0000
+++ b/textproc/ruby-rdtool/Makefile.common      Sat Aug 30 05:56:26 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2002/02/04 15:30:17 taca Exp $
+# $NetBSD: Makefile.common,v 1.6 2003/08/30 05:56:26 taca Exp $
 #
 
 # USE_RUBY_RD          - Says that the package uses rd to generate documents.
@@ -10,7 +10,7 @@
 # RUBY_RD_VERSION      - rdtool version required.
 #
 RUBY_RD=               ${LOCALBASE}/bin/rd2
-RUBY_RD_VERSION =      0.6.11
+RUBY_RD_VERSION =      0.6.13
 RUBY_RD_REQD =         0.6.7
 
 .if defined(USE_RUBY_RD)
diff -r 6a3a353211d5 -r 9875bbe5d5c7 textproc/ruby-rdtool/distinfo
--- a/textproc/ruby-rdtool/distinfo     Sat Aug 30 05:54:26 2003 +0000
+++ b/textproc/ruby-rdtool/distinfo     Sat Aug 30 05:56:26 2003 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.4 2002/10/06 15:10:23 taca Exp $
+$NetBSD: distinfo,v 1.5 2003/08/30 05:56:26 taca Exp $
 
-SHA1 (ruby/rdtool-0.6.11.tar.gz) = 064b3402ef2e92c4a23e4bca50a2c888b85dd79c
-Size (ruby/rdtool-0.6.11.tar.gz) = 50097 bytes
-SHA1 (patch-aa) = b583193e1f5977ab7721241da02cc57c40de4cb0
+SHA1 (ruby/rdtool-0.6.13.tar.gz) = 332e628a994b48475bb5d0ed4543a8e9cd1a1631
+Size (ruby/rdtool-0.6.13.tar.gz) = 53709 bytes
diff -r 6a3a353211d5 -r 9875bbe5d5c7 textproc/ruby-rdtool/patches/patch-aa
--- a/textproc/ruby-rdtool/patches/patch-aa     Sat Aug 30 05:54:26 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2002/10/06 15:10:25 taca Exp $
-
---- rd/rd2html-lib.rb.orig     Sat Feb  2 04:00:02 2002
-+++ rd/rd2html-lib.rb
-@@ -260,7 +260,7 @@ module RD
-       label = hyphen_escape(element.label)
-       if description.empty?
-       %Q[<dt><a name="#{anchor}" id="#{anchor}"><code>#{term}] +
--        %Q[</code></a><!-- RDLabel: "#{label}" -->]
-+        %Q[</code></a></dt><!-- RDLabel: "#{label}" -->]
-       else
-         %Q[<dt><a name="#{anchor}" id="#{anchor}"><code>#{term}] +
-       %Q[</code></a></dt><!-- RDLabel: "#{label}" -->\n] +



Home | Main Index | Thread Index | Old Index