diff options
author | ade <ade@FreeBSD.org> | 2000-06-29 19:29:25 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-29 19:29:25 +0000 |
commit | 229943b0cb042c1f328278a09dfa56e4e312a5b2 (patch) | |
tree | b911502b7e8e23ff43a0b018af59d68b78e888fc /devel/libunicode/pkg-plist | |
parent | 91fd5265ffc7e8309a2a3e05bd34d93b86c9f516 (diff) | |
download | FreeBSD-ports-229943b0cb042c1f328278a09dfa56e4e312a5b2.zip FreeBSD-ports-229943b0cb042c1f328278a09dfa56e4e312a5b2.tar.gz |
libunicode is a library for manipulating Unicode characters and
strings. It understands both the UTF-8 and UCS-2 encodings, and has a
framework for adding support for new encodings.
Diffstat (limited to 'devel/libunicode/pkg-plist')
-rw-r--r-- | devel/libunicode/pkg-plist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/libunicode/pkg-plist b/devel/libunicode/pkg-plist new file mode 100644 index 0000000..e774596 --- /dev/null +++ b/devel/libunicode/pkg-plist @@ -0,0 +1,5 @@ +bin/unicode-config +include/unicode.h +lib/libunicode.a +lib/libunicode.so +lib/libunicode.so.0 |