summaryrefslogtreecommitdiff
path: root/converters/ruby-iconv/pkg-descr
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-08 19:16:35 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-08 19:16:35 +0000
commitd25cb8686c23db5c3aad6e66a06a4f84e6d9b7db (patch)
tree1cb0080e0422f2e1a31aef0158cc0b456f9907e6 /converters/ruby-iconv/pkg-descr
parentFix a type in the installation target (diff)
Add ruby-iconv, an iconv wrapper class for Ruby.
As I couldn't get it working with converters/iconv, I made it use converters/libiconv (giconv) instead, for the present. In any case, this module is LGPL'd anyway. :p
Notes
Notes: svn path=/head/; revision=31428
Diffstat (limited to 'converters/ruby-iconv/pkg-descr')
-rw-r--r--converters/ruby-iconv/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/converters/ruby-iconv/pkg-descr b/converters/ruby-iconv/pkg-descr
new file mode 100644
index 000000000000..c2465e1ded1d
--- /dev/null
+++ b/converters/ruby-iconv/pkg-descr
@@ -0,0 +1,6 @@
+This is an iconv wrapper class for Ruby.
+
+Note that this version is still experimental. Report any problems to
+the author.
+
+Author: Nobuyoshi.Nakada <nobu.nokada@softhome.net>