aboutsummaryrefslogtreecommitdiff
path: root/converters/iconv-extra
Commit message (Collapse)AuthorAgeFilesLines
* converters/iconv-extra: unbreak on 12.0 after base r306297Jan Beich2017-02-011-0/+15
| | | | | | | | ===> ces (all) make[2]: don't know how to make unicode-1-1-utf-7.so. Stop Notes: svn path=/head/; revision=433108
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-225-15/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-296-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Support stageBaptiste Daroussin2014-01-091-2/+1
| | | | Notes: svn path=/head/; revision=339236
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in converters Notes: svn path=/head/; revision=336177
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-6/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326870
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Pacify gcc42 build.Alexander Nedotsukov2006-12-191-0/+34
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=180137
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Fix PREFIX compliance.Alexander Nedotsukov2005-10-211-8/+7
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=145981
* danfe.net discontinued iconv-2.0 sources mirroring. Mirror them locallyAlexander Nedotsukov2005-02-191-1/+2
| | | | | | | | | and fix fetching. Reported by: kris Notes: svn path=/head/; revision=129249
* Take over maintanership.Alexander Nedotsukov2004-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] Notes: svn path=/head/; revision=111044
* - Chase 302 redirect in master sitesPav Lucistnik2004-06-061-1/+1
| | | | | | | | PR: ports/67630 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=110973
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries andMaxim Sobolev2002-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 Notes: svn path=/head/; revision=56286
* Update iconv to 2.0 and reflect shared library version bump.Maxim Sobolev2000-11-294-192/+73
| | | | | | | | PR: 23163, 23164, 23165 Submitted by: maintainer Notes: svn path=/head/; revision=35507
* Update iconv POSIX-compliant charset conversion library to 1.1.Akinori MUSHA2000-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) Notes: svn path=/head/; revision=33075
* Add iconv-extra - an additional charset modules for the iconv-1.0 libraryMaxim Sobolev2000-09-125-0/+217
(from Unicode site). PR: 21170 Submitted by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk> Notes: svn path=/head/; revision=32543