./converters/libiconv [character set conversion library]
[+] Add this package to your ports tracker

[ CVSweb ] [ Homepage ] [ RSS feed ]

Version: 1.13p0, Package name: libiconv-1.13p0
Maintained by: Brad Smith
Required to build:
[devel/gperf] [devel/libtool]
Master sites:
Description
libiconv provides an iconv() implementation, for use on systems which
don't have one, or whose implementation cannot convert from/to Unicode.

It can convert from any of supported encodings to any other, through Unicode
conversion.

It has also some limited support for transliteration, i.e. when a character
cannot be represented in the target character set, it can be approximated
through one or several similarly looking characters. Transliteration is
activated when "//TRANSLIT" is appended to the target encoding name.

libiconv is for you if your application needs to support multiple character
encodings, but that support lacks from your system.


MD5: BIAyowMuvRghUL3uMKXVMw=
RMD160: aVuQwIMO5FchOptGrn2nDy6WLEM=
Filesize: 4620.635 KB

Package available on: cdrom(), ftp()
Distfile available on: cdrom(), ftp()

Version History (View Complete History)
  • (2010-02-11) Updated to version: libiconv-1.13p0
  • (2009-04-25) Updated to version: libiconv-1.13
  • (2008-05-29) Updated to version: libiconv-1.12
  • (2007-11-19) Updated to version: libiconv-1.9.2p5
  • (2007-08-26) Updated to version: libiconv-1.9.2p4
  • (2006-07-21) Package added to openports.se, version libiconv-1.9.2p3 (created)
[show/hide] View available PLISTS (Can be a lot of data)
[show/hide] View known vulnerabilities

CVS Commit History:

   2010-02-07 08:25:03 by Christian Weisgerber | Files touched by this commit (2)
Log message:
Fix an endless loop in the conversion to wchar_t.  From upstream.
ok jasper@, Brad
   2009-04-24 12:56:49 by Christian Weisgerber | Files touched by this commit (8)
Log message:
update to 1.13; from Brad
   2008-10-12 02:52:03 by Marc Espie | Files touched by this commit (1)
Log message:
style
   2008-06-18 13:50:31 by Christian Weisgerber | Files touched by this commit (1)
Log message:
make sure that configure does not pick up a wrong prototype from a
previously installed iconv
   2008-05-28 14:03:14 by Christian Weisgerber | Files touched by this commit (12)
Log message:
overdue maintenance update to 1.12; ok brad@
   2008-04-03 03:23:40 by Nikolay Sturm | Files touched by this commit (1)
Log message:
fix CONFIGURE_ENV and use it in pre-configure to permit building w/o
/usr/local/bin in user's path (as reported by krw@ on ports@)
no PKGNAME bump needed
ok brad@ (maintainer)
   2007-12-28 07:12:53 by Marc Espie | Files touched by this commit (1)
Log message:
fix parallel build, mkdir has a race, since two jobs may create the same
directory at once. mkdir -p does NOT have the same race.
   2007-11-19 06:12:57 by Stuart Henderson | Files touched by this commit (3)
Log message:
support 646 as an alias for ASCII in the converter.
ok brad via steven; discussed with jasper, naddy, steven
   2007-08-25 07:51:08 by Christian Weisgerber | Files touched by this commit (8)
Log message:
strl* fixes corresponding to those in devel/gettext; ok brad
   2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270)
Log message:
base64 distinfo with SHA256


   2006-11-20 05:41:40 by Bernd Ahlers | Files touched by this commit (1)
Log message:
Provide MODLIBICONV_{LIB,RUN}_DEPENDS to help MULTI_PACKAGES.
ok espie@
   2006-10-28 05:19:21 by Marc Espie | Files touched by this commit (64)
Log message:
a few more SHARED_LIBS reformat
   2006-08-01 04:50:19 by Marc Espie | Files touched by this commit (21)
Log message:
convert a few libspecs to new style.
Note: no package bump, those are only BUILD dependencies,
the pkg_create code will create the correct wantlib specs.


   2006-01-10 04:35:14 by Marc Espie | Files touched by this commit (5)
Log message:
more MODGNU_SHARED_LIBS


   2005-12-24 09:11:53 by Marc Espie | Files touched by this commit (8)
Log message:
SHARED_LIBS


   2005-12-21 07:43:59 by Marc Espie | Files touched by this commit (1)
Log message:
switch to system libtool, okay brad@


   2005-12-01 04:23:42 by Bernd Ahlers | Files touched by this commit (2)
Log message:
Add runelocale 646 to charset.alias. This fixes a GLib warning reported
by djm@. Bump PKGNAME accordingly.
"go ahead" espie@


   2005-04-23 08:40:42 by Marc Espie | Files touched by this commit (2)
Log message:
@endfake


   2005-04-16 15:10:22 by Marc Espie | Files touched by this commit (5)
Log message:
try harder to avoid defining mbstate_t if there's one defined already.
remove some dependencies on the type name.
Regen patch.


   2005-01-14 23:22:36 by Brad Smith | Files touched by this commit (2)
Log message:
upgrade to libiconv 1.9.2
From: Alec Berryman <alec at hened dot net>


   2005-01-05 08:58:31 by Christian Weisgerber | Files touched by this commit (59)
Log message:
SIZE


   2004-11-21 15:53:59 by Marc Espie | Files touched by this commit (13)
Log message:
WANTLIB markers


   2004-09-23 01:07:01 by Peter Valchev | Files touched by this commit (2)
Log message:
only do -fPIC on shared architectures where it makes sense.
unbreaks m88k; ok espie


   2004-08-06 10:06:04 by Marc Espie | Files touched by this commit (43)
Log message:
new-style PLISTs


   2004-08-03 03:13:30 by Marc Espie | Files touched by this commit (2)
Log message:
prepare iconv for MODULES=converters/libiconv


   2004-06-13 00:47:32 by Peter Valchev | Files touched by this commit (1)
Log message:
compile 3 objects that were previously missed for some reason, with -fPIC
this fixes x11/vlc on amd64.


   2003-12-23 17:08:02 by Brad Smith | Files touched by this commit (12)
Log message:
upgrade to libiconv 1.9.1


   2003-12-15 14:42:44 by Christian Weisgerber | Files touched by this commit (509)
Log message:
remove WWW lines


   2002-12-29 12:37:53 by Federico G. Schwindt | Files touched by this commit (13)
Log message:
chau NEED_VERSION.


   2002-09-16 19:33:05 by Brad Smith | Files touched by this commit (1)
Log message:
- no more chmod 777
- link iconv binary like the HP-UX example instead of using brain dead libtool


   2002-09-16 19:25:03 by Brad Smith | Files touched by this commit (2)
Log message:
remove local changes to libtool made by libiconv authors
which make dirs with mode 777.
--
Brought to my attention by: Mike Pechkin <mpech@prosoft.org.lv>