diff options
author | drochner <drochner@pkgsrc.org> | 2001-10-30 17:41:19 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-10-30 17:41:19 +0000 |
commit | a59bbaa4063056aed5c8f3eda2836933e1075c05 (patch) | |
tree | a874d26850c32cf298a3e60f5a440893e2b43ebf /converters/libiconv/Makefile | |
parent | 5911882bd7b880920265cad46cb9701f70c2dfeb (diff) | |
download | pkgsrc-a59bbaa4063056aed5c8f3eda2836933e1075c05.tar.gz |
update to 1.7
changes:
* Added UTF-32, UTF-32BE, UTF-32LE converters.
* Changed CP1255, CP1258 and TCVN converters to handle combining characters.
* Changed EUC-JP, SHIFT-JIS, CP932, ISO-2022-JP, ISO-2022-JP-2, ISO-2022-JP-1
converters to use fullwidth Yen sign instead of halfwidth Yen sign, and
fullwidth tilde instead of halfwidth tilde.
* Upgraded EUC-TW, ISO-2022-CN, ISO-2022-CN-EXT converters to Unicode 3.1.
* Changed the GB18030 converter to not reject unassigned and private-use
Unicode characters.
* Fixed a bug in the byte order mark treatment of the UCS-4 decoder.
* The manual pages are now distributed also in HTML format.
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r-- | converters/libiconv/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 61519c1bde8..4364e025e27 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,20 +1,20 @@ -# $NetBSD: Makefile,v 1.5 2001/06/20 07:28:09 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/10/30 17:41:19 drochner Exp $ # -DISTNAME= libiconv-1.6.1 +DISTNAME= libiconv-1.7 CATEGORIES= converters MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ MAINTAINER= rh@netbsd.org -HOMEPAGE= http://clisp.cons.org/~haible/packages-libiconv.html +HOMEPAGE= http://www.gnu.org/software/libiconv/ COMMENT= character set conversion library USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES USE_GMAKE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE+= ${WRKSRC}/autoconf/ltconfig -LTCONFIG_OVERRIDE+= ${WRKSRC}/libcharset/autoconf/ltconfig +LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool +LIBTOOL_OVERRIDE+= ${WRKSRC}/libcharset/libtool .include "../../mk/bsd.prefs.mk" |