summaryrefslogtreecommitdiff
path: root/converters/libiconv/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-02Update libiconv-1.10-cp932.patch to libiconv-1.10-ja-1.patch,taca1-3/+3
approved by wiz. Bump PKGREVISION. New in libiconv-1.10-ja.patch: * Changed EUC-JP, SHIFT_JIS, ISO-2022-JP, ISO-2022-JP-1, ISO-2022-JP-2, ISO-2022-JP-3, DEC-KANJI converters, so that JIS X 0208 1-29(0x815C )EM DASH is converted into U+2014 EM DASH instead of U+2015 HORIZONTAL BAR. * Changed SHIFT_JIS, SHIFT_JISX0213, ISO-2022-JP, ISO-2022-JP-1, ISO-2022-JP-2, ISO-2022-JP-3 converters, so that JIS X 0201 5/12(0x5C) YEN SIGN is converted into U+005C REVERSE SOLIDUS instead of U+00A5 YEN SIGN and JIS X 0201 7/14(0x7E) OVER LINE is converted into U+007E TILDE instead of U+203E OVER LINE. * Changed EUC-JP, SHIFT_JIS converters to exclude UDC mappings. * Added Shift_JIS-MS, SJIS-MS, MS932 as aliases for CP932. * Added CP51932 converter. * Added ISO-2022-JP-MS converter. * Added CP50221 as aliases for ISO-2022-JP-MS. New in libiconv-1.10-ja-1.patch: * Fixed output JIS X 0201 kata-kana character as raw 8bit when converted to iso-2022-jp-ms. * Fixed check tests/SHIFT_JISX0213.TXT * Add WINDOWS-932 as alias of CP932. * Add WINDOWS-51932 and MS51932 as alias of CP51932. * Add WINDOWS-50221 and MS50221 as alias of ISO-2022-JP-MS. * Add eucjpms (from MySQL) as alias of eucJP-ms. * Introduce CHARSET_ALIAS environment variable support. Example) with /bin/sh: $ CHARSET_ALIAS="Shift_JIS=WINDOWS-932:EUC-JP=EUC-JP-MS:ISO-2022-JP=ISO-2022-JP-MS" $ export CHARSET_ALIAS
2005-09-27add -c99 to CFLAGS for IRIX' MIPSPro compilers.jschauma1-1/+7
2005-09-12Added cp932 patch; closing PR-31142adam1-2/+6
2005-08-19Put the charset.alias file into place using REQD_FILES instead ofjlam1-2/+3
CONF_FILES since we need it to always be present for libiconv to function properly. It's now no longer removed automatically at deinstallation if it differs from the stock charset.alias file, meaning it's now preserved in case the user made modifications to the file; however a warning will be output that the file can be safely removed if you don't need it anymore. Bump the PKGREVISION to 1.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-2/+2
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-07-28Changes 1.10:adam1-10/+5
* Added ISO-8859-11 converter. * Updated the ISO-8859-7 converter. * Added ATARIST converter, available through --enable-extra-encodings. * Added BIG5-2003 converter (experimental), available through --enable-extra-encodings. * Updated EUC-TW converter to include the Euro sign. * The preloadable library has been renamed from libiconv_plug.so to preloadable_libiconv.so. * Portability to mingw.
2005-05-24Don't set artificial restrictions on which platforms can build thisjlam1-7/+1
package. Linux, like NetBSD, should be able to build this package, even if it has a built-in iconv implementation.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-11-24Revision bumpadam1-1/+2
2004-11-24Added a patch for japanese support (PR/25845)adam1-1/+5
2004-11-23Changes 1.9.2:adam1-10/+8
* Bug fixes
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-31Move including the ../../mk/bsd.prefs.mk and checking for Linuxreed1-7/+7
to after GNU_CONFIGURE and USE_LIBTOOL being set. This fixes the problem where the lt_cv_sys_max_cmd_len was not added to the CONFIGURE_ENV. Now that I think about it, I caused this problem when I added that Linux check...
2004-06-04Fail if this package is to be built under Linux. This is normalreed1-1/+7
for Linux. Most (all?) Linux distros don't provide a libiconv package, because GLIBC's iconv support is good enough. At this time, using PKG_FAIL_REASON instead of PKG_SKIP_REASON so we can catch examples of packages depending on this. The builtin.mk was improved to help stop it from being used under Linux. This was okayed by Rene Hexel, the maintainer. Todo: fix abiword build because it should not require this libiconv package under Linux.
2004-04-28nb2: use $(INSTALL), not $(INSTALL_DATA), for a library in an autoconfiscatedtv1-2/+2
package.
2004-04-02Apparently cp(1) under Irix does not like to overwrite symbolic links.jschauma1-2/+2
This causes the package to fail to install, as this section is executed a second time. Use pax instead and all's peachy.
2004-03-02Use ${CP} instead of cp. From Georg Schwarz in PR pkg/24634.snj1-1/+3
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-05bl3ifyjlam1-2/+4
2003-07-28Handle installation and removal of the charset.alias file properly in binaryjmmv1-2/+8
packages, using SUPPORT_FILES from bsd.pkg.install.mk. Bump PKGREVISION to 1.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13Update to 1.9.1.wiz1-3/+2
* Many more transliterations. * New configuration option --enable-relocatable.
2003-07-12use TEST_TARGET instead of custom test targetdillo1-4/+3
2003-02-28ensure we always install charset.alias and tidy PLIST handling,grant1-9/+6
improves portability.
2003-01-03Fix test target: do not use csh syntax (|&). Closes PR 19647.wiz1-2/+2
2002-10-29At present, gmake has libiconv as a requirement, yet libiconv needsagc1-2/+1
gmake to build. Remove the USE_GMAKE for just now - it seems superfluous, since NetBSD's make(1) works fine, and is causing a circular dependency.
2002-09-01Rejoin NetBSD and Solaris package lists which fixes package list problemstron1-2/+4
under Solaris.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-2/+2
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-20Update to 1.8.wiz1-3/+2
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.
2002-07-12update MASTER_SITES to use MASTER_SITE_GNU.grant1-2/+2
2002-05-14Add some more charsets to the alias file (see previous revision).wiz1-2/+2
Fixes e.g. the second gtk2 demo in the gtk2 tutorial on the web. Patch from libiconv CVS via Owen Tayler. Bump to 1.7nb2, and depend on it in buildlink.mk.
2002-05-10Fix charset.alias file, the same as it is in the current glib2 distributionwiz1-1/+9
and as it will be in the next release of libiconv. This should fix the pango build failures on -current. Tracked down by Owen Taylor. Bump version to 1.7nb1, and bump buildlink dependency, too.
2002-04-24add test target to run self-tests (assists verification on various platforms)dmcmahill1-1/+4
2001-10-30update to 1.7drochner1-5/+5
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.
2001-06-20Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-05-14Update libiconv to 1.6.1. Notable changes include:rh1-2/+2
* Bugfixes * The iconv program's -f and -t options are now optional. * Many more transliterations. * Added CP862 converter. * Changed the GB18030 converter. * Portability to DOS with DJGPP.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-12Add seperate package list for SunOS.tron1-1/+7
2001-01-01Initial import of libiconv-1.5, a character conversion library.rh1-0/+17