aboutsummaryrefslogtreecommitdiff
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* Update as a satellite port of `converters/mule-ucs'.OKAZAKI Tetsurou2002-05-165-212/+5
| | | | | | | | This commit increments PORTREVISION which corresponds to the effect of `patch-aa' in the master port. Notes: svn path=/head/; revision=59282
* Stop installing a backup file created by `patch'.OKAZAKI Tetsurou2002-05-162-6/+11
| | | | | | | | | Fix a syntax error about `mapcar' in patch-aa. Bump up PORTREVISION. Notes: svn path=/head/; revision=59281
* Connect mule-ucs.OKAZAKI Tetsurou2002-05-161-0/+1
| | | | Notes: svn path=/head/; revision=59225
* Update to support Emacs 21.OKAZAKI Tetsurou2002-05-165-22/+53
| | | | | | | | | | | | | | | PR: 33094 Submitted by: yoichi Add a patch to mitigate slow Mule-UCS loading in Emacs 21.2, written by Dave Love <d.love@dl.ac.uk>. Obtained from: http://tsukuba.m17n.org/mule-archive/2002-3/msg00000.html Use ${DOCSDIR} instead of ${PREFIX}/${PORTDOCDIR}. Notes: svn path=/head/; revision=59224
* 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> Notes: svn path=/head/; revision=59093
* Update to 0.5.Akinori MUSHA2002-05-112-3/+2
| | | | Notes: svn path=/head/; revision=58935
* Fix invalid distfilesDavid W. Chapman Jr.2002-05-085-11/+63
| | | | | | | | | | | | fix warning during compilation Bump PORTEPOCH due to pkg_version -t dictating it Give originator maintainership PR: 37861 Submitted by: martin@raq.cx Notes: svn path=/head/; revision=58719
* Give maintainershipDavid W. Chapman Jr.2002-05-071-2/+3
| | | | | | | | PR: 37838 Submitted by: erwin@lansing.dk Notes: svn path=/head/; revision=58673
* Correct BUILD_DEPENDS on p5-Crypt-DES_EDE3Kris Kennaway2002-05-051-1/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=58576
* Use USE_LIBTOOL.Maxim Sobolev2002-04-305-57/+28
| | | | Notes: svn path=/head/; revision=58355
* Actually add the new patches from the last commit....Joe Marcus Clarke2002-04-292-0/+139
| | | | Notes: svn path=/head/; revision=58333
* 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 Notes: svn path=/head/; revision=58332
* use USE_PYDISTUTILSYing-Chieh Liao2002-04-291-8/+1
| | | | Notes: svn path=/head/; revision=58310
* Put back ru.po, it was deleted by mistake.Dmitry Sivachenko2002-04-292-1/+576
| | | | | | | Spotted by: olgeni Notes: svn path=/head/; revision=58294
* 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. Notes: svn path=/head/; revision=58061
* add fribidi 0.10.3Ying-Chieh Liao2002-04-196-0/+64
| | | | | | | A Free Implementation of the Unicode Bidirectional Algorithm Notes: svn path=/head/; revision=57887
* Say goodbye to Qt 1.x and all of its dependents. The one port I foundWill Andrews2002-04-1912-168/+0
| | | | | | | | | | | | | | | | which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree. Notes: svn path=/head/; revision=57872
* Use devel/gettext port;Dmitry Sivachenko2002-04-173-587/+5
| | | | | | | | | | | | | | Correct pkg-plist; General cleanup; PR: Submitted by: naddy Remove files/ru.po file since it is the same file included into recode distribution. Notes: svn path=/head/; revision=57787
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-4/+8
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Remove iconv->giconv hack.Maxim Sobolev2002-04-081-9/+0
| | | | Notes: svn path=/head/; revision=57432
* more clean pkg-plistNorikatsu Shigemura2002-04-062-1/+5
| | | | | | | Reviewed by: knu (mentor) Notes: svn path=/head/; revision=57384
* Replace characters illegal in the specified encoding of the GreekChristian Weisgerber2002-04-021-0/+66
| | | | | | | | | | | message catalog so it will work with new gettext. Assistance from Costas Christoyannis <dij@hack.gr>. Approved by: demon Notes: svn path=/head/; revision=57240
* Fixed port build error.Tatsumi Hosokawa2002-03-291-0/+28
| | | | Notes: svn path=/head/; revision=56832
* Fix another few places where giconv used instead of iconv.Maxim Sobolev2002-03-191-1/+1
| | | | | | | | PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56333
* Change MAINTAINER to portsAndrey A. Chernov2002-03-191-1/+1
| | | | Notes: svn path=/head/; revision=56328
* Add a patch to fix a bug where iconv() did not return -1 properly onAkinori MUSHA2002-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> Notes: svn path=/head/; revision=56292
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-184-0/+4
| | | | Notes: svn path=/head/; revision=56291
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-184-4/+4
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries andMaxim Sobolev2002-03-1822-191/+308
| | | | | | | | | | | | | | | | | 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
* Upgrade to 0.15Jesper Skriver2002-03-162-2/+2
| | | | | | | Approved by: MAINTAINER timeout Notes: svn path=/head/; revision=56223
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Add extra dependency of ports/security/p5-Crypt-DES_EDE3Jesper Skriver2002-03-141-0/+1
| | | | | | | Approved by: mharo Notes: svn path=/head/; revision=56088
* Upgrade to 0.06Jesper Skriver2002-03-132-2/+2
| | | | | | | Approved by: mharo Notes: svn path=/head/; revision=56024
* Update to 0.8.3.Maxim Sobolev2002-02-223-3/+3
| | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=55104
* Delete a nonexistent port entry: "gb2jis".Akinori MUSHA2002-02-141-1/+0
| | | | Notes: svn path=/head/; revision=54702
* Update maintainer email addressPatrick Li2002-01-281-1/+1
| | | | | | | | PR: 34372 Submitted by: maintainer Notes: svn path=/head/; revision=53911
* Update to 1.25.Anton Berezin2002-01-222-2/+2
| | | | Notes: svn path=/head/; revision=53582
* - Add NOPORTDOCS support to pkg-plistPatrick Li2002-01-172-8/+7
| | | | | | | | | | | - Use INSTALL_DATA for installing docs - Use DOCSDIR PR: 29762 Approved by: hoek Notes: svn path=/head/; revision=53212
* - Add NOPORTDOCS support (pkg-plist)Patrick Li2002-01-172-10/+8
| | | | | | | | | | | - Use INSTALL_DATA to install docs - Use DOCSDIR PR: 29760 Approved by: hoek Notes: svn path=/head/; revision=53211
* Remove tcs.Jun Kuriyama2002-01-081-1/+0
| | | | Notes: svn path=/head/; revision=52766
* Bell-labs is not distributing Plan-9 (and tcs) from anonymous ftp as did before.Jun Kuriyama2002-01-085-43/+0
| | | | | | | | Other code conversion software are developped and used. So I decide to remove this port... Notes: svn path=/head/; revision=52765
* Remove converter/gb2jis,which is in chinese/ now, by MAINTAINER's request.Clive Lin2002-01-086-46/+0
| | | | | | | Requested by: MAINTAINER Notes: svn path=/head/; revision=52750
* Update to version 1.0Kevin Lo2001-12-226-8/+34
| | | | | | | | PR: 33076 Submitted by: MAINTAINER Notes: svn path=/head/; revision=51975
* Backout previous change - it seems that new revision of the patch doesn'tMaxim Sobolev2001-12-201-17/+8
| | | | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> Notes: svn path=/head/; revision=51877
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-191-8/+17
| | | | Notes: svn path=/head/; revision=51864
* Upgrade to 0.11Jesper Skriver2001-12-082-2/+2
| | | | | | | Approved by: scrappy Notes: svn path=/head/; revision=51257
* Update to 20011018 releaseKris Kennaway2001-11-304-15/+19
| | | | Notes: svn path=/head/; revision=50746
* add dosunixYing-Chieh Liao2001-11-176-0/+36
| | | | | | | Manipulation of text files in a mixed DOS/Windows and Unix environment Notes: svn path=/head/; revision=50140
* Update to 0.4.5.Akinori MUSHA2001-11-163-13/+6
| | | | Notes: svn path=/head/; revision=50112
* Maintainer is now committer so change to new email address.Patrick Li2001-11-151-1/+1
| | | | | | | Approved by: lioux Notes: svn path=/head/; revision=50033