The FreeBSD Ports Archive
FreeBSD converters : libiconv4>
A character set conversion library
This library 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 these 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.
libiconv is for you if your application needs to support multiple character
encodings, but that support lacks from your system.
See either README or website for the list of supported encodings.
http://www.gnu.org/software/libiconv/
|
libiconv history
v. 1.43
date: 2007/10/27 15:31:50; author: bland; state: Exp; lines: +9 -9
Re-enable EXTRA_PATCHES option.
PR: 117561
v. 1.42
date: 2007/10/24 23:35:01; author: marcus; state: Exp; lines: +15 -13
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
v. 1.41
date: 2007/10/11 07:24:47; author: danfe; state: Exp; lines: +1 -1
- Remove extraneous comma from previous commit
- Better English in port description
v. 1.40
date: 2007/10/10 13:29:42; author: bland; state: Exp; lines: +7 -9
- Convert to OPTIONS.
- Pet portlint (spaces -> tab).
PR: 117063
v. 1.39
date: 2007/02/01 02:41:21; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.38
date: 2006/11/05 02:42:02; author: mezz; state: Exp; lines: +1 -1
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
v. 1.37
date: 2006/05/03 23:38:40; author: edwin; state: Exp; lines: +0 -1
remove USE_REINPLACE for all ports with categories starting with C
v. 1.36
date: 2006/02/23 10:34:59; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.35
date: 2006/01/28 03:19:38; author: nork; state: Exp; lines: +2 -0
Add backup sites for WITH_EXTRA_PATCHES.
v. 1.34
date: 2005/11/15 06:48:15; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.33
date: 2004/07/27 03:28:14; author: bland; state: Exp; lines: +8 -0
Add knob WITH_EXTRA_PATCHES which brings in:
- Fixes for cp932 roundtrip issue (Microsoft KB: Q170559).
- EUCJP-MS encoding.
- A number of aliases for cp932 and EUCJP-MS encodings.
Requested by: NAKAJI Hiroyuki
Patches by: MORIYAMA Masayuki
v. 1.32
date: 2004/07/09 19:14:39; author: bland; state: Exp; lines: +2 -3
Update to 1.9.2
v. 1.31
date: 2004/07/09 17:42:00; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.30
date: 2004/03/14 06:16:06; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.29
date: 2004/02/08 22:57:37; author: marcus; state: Exp; lines: +5 -0
Add a check for USE_ICONV, and if found, error out. This will avoid fork
bombs on systems where USE_ICONV has been incorrectly defined in make.conf
or in the environment.
Submittd by: trevor
v. 1.28
date: 2003/10/14 08:00:14; author: bland; state: Exp; lines: +1 -1
Add depricated charset names to mapping. They still required by older
4.x systems.
Reminded by: marcus
v. 1.27
date: 2003/10/14 07:04:51; author: bland; state: Exp; lines: +1 -1
- Starting from FreeBSD 4.6 we have nl_langinfo(CODESET) supported. Therefore
we must map codeset name rather than locale name on recent systems.
- Use %%DOCSDIR%%
v. 1.26
date: 2003/06/16 16:14:25; author: marcus; state: Exp; lines: +11 -0
Add optional support to compile in additional character set support.
Submitted by: Pav Lucistnik
v. 1.25
date: 2003/06/11 17:48:42; author: marcus; state: Exp; lines: +6 -15
Update to 1.9.1.
PR: 52893
Submitted by: KATO Tsuguru
v. 1.24
date: 2003/03/07 05:57:57; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.23
date: 2002/10/28 03:15:36; author: marcus; state: Exp; lines: +0 -0
Another diff got merged into my last commit. It's probably okay to add
it anyway.
Add an alias for the UTF8 locale that points to UTF-8.
v. 1.22
date: 2002/10/28 03:14:04; author: marcus; state: Exp; lines: +1 -1
Do not create a ${PREFIX}/doc directory. Also, consolidate two patches
that modify the same file into one.
Submitted by: bento and kris
v. 1.21
date: 2002/08/04 05:46:14; author: marcus; state: Exp; lines: +3 -1
Add --without-libintl-prefix as a CONFIGURE_ARG so to eliminate a
circular dependency with gettext. This prevents iconv from being linked
against libintl. Bump PORTREVISION.
v. 1.20
date: 2002/06/16 19:11:09; author: marcus; state: Exp; lines: +4 -8
Update to 1.8, and retain shared lib version of 3.
Reviewed by: sobomax
v. 1.19
date: 2002/06/15 20:16:13; author: marcus; state: Exp; lines: +5 -2
Add a few other distfile mirrors.
Reported by: Anders Andersson ,
Kent Stewart
v. 1.18
date: 2002/05/29 19:21:28; author: obrien; state: Exp; lines: +2 -2
Speed up fetching.
Noted by: kris
v. 1.17
date: 2002/05/28 03:04:43; author: obrien; state: Exp; lines: +2 -2
Update to 1.7.0.1.
OK'ed by: marcus
v. 1.16
date: 2002/05/26 21:35:49; author: marcus; state: Exp; lines: +1 -1
Correct the path to gperf.
PR: 38586
Submitted by: Lev Serebryakov
Pointy hat to: me
v. 1.15
date: 2002/05/23 05:57:18; author: marcus; state: Exp; lines: +12 -3
* Add support for Korean real-world locales
* Allow libiconv to be built on FreeBSD < 4.3
* Bump PORTREVISION
PR: 37271
Submitted by: Hye-Shik Chang (Korean locale patch)
me (build fix)
Reviewed by: sobomax (build fix)
v. 1.14
date: 2002/04/30 08:07:33; author: sobomax; state: Exp; lines: +2 -1
Use USE_LIBTOOL.
v. 1.13
date: 2002/04/29 18:41:49; author: marcus; state: Exp; lines: +4 -1
Fix a few problems in libiconv.
* Allow libcharset to find charset.alias in the correct place
* Add support for the new FreeBSD locales
* Fix potential infinite loop when conversion fails
* Bump PORTREVISION
PR: 37543, 37497
Submitted by: Fuyuhiko Maruyama (infinite loop
fix) marcus (everything else)
Reviewed by: nork (infinite loop fix), sobomax
Approved by: sobomax
v. 1.12
date: 2002/04/24 15:49:47; author: sobomax; state: Exp; lines: +1 -7
As it was advertised more than a month ago complete giconv -> iconv
conversion by removing code which installs compatibility `g'-symlinks. This
change is likely to break the following ports:
ports/x11-wm/icewm
ports/databases/grass
Please blame their maintainers, not me.
v. 1.11
date: 2002/03/18 09:43:23; author: sobomax; state: Exp; lines: +9 -3
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.10
date: 2001/08/27 09:39:53; author: sobomax; state: Exp; lines: +3 -11
- Remove useless USE_LIBTOOL;
- properly name shared libraries (get rid of bogus .so.X.Y convention);
- add files missed from pkg-plist (documentation);
- don't waste time building/running tests included into distribution.
v. 1.9
date: 2001/08/26 00:53:02; author: mi; state: Exp; lines: +10 -2
Upgrade to 1.7... Run included tests after the build... Maintainers
(gnome@) were informed a couple of days ago, but are impressively silent
and I've been using KDE/libxml2 linked against this library since with
no problem.
Approved by: maintainer's silence
v. 1.8
date: 2001/05/11 16:36:14; author: ade; state: Exp; lines: +2 -2
SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
v. 1.7
date: 2001/04/02 09:05:31; author: sobomax; state: Exp; lines: +4 -2
Update to 1.6.1.
Submitted by: Dave Duchscher
Udo Schweigert
v. 1.6
date: 2001/02/09 19:36:45; author: sobomax; state: Exp; lines: +5 -2
Update to 1.5.1.
Submitted by: ade
v. 1.5
date: 2001/02/05 14:30:40; author: olgeni; state: Exp; lines: +2 -2
Style/space police (space -> tab) over the converters category.
v. 1.4
date: 2000/11/20 16:57:22; author: sobomax; state: Exp; lines: +2 -2
Update to 1.4.
v. 1.3
date: 2000/11/01 15:50:59; author: sobomax; state: Exp; lines: +2 -2
Whitespace-only:
Make indentation uniform across my ports.
v. 1.2
date: 2000/07/18 06:59:02; author: sobomax; state: Exp; lines: +2 -2
Prefix all bits of this iconv() implementation with "g" to avoid conflict with
another iconv() in converters/iconv:
libiconv --> libgiconv
iconv.h --> giconv.h
iconv*.3 --> giconv*.3
Suggested by: knu
v. 1.1
date: 2000/07/17 15:47:12; author: sobomax; state: Exp;
Add libiconv - a charset conversion library (LGPL'ed iconv() implementation).
=============================================================================
|
| |

|