summaryrefslogtreecommitdiff
path: root/converters/libiconv/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-08-20 11:52:10 +0000
committerwiz <wiz@pkgsrc.org>2002-08-20 11:52:10 +0000
commitddf436e92a51faa12a9ba70babb683ee17ca18df (patch)
tree228ab5431c2b547df6df83db7017a1155cb4dffd /converters/libiconv/Makefile
parentbf2c25a48415b7f70e3b425f3a504744a6277b30 (diff)
downloadpkgsrc-ddf436e92a51faa12a9ba70babb683ee17ca18df.tar.gz
Update to 1.8.
Changes since 1.7: * The iconv program has new options -l, -c, -s. * The iconv program is internationalized. * Added C99 converter. * Added KOI8-T converter. * New configuration option --enable-extra-encodings that enables a bunch of additional encodings; see the README for details. * Updated the ISO-8859-16 converter. * Upgraded BIG5-HKSCS, EUC-TW, ISO-2022-CN, ISO-2022-CN-EXT converters to Unicode 3.2. * Upgraded EUC-KR, CP949, JOHAB converters to include the Euro sign. * Changed the ARMSCII-8 converter. * Extended the EUC-JP encoder so that YEN SIGN characters don't cause failures in Shift_JIS to EUC-JP conversion. * The JAVA converter now handles characters outside the Unicode BMP correctly. * Fixed a bug in the CP1255, CP1258, TCVN decoders: The base characters of combining characters could be dropped at the end of the conversion buffer. * Fixed a bug in the transliteration that could lead to excessive memory allocations in libintl when transliteration was needed. * Portability to BSD/OS and SCO 3.2.5.
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r--converters/libiconv/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
index 9123510b31b..00fc91226b5 100644
--- a/converters/libiconv/Makefile
+++ b/converters/libiconv/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2002/07/12 06:37:14 grant Exp $
+# $NetBSD: Makefile,v 1.11 2002/08/20 11:52:10 wiz Exp $
#
-DISTNAME= libiconv-1.7
-PKGREVISION= 2
+DISTNAME= libiconv-1.8
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GNU:=libiconv/}