Port details |
- scim-m17n SCIM IMEngine module which uses m17n library as the backend
- 0.2.3_10 textproc =2 0.2.3_10Version of this port present on the latest quarterly branch.
- Maintainer: nikola.lecic@anthesphoria.net
- Port Added: 2007-06-05 09:55:55
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://github.com/scim-im/scim
- Description:
- This is a SCIM IMEngine module which uses m17n library as the backend. It
allows you to use keyboard layouts available via devel/m17n-db and
textproc/m17n-contrib through standard SCIM interface. m17n-lib currently
supports input of more than 60 languages with more than 70 language
specific input methods.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- scim-m17n>0:textproc/scim-m17n
- To install the port:
- cd /usr/ports/textproc/scim-m17n/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/scim-m17n
- pkg install scim-m17n
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: scim-m17n
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (scim-m17n-0.2.3.tar.gz) = 852548310b8fecfd97fcfa4a4aca9d6952e299adc785170cb3a827a8abec512d
SIZE (scim-m17n-0.2.3.tar.gz) = 355801
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- scim : textproc/scim
- gsed : textproc/gsed
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- scim : textproc/scim
- Library dependencies:
-
- libm17n.so : devel/m17n-lib
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_scim-m17n
- USES:
- gmake pkgconfig libtool:keepla
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2.3_10 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.2.3_10 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.2.3_10 16 Nov 2021 04:10:25 |
Li-Wen Hsu (lwhsu) |
*/scim*: Update WWW |
0.2.3_10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.3_10 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.2.3_10 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
0.2.3_9 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
0.2.3_8 31 Aug 2014 13:19:16 |
tijl |
textproc/scim:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
0.2.3_7 25 Jul 2014 13:08:14 |
amdmi3 |
- Add :keepla (scim loads plugins through .la files)
Approved by: portmgr blanket |
0.2.3_6 27 Jun 2014 16:10:15 |
miwi |
- Stage support
- Cleanup
PR: 190781 |
0.2.3_5 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.2.3_5 15 Sep 2013 12:27:31 |
antoine |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
0.2.3_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.2.3_4 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.2.3_4 03 May 2010 06:41:03 |
wen |
- Bump PORTREVISION to chase the update of m17n-lib
PR: ports/146249
Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> |
0.2.3_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.2.3_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.2.3_1 22 Aug 2009 00:37:17 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
0.2.3_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.2.3 23 Jun 2009 04:46:05 |
pgollucci |
- Update m17n ports
- devel/m17n-lib to 1.5.4 [1]
- devel/m17n-db to 1.5.4 [1]
- textproc/scim-m17n to 0.2.3 [2]
- textproc/m17n-contrib to 1.1.9 [3]
- textproc/m17-im-config mark MAKE_JOBS_UNSAFE=yes [4]
PR: ports/135933 [1], ports/135934 [2], ports/135935, ports/135946
[4]
Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer) |
0.2.2_3 11 Jan 2009 11:12:31 |
miwi |
- Add missing dependency
- Expands pkg-descr to be more informative and useful for searching.
- Pass maintainership to submitter
PR: 127892
Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> |
0.2.2_3 06 Jun 2008 14:05:09 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
0.2.2_2 02 Mar 2008 08:25:11 |
linimon |
Reset relaxbsd@gmail.com due to maintainer-timeouts.
Hat: portmgr |
0.2.2_2 28 Feb 2008 09:23:02 |
miwi |
- Chase m17n-* libversion bump |
0.2.2_1 26 Oct 2007 07:43:10 |
miwi |
- chase increase of devel/m17n-lib shlib version.
Submitted by: linimon via pointyhat |
0.2.2 05 Jul 2007 07:21:24 |
beech |
- Change maintainer address
- Cleanup master_sites
Requested by: Yinghong Liu <relaxbsd@gmail.com> (maintainer)
Approved by: sat (mentor) |
0.2.2 05 Jun 2007 09:38:39 |
miwi |
This is a SCIM IMEngine module which uses m17n library as the backend.
WWW: http://www.scim-im.org/
PR: ports//112587
Submitted by: Yinghong.Liu <liu_yinghong at yahoo.com.cn> |