summaryrefslogtreecommitdiffstats
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
...
* Update as a satellite port of `converters/mule-ucs'.okazaki2002-05-165-212/+5
| | | | | This commit increments PORTREVISION which corresponds to the effect of `patch-aa' in the master port.
* Stop installing a backup file created by `patch'.okazaki2002-05-162-6/+11
| | | | | | Fix a syntax error about `mapcar' in patch-aa. Bump up PORTREVISION.
* Connect mule-ucs.okazaki2002-05-161-0/+1
|
* Update to support Emacs 21.okazaki2002-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}.
* Allow libiconv to be built by a non-root user.marcus2002-05-142-0/+22
| | | | | PR: 36810 Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
* Update to 0.5.knu2002-05-112-3/+2
|
* Fix invalid distfilesdwcjr2002-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
* Give maintainershipdwcjr2002-05-071-2/+3
| | | | | PR: 37838 Submitted by: erwin@lansing.dk
* Correct BUILD_DEPENDS on p5-Crypt-DES_EDE3kris2002-05-051-1/+1
| | | | Noticed by: bento
* Use USE_LIBTOOL.sobomax2002-04-305-57/+28
|
* Actually add the new patches from the last commit....marcus2002-04-292-0/+139
|
* Fix a few problems in libiconv.marcus2002-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
* use USE_PYDISTUTILSijliao2002-04-291-8/+1
|
* Put back ru.po, it was deleted by mistake.demon2002-04-292-1/+576
| | | | Spotted by: olgeni
* As it was advertised more than a month ago complete giconv -> iconvsobomax2002-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.
* add fribidi 0.10.3ijliao2002-04-196-0/+64
| | | | A Free Implementation of the Unicode Bidirectional Algorithm
* Say goodbye to Qt 1.x and all of its dependents. The one port I foundwill2002-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.
* Use devel/gettext port;demon2002-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.
* gettext upgrade uber-patch (stage 3)ade2002-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
* Remove iconv->giconv hack.sobomax2002-04-081-9/+0
|
* more clean pkg-plistnork2002-04-062-1/+5
| | | | Reviewed by: knu (mentor)
* Replace characters illegal in the specified encoding of the Greeknaddy2002-04-021-0/+66
| | | | | | | | message catalog so it will work with new gettext. Assistance from Costas Christoyannis <dij@hack.gr>. Approved by: demon
* Fixed port build error.hosokawa2002-03-291-0/+28
|
* Fix another few places where giconv used instead of iconv.sobomax2002-03-191-1/+1
| | | | | PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Change MAINTAINER to portsache2002-03-191-1/+1
|
* Add a patch to fix a bug where iconv() did not return -1 properly onknu2002-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>
* Bump PORTREVISION to reflect the (lib)iconv upgrade.knu2002-03-184-0/+4
|
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needsobomax2002-03-184-4/+4
| | | | libiconv.
* Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries andsobomax2002-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
* Upgrade to 0.15jesper2002-03-162-2/+2
| | | | Approved by: MAINTAINER timeout
* Stage 1 of gettext update.ade2002-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
* Add extra dependency of ports/security/p5-Crypt-DES_EDE3jesper2002-03-141-0/+1
| | | | Approved by: mharo
* Upgrade to 0.06jesper2002-03-132-2/+2
| | | | Approved by: mharo
* Update to 0.8.3.sobomax2002-02-223-3/+3
| | | | Submitted by: Tilman Linneweh <tilman@arved.de>
* Delete a nonexistent port entry: "gb2jis".knu2002-02-141-1/+0
|
* Update maintainer email addresspat2002-01-281-1/+1
| | | | | PR: 34372 Submitted by: maintainer
* Update to 1.25.tobez2002-01-222-2/+2
|
* - Add NOPORTDOCS support to pkg-plistpat2002-01-172-8/+7
| | | | | | | | - Use INSTALL_DATA for installing docs - Use DOCSDIR PR: 29762 Approved by: hoek
* - Add NOPORTDOCS support (pkg-plist)pat2002-01-172-10/+8
| | | | | | | | - Use INSTALL_DATA to install docs - Use DOCSDIR PR: 29760 Approved by: hoek
* Remove tcs.kuriyama2002-01-081-1/+0
|
* Bell-labs is not distributing Plan-9 (and tcs) from anonymous ftp as did before.kuriyama2002-01-085-43/+0
| | | | | Other code conversion software are developped and used. So I decide to remove this port...
* Remove converter/gb2jis,which is in chinese/ now, by MAINTAINER's request.clive2002-01-086-46/+0
| | | | Requested by: MAINTAINER
* Update to version 1.0kevlo2001-12-226-8/+34
| | | | | PR: 33076 Submitted by: MAINTAINER
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-191-8/+17
|
* Upgrade to 0.11jesper2001-12-082-2/+2
| | | | Approved by: scrappy
* Update to 20011018 releasekris2001-11-304-15/+19
|
* add dosunixijliao2001-11-176-0/+36
| | | | Manipulation of text files in a mixed DOS/Windows and Unix environment
* Update to 0.4.5.knu2001-11-163-13/+6
|
* Maintainer is now committer so change to new email address.pat2001-11-151-1/+1
| | | | Approved by: lioux
OpenPOWER on IntegriCloud