diff options
author | thierry <thierry@FreeBSD.org> | 2004-10-19 05:35:11 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-10-19 05:35:11 +0800 |
commit | f9d8a1e933039c849f18ba5c04c1307ed3aa53cc (patch) | |
tree | 8af32e08d06bb33e8127185aef8d2047a26977c6 /chinese/scim-pinyin | |
parent | e42720b0a113ef35ac52a6b70b07afa42990379e (diff) | |
download | freebsd-ports-gnome-f9d8a1e933039c849f18ba5c04c1307ed3aa53cc.tar.gz freebsd-ports-gnome-f9d8a1e933039c849f18ba5c04c1307ed3aa53cc.tar.zst freebsd-ports-gnome-f9d8a1e933039c849f18ba5c04c1307ed3aa53cc.zip |
Upgrade textproc/scim and related ports:
textproc/scim 0.99.6 --> 1.0.0
chinese/scim-chinese 0.4.1 --> 0.4.2
chinese/scim-tables 0.4.1 --> 0.4.3
korean/scim-tables 0.4.1 --> 0.4.3
japanese/scim-tables 0.4.1 --> 0.4.3
textproc/skim 0.9.5 --> 1.0.0
Pet portlint.
PR: ports/71919
Submitted by: maintainer.
Diffstat (limited to 'chinese/scim-pinyin')
-rw-r--r-- | chinese/scim-pinyin/Makefile | 12 | ||||
-rw-r--r-- | chinese/scim-pinyin/distinfo | 4 | ||||
-rw-r--r-- | chinese/scim-pinyin/pkg-message | 4 | ||||
-rw-r--r-- | chinese/scim-pinyin/pkg-plist | 2 |
4 files changed, 12 insertions, 10 deletions
diff --git a/chinese/scim-pinyin/Makefile b/chinese/scim-pinyin/Makefile index 8fc745bc0915..46f90f1fe69c 100644 --- a/chinese/scim-pinyin/Makefile +++ b/chinese/scim-pinyin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scim-chinese -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://freedesktop.org/~suzhe/scim-chinese/ @@ -30,10 +30,10 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 500035 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport" \ - LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc -lintl ${PTHREAD_LIBS}" +BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport +RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport" \ + LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc -lintl ${PTHREAD_LIBS}" EXTRA_PATCHES= ${FILESDIR}/extra-patch-4-stable .else CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ @@ -43,7 +43,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ post-install: @${CAT} ${PKGMESSAGE} @${ECHO} - @${ECHO} To display this message again, type \`make post-install\' + @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' @${ECHO} .include <bsd.port.post.mk> diff --git a/chinese/scim-pinyin/distinfo b/chinese/scim-pinyin/distinfo index 68b7803e0d66..17d28b3a43b9 100644 --- a/chinese/scim-pinyin/distinfo +++ b/chinese/scim-pinyin/distinfo @@ -1,2 +1,2 @@ -MD5 (scim-chinese-0.4.1.tar.gz) = 9df58f1a2fe4b3e2f5893de6d2b8d7a1 -SIZE (scim-chinese-0.4.1.tar.gz) = 4813372 +MD5 (scim-chinese-0.4.2.tar.gz) = 6949d2dd3b408231ebd98a8f0a2dc7c8 +SIZE (scim-chinese-0.4.2.tar.gz) = 4826385 diff --git a/chinese/scim-pinyin/pkg-message b/chinese/scim-pinyin/pkg-message index 40e04afc9969..9e61f11cd1b4 100644 --- a/chinese/scim-pinyin/pkg-message +++ b/chinese/scim-pinyin/pkg-message @@ -1,5 +1,5 @@ -------------------------------------------------------------------- -Remember to set environment varible XMODIFIERS: +Remember to set environment variable XMODIFIERS: csh/tcsh: setenv XMODIFIERS @im=SCIM sh/bash: export XMODIFIERS='@im=SCIM' @@ -11,7 +11,7 @@ and set LANG, LC_CTYPE to one of the following values: Traditional Chinese: zh_TW.UTF-8, zh_TW.Big5 - zh_HK.UTF-8, zh_HK.Big5-HKSCS + zh_HK.UTF-8, zh_HK.Big5-HKSCS To start the SCIM input method daemon, use command: diff --git a/chinese/scim-pinyin/pkg-plist b/chinese/scim-pinyin/pkg-plist index 34061e70cfd9..cee98268c862 100644 --- a/chinese/scim-pinyin/pkg-plist +++ b/chinese/scim-pinyin/pkg-plist @@ -2,6 +2,8 @@ etc/gconf/schemas/scim-chinese.schemas lib/scim-1.0/IMEngine/pinyin.so lib/scim-1.0/SetupUI/pinyin-imengine-setup.so +share/locale/ko/LC_MESSAGES/scim-chinese.mo +share/locale/ja/LC_MESSAGES/scim-chinese.mo share/locale/zh_CN/LC_MESSAGES/scim-chinese.mo share/locale/zh_TW/LC_MESSAGES/scim-chinese.mo share/scim/chinese/phrase_lib |