aboutsummaryrefslogtreecommitdiff
path: root/textproc/iiimf-client-lib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_REINPLACESimon Barner2006-02-061-3/+1
| | | | | | | | | | | - Fix IGNORE line - Pacify portlint Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> PR: ports/92374 Notes: svn path=/head/; revision=155318
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-3/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* IIIMF-related ports: fix build failDaichi GOTO2005-05-271-0/+1
| | | | | | | | Pointed out by: pointyhat via kris Reviewed by: ozawa@ongs.co.jp Notes: svn path=/head/; revision=136247
* IIIMF-related ports:Daichi GOTO2005-05-241-57/+29
| | | | | | | | | | | | | - drop maintainership - update to r12.2 - some bug fixes PR: 81184 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> Approved by: maintainer Notes: svn path=/head/; revision=136030
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* IIIMF-related ports some changes:Daichi GOTO2005-03-041-15/+36
| | | | | | | | | | | | | - support CFLAGS of /etc/make.conf - replace absolute path with ${LOCALBASE}, ${PREFIX} and others - replace -pthread flags with ${THREAD*} - m17n fixed of gnome-im-swither - fixed vid krisbot Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> Notes: svn path=/head/; revision=130348
* fixed to build IIIMF-related ports on 4-stableDaichi GOTO2005-02-281-0/+1
| | | | | | | | Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> Pointed out by: gohan via krisbot Notes: svn path=/head/; revision=130020
* IIIMF-related ports: Update to r12_1-svn2002 and bug fixesDaichi GOTO2005-02-281-53/+40
| | | | | | | | | | PR: ports/77927 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> Approved by: maintainer Pointed out by: ume, nork, hrs Notes: svn path=/head/; revision=129967
* - Update to r12.0.1Pav Lucistnik2004-10-131-18/+46
| | | | | | | | PR: ports/72645 Submitted by: Kuang-che Wu <kcwu@csie.org> (maintainer) Notes: svn path=/head/; revision=119286
* - Fix pthread-issue on -STABLEVolker Stolz2004-05-111-1/+2
| | | | | | | | | - Try to pass {C,LD}FLAGS through Requested by: kris Notes: svn path=/head/; revision=108893
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Don't listen to portlint when you have no clue what it is saying.Edwin Groothuis2003-12-281-1/+1
| | | | | | | Another pointy hat for the dutchman. Notes: svn path=/head/; revision=96786
* New port: iiimf-*Edwin Groothuis2003-12-281-0/+52
IIIMF stands for Internet/Intranet Input Method Framework. IIIMF is designed to be the next generation of input method framework which provides the following capabilities; * Multiplatform, platform independent. * Multlingual and Full UNICODE support, but satisfactory for native speakers. * Windowing System Independent. * Multiple language engines concurrently run. * Multiuser. * Distributed, lightweight clients and scalable server. * Extensible in multiple means. * Input method protocol efficient enough to be used over low-speed modem connection. * Easy input method engine development with plugin API. * Easy input method enabling with libiiimcf, even on console apps. * Small core part to start from. WWW: http://www.openi18n.org/subgroups/im/IIIMF/ - Kuang-che Wu kcwu@csie.org PR: ports/60087 Submitted by: Kuang-che Wu <kcwu@csie.org> Notes: svn path=/head/; revision=96778