Port details |
- scim-pinyin SCIM Chinese Smart Pinyin input method
- 0.5.92_4 chinese =6 0.5.92_4Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2005-03-13 02:30:06
- Last Update: 2023-07-23 20:02:29
- Commit Hash: 4c4d74fc
- People watching this port, also watch:: lftp, firefox, emacs, scim, p5-Date-Chinese
- License: GPLv2
- WWW:
- https://github.com/scim-im/scim
- Description:
- SCIM Chinese Smart Pinyin input method
Smart Common Input Method platform, in short SCIM, is a development platform to
make Input Method developers live easier. It has very clear architecture and
very simple programming interface.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zh-scim-pinyin>0:chinese/scim-pinyin
- To install the port:
- cd /usr/ports/chinese/scim-pinyin/ && make install clean
- To add the package, run one of these commands:
- pkg install chinese/scim-pinyin
- pkg install zh-scim-pinyin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zh-scim-pinyin
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (scim-pinyin-0.5.92.tar.gz) = 70727224a642c2f2c7739b82ebd0b4d6a6f444c9ad4311cf2a3c76230dd21d9e
SIZE (scim-pinyin-0.5.92.tar.gz) = 4769203
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>=1.2.0 : textproc/scim
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- scim>=1.2.0 : textproc/scim
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Run
-
- chinese/auto-cn-l10n
Configuration Options:
- ===> The following configuration options are available for zh-scim-pinyin-0.5.92_4:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- chinese_scim-pinyin
- USES:
- gmake iconv libtool:keepla localbase:ldflags pathfix pkgconfig gettext
- pkg-message:
- For install:
- Remember to set environment variable XMODIFIERS:
csh/tcsh: setenv XMODIFIERS @im=SCIM
sh/bash: export XMODIFIERS='@im=SCIM'
and set LANG, LC_CTYPE to one of the following values:
Simplified Chinese:
zh_CN.UTF-8, zh_CN.GB18030, zh_CN.GBK, zh_CN.GB2312, zh_CN.eucCN
Traditional Chinese:
zh_TW.UTF-8, zh_TW.Big5
zh_HK.UTF-8, zh_HK.Big5-HKSCS
To start the SCIM input method daemon, use command:
scim -d
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.92_4 23 Jul 2023 20:02:29 |
Muhammad Moinur Rahman (bofh) |
chinese/scim-pinyin: Fix build with llvm16
- Pet portclippy
- Utilize USES=localbase
Sponsored by: The FreeBSD Foundation |
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.5.92_4 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.5.92_4 20 Jul 2022 14:21:00 |
Tobias C. Berner (tcberner) |
chinese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <intron@intron.ac>
* Bo-Yi Wu <appleboy.tw@gmail.com>
* Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
* Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@cs.ucdavis.edu)
* Eric L. Camachat <eric@camachat.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org> (Only the first 15 lines of the commit message are shown above ) |
0.5.92_4 16 Nov 2021 04:10:25 |
Li-Wen Hsu (lwhsu) |
*/scim*: Update WWW |
0.5.92_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.92_4 13 Aug 2019 16:00:39 |
mat |
Convert to UCL & cleanup pkg-message (categories a-c) |
0.5.92_4 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.5.92_4 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.5.92_3 03 Jun 2015 14:34:23 |
amdmi3 |
- Add LICENSE
- Strip libraries
- Use options helpers |
0.5.92_2 20 Oct 2014 08:38:22 |
bapt |
Cleanup plist |
0.5.92_2 17 Oct 2014 10:23:35 |
bapt |
Reset maintainership |
0.5.92_2 31 Aug 2014 13:19:16 |
tijl |
textproc/scim:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
0.5.92_1 24 Apr 2014 17:16:28 |
tijl |
Convert to USES=libtool. |
0.5.92 09 Jan 2014 07:20:37 |
vanilla |
Add stagedir support.
Approved by: portmgr (blanket infrastructure) |
0.5.92 20 Sep 2013 16:01:22 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese) |
0.5.92 06 Sep 2013 13:01:54 |
bapt |
Add an explicit dependency on pkgconf |
0.5.92 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
0.5.92 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.5.92 17 Feb 2013 04:18:23 |
pclin |
- Update to 0.5.92
- Add OPTIONS for NLS
- Remove SKIM support since textproc/skim has been marked as deprecated
- Remove unused CONFIGURE_ENV in Makefile and overdated patch files
- Take maintainership
PR: ports/174862
Approved by: swills (mentor) |
0.5.91_9 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
0.5.91_9 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.5.91_8 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
0.5.91_8 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.5.91_8 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.5.91_8 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.5.91_7 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.5.91_6 22 Aug 2009 00:15:15 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with B,C |
0.5.91_6 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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 |
0.5.91_6 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.5.91_5 05 Jan 2009 17:27:29 |
pav |
- Remove conditional checks relevant only on FreeBSD 5.x and older |
0.5.91_5 06 Jun 2008 13:14:38 |
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.5.91_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.5.91_3 31 Mar 2007 06:52:40 |
ume |
Fix plist after upgrading scim to 1.4.5.
scim-1.4.5 appended its version to the moduledir in scim.pc. |
0.5.91_2 14 Mar 2007 07:47:33 |
linimon |
Reset gaoj@cpsc.ucalgary.ca due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.5.91_2 19 Feb 2007 00:06:37 |
alepulver |
- Fix error described in
"http://lists.freebsd.org/pipermail/freebsd-questions/2006-March/114548.html".
PR: ports/106932
Submitted by: philippe sam-long <philippe.sam-long@laposte.net> |
0.5.91_2 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
0.5.91_1 02 Mar 2006 03:11:55 |
ade |
Fix up a little more post-libtool fallout
Submitted by: various
Approved by: portmgr (implicit) |
0.5.91_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.5.91 12 Feb 2006 10:46:04 |
lawrance |
Update to 0.5.91.
Add new optional skim setup module (WITH_SKIM).
PR: ports/93165
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer) |
0.5.0_5 22 Jan 2006 08:21:06 |
edwin |
SHA256ify
Approved by: krion@ |
0.5.0_5 22 Jan 2006 01:27:08 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.5.0_5 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.5.0_5 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.5.0_4 15 Oct 2005 13:21:16 |
nork |
SCIM updated to 1.4.2.
o Update scim 1.4.2. [1]
o Update skim 1.4.2. [1]
o Update scim-uim 0.1.4. [2]
o Bump PORTREVISION in scim related ports.
Approved by: Jie Gao <gaoj@cpsc.ucalgary.ca> [1]
Approved by: Seiya Yanagita <s_yanagita@ybb.ne.jp> [2] |
0.5.0_3 30 Jul 2005 06:20:20 |
nork |
o Update to 1.4.0.
o Chase bump libversion to slave ports .
PR: ports/84247
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer) |
0.5.0_2 10 May 2005 14:57:24 |
nork |
o Update
ports/textproc/scim 1.2.0 --> 1.2.2
ports/textproc/skim 1.2.0 --> 1.2.2
o Chase scim's library bump.
PR: ports/80848
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer) |
0.5.0_1 13 Mar 2005 02:16:36 |
clsung |
- it doesn't need extra-patch-4-stable in 0.5.0
PR: 78265
Submitted by: maintainer |