summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-08 08:33:47 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-08 08:33:47 +0800
commitabdf0901407add1fc659dd112ab6e269437e0ae8 (patch)
tree3fce10ee9a8f525ebe9da15b9450e928eec24cc5 /japanese
parentd34b1e82d0d0b5b09201573a4c932f0376e799e4 (diff)
downloadmarcuscom-ports-abdf0901407add1fc659dd112ab6e269437e0ae8.tar
marcuscom-ports-abdf0901407add1fc659dd112ab6e269437e0ae8.tar.gz
marcuscom-ports-abdf0901407add1fc659dd112ab6e269437e0ae8.tar.bz2
marcuscom-ports-abdf0901407add1fc659dd112ab6e269437e0ae8.tar.lz
marcuscom-ports-abdf0901407add1fc659dd112ab6e269437e0ae8.tar.xz
marcuscom-ports-abdf0901407add1fc659dd112ab6e269437e0ae8.tar.zst
marcuscom-ports-abdf0901407add1fc659dd112ab6e269437e0ae8.zip
Move to LOCALBASE to chase other scim ports to fix the plist
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7641 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'japanese')
-rw-r--r--japanese/scim-honoka/Makefile46
-rw-r--r--japanese/scim-honoka/distinfo3
-rw-r--r--japanese/scim-honoka/files/patch-configure10
-rw-r--r--japanese/scim-honoka/pkg-descr13
-rw-r--r--japanese/scim-honoka/pkg-message11
-rw-r--r--japanese/scim-honoka/pkg-plist28
6 files changed, 111 insertions, 0 deletions
diff --git a/japanese/scim-honoka/Makefile b/japanese/scim-honoka/Makefile
new file mode 100644
index 000000000..971e372c6
--- /dev/null
+++ b/japanese/scim-honoka/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: ja-scim-honoka
+# Date created: 2 June 2006
+# Whom: Masashi CHIBA
+#
+# $FreeBSD$
+#
+
+PORTNAME= scim-honoka
+PORTVERSION= 0.9.1
+PORTREVISION= 1
+CATEGORIES= japanese
+MASTER_SITES= http://nop.net-p.org/files/honoka/
+DISTNAME= honoka-${PORTVERSION}
+
+MAINTAINER= chiba.masashi@gmail.com
+COMMENT= SCIM IMEngine module using various Imput Methods
+
+BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USE_LDCONFIG= yes
+USE_GETTEXT= yes
+USE_GNOME= lthack gnomehack
+USE_XLIB= yes
+USE_ICONV= yes
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
+
+CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
+ PTHREAD_LIBS="${PTHREAD_LIBS}"
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500035
+IGNORE= does not build in FreeBSD < 5.x
+.else
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+.endif
+
+post-install:
+ @${ECHO_CMD}
+ @${CAT} ${PKGMESSAGE}
+ @${ECHO_CMD}
+
+.include <bsd.port.post.mk>
diff --git a/japanese/scim-honoka/distinfo b/japanese/scim-honoka/distinfo
new file mode 100644
index 000000000..c2793f27c
--- /dev/null
+++ b/japanese/scim-honoka/distinfo
@@ -0,0 +1,3 @@
+MD5 (honoka-0.9.1.tar.gz) = bbc4fb59351ba2b46419487d8fd31cdc
+SHA256 (honoka-0.9.1.tar.gz) = 9c8b4e73be6c6a448faf97d24bfd4e9865e98b13786aa999b1fb0039009d6661
+SIZE (honoka-0.9.1.tar.gz) = 571188
diff --git a/japanese/scim-honoka/files/patch-configure b/japanese/scim-honoka/files/patch-configure
new file mode 100644
index 000000000..bad611f66
--- /dev/null
+++ b/japanese/scim-honoka/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Wed Apr 5 20:32:29 2006
++++ configure Wed Apr 5 20:32:45 2006
+@@ -32446,6 +32446,7 @@
+ s,@CONVENIENCE_LTDL_FALSE@,$CONVENIENCE_LTDL_FALSE,;t t
+ s,@LIBADD_DL@,$LIBADD_DL,;t t
+ s,@LIBTOOL_DEPS@,$LIBTOOL_DEPS,;t t
++s,@LIBTOOL_EXPORT_OPTIONS@,$LIBTOOL_EXPORT_OPTIONS,;t t
+ s,@PKG_CONFIG@,$PKG_CONFIG,;t t
+ s,@SCIM_CFLAGS@,$SCIM_CFLAGS,;t t
+ s,@SCIM_LIBS@,$SCIM_LIBS,;t t
diff --git a/japanese/scim-honoka/pkg-descr b/japanese/scim-honoka/pkg-descr
new file mode 100644
index 000000000..5bf359588
--- /dev/null
+++ b/japanese/scim-honoka/pkg-descr
@@ -0,0 +1,13 @@
+Honoka is the SCIM IMEngine module using various input method engines: Wnn,
+anthy,prime,skk and canna. Honoka can also use them simultaneously.
+
+WWW: http://nop.net-p.org/modules/pukiwiki/index.php?%5B%5Bhonoka%5D%5D
+(in Japanese)
+
+This port is honoka "core" library. You must be install honoka "input method"
+and "input" plugin.
+
+Smart Common Input Method platform, in short SCIM, is a development platform to
+make Input Method developers live easier.
+
+WWW: http://scim.freedesktop.org
diff --git a/japanese/scim-honoka/pkg-message b/japanese/scim-honoka/pkg-message
new file mode 100644
index 000000000..316515697
--- /dev/null
+++ b/japanese/scim-honoka/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-honoka/pkg-plist b/japanese/scim-honoka/pkg-plist
new file mode 100644
index 000000000..943ca03c4
--- /dev/null
+++ b/japanese/scim-honoka/pkg-plist
@@ -0,0 +1,28 @@
+lib/libhonoka_plugin.a
+lib/libhonoka_plugin.la
+lib/libhonoka_plugin.so
+lib/libhonoka_plugin.so.0
+lib/scim-1.0/IMEngine/honoka.a
+lib/scim-1.0/IMEngine/honoka.la
+lib/scim-1.0/IMEngine/honoka.so
+lib/scim-1.0/SetupUI/honoka-imengine-setup.a
+lib/scim-1.0/SetupUI/honoka-imengine-setup.la
+lib/scim-1.0/SetupUI/honoka-imengine-setup.so
+share/scim/icons/honoka.png
+include/honoka/convertor.h
+include/honoka/honokapluginbase.h
+include/honoka/honokatimer.h
+include/honoka/resultlist.h
+include/honoka/honokakeyeventlist.h
+include/honoka/honokasetupcore.h
+include/honoka/predictor.h
+include/honoka/honokamultiplepluginbase.h
+include/honoka/honokastatus.h
+include/honoka/preeditor.h
+share/locale/ja/LC_MESSAGES/honoka.mo
+libdata/pkgconfig/honoka.pc
+@dirrmtry lib/scim-1.0/IMEngine
+@dirrmtry lib/scim-1.0/SetupUI
+@dirrmtry lib/scim-1.0/honoka
+@dirrmtry share/scim-1.0/icons
+@dirrmtry include/honoka