aboutsummaryrefslogtreecommitdiff
path: root/textproc/uim
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to USES=libedit as suggested by stage-qaDmitry Marakasov2015-09-151-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=396997
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Add empty directory to plistDmitry Marakasov2015-04-221-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384533
* Cleanup plistBaptiste Daroussin2014-12-081-10/+0
| | | | Notes: svn path=/head/; revision=374324
* - Convert texproc/uim and friends to USES=libtool, drop .la filesDmitry Marakasov2014-07-252-29/+9
| | | | | | | | | | - Bump ports dependent on uim as some .so versions have changed - While here, convert some USE_BZIP2 to USES=tar:bzip2 Approved by: portmgr blanket Notes: svn path=/head/; revision=362884
* Restore previous functionality: X11 on by defaultAntoine Brodin2014-07-041-0/+1
| | | | Notes: svn path=/head/; revision=360677
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-7/+9
| | | | Notes: svn path=/head/; revision=360676
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-5/+5
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* Update to 1.8.6.MANTANI Nobutaka2014-06-163-19/+16
| | | | | | | Support staging. Notes: svn path=/head/; revision=357974
* Fix build error of uim-qt4 on 10-stable and beyond.MANTANI Nobutaka2014-03-091-0/+23
| | | | | | | | PR: ports/187198 Submitted by: rakuco Notes: svn path=/head/; revision=347550
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [st]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331274
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-2/+2
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327454
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-031-2/+1
| | | | | | | | | (needed for gtk detection) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326222
* - Update to 1.8.5.MANTANI Nobutaka2013-05-144-15/+11
| | | | | | | | - Trim Makefile header. - Remove shared lib version from LIB_DEPENDS. Notes: svn path=/head/; revision=318178
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Update to 1.8.2.MANTANI Nobutaka2012-08-112-4/+3
| | | | Notes: svn path=/head/; revision=302415
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Update to 1.8.1.MANTANI Nobutaka2012-05-313-3/+5
| | | | Notes: svn path=/head/; revision=297881
* Update to 1.8.0.MANTANI Nobutaka2012-04-0122-508/+447
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294084
* Update to 1.7.3.MANTANI Nobutaka2012-02-152-3/+3
| | | | Notes: svn path=/head/; revision=291447
* Update to 1.7.2.MANTANI Nobutaka2012-01-202-3/+3
| | | | Notes: svn path=/head/; revision=289530
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Update to 1.7.1.MANTANI Nobutaka2011-08-0610-4/+242
| | | | Notes: svn path=/head/; revision=279021
* Fix undefined symbol of im-uim.so.MANTANI Nobutaka2011-05-301-8/+10
| | | | | | | Submitted by: Wolfgang Jenkner <wjenkner@inode.at> Notes: svn path=/head/; revision=274814
* Update to 1.7.0.MANTANI Nobutaka2011-05-285-17/+21
| | | | Notes: svn path=/head/; revision=274766
* Update to 1.6.1.MANTANI Nobutaka2011-03-285-25/+5
| | | | Notes: svn path=/head/; revision=271936
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Correct pkg-plist.MANTANI Nobutaka2010-11-271-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=265282
* - Update to 1.6.0.MANTANI Nobutaka2010-11-2612-167/+357
| | | | | | | | | | | | | - Add textproc/uim-kde4, KDE4 panel applet of uim input method. It is a slave port of textproc/uim. - Remove japanese/uim-canna and japanese/uim-prime. Now the canna and prime modules are implemented as scheme scripts and they can be installed from textproc/uim. - Enable helper tools installation of textproc/uim-qt4. - Enable sj3 support of textproc/uim. Notes: svn path=/head/; revision=265188
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thisKoop Mast2010-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511 Notes: svn path=/head/; revision=254099
* - Bump PORTREVISION to chase the update of m17n-libWen Heping2010-05-031-1/+1
| | | | | | | | PR: ports/146249 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> Notes: svn path=/head/; revision=253599
* Mark as IGNORE on ia64: not yet ported to ia64.Mark Linimon2010-04-211-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=252989
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Add dependency on intltool to fix configure error.MANTANI Nobutaka2009-09-261-1/+1
| | | | | | | | Reported by: pointyhat via pav and QAT Feature safe: yes Notes: svn path=/head/; revision=242126
* - Update to 1.5.6.MANTANI Nobutaka2009-09-233-7/+15
| | | | | | | | | | | - Enable UTF-8 dictionary support of uim-anthy. [*] PR: ports/137360 [*] Submitted by: YAMASHIRO Jun <yamajun@ofug.net> [*] Feature safe: yes Notes: svn path=/head/; revision=241986
* -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
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Update to 1.5.5.MANTANI Nobutaka2009-02-217-18/+101
| | | | | | | | PR: ports/131014 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=228776
* Update to 1.5.4.MANTANI Nobutaka2008-11-083-4/+5
| | | | Notes: svn path=/head/; revision=222543
* Update to 1.5.3.MANTANI Nobutaka2008-10-192-4/+4
| | | | Notes: svn path=/head/; revision=221790
* Fix pkg-plist.MANTANI Nobutaka2008-08-281-1/+1
| | | | Notes: svn path=/head/; revision=219363
* Fix pkg-plist for NOPORTDOCS.MANTANI Nobutaka2008-08-272-4/+2
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=219333
* Update to 1.5.2.MANTANI Nobutaka2008-08-272-5/+6
| | | | Notes: svn path=/head/; revision=219304
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214431
* Update to 1.5.1.MANTANI Nobutaka2008-05-184-27/+27
| | | | Notes: svn path=/head/; revision=213277
* Update to 1.5.0.MANTANI Nobutaka2008-05-1110-211/+297
| | | | Notes: svn path=/head/; revision=212904