summaryrefslogtreecommitdiffstats
path: root/converters/iconv
Commit message (Collapse)AuthorAgeFilesLines
* danfe.net discontinued iconv-2.0 sources mirroring. Mirror them locallybland2005-02-191-1/+2
| | | | | | and fix fetching. Reported by: kris
* Take maintainership.bland2004-02-231-1/+1
|
* Back out my previous commit, which was in error.trevor2004-02-081-5/+0
| | | | Noticed by: marcus
* Add "anti-foot-shooting device".trevor2004-02-081-0/+5
| | | | Obtained from: sobomax via the imake-4 and linux_base ports
* SIZEify.trevor2004-01-291-0/+1
|
* update MASTER_SITESmharo2003-12-171-1/+1
|
* De-pkg-comment.knu2003-02-202-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* Unbreak on -current by catching up to *.mk changeskris2002-06-041-4/+6
| | | | Submitted by: ru
* Change MAINTAINER to portsache2002-03-191-1/+1
|
* Add a patch to fix a bug where iconv() did not return -1 properly onknu2002-03-182-1/+56
| | | | | | | | | | | conversion error. This fixes null conversion and all the case where errno is set. Bump PORTREVISION. Approved by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk> (MAINTAINER, Author) Reported by: Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
* Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries andsobomax2002-03-185-12/+98
| | | | | | | | | | | | | | 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
* Fix breakage on FreeBSD < 4.2 caused by using `:C/' make(1) modifier.sobomax2000-12-081-0/+13
| | | | Submitted by: maintainer
* Fix mesbehaving on systems with Perl < 5.6.0 script and remove my temporarysobomax2000-12-011-0/+11
| | | | | | workaround. Submitted by: maintainer
* Fixes:sobomax2000-11-302-0/+8
| | | | | | | | | | - 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 revision of iconv. Prompted by: asami (plist), Mikhail Teterin <mi@privatelabs.com> (4-CURRENT)
* Update iconv to 2.0 and reflect shared library version bump.sobomax2000-11-295-116/+41
| | | | | 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)
* Update to 1.0.sobomax2000-09-124-497/+124
| | | | | PR: 21169 Submitted by: maintainer
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-161-1/+1
| | | | | | | | | 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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+2
| | | | ldconfig in PLIST need personal consideration.
* Add libiconv_p.a.asami2000-06-071-0/+1
| | | | Submitted by: bento
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-081-2/+2
|
* Initial import of iconve version 0.2.steve1999-11-015-0/+520
A charset conversion library and asscociated set of utitilies. PR: 14012 Submitted by: Konstantin Chuguev <joy@urc.ac.ru>
OpenPOWER on IntegriCloud