diff options
author | taca <taca> | 2003-08-30 05:56:26 +0000 |
---|---|---|
committer | taca <taca> | 2003-08-30 05:56:26 +0000 |
commit | 8c1ea28070a658c77fe66676d04a5a46b8c0f867 (patch) | |
tree | fb6380f5c9055d86d19f4f93218510a9459a37fe /textproc | |
parent | 8d9e475975f4bf87e92c2d293c0c30596a7f1d42 (diff) | |
download | pkgsrc-8c1ea28070a658c77fe66676d04a5a46b8c0f867.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-rdtool/Makefile.common | 4 | ||||
-rw-r--r-- | textproc/ruby-rdtool/distinfo | 7 | ||||
-rw-r--r-- | textproc/ruby-rdtool/patches/patch-aa | 13 |
4 files changed, 6 insertions, 21 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index c974e7cd0aa..4411d6efe60 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -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 --git a/textproc/ruby-rdtool/Makefile.common b/textproc/ruby-rdtool/Makefile.common index 8d279a45c2c..9cce54b0d72 100644 --- a/textproc/ruby-rdtool/Makefile.common +++ b/textproc/ruby-rdtool/Makefile.common @@ -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 --git a/textproc/ruby-rdtool/distinfo b/textproc/ruby-rdtool/distinfo index 9dc7609afeb..75d25f6e427 100644 --- a/textproc/ruby-rdtool/distinfo +++ b/textproc/ruby-rdtool/distinfo @@ -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 --git a/textproc/ruby-rdtool/patches/patch-aa b/textproc/ruby-rdtool/patches/patch-aa deleted file mode 100644 index bbd49231208..00000000000 --- a/textproc/ruby-rdtool/patches/patch-aa +++ /dev/null @@ -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] + |