diff options
author | taca <taca@pkgsrc.org> | 2010-09-12 04:52:19 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-12 04:52:19 +0000 |
commit | ff0eddd017389328e07edc101412214207331921 (patch) | |
tree | 75127188a405740ee5cb8e86e780d41a290b1cf4 | |
parent | c419e9e1391149021b046dcff42851cbe6af5f19 (diff) | |
download | pkgsrc-ff0eddd017389328e07edc101412214207331921.tar.gz |
Add patches which I forgot to commit.
-rw-r--r-- | converters/ruby-romkan/patches/patch-aa | 9 | ||||
-rw-r--r-- | converters/ruby-romkan/patches/patch-ab | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/converters/ruby-romkan/patches/patch-aa b/converters/ruby-romkan/patches/patch-aa new file mode 100644 index 00000000000..b81454bd9f8 --- /dev/null +++ b/converters/ruby-romkan/patches/patch-aa @@ -0,0 +1,9 @@ +$NetBSD: patch-aa,v 1.1 2010/09/12 04:52:19 taca Exp $ + +--- romkan.rb.orig 2002-02-12 01:45:16.000000000 +0000 ++++ romkan.rb +@@ -1,3 +1,4 @@ ++# coding: euc-jp + # + # Ruby/Romkan - a Romaji <-> Kana conversion library for Ruby. + # diff --git a/converters/ruby-romkan/patches/patch-ab b/converters/ruby-romkan/patches/patch-ab new file mode 100644 index 00000000000..11f9430e899 --- /dev/null +++ b/converters/ruby-romkan/patches/patch-ab @@ -0,0 +1,9 @@ +$NetBSD: patch-ab,v 1.1 2010/09/12 04:52:19 taca Exp $ + +--- test.rb.orig 2002-02-12 01:45:25.000000000 +0000 ++++ test.rb +@@ -1,3 +1,4 @@ ++# coding: euc-jp + # + # ruby -Ke test.rb </dev/null && echo ok + # |