diff options
author | pclin <pclin@FreeBSD.org> | 2013-02-17 12:18:23 +0800 |
---|---|---|
committer | pclin <pclin@FreeBSD.org> | 2013-02-17 12:18:23 +0800 |
commit | 1472d912b6350ca47791ff5bae198d54183dfd4f (patch) | |
tree | bf512ad721a772ad4e7970c4ddb728c226190ee2 /chinese/scim-pinyin | |
parent | 648b9e62c8ec9e14c223252334b021e36e4ea3d4 (diff) | |
download | freebsd-ports-gnome-1472d912b6350ca47791ff5bae198d54183dfd4f.tar.gz freebsd-ports-gnome-1472d912b6350ca47791ff5bae198d54183dfd4f.tar.zst freebsd-ports-gnome-1472d912b6350ca47791ff5bae198d54183dfd4f.zip |
- 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)
Diffstat (limited to 'chinese/scim-pinyin')
-rw-r--r-- | chinese/scim-pinyin/Makefile | 46 | ||||
-rw-r--r-- | chinese/scim-pinyin/distinfo | 4 | ||||
-rw-r--r-- | chinese/scim-pinyin/files/patch-ltmain.sh | 12 | ||||
-rw-r--r-- | chinese/scim-pinyin/files/patch-skim-setupui-smartpinyinui.ui | 23 | ||||
-rw-r--r-- | chinese/scim-pinyin/files/patch-skim__admin__ltmain.sh | 12 | ||||
-rw-r--r-- | chinese/scim-pinyin/pkg-plist | 30 |
6 files changed, 23 insertions, 104 deletions
diff --git a/chinese/scim-pinyin/Makefile b/chinese/scim-pinyin/Makefile index a500cfe93781..4d83afcb6913 100644 --- a/chinese/scim-pinyin/Makefile +++ b/chinese/scim-pinyin/Makefile @@ -1,20 +1,15 @@ -# New ports collection makefile for: zh-scim-chinese -# Date created: 20 May 2004 -# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca> -# +# Created by: Jie Gao <gaoj@cpsc.ucalgary.ca> # $FreeBSD$ -# PORTNAME= scim-pinyin -PORTVERSION= 0.5.91 -PORTREVISION= 9 +PORTVERSION= 0.5.92 CATEGORIES= chinese MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pclin@FreeBSD.org COMMENT= SCIM Chinese Smart Pinyin input method -BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim +BUILD_DEPENDS= scim>=1.2.0:${PORTSDIR}/textproc/scim RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= gnomehack lthack @@ -22,39 +17,24 @@ USE_ICONV= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" +CONFIGURE_ARGS+= --disable-skim-support CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib -lintl -.include <bsd.port.pre.mk> +OPTIONS_DEFINE= NLS -PLIST_SUB= SKIM="@comment " +.include <bsd.port.options.mk> -pre-fetch: -.if exists(${LOCALBASE}/bin/skim) - @${ECHO_MSG} "===> Skim is detected, support enabled." +.if ${PORT_OPTIONS:MNLS} +USE_GETTEXT= yes +PLIST_SUB+= NLS="" .else - @${ECHO_MSG} "Define WITH_SKIM to enable skim support." -.endif - -.if exists(${LOCALBASE}/bin/skim) -WITH_SKIM= yes -.endif - -.if !defined(WITH_SKIM) -CONFIGURE_ARGS+=--disable-skim-support -.else -BUILD_DEPENDS+= skim:${PORTSDIR}/textproc/skim -CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" -PLIST_SUB= SKIM="" PREFIX="${PREFIX}" +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " .endif post-install: @${CAT} ${PKGMESSAGE} - @${ECHO} - @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' - @${ECHO} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/chinese/scim-pinyin/distinfo b/chinese/scim-pinyin/distinfo index b9debcabb17b..c2c6efdaa579 100644 --- a/chinese/scim-pinyin/distinfo +++ b/chinese/scim-pinyin/distinfo @@ -1,2 +1,2 @@ -SHA256 (scim-pinyin-0.5.91.tar.gz) = 9b6b24af841cbf0353b919df7f56be931850fccf3b914172af7a39b6db726653 -SIZE (scim-pinyin-0.5.91.tar.gz) = 5492055 +SHA256 (scim-pinyin-0.5.92.tar.gz) = 70727224a642c2f2c7739b82ebd0b4d6a6f444c9ad4311cf2a3c76230dd21d9e +SIZE (scim-pinyin-0.5.92.tar.gz) = 4769203 diff --git a/chinese/scim-pinyin/files/patch-ltmain.sh b/chinese/scim-pinyin/files/patch-ltmain.sh deleted file mode 100644 index b6c7c51daba2..000000000000 --- a/chinese/scim-pinyin/files/patch-ltmain.sh +++ /dev/null @@ -1,12 +0,0 @@ ---- ./ltmain.sh.orig Thu Aug 11 21:04:29 2005 -+++ ./ltmain.sh Sun Feb 18 20:49:45 2007 -@@ -2196,6 +2196,9 @@ - alldeplibs=yes - continue - ;; -+ -pthread) -+ continue -+ ;; - esac # case $deplib - if test "$found" = yes || test -f "$lib"; then : - else diff --git a/chinese/scim-pinyin/files/patch-skim-setupui-smartpinyinui.ui b/chinese/scim-pinyin/files/patch-skim-setupui-smartpinyinui.ui deleted file mode 100644 index 44d6e2b457eb..000000000000 --- a/chinese/scim-pinyin/files/patch-skim-setupui-smartpinyinui.ui +++ /dev/null @@ -1,23 +0,0 @@ ---- skim/setupui/smartpinyinui.ui~ Wed Mar 23 11:45:03 2005 -+++ skim/setupui/smartpinyinui.ui Fri Feb 10 21:05:09 2006 -@@ -863,20 +863,4 @@ - <tabstop>kcfg__IMEngine_Pinyin_DisablePhraseKey</tabstop> - </tabstops> - <layoutdefaults spacing="6" margin="11"/> --<includehints> -- <includehint>skimeditshortcutbutton.h</includehint> -- <includehint>klineedit.h</includehint> -- <includehint>skimeditshortcutbutton.h</includehint> -- <includehint>klineedit.h</includehint> -- <includehint>skimeditshortcutbutton.h</includehint> -- <includehint>klineedit.h</includehint> -- <includehint>klineedit.h</includehint> -- <includehint>skimeditshortcutbutton.h</includehint> -- <includehint>skimeditshortcutbutton.h</includehint> -- <includehint>klineedit.h</includehint> -- <includehint>skimeditshortcutbutton.h</includehint> -- <includehint>klineedit.h</includehint> -- <includehint>skimeditshortcutbutton.h</includehint> -- <includehint>klineedit.h</includehint> --</includehints> - </UI> diff --git a/chinese/scim-pinyin/files/patch-skim__admin__ltmain.sh b/chinese/scim-pinyin/files/patch-skim__admin__ltmain.sh deleted file mode 100644 index 541ebd9e55fa..000000000000 --- a/chinese/scim-pinyin/files/patch-skim__admin__ltmain.sh +++ /dev/null @@ -1,12 +0,0 @@ ---- ./skim/admin/ltmain.sh.orig Sun Jun 19 11:43:45 2005 -+++ ./skim/admin/ltmain.sh Sun Feb 18 20:50:18 2007 -@@ -2007,6 +2007,9 @@ - alldeplibs=yes - continue - ;; -+ -pthread) -+ continue -+ ;; - esac # case $deplib - if test "$found" = yes || test -f "$lib"; then : - else diff --git a/chinese/scim-pinyin/pkg-plist b/chinese/scim-pinyin/pkg-plist index adf3ab1d8063..c3403f338b6b 100644 --- a/chinese/scim-pinyin/pkg-plist +++ b/chinese/scim-pinyin/pkg-plist @@ -4,32 +4,18 @@ lib/scim-1.0/1.4.0/IMEngine/pinyin.so lib/scim-1.0/1.4.0/SetupUI/pinyin-imengine-setup.a lib/scim-1.0/1.4.0/SetupUI/pinyin-imengine-setup.la lib/scim-1.0/1.4.0/SetupUI/pinyin-imengine-setup.so -share/locale/de/LC_MESSAGES/scim-pinyin.mo -share/locale/fr/LC_MESSAGES/scim-pinyin.mo -share/locale/ko/LC_MESSAGES/scim-pinyin.mo -share/locale/it/LC_MESSAGES/scim-pinyin.mo -share/locale/ja/LC_MESSAGES/scim-pinyin.mo -share/locale/zh_CN/LC_MESSAGES/scim-pinyin.mo -share/locale/zh_TW/LC_MESSAGES/scim-pinyin.mo +%%NLS%%share/locale/de/LC_MESSAGES/scim-pinyin.mo +%%NLS%%share/locale/fr/LC_MESSAGES/scim-pinyin.mo +%%NLS%%share/locale/it/LC_MESSAGES/scim-pinyin.mo +%%NLS%%share/locale/ja/LC_MESSAGES/scim-pinyin.mo +%%NLS%%share/locale/ko/LC_MESSAGES/scim-pinyin.mo +%%NLS%%share/locale/nl/LC_MESSAGES/scim-pinyin.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/scim-pinyin.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/scim-pinyin.mo share/scim/pinyin/phrase_lib share/scim/pinyin/pinyin_phrase_index share/scim/pinyin/pinyin_phrase_lib share/scim/pinyin/pinyin_table share/scim/pinyin/special_table share/scim/icons/smart-pinyin.png -%%SKIM%%@cwd %%LOCALBASE%% -%%SKIM%%lib/kde3/kcm_skimplugin_scim_smartpinyin.a -%%SKIM%%lib/kde3/kcm_skimplugin_scim_smartpinyin.la -%%SKIM%%lib/kde3/kcm_skimplugin_scim_smartpinyin.so -%%SKIM%%share/services/skimconfiguredialog/skimplugin_scim_smartpinyin_config.desktop -%%SKIM%%share/config.kcfg/smartpinyin.kcfg -%%SKIM%%share/locale/zh_CN/LC_MESSAGES/skim-scim-pinyin.mo -%%SKIM%%share/locale/zh_TW/LC_MESSAGES/skim-scim-pinyin.mo -%%SKIM%%share/locale/de/LC_MESSAGES/skim-scim-pinyin.mo -%%SKIM%%share/locale/fr/LC_MESSAGES/skim-scim-pinyin.mo -%%SKIM%%share/locale/ja/LC_MESSAGES/skim-scim-pinyin.mo -%%SKIM%%share/locale/it/LC_MESSAGES/skim-scim-pinyin.mo -%%SKIM%%share/locale/ko/LC_MESSAGES/skim-scim-pinyin.mo -%%SKIM%%share/apps/skim/pics/smart-pinyin.png -%%SKIM%%@cwd %%PREFIX%% @dirrm share/scim/pinyin |