From 8f3ead953ea4654d2404c585c69fa5677df16660 Mon Sep 17 00:00:00 2001 From: nork Date: Sat, 15 Oct 2005 13:25:11 +0000 Subject: Add scim-prime 0.2.10, is a SCIM IMEngine module using PRIME. WWW: http://sourceforge.jp/projects/scim-imengine/ Reviewed by: Hiroo Ono --- japanese/scim-prime/Makefile | 46 +++++++++++++++++++++++++++++++++++++++++ japanese/scim-prime/distinfo | 2 ++ japanese/scim-prime/pkg-descr | 3 +++ japanese/scim-prime/pkg-message | 11 ++++++++++ japanese/scim-prime/pkg-plist | 7 +++++++ 5 files changed, 69 insertions(+) create mode 100644 japanese/scim-prime/Makefile create mode 100644 japanese/scim-prime/distinfo create mode 100644 japanese/scim-prime/pkg-descr create mode 100644 japanese/scim-prime/pkg-message create mode 100644 japanese/scim-prime/pkg-plist (limited to 'japanese/scim-prime') diff --git a/japanese/scim-prime/Makefile b/japanese/scim-prime/Makefile new file mode 100644 index 00000000000..5696694e280 --- /dev/null +++ b/japanese/scim-prime/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: ja-scim-prime +# Date created: 2005-10-10 +# Whom: Norikatsu Shigemura +# +# $FreeBSD$ +# + +PORTNAME= scim-prime +PORTVERSION= 0.2.10 +PORTREVISION= 0 +CATEGORIES= japanese +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} +MASTER_SITE_SUBDIR= scim-imengine/16249 + +MAINTAINER= nork@FreeBSD.org +COMMENT= SCIM IMEngine module using PRIME + +BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \ + prime:${PORTSDIR}/japanese/prime +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_GNOME= lthack +USE_X_PREFIX= yes +USE_ICONV= yes +USE_GMAKE= yes +USE_LIBTOOL_VER=15 + +.include + +.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" +.else +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ + LDFLAGS="-L${LOCALBASE}/lib" +.endif + +post-install: + @${CAT} ${PKGMESSAGE} + @${ECHO} + @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' + @${ECHO} + +.include diff --git a/japanese/scim-prime/distinfo b/japanese/scim-prime/distinfo new file mode 100644 index 00000000000..aa1f435ad73 --- /dev/null +++ b/japanese/scim-prime/distinfo @@ -0,0 +1,2 @@ +MD5 (scim-prime-0.2.10.tar.gz) = dc208b7f4bad455d6bfe21b622fd1048 +SIZE (scim-prime-0.2.10.tar.gz) = 528571 diff --git a/japanese/scim-prime/pkg-descr b/japanese/scim-prime/pkg-descr new file mode 100644 index 00000000000..ecbd3a8a33d --- /dev/null +++ b/japanese/scim-prime/pkg-descr @@ -0,0 +1,3 @@ +scim-prime is an SCIM IMEngine module for PRIME. + +WWW: http://sourceforge.jp/projects/scim-imengine/ diff --git a/japanese/scim-prime/pkg-message b/japanese/scim-prime/pkg-message new file mode 100644 index 00000000000..316515697de --- /dev/null +++ b/japanese/scim-prime/pkg-message @@ -0,0 +1,11 @@ +-------------------------------------------------------------------- +Remember to set environment variables XMODIFIERS and LANG: + + csh/tcsh: setenv XMODIFIERS @im=SCIM ; setenv LANG ja_JP.eucJP + sh/bash: export XMODIFIERS='@im=SCIM'; export LANG=ja_JP.eucJP + +To start the SCIM input method daemon, use command: + + scim -d + +-------------------------------------------------------------------- diff --git a/japanese/scim-prime/pkg-plist b/japanese/scim-prime/pkg-plist new file mode 100644 index 00000000000..b6c96a21966 --- /dev/null +++ b/japanese/scim-prime/pkg-plist @@ -0,0 +1,7 @@ +lib/scim-1.0/IMEngine/prime.so +lib/scim-1.0/SetupUI/prime-imengine-setup.so +share/locale/ja/LC_MESSAGES/scim-prime.mo +share/scim/icons/scim-prime.png +@unexec rmdir %D/share/scim/icons 2>/dev/null || true +@unexec rmdir %D/lib/scim-1.0/IMEngine 2>/dev/null || true +@unexec rmdir %D/lib/scim-1.0/SetupUI 2>/dev/null || true -- cgit