pkgsrc/converters/libiconv/options.mk
wiz a53396f3de Update to 1.12:
New in libiconv-1.12-cp932.patch:
* Changed CP932 converter to use exact mapping table.
* Added WINDOWS-31J, csWINDOWS31J, SJIS-OPEN, SJIS-WIN as aliases for CP932.
* Added EUCJP-MS converter.
* Added EUC-JP-MS, EUCJP-OPEN, EUCJP-WIN as aliases for EUCJP-MS.

New in 1.12:
* The iconv program is now licensed under the GPL version 3, instead of the
  GPL version 2. The libiconv library continues to be licensed under LGPL.
* Added RK1048 converter.
* On AIX, an existing system libiconv no longer causes setlocale() to fail.
* Upgraded EUC-KR, JOHAB to include the Korean postal code sign.
2007-11-29 17:05:34 +00:00

14 lines
387 B
Makefile

# $NetBSD: options.mk,v 1.2 2007/11/29 17:05:35 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.libiconv
PKG_SUPPORTED_OPTIONS= libiconv-cp932
PKG_SUGGESTED_OPTIONS= libiconv-cp932
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mlibiconv-cp932)
PATCH_SITES= http://www2d.biglobe.ne.jp/~msyk/software/libiconv/
PATCHFILES= libiconv-1.12-cp932.patch.gz
PATCH_DIST_STRIP= -p1
.endif