aboutsummaryrefslogtreecommitdiff
path: root/textproc/uim
Commit message (Collapse)AuthorAgeFilesLines
* 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