summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-02-02 19:43:36 +0000
committerknu <knu@FreeBSD.org>2002-02-02 19:43:36 +0000
commit574554048ddec631d177d818be627f09cb90df75 (patch)
treeab445a8449e55902b7ab451ddefa4e8e724e56fe /textproc
parentf7bd7478e8e85e8b833864a561f8e398e9df4b1c (diff)
downloadFreeBSD-ports-574554048ddec631d177d818be627f09cb90df75.zip
FreeBSD-ports-574554048ddec631d177d818be627f09cb90df75.tar.gz
Update to 0.6.11.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-rdtool/Makefile8
-rw-r--r--textproc/ruby-rdtool/distinfo2
-rw-r--r--textproc/ruby-rdtool/files/patch-rdhtml-lib.rb11
-rw-r--r--textproc/ruby-rdtool/files/patch-rdvisitor.rb11
-rw-r--r--textproc/ruby-rdtool/pkg-message2
-rw-r--r--textproc/ruby-rdtool/pkg-plist2
6 files changed, 5 insertions, 31 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile
index 1c1c3e8..225fbcd 100644
--- a/textproc/ruby-rdtool/Makefile
+++ b/textproc/ruby-rdtool/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= rdtool
-PORTVERSION= 0.6.10
-PORTREVISION= 1
+PORTVERSION= 0.6.11
CATEGORIES= textproc ruby
MASTER_SITES= http://www2.pos.to/~tosh/ruby/rdtool/archive/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -31,8 +30,7 @@ EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
DOCS_EN= README.html doc/rd-draft.rd doc/rd-draft.html
-DOCS_JA= README.ja.html doc/dev-note.rd.ja doc/rd-draft.rd.ja \
- doc/dev-note.ja.html doc/rd-draft.ja.html
+DOCS_JA= README.ja.html doc/rd-draft.rd.ja doc/rd-draft.ja.html
do-configure:
@cd ${WRKSRC}; \
@@ -47,7 +45,7 @@ pre-build:
.if !defined(NOPORTDOCS)
post-build:
-.for f in README.rd.ja doc/dev-note.rd.ja doc/rd-draft.rd doc/rd-draft.rd.ja
+.for f in README.rd.ja doc/rd-draft.rd doc/rd-draft.rd.ja
cd ${WRKSRC} && ${RUBY} -I. rd2 -r rd/rd2html-lib.rb ${f} \
> ${f:S/.rd.ja$/.ja.html/:S/.rd$/.html/}
.endfor
diff --git a/textproc/ruby-rdtool/distinfo b/textproc/ruby-rdtool/distinfo
index 81fbfb6..5558744 100644
--- a/textproc/ruby-rdtool/distinfo
+++ b/textproc/ruby-rdtool/distinfo
@@ -1 +1 @@
-MD5 (ruby/rdtool-0.6.10.tar.gz) = b5bfa2de4f812267d90d4d7424496cce
+MD5 (ruby/rdtool-0.6.11.tar.gz) = 862d16ad0bfad9de2d59fa3ef3728e23
diff --git a/textproc/ruby-rdtool/files/patch-rdhtml-lib.rb b/textproc/ruby-rdtool/files/patch-rdhtml-lib.rb
deleted file mode 100644
index 05b1080..0000000
--- a/textproc/ruby-rdtool/files/patch-rdhtml-lib.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- rd/rd2html-lib.rb.orig Wed Jun 6 02:20:47 2001
-+++ rd/rd2html-lib.rb Sat Dec 8 21:49:40 2001
-@@ -347,7 +347,7 @@
- def apply_to_Foottext(element, content)
- num = get_footnote_num(element)
- raise ArgumentError, "[BUG] #{element} isn't registered." unless num
-- %|<a name="foottext:#{num}" id="foottext:#{num}" href="footmark:#{num}">|+
-+ %|<a name="foottext:#{num}" id="foottext:#{num}" href="#footmark:#{num}">|+
- %|<sup><small>*#{num}</small></sup></a>| +
- %|<small>#{content}</small><br />|
- end
diff --git a/textproc/ruby-rdtool/files/patch-rdvisitor.rb b/textproc/ruby-rdtool/files/patch-rdvisitor.rb
deleted file mode 100644
index 0162ab6..0000000
--- a/textproc/ruby-rdtool/files/patch-rdvisitor.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- rd/rdvisitor.rb.orig Tue May 22 02:37:12 2001
-+++ rd/rdvisitor.rb Thu Jun 7 12:37:19 2001
-@@ -193,7 +193,7 @@
- indexes = []
- tree.each do |i|
- if i.is_a?(MethodListItem)
-- klass, kind, method, args = analize_method(i.term)
-+ klass, kind, method, args = analize_method(i.term.content)
- indexes.push([klass, kind2num(kind), method, kind]) if kind
- end
- end
diff --git a/textproc/ruby-rdtool/pkg-message b/textproc/ruby-rdtool/pkg-message
index 1790e86..1157aa6 100644
--- a/textproc/ruby-rdtool/pkg-message
+++ b/textproc/ruby-rdtool/pkg-message
@@ -1,4 +1,4 @@
************************************************************
If you are an Emacs/XEmacs user, also install
-text/ruby-rd-mode.el that helps you edit RD files.
+textproc/ruby-rd-mode.el that helps you edit RD files.
************************************************************
diff --git a/textproc/ruby-rdtool/pkg-plist b/textproc/ruby-rdtool/pkg-plist
index 3f31a25..a72b592 100644
--- a/textproc/ruby-rdtool/pkg-plist
+++ b/textproc/ruby-rdtool/pkg-plist
@@ -42,8 +42,6 @@ bin/rmi2html.rb
%%PORTDOCS%%%%RUBY_DOCDIR%%/rd/rd-draft.html
%%PORTDOCS%%%%RUBY_DOCDIR%%/rd/rd-draft.rd
%%PORTDOCS%%%%RUBY_DOCDIR%%/rd/ja/README.ja.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/rd/ja/dev-note.ja.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/rd/ja/dev-note.rd.ja
%%PORTDOCS%%%%RUBY_DOCDIR%%/rd/ja/rd-draft.ja.html
%%PORTDOCS%%%%RUBY_DOCDIR%%/rd/ja/rd-draft.rd.ja
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/rd/ja
OpenPOWER on IntegriCloud