Index: head/textproc/scim-table-imengine/Makefile =================================================================== --- head/textproc/scim-table-imengine/Makefile (revision 191088) +++ head/textproc/scim-table-imengine/Makefile (revision 191089) @@ -1,74 +1,68 @@ # New ports collection makefile for: scim-table-imengine # Date created: 01 March 2005 # Whom: Jie Gao # # $FreeBSD$ # PORTNAME= scim-table-imengine -PORTVERSION= 0.5.6 -PORTREVISION= 3 +PORTVERSION= 0.5.7 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=scim DISTNAME= scim-tables-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lx@FreeBSD.org COMMENT= SCIM table based input method engine BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim RUN_DEPENDS= ${BUILD_DEPENDS} USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= intlhack USE_GETTEXT= yes MAN1= scim-make-table.1 .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" + LDFLAGS="-L${LOCALBASE}/lib -lintl" \ + SCIM_DATADIR=${PREFIX}/share/scim \ + SCIM_ICONDIR=${PREFIX}/share/scim/icons 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="" USE_AUTOTOOLS= libtool:15 post-patch: @${REINPLACE_CMD} -e "/^DIST_SUBDIRS/s/$$/ skim/" \ -e "/^@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR =/s/$$/ skim/" \ ${WRKSRC}/Makefile.in post-configure: ${REINPLACE_CMD} \ -e 's,$$(top_builddir)/libtool --silent,${LIBTOOL},' \ ${WRKSRC}/skim/Makefile ${WRKSRC}/skim/setupui/Makefile .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.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/textproc/scim-table-imengine/distinfo =================================================================== --- head/textproc/scim-table-imengine/distinfo (revision 191088) +++ head/textproc/scim-table-imengine/distinfo (revision 191089) @@ -1,3 +1,3 @@ -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 +MD5 (scim-tables-0.5.7.tar.gz) = 58d7f7dd231d73ef179e072b3124ebac +SHA256 (scim-tables-0.5.7.tar.gz) = a2d3620fff8fd8964f31bcc4e8b609418d9cbd0a102eaad5e31ff48620d34c14 +SIZE (scim-tables-0.5.7.tar.gz) = 6979417 Property changes on: head/textproc/scim-table-imengine/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/textproc/scim-table-imengine/files/scim-make-table.sh =================================================================== --- head/textproc/scim-table-imengine/files/scim-make-table.sh (revision 191088) +++ head/textproc/scim-table-imengine/files/scim-make-table.sh (nonexistent) @@ -1,18 +0,0 @@ -#!/bin/sh - -cat < - - -- -- 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 ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/textproc/scim-table-imengine/files/extrapatch-4-stable-src-Makefile.in =================================================================== --- head/textproc/scim-table-imengine/files/extrapatch-4-stable-src-Makefile.in (revision 191088) +++ head/textproc/scim-table-imengine/files/extrapatch-4-stable-src-Makefile.in (nonexistent) @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Sun Feb 27 07:54:20 2005 -+++ src/Makefile.in Tue Mar 1 16:51:10 2005 -@@ -40,7 +40,7 @@ - POST_UNINSTALL = : - build_triplet = @build@ - host_triplet = @host@ --bin_PROGRAMS = scim-make-table$(EXEEXT) -+bin_PROGRAMS = - subdir = src - DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in Property changes on: head/textproc/scim-table-imengine/files/extrapatch-4-stable-src-Makefile.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ 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 191088) +++ head/textproc/scim-table-imengine/files/patch-Makefile.in (revision 191089) @@ -1,22 +1,22 @@ ---- Makefile.in.orig Fri Feb 10 12:04:25 2006 -+++ Makefile.in Fri Feb 10 12:09:21 2006 +--- Makefile.in.orig Sun Oct 8 08:57:57 2006 ++++ Makefile.in Sat Apr 28 19:10:40 2007 @@ -75,7 +75,7 @@ uninstall-recursive ETAGS = etags CTAGS = ctags -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 = docs intl icons m4 po src tables $(SKIM_SUBDIR) -+@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR = ++@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@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.4 \ No newline at end of property +1.5 \ 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 191088) +++ head/textproc/scim-table-imengine/files/patch-icons-Makefile.in (revision 191089) @@ -1,58 +1,59 @@ ---- 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 @@ +--- icons/Makefile.in.orig Wed Oct 11 08:55:05 2006 ++++ icons/Makefile.in Sat Apr 28 19:12:01 2007 +@@ -234,55 +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 \ +- Tamil-remington.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.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/textproc/scim-table-imengine/pkg-plist =================================================================== --- head/textproc/scim-table-imengine/pkg-plist (revision 191088) +++ head/textproc/scim-table-imengine/pkg-plist (revision 191089) @@ -1,41 +1,43 @@ bin/scim-make-table -lib/scim-1.0/1.4.0/IMEngine/table.a -lib/scim-1.0/1.4.0/IMEngine/table.la -lib/scim-1.0/1.4.0/IMEngine/table.so -lib/scim-1.0/1.4.0/SetupUI/table-imengine-setup.a -lib/scim-1.0/1.4.0/SetupUI/table-imengine-setup.la -lib/scim-1.0/1.4.0/SetupUI/table-imengine-setup.so +lib/scim-1.0/IMEngine/table.a +lib/scim-1.0/IMEngine/table.la +lib/scim-1.0/IMEngine/table.so +lib/scim-1.0/SetupUI/table-imengine-setup.a +lib/scim-1.0/SetupUI/table-imengine-setup.la +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.a %%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 @dirrmtry share/locale/zh_TW/LC_MESSAGES @dirrmtry share/locale/zh_TW @dirrmtry share/locale/zh_CN/LC_MESSAGES @dirrmtry share/locale/zh_CN @dirrmtry share/locale/ko/LC_MESSAGES @dirrmtry share/locale/ko +@dirrmtry lib/scim-1.0/SetupUI +@dirrmtry lib/scim-1.0/IMEngine Property changes on: head/textproc/scim-table-imengine/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property