Index: head/textproc/scim-table-imengine/Makefile =================================================================== --- head/textproc/scim-table-imengine/Makefile (revision 155703) +++ head/textproc/scim-table-imengine/Makefile (revision 155704) @@ -1,67 +1,66 @@ # New ports collection makefile for: scim-table-imengine # Date created: 01 March 2005 # Whom: Jie Gao # # $FreeBSD$ # PORTNAME= scim-table-imengine -PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTVERSION= 0.5.6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=scim DISTNAME= scim-tables-${PORTVERSION} MAINTAINER= gaoj@cpsc.ucalgary.ca COMMENT= SCIM table based input method engine BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim RUN_DEPENDS= ${BUILD_DEPENDS} USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= intlhack .include .if ${OSVERSION} < 500035 EXTRA_PATCHES= ${FILESDIR}/extrapatch-4-stable-src-Makefile.in .endif CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" PLIST_SUB= SKIM="@comment " pre-fetch: @${ECHO_MSG} Define WITH_SKIM to enable skim support .if exists(${LOCALBASE}/bin/skim) WITH_SKIM= yes pre-patch: @${ECHO_MSG} Skim is detected, support enabled. .endif .if defined(WITH_SKIM) BUILD_DEPENDS+= skim:${PORTSDIR}/textproc/skim CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" PLIST_SUB= SKIM="" post-patch: @${REINPLACE_CMD} -e "/^DIST_SUBDIRS/s/$$/ skim/" \ -e "/^@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR =/s/$$/ skim/" \ ${WRKSRC}/Makefile.in .endif post-install: .if ${OSVERSION} < 500035 @${INSTALL_SCRIPT} ${FILESDIR}/scim-make-table.sh ${PREFIX}/bin/scim-make-table .endif @${CAT} ${PKGMESSAGE} @${ECHO} @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' @${ECHO} .include Property changes on: head/textproc/scim-table-imengine/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/textproc/scim-table-imengine/distinfo =================================================================== --- head/textproc/scim-table-imengine/distinfo (revision 155703) +++ head/textproc/scim-table-imengine/distinfo (revision 155704) @@ -1,3 +1,3 @@ -MD5 (scim-tables-0.5.4.tar.gz) = 69ce8f1945ba2ab4bf820386e76c2cd9 -SHA256 (scim-tables-0.5.4.tar.gz) = 784cbdecb40a42dee50c2d4ef0614ebd58728c8ee15ac0f2d08acfeef73ec4ad -SIZE (scim-tables-0.5.4.tar.gz) = 5608023 +MD5 (scim-tables-0.5.6.tar.gz) = ff8d59e8f3dedb7dd7c6d87c8fc408db +SHA256 (scim-tables-0.5.6.tar.gz) = 408cddeed4f5f9105f61822388fcd8947b1f2ba2d66bdabfa2be4e4f1d9393d0 +SIZE (scim-tables-0.5.6.tar.gz) = 7058913 Property changes on: head/textproc/scim-table-imengine/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/textproc/scim-table-imengine/files/patch-Makefile.in =================================================================== --- head/textproc/scim-table-imengine/files/patch-Makefile.in (revision 155703) +++ head/textproc/scim-table-imengine/files/patch-Makefile.in (revision 155704) @@ -1,22 +1,22 @@ ---- Makefile.in.orig Sun Oct 30 22:07:39 2005 -+++ Makefile.in Tue Nov 1 22:58:26 2005 +--- Makefile.in.orig Fri Feb 10 12:04:25 2006 ++++ Makefile.in Fri Feb 10 12:09:21 2006 @@ -75,7 +75,7 @@ uninstall-recursive ETAGS = etags CTAGS = ctags --DIST_SUBDIRS = intl icons m4 po src tables skim -+DIST_SUBDIRS = intl icons m4 po src skim +-DIST_SUBDIRS = docs intl icons m4 po src tables skim ++DIST_SUBDIRS = docs intl icons m4 po src skim DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -259,8 +259,8 @@ EXTRA_DIST = config.rpath mkinstalldirs bootstrap scim-tables.spec AUTOMAKE_OPTIONS = gnu -@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR = skim --SUBDIRS = intl icons m4 po src tables $(SKIM_SUBDIR) +-SUBDIRS = docs intl icons m4 po src tables $(SKIM_SUBDIR) +@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR = -+SUBDIRS = intl icons m4 po src $(SKIM_SUBDIR) ++SUBDIRS = docs intl icons m4 po src $(SKIM_SUBDIR) MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure $(AUX_DIST) CLEANFILES = *.bak ACLOCAL_AMFLAGS = -I m4 Property changes on: head/textproc/scim-table-imengine/files/patch-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/textproc/scim-table-imengine/files/patch-icons-Makefile.in =================================================================== --- head/textproc/scim-table-imengine/files/patch-icons-Makefile.in (revision 155703) +++ head/textproc/scim-table-imengine/files/patch-icons-Makefile.in (revision 155704) @@ -1,57 +1,58 @@ ---- icons/Makefile.in.orig Sun Oct 30 22:07:35 2005 -+++ icons/Makefile.in Tue Nov 1 22:58:55 2005 -@@ -234,53 +234,7 @@ +--- icons/Makefile.in.orig Thu Jan 12 02:00:26 2006 ++++ icons/Makefile.in Fri Feb 10 13:34:59 2006 +@@ -234,54 +234,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ MAINTAINERCLEANFILES = Makefile.in -INST_ICONS = table.png \ - Amharic.png \ - Arabic.png \ - Array30.png \ - Bengali-inscript.png \ - Bengali-probhat.png \ - CangJie.png \ - CangJie3.png \ - Cantonese.png \ - CantonHK.png \ +- CNS11643.png \ - Quick.png \ - Stroke5.png \ - Dayi.png \ - Erbi.png \ - Erbi-QS.png \ - EZ.png \ - Gujarati-inscript.png \ - Gujarati-phonetic.png \ - Hangul.png \ - Hanja.png \ - Hindi-inscript.png \ - Hindi-phonetic.png \ - HIRAGANA.png \ - Jyutping.png \ - KATAKANA.png \ - Kannada-inscript.png \ - Kannada-kgp.png \ - LaTeX.png \ - Malayalam-inscript.png \ - Nepali.png \ - Nippon.png \ - Punjabi-inscript.png \ - Punjabi-jhelum.png \ - Punjabi-phonetic.png \ - Simplex.png \ - Tamil-inscript.png \ - Tamil-phonetic.png \ - Telugu-inscript.png \ - Thai.png \ - Viqr.png \ - Wu.png \ - Wubi.png \ - Yawerty.png \ - ZhuYin.png \ - Ziranma.png \ - IPA-X-SAMPA.png - +INST_ICONS = table.png EXTRA_DIST = $(INST_ICONS) icondir = $(SCIM_ICONDIR) icon_DATA = $(INST_ICONS) Property changes on: head/textproc/scim-table-imengine/files/patch-icons-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/textproc/scim-table-imengine/files/patch-skim-setupui-generictableui.ui =================================================================== --- head/textproc/scim-table-imengine/files/patch-skim-setupui-generictableui.ui (nonexistent) +++ head/textproc/scim-table-imengine/files/patch-skim-setupui-generictableui.ui (revision 155704) @@ -0,0 +1,19 @@ +--- skim/setupui/generictableui.ui~ Wed Mar 23 11:53:02 2005 ++++ skim/setupui/generictableui.ui Fri Feb 10 13:45:14 2006 +@@ -336,16 +336,4 @@ + + + +- +- skimeditshortcutbutton.h +- klineedit.h +- skimeditshortcutbutton.h +- klineedit.h +- skimeditshortcutbutton.h +- klineedit.h +- skimeditshortcutbutton.h +- klineedit.h +- skimeditshortcutbutton.h +- klineedit.h +- + Property changes on: head/textproc/scim-table-imengine/files/patch-skim-setupui-generictableui.ui ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/textproc/scim-table-imengine/pkg-plist =================================================================== --- head/textproc/scim-table-imengine/pkg-plist (revision 155703) +++ head/textproc/scim-table-imengine/pkg-plist (revision 155704) @@ -1,31 +1,33 @@ bin/scim-make-table lib/scim-1.0/IMEngine/table.so lib/scim-1.0/SetupUI/table-imengine-setup.so share/scim/icons/table.png share/locale/zh_CN/LC_MESSAGES/scim-tables.mo share/locale/zh_TW/LC_MESSAGES/scim-tables.mo share/locale/ja/LC_MESSAGES/scim-tables.mo share/locale/ko/LC_MESSAGES/scim-tables.mo share/locale/de/LC_MESSAGES/scim-tables.mo share/locale/fr/LC_MESSAGES/scim-tables.mo share/locale/it/LC_MESSAGES/scim-tables.mo +share/locale/pa/LC_MESSAGES/scim-tables.mo %%SKIM%%@cwd %%LOCALBASE%% %%SKIM%%lib/kde3/kcm_skimplugin_scim_tables.la %%SKIM%%lib/kde3/kcm_skimplugin_scim_tables.so %%SKIM%%share/services/skimconfiguredialog/skimplugin_scim_table_config.desktop %%SKIM%%share/config.kcfg/generictable.kcfg %%SKIM%%share/locale/zh_CN/LC_MESSAGES/skim-scim-tables.mo %%SKIM%%share/locale/zh_TW/LC_MESSAGES/skim-scim-tables.mo %%SKIM%%share/locale/de/LC_MESSAGES/skim-scim-tables.mo %%SKIM%%share/locale/fr/LC_MESSAGES/skim-scim-tables.mo %%SKIM%%share/locale/ja/LC_MESSAGES/skim-scim-tables.mo %%SKIM%%share/locale/it/LC_MESSAGES/skim-scim-tables.mo %%SKIM%%share/locale/ko/LC_MESSAGES/skim-scim-tables.mo +%%SKIM%%share/locale/pa/LC_MESSAGES/skim-scim-tables.mo %%SKIM%%share/apps/skim/pics/scim-tables.png %%SKIM%%@dirrmtry share/apps/skim/pics %%SKIM%%@dirrmtry share/apps/skim %%SKIM%%@dirrmtry share/config.kcfg %%SKIM%%@dirrmtry share/services/skimconfiguredialog %%SKIM%%@cwd %%X11BASE%% @dirrmtry lib/scim-1.0/IMEngine @dirrmtry lib/scim-1.0/SetupUI Property changes on: head/textproc/scim-table-imengine/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property