aboutsummaryrefslogtreecommitdiff
path: root/textproc/kmfl-sil-ezra
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
* 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
* Cleanup plistAntoine Brodin2014-11-151-4/+0
| | | | Notes: svn path=/head/; revision=372605
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Stage supportMartin Wilke2014-06-273-35/+35
| | | | | | | PR: 190773 Notes: svn path=/head/; revision=359547
* 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-293-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Add correct language codeMartin Wilke2009-11-042-2/+3
| | | | | | | | PR: 140264 140265 140266 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer) Notes: svn path=/head/; revision=243751
* This is a keyboard for input of the complex Biblical Hebrew (includingRenato Botelho2009-07-164-0/+101
cantillation marks) with Unicode fonts. It is written in Keyman keyboard language and 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). The keyboard is provided under the terms of MIT/X11 License. WWW: http://scripts.sil.org/SILHebrUnic2 http://scripts.sil.org/SILHebrUni_Documentation PR: ports/136768 Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net> Notes: svn path=/head/; revision=237941