aboutsummaryrefslogtreecommitdiff
path: root/textproc/uim
Commit message (Collapse)AuthorAgeFilesLines
* Move japanese/uim port to textproc category after repocopy.MANTANI Nobutaka2005-11-301-1/+1
| | | | | | | | PR: ports/89725 Submitted by: nobutaka Notes: svn path=/head/; revision=150063
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+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
* Sync with libscim shared library version bump.MANTANI Nobutaka2005-11-061-1/+1
| | | | Notes: svn path=/head/; revision=147448
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* BROKEN on ia64: Segfault during buildKris Kennaway2005-10-281-0/+4
| | | | Notes: svn path=/head/; revision=146613
* - Update to 0.9.1. This version fixes the privilege escalation vulnerability.MANTANI Nobutaka2005-10-013-3/+15
| | | | | | | | | | - Fix build error with WITH_SCIM on 4-stable. [*] Submitted by: mi <the_necronomicon@bigfoot.com> [*] Security: http://www.vuxml.org/freebsd/1e606080-3293-11da-ac91-020039488e34.html Notes: svn path=/head/; revision=143912
* Update 0.4.9.MANTANI Nobutaka2005-09-203-4/+9
| | | | Notes: svn path=/head/; revision=143229
* Update to 0.4.7.1.MANTANI Nobutaka2005-07-152-3/+3
| | | | Notes: svn path=/head/; revision=139309
* Update to 0.4.7.MANTANI Nobutaka2005-06-265-32/+13
| | | | Notes: svn path=/head/; revision=138048
* Correct the default path to the SKK dictionary.MANTANI Nobutaka2005-06-052-1/+13
| | | | Notes: svn path=/head/; revision=136840
* Fix incorrect usage of bind_textdomain_codeset().MANTANI Nobutaka2005-06-052-2/+24
| | | | | | | | | PR: ports/80755 Submitted by: YONETANI Tomokazu <qhwt+fbsd@les.ath.cx> Patch Obtained from: http://lists.freedesktop.org/archives/uim-commit/2005-May/000728.html Notes: svn path=/head/; revision=136837
* - Sync with libscim shared library version bump.MANTANI Nobutaka2005-03-132-2/+3
| | | | | | | - Add a missing file to pkg-plist. Notes: svn path=/head/; revision=131100
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Remove patch-xim:xim.h to fix patch error.MANTANI Nobutaka2005-03-021-10/+0
| | | | Notes: svn path=/head/; revision=130177
* Don't make ${X11BASE}/lib/gtk-2.0/2.4.0/immodules directory if gtk2MANTANI Nobutaka2005-03-011-0/+27
| | | | | | | | | | isn't installed. This change is forgotten in the previous commit. Reported by: pointyhat via kris and krion Notes: svn path=/head/; revision=130111
* - Update to 0.4.6.MANTANI Nobutaka2005-03-013-15/+65
| | | | | | | | | | | | | | | | - Don't make ${X11BASE}/lib/gtk-2.0/2.4.0/immodules directory if gtk2 isn't installed. [1] - Add WITH_SCIM and WITH_CANNA knobs. - This update also includes the security fix for libuim privilege escalation problelm. [2] Security: CAN-2005-0503 Security: http://lists.freedesktop.org/pipermail/uim/2005-February/000996.html Security: setuid programs linked against libuim cause privilege escalation. Reported by: pointyhat via kris and krion [1], nectar [2] Notes: svn path=/head/; revision=130110
* BROKEN: Incomplete pkg-plistKris Kennaway2005-02-281-0/+2
| | | | Notes: svn path=/head/; revision=129944
* Update MASTER_SITES.MANTANI Nobutaka2004-11-271-1/+2
| | | | Notes: svn path=/head/; revision=122608
* Update to 0.4.5.MANTANI Nobutaka2004-10-316-6/+44
| | | | | | | | PR: ports/73311 Submitted by: Yamashiro Jun <yamajun@ofug.net> Notes: svn path=/head/; revision=120530
* Sync with libm17n shared library version bump.MANTANI Nobutaka2004-08-281-1/+2
| | | | | | | Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=117505
* Update to 0.4.2.1.MANTANI Nobutaka2004-08-013-11/+16
| | | | Notes: svn path=/head/; revision=115205
* Update to 0.4.1.MANTANI Nobutaka2004-07-124-29/+5
| | | | Notes: svn path=/head/; revision=113476
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Sync with libanthy shared library version bump.MANTANI Nobutaka2004-07-041-1/+2
| | | | Notes: svn path=/head/; revision=112888
* Fix build error on -stable.MANTANI Nobutaka2004-06-261-0/+20
| | | | Notes: svn path=/head/; revision=112318
* Update to 0.3.9.MANTANI Nobutaka2004-06-252-4/+5
| | | | | | | | | | Add dependency on m17n-lib. [*] PR: ports/68302 [*] Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> [*] Notes: svn path=/head/; revision=112254
* Update to 0.3.8.MANTANI Nobutaka2004-05-213-3/+5
| | | | Notes: svn path=/head/; revision=109637
* Update to 0.3.6.MANTANI Nobutaka2004-05-093-3/+6
| | | | Notes: svn path=/head/; revision=108728
* Fix build.MANTANI Nobutaka2004-04-101-0/+16
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=106622
* Update to 0.3.4.2.MANTANI Nobutaka2004-04-075-44/+17
| | | | Notes: svn path=/head/; revision=106412
* Update to 0.3.3.MANTANI Nobutaka2004-04-063-3/+5
| | | | Notes: svn path=/head/; revision=106322
* Adjust the gtk20 path for modules, themes, and input methods to catch upJoe Marcus Clarke2004-04-051-1/+1
| | | | | | | with gtk+-2.4. Notes: svn path=/head/; revision=106176
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Update to 0.3.1.MANTANI Nobutaka2004-03-023-3/+17
| | | | | | | | | | Correct the path for skk-jisyo. [1] PR: ports/63422 [1] Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Notes: svn path=/head/; revision=102737
* Update to 0.2.8.MANTANI Nobutaka2004-02-085-33/+15
| | | | Notes: svn path=/head/; revision=100391
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Update to 0.2.4.MANTANI Nobutaka2004-01-112-2/+2
| | | | Notes: svn path=/head/; revision=97925
* Update to 0.2.2.MANTANI Nobutaka2003-12-316-11/+33
| | | | Notes: svn path=/head/; revision=97012
* - Support USE_LIBTOOL properlyKirill Ponomarev2003-12-215-11/+30
| | | | | | | | | | - Fix install location of several files PR: 60466 Submitted by: Ports Fury Notes: svn path=/head/; revision=96329
* Update to 0.2.0.MANTANI Nobutaka2003-12-117-41/+27
| | | | Notes: svn path=/head/; revision=95590
* Update to 0.1.7.MANTANI Nobutaka2003-12-083-3/+4
| | | | Notes: svn path=/head/; revision=95375
* Update to 0.1.5.MANTANI Nobutaka2003-11-152-3/+3
| | | | Notes: svn path=/head/; revision=94020
* Update to 0.1.4.1.MANTANI Nobutaka2003-11-096-17/+32
| | | | Notes: svn path=/head/; revision=93489
* Correct pkg-plist.MANTANI Nobutaka2003-10-162-1/+2
| | | | Notes: svn path=/head/; revision=91427
* Update to 0.1.2.MANTANI Nobutaka2003-10-153-3/+4
| | | | Notes: svn path=/head/; revision=91336
* Update to 0.1.1.MANTANI Nobutaka2003-10-138-81/+32
| | | | Notes: svn path=/head/; revision=91064
* Add uim, an input method library.MANTANI Nobutaka2003-08-319-0/+195
Notes: svn path=/head/; revision=88191