summaryrefslogtreecommitdiff
path: root/converters/libiconv/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'converters/libiconv/pkg')
-rw-r--r--converters/libiconv/pkg/COMMENT1
-rw-r--r--converters/libiconv/pkg/DESCR14
-rw-r--r--converters/libiconv/pkg/PLIST15
3 files changed, 30 insertions, 0 deletions
diff --git a/converters/libiconv/pkg/COMMENT b/converters/libiconv/pkg/COMMENT
new file mode 100644
index 00000000000..83490d707f1
--- /dev/null
+++ b/converters/libiconv/pkg/COMMENT
@@ -0,0 +1 @@
+character set conversion library
diff --git a/converters/libiconv/pkg/DESCR b/converters/libiconv/pkg/DESCR
new file mode 100644
index 00000000000..f76a104ce76
--- /dev/null
+++ b/converters/libiconv/pkg/DESCR
@@ -0,0 +1,14 @@
+ Libiconv is a character set conversion library that provides an iconv()
+implementation for use on systems which don't have one, or whose
+implementation cannot convert from/to Unicode.
+
+ It provides support for many encodings and can convert from any of
+these encodings to any other, through Unicode conversion.
+
+ It has also some limited support for transliteration, i.e. when a character
+cannot be represented in the target character set, it can be approximated
+through one or several similarly looking characters. Transliteration is
+activated when "//TRANSLIT" is appended to the target encoding name.
+
+ libiconv is for you if your application needs to support multiple character
+encodings, but that support lacks from your system.
diff --git a/converters/libiconv/pkg/PLIST b/converters/libiconv/pkg/PLIST
new file mode 100644
index 00000000000..79afb9401b9
--- /dev/null
+++ b/converters/libiconv/pkg/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/01 17:29:20 rh Exp $
+bin/iconv
+include/iconv.h
+include/libcharset.h
+lib/charset.alias
+lib/libcharset.a
+lib/libcharset.la
+lib/libcharset.so.1.0
+lib/libiconv.a
+lib/libiconv.la
+lib/libiconv.so.2.2
+man/man1/iconv.1
+man/man3/iconv.3
+man/man3/iconv_close.3
+man/man3/iconv_open.3