aboutsummaryrefslogtreecommitdiff
path: root/textproc/kmfl-sil-ipa-unicode
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories [t-u])Mathieu Arnold2019-08-141-2/+6
| | | | Notes: svn path=/head/; revision=508910
* Remove unnecessary evals that do-fetch was using.Mathieu Arnold2016-06-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | Turns out that env(1) knows how to parse a properly quoted string using -S "string", it makes the double eval used for the fetch command to be unnecessary. This is because running: eval "foo $(escape $bar)" is silly when this works: foo $bar So remove escaping and quoting, and sillyness. PR: 210198 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6779 Notes: svn path=/head/; revision=417110
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* Cleanup plistAntoine Brodin2014-11-151-4/+0
| | | | Notes: svn path=/head/; revision=372605
* - Stage supportMartin Wilke2014-06-273-31/+28
| | | | | | | | | - Cleanup PR: 190775 Notes: svn path=/head/; revision=359571
* Convert textproc to USES=zipBaptiste Daroussin2014-03-101-2/+2
| | | | Notes: svn path=/head/; revision=347786
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Patch SCIM KMFL engine (textproc/scim-kmfl-imengine) to useWesley Shields2011-05-294-17/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the same neutral keyboard repository as textproc/ibus-kmfl does, ${LOCALBASE}/share/kmfl/. This approach is similar to m17n (its keyboard databases, devel/m17n-db and textproc/m17n-contrib, are shared between textproc/scim-m17n and textproc/ibus-m17n). This patch also makes both these KMFL engine ports to read ~/.kmfl/ instead of SCIM-oriented ~/.scim/kmfl/. There is UPDATING text that informs KMFL users about this. - Patch keyboard ports (7 of them) to install data to the new repository, ${LOCALBASE}/share/kmfl/; the keyboard ports were SCIM-only and used to install to ${LOCALBASE}/share/scim/kmfl/. - Adapt descriptions in other KMFL ports (textproc/kmflcomp, textproc/libkmfl); - While we are here, do some additional maintenance. - Remove the 7 old ports. - Please see the PR for full details. PR: ports/156694 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer) Notes: svn path=/head/; revision=274783
* - 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
* - Update to 1.2 - the software has been relicensed under X11 license, soWesley Shields2009-07-166-49/+37
| | | | | | | | | | adjust pkg-message and pkg-descr accordingly. PR: ports/136360 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> Notes: svn path=/head/; revision=237933
* 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=214430
* This is mnemonic keyboard that covers entire IPA (InternationalRenato Botelho2007-10-245-0/+108
Phonetic Alphabet) Unicode 5 range, written in Keyman keyboard language. The keyboard is developed by SIL Non-Roman Script Initiative (NRSI). This port installs the keyboard so that it can be used through SCIM KMFL IMEngine (textproc/scim-kmfl-imengine). This open source keyboard is provided under SIL's Freeware licence (http://www.sil.org/computing/catalog/freeware.html) which makes it free for personal use only and non-distributable. Besides, <quot>If you plan to redistribute your modified keyboard you must rename it.</quot> WWW: http://scripts.sil.org/UniIPAKeyboard#dee994f5 PR: ports/117171 Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net> Notes: svn path=/head/; revision=201937