The FreeBSD Ports Archive
FreeBSD converters : iconv4>
Charset conversion library and utilities
ICONV is 1) the library (libiconv.a and .so) for conversion between
various charsets, 2) the command line utility (iconv) and 3) a set
of charsets (tables and shared modules).
33 charsets are supported in this port: most Unicode encodings,
all charsets for which locale exist in FreeBSD, few IBM-DOS ones.
Other charsets are provided as standalone ports.
Konstantin Chuguev
November 2000.
|
iconv history
v. 1.20
date: 2006/08/09 11:32:46; author: bland; state: Exp; lines: +2 -2
- Catch up with NOPROFILE -> NO_PROFILE change. [1]
- INSTALLS_SHLIB -> USE_LDCONFIG
Submitted by: dionex [1]
v. 1.19
date: 2005/02/19 04:04:57; author: bland; state: Exp; lines: +2 -1
danfe.net discontinued iconv-2.0 sources mirroring. Mirror them locally
and fix fetching.
Reported by: kris
v. 1.18
date: 2004/02/23 02:53:54; author: bland; state: Exp; lines: +1 -1
Take maintainership.
v. 1.17
date: 2004/02/08 22:34:55; author: trevor; state: Exp; lines: +0 -5
Back out my previous commit, which was in error.
Noticed by: marcus
v. 1.16
date: 2004/02/08 21:46:37; author: trevor; state: Exp; lines: +5 -0
Add "anti-foot-shooting device".
Obtained from: sobomax via the imake-4 and linux_base ports
v. 1.15
date: 2003/12/17 04:06:11; author: mharo; state: Exp; lines: +1 -1
update MASTER_SITES
v. 1.14
date: 2003/02/20 16:58:26; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.13
date: 2002/11/10 16:45:20; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.12
date: 2002/11/06 22:44:12; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.11
date: 2002/03/19 09:42:36; author: ache; state: Exp; lines: +1 -1
Change MAINTAINER to ports
v. 1.10
date: 2002/03/18 11:13:33; author: knu; state: Exp; lines: +1 -1
Add a patch to fix a bug where iconv() did not return -1 properly on
conversion error. This fixes null conversion and all the case where
errno is set.
Bump PORTREVISION.
Approved by: Konstantin Chuguev
(MAINTAINER, Author)
Reported by: Nobuyoshi Nakada
v. 1.9
date: 2002/03/18 09:43:24; author: sobomax; state: Exp; lines: +4 -4
Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries and
manpages installed by libiconv (aka GNU iconv) and add similar `b'-prefixes
into components installed by iconv (aka BSD iconv). The reason why we do this
is because unfortunately BSD iconv become abadonware (author doesn't maintain
it anymore), while number of ports that need functional iconv library grows
very fast, thus creating significant overhead due to patches needed to make
ports working with prefixed GNU iconv. For compatibility reasons create
symlinks in GNU iconv, so that all ports that expect GNU iconv to have `g'
prefix should work unmodified until all those `g'-hacks are wiped out.
Prompted by: ache
Reviewed by (in principle): freebsd-ports, freebsd-gnome
v. 1.8
date: 2000/11/30 09:23:33; author: sobomax; state: Exp; lines: +8 -1
Fixes:
- Fix pkg-plist in the case when NOPROFILE isn't defined;
- fix breakage on system with old perl < 5.6.0 (4-STABLE and downward) by
including pre-generated on 5-CURRENT files. Perl scripts supplied with the
port have some problems with old perl and I hope Konstantin will address this
problem in the next v. of iconv.
Prompted by: asami (plist), Mikhail Teterin (4-CURRENT)
v. 1.7
date: 2000/11/29 11:46:36; author: sobomax; state: Exp; lines: +2 -2
Update iconv to 2.0 and reflect shared library version bump.
PR: 23163, 23164, 23165
Submitted by: maintainer
v. 1.6
date: 2000/09/24 21:48:01; author: knu; state: Exp; lines: +2 -2
Update iconv POSIX-compliant charset conversion library to 1.1.
Fixed problems:
- All the modules are linked against libiconv. iconv() now can be
called from other shared libraries (it could only be called from
executables in iconv-1.0);
- Case insensitive recognition of charset names. There was a bug in
1.0: the first letter of a charset name was case sensitive;
- Modified behaviour of iconv() used with (inbytesleft == NULL) or
(*inbytesleft = 0): now iconv silently returns 0; in 1.0 it
returned (size_t)(-1) and set errno=EINVAL. According to POSIX
specification both ways are correct; the new behaviour is just
less restrictive.
PR: ports/21521, ports/21522, ports/21523
Submitted by: Konstantin.Chuguev@dante.org.uk (MAINTAINER)
(Problems reported by: knu)
v. 1.5
date: 2000/09/12 10:06:46; author: sobomax; state: Exp; lines: +9 -8
Update to 1.0.
PR: 21169
Submitted by: maintainer
v. 1.4
date: 2000/06/16 21:50:27; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.3
date: 2000/06/16 10:38:25; author: sobomax; state: Exp; lines: +3 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.2
date: 2000/04/08 23:24:30; author: mharo; state: Exp; lines: +3 -3
update with the new PORTNAME/PORTVERSION variables
v. 1.1
date: 1999/11/01 03:30:58; author: steve; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/11/01 03:30:58; author: steve; state: Exp; lines: +0 -0
Initial import of iconve version 0.2.
A charset conversion library and asscociated set of utitilies.
PR: 14012
Submitted by: Konstantin Chuguev
=============================================================================
|
| |

|