summaryrefslogtreecommitdiff
path: root/converters/libiconv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add depricated charset names to mapping. They still required by olderAlexander Nedotsukov2003-10-142-3/+12
| | | | | | 4.x systems. Reminded by: marcus
* - Starting from FreeBSD 4.6 we have nl_langinfo(CODESET) supported. ThereforeAlexander Nedotsukov2003-10-143-6/+42
| | | | | we must map codeset name rather than locale name on recent systems. - Use %%DOCSDIR%%
* Add optional support to compile in additional character set support.Joe Marcus Clarke2003-06-161-0/+11
| | | | Submitted by: Pav Lucistnik <pav@oook.cz>
* Don't try to install files to ${PREFIX} during the build.Joe Marcus Clarke2003-06-131-20/+2
| | | | Reported by: Andrew J Caines <A.J.Caines@halplant.com>
* Update to 1.9.1.Joe Marcus Clarke2003-06-1114-377/+39
| | | | | PR: 52893 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* A letter got chopped from this patchfile and caused the portAlfred Perlstein2002-10-281-1/+1
| | | | to be unable to patch. fix it.
* Do not create a ${PREFIX}/doc directory. Also, consolidate two patchesJoe Marcus Clarke2002-10-285-36/+49
| | | | | | that modify the same file into one. Submitted by: bento and kris
* Add --without-libintl-prefix as a CONFIGURE_ARG so to eliminate aJoe Marcus Clarke2002-08-041-1/+3
| | | | | circular dependency with gettext. This prevents iconv from being linked against libintl. Bump PORTREVISION.
* Update to 1.8, and retain shared lib version of 3.Joe Marcus Clarke2002-06-166-25/+30
| | | | Reviewed by: sobomax
* Add a few other distfile mirrors.Joe Marcus Clarke2002-06-151-2/+5
| | | | | Reported by: Anders Andersson <anders@sanyusan.se>, Kent Stewart <kstewart@owt.com>
* Speed up fetching.David E. O'Brien2002-05-291-2/+2
| | | | Noted by: kris
* Update to 1.7.0.1.David E. O'Brien2002-05-282-3/+3
| | | | OK'ed by: marcus
* Correct the path to gperf.Joe Marcus Clarke2002-05-261-1/+1
| | | | | | PR: 38586 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru> Pointy hat to: me
* * Add support for Korean real-world localesJoe Marcus Clarke2002-05-232-5/+33
| | | | | | | | | | * Allow libiconv to be built on FreeBSD < 4.3 * Bump PORTREVISION PR: 37271 Submitted by: Hye-Shik Chang <perky@fallin.lv> (Korean locale patch) me (build fix) Reviewed by: sobomax (build fix)
* Allow libiconv to be built by a non-root user.Joe Marcus Clarke2002-05-142-0/+22
| | | | | PR: 36810 Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
* Use USE_LIBTOOL.Maxim Sobolev2002-04-305-57/+28
|
* Actually add the new patches from the last commit....Joe Marcus Clarke2002-04-292-0/+139
|
* Fix a few problems in libiconv.Joe Marcus Clarke2002-04-292-6/+15
| | | | | | | | | | | | | * 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 <fuyuhik8@is.titech.ac.jp> (infinite loop fix) marcus (everything else) Reviewed by: nork (infinite loop fix), sobomax Approved by: sobomax
* As it was advertised more than a month ago complete giconv -> iconvMaxim Sobolev2002-04-242-11/+1
| | | | | | | | | | 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.
* Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries andMaxim Sobolev2002-03-189-177/+124
| | | | | | | | | | | | | | 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
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-312-6/+26
| | | | | PRs: 31601, 31602, 31603, ... Submitted by: Ports Fury
* Remove dead WWW.Maxim Sobolev2001-10-231-2/+0
|
* Don't create ${PREFIX}/doc, which isn't used anyway.Satoshi Asami2001-09-161-2/+2
| | | | Submitted by: bento
* - Remove useless USE_LIBTOOL;Maxim Sobolev2001-08-279-52/+123
| | | | | | - 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.
* Upgrade to 1.7... Run included tests after the build... MaintainersMikhail Teterin2001-08-267-40/+76
| | | | | | | | (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
* Remove patch that isn't necessary anymore. This should fix build on -current.Maxim Sobolev2001-06-291-14/+0
| | | | Submitted by: sf
* Unbroke on 5-CURRENT.Maxim Sobolev2001-05-291-0/+14
|
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Update to 1.6.1.Maxim Sobolev2001-04-025-22/+47
| | | | | Submitted by: Dave Duchscher <daved@tamu.edu> Udo Schweigert <Udo.Schweigert@cert.siemens.de>
* Update to 1.5.1.Maxim Sobolev2001-02-098-74/+180
| | | | Submitted by: ade
* Style/space police (space -> tab) over the converters category.Jimmy Olgeni2001-02-051-1/+1
|
* Update to 1.4.Maxim Sobolev2000-11-205-34/+34
|
* Whitespace-only:Maxim Sobolev2000-11-011-1/+1
| | | | Make indentation uniform across my ports.
* Prefix all bits of this iconv() implementation with "g" to avoid conflict withMaxim Sobolev2000-07-185-4/+93
| | | | | | | | | | another iconv() in converters/iconv: libiconv --> libgiconv iconv.h --> giconv.h iconv*.3 --> giconv*.3 Suggested by: knu
* Add libiconv - a charset conversion library (LGPL'ed iconv() implementation).Maxim Sobolev2000-07-175-0/+71