diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-20 23:38:33 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-20 23:38:33 +0000 |
commit | 1d6a89b456e3972ca215f7609d3d6e1e7d70732d (patch) | |
tree | 3311a7f0f7adf130ac9da7903aa15f427a0d9c96 /converters/libutf-8 | |
parent | 18bf6dc6bb279871ec6728523b8e8f774c99db6a (diff) | |
download | ports-1d6a89b456e3972ca215f7609d3d6e1e7d70732d.tar.gz ports-1d6a89b456e3972ca215f7609d3d6e1e7d70732d.zip |
Notes
Diffstat (limited to 'converters/libutf-8')
-rw-r--r-- | converters/libutf-8/Makefile | 4 | ||||
-rw-r--r-- | converters/libutf-8/pkg-descr | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/converters/libutf-8/Makefile b/converters/libutf-8/Makefile index 0ef2b374b0de..b525ff4d8d95 100644 --- a/converters/libutf-8/Makefile +++ b/converters/libutf-8/Makefile @@ -9,11 +9,11 @@ PORTNAME= libutf PORTVERSION= 8.1.0 CATEGORIES= converters MASTER_SITES= http://www.whizkidtech.redprince.net/i18n/ \ - ftp://ftp.whizkidtech.net/unix/ \ + ftp://ftp.whizkidtech.redprince.net/unix/ \ http://www.whizkidtech.net/ISO-8859-2/ DISTNAME= libutf-8-1.0 -MAINTAINER= adam@whizkidtech.net +MAINTAINER= adam@redprince.net COMMENT= Unicode conversion routines between UCS-4 and UTF-8 INSTALLS_SHLIB= yes diff --git a/converters/libutf-8/pkg-descr b/converters/libutf-8/pkg-descr index f5043041d5e4..e647ce856776 100644 --- a/converters/libutf-8/pkg-descr +++ b/converters/libutf-8/pkg-descr @@ -2,8 +2,7 @@ A library of routines for the conversion between 31-bit Unicode values (UCS-4) and their 8-bit encoding (UTF-9) defined in RFC 2044. The routines can handle input and output from/to files and memory. Useful for i18n programmers. -G. Adam Stanislav -adam@whizkidtech.net -http://www.whizkidtech.net/ - WWW: http://www.whizkidtech.redprince.net/i18n/ + +G. Adam Stanislav +adam@redprince.net |