aboutsummaryrefslogtreecommitdiff
path: root/textproc/iiimf-server
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build w/ libtool22.Jeremy Messenger2009-08-071-0/+4
| | | | | | | Reported by: erwin (pointyhat i386 6) Notes: svn path=/head/; revision=239071
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-3/+1
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - Remove conditional checks for FreeBSD 5.x and olderWesley Shields2009-01-061-4/+0
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=225333
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-202-4/+4
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Fix build with gcc 4.2Martin Wilke2008-01-122-5/+12
| | | | | | | | | | - S/INSTALLS_SHLIB/USE_LDCONFIG PR: 118937 Submitted by: Pietro Cerutti <gahr@gahr.ch> Notes: svn path=/head/; revision=205501
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-302-5/+5
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Update to the autotools new world order.Ade Lovett2007-07-282-7/+7
| | | | | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav Notes: svn path=/head/; revision=196437
* - Mark BROKEN on HEADPav Lucistnik2007-07-021-0/+4
| | | | Notes: svn path=/head/; revision=194729
* - maintainer lost his motivationCheng-Lung Sung2006-12-071-1/+1
| | | | | | | | PR: ports/104607 Submitted by: Masanori OZAWA<ozawa_AT_ongs dot co dot jp> Notes: svn path=/head/; revision=179095
* textproc/iiimf-server: build error fixDaichi GOTO2006-04-261-0/+12
| | | | | | | | PR: ports/96345 Submitted by: maintainer Notes: svn path=/head/; revision=160508
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - Remove USE_REINPLACESimon Barner2006-02-061-5/+3
| | | | | | | | | | | - Fix IGNORE line - Pacify portlint Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> PR: ports/92374 Notes: svn path=/head/; revision=155318
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* 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:Daichi GOTO2005-05-2418-228/+226
| | | | | | | | | | | | | - 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-049-126/+105
| | | | | | | | | | | | | - 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-2817-82/+388
| | | | | | | | | | 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
* BROKEN on sparc64: Build failsKris Kennaway2004-12-171-1/+7
| | | | Notes: svn path=/head/; revision=124266
* - Update to r12.0.1Pav Lucistnik2004-10-138-62/+73
| | | | | | | | PR: ports/72615 Submitted by: Kuang-che Wu <kcwu@csie.org> (maintainer) Notes: svn path=/head/; revision=119292
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-181-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118243
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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-288-0/+120
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/ PR: ports/60087 Submitted by: Kuang-che Wu <kcwu@csie.org> Notes: svn path=/head/; revision=96776