summaryrefslogtreecommitdiffstats
path: root/converters/iconv-extra
Commit message (Collapse)AuthorAgeFilesLines
* Pacify gcc42 build.bland2006-12-191-0/+34
| | | | Reported by: krismail
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Fix PREFIX compliance.bland2005-10-211-8/+7
| | | | Reported by: krismail
* danfe.net discontinued iconv-2.0 sources mirroring. Mirror them locallybland2005-02-191-1/+2
| | | | | | and fix fetching. Reported by: kris
* Take over maintanership.bland2004-06-081-1/+1
| | | | | | | | | - Konstantin explicitly resigned from BSD iconv few years ago. - My e-mail pings about the case was never answered (last attempt 2/23/2004). - There is a technical problem contacting him. [1] PR: 67691 [1]
* - Chase 302 redirect in master sitespav2004-06-061-1/+1
| | | | | PR: ports/67630 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries andsobomax2002-03-187-1/+85
| | | | | | | | | | | | | | 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
* Update iconv to 2.0 and reflect shared library version bump.sobomax2000-11-294-192/+73
| | | | | PR: 23163, 23164, 23165 Submitted by: maintainer
* Update iconv POSIX-compliant charset conversion library to 1.1.knu2000-09-242-2/+2
| | | | | | | | | | | | | | | | | | | | | 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)
* Add iconv-extra - an additional charset modules for the iconv-1.0 librarysobomax2000-09-125-0/+217
(from Unicode site). PR: 21170 Submitted by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
OpenPOWER on IntegriCloud