Index: head/textproc/scim-table-imengine/Makefile =================================================================== --- head/textproc/scim-table-imengine/Makefile (revision 147084) +++ head/textproc/scim-table-imengine/Makefile (revision 147085) @@ -1,66 +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.2 +PORTVERSION= 0.5.4 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_LIBTOOL_VER= 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.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/textproc/scim-table-imengine/distinfo =================================================================== --- head/textproc/scim-table-imengine/distinfo (revision 147084) +++ head/textproc/scim-table-imengine/distinfo (revision 147085) @@ -1,2 +1,2 @@ -MD5 (scim-tables-0.5.2.tar.gz) = 04749a3341bd37af20820497f1d68f7a -SIZE (scim-tables-0.5.2.tar.gz) = 5539476 +MD5 (scim-tables-0.5.4.tar.gz) = 69ce8f1945ba2ab4bf820386e76c2cd9 +SIZE (scim-tables-0.5.4.tar.gz) = 5608023 Property changes on: head/textproc/scim-table-imengine/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ 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 147084) +++ head/textproc/scim-table-imengine/files/patch-Makefile.in (revision 147085) @@ -1,22 +1,22 @@ ---- Makefile.in.orig Sun Aug 7 21:42:34 2005 -+++ Makefile.in Thu Oct 20 22:13:30 2005 +--- Makefile.in.orig Sun Oct 30 22:07:39 2005 ++++ Makefile.in Tue Nov 1 22:58:26 2005 @@ -75,7 +75,7 @@ uninstall-recursive ETAGS = etags CTAGS = ctags --DIST_SUBDIRS = intl m4 src zh ja ko ne additional icons po skim -+DIST_SUBDIRS = intl m4 src icons po skim +-DIST_SUBDIRS = intl icons m4 po src tables skim ++DIST_SUBDIRS = intl icons m4 po src skim DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) -@@ -258,8 +258,8 @@ +@@ -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 m4 src zh ja ko ne additional icons po $(SKIM_SUBDIR) -+@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR = -+SUBDIRS = intl m4 src icons po $(SKIM_SUBDIR) +-SUBDIRS = intl icons m4 po src tables $(SKIM_SUBDIR) ++@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR = ++SUBDIRS = 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.2 \ No newline at end of property +1.3 \ 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 147084) +++ head/textproc/scim-table-imengine/files/patch-icons-Makefile.in (revision 147085) @@ -1,41 +1,57 @@ ---- icons/Makefile.in.orig Sun Aug 7 21:42:32 2005 -+++ icons/Makefile.in Thu Oct 20 21:11:30 2005 -@@ -233,37 +233,7 @@ +--- 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 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ MAINTAINERCLEANFILES = Makefile.in -INST_ICONS = table.png \ - Amharic.png \ - Arabic.png \ - Array30.png \ -- CangJie.png \ -- CangJie3.png \ +- Bengali-inscript.png \ +- Bengali-probhat.png \ +- CangJie.png \ +- CangJie3.png \ - Cantonese.png \ -- CantonHK.png \ -- Quick.png \ -- Stroke5.png \ +- CantonHK.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.2 \ No newline at end of property +1.3 \ No newline at end of property