aboutsummaryrefslogtreecommitdiff
path: root/japanese/scim-honoka-plugin-romkan
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-10-03 23:43:42 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-10-03 23:43:42 +0000
commit80973297a003dac8b61783f1942db33fe9639e1c (patch)
treebf9a3f2a80b25827dd34762e85e6a7eb2fb38442 /japanese/scim-honoka-plugin-romkan
parentb7718a26f7f65c4b4641cc467e464005ea5a8230 (diff)
downloadports-80973297a003dac8b61783f1942db33fe9639e1c.tar.gz
ports-80973297a003dac8b61783f1942db33fe9639e1c.zip
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 romaji 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 PR: ports/98583 Submitted by: Masashi CHIBA
Notes
Notes: svn path=/head/; revision=174411
Diffstat (limited to 'japanese/scim-honoka-plugin-romkan')
-rw-r--r--japanese/scim-honoka-plugin-romkan/Makefile40
-rw-r--r--japanese/scim-honoka-plugin-romkan/distinfo3
-rw-r--r--japanese/scim-honoka-plugin-romkan/files/patch-configure10
-rw-r--r--japanese/scim-honoka-plugin-romkan/pkg-descr12
-rw-r--r--japanese/scim-honoka-plugin-romkan/pkg-plist10
5 files changed, 75 insertions, 0 deletions
diff --git a/japanese/scim-honoka-plugin-romkan/Makefile b/japanese/scim-honoka-plugin-romkan/Makefile
new file mode 100644
index 000000000000..2562f135830d
--- /dev/null
+++ b/japanese/scim-honoka-plugin-romkan/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: ja-scim-honoka-plugin-romkan
+# Date created: 3 Jun 2006
+# Whom: Masashi CHIBA
+#
+# $FreeBSD$
+#
+
+PORTNAME= scim-honoka-plugin-romkan
+PORTVERSION= 0.9.0
+CATEGORIES= japanese
+MASTER_SITES= http://nop.net-p.org/files/honoka/
+DISTNAME= honoka-plugin-romkan-${PORTVERSION}
+
+MAINTAINER= chiba.masashi@gmail.com
+COMMENT= Honoka plugin for romaji input
+
+BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \
+ ${X11BASE}/lib/scim-1.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USE_GETTEXT= yes
+USE_GNOME= lthack gnomehack
+USE_X_PREFIX= 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 -L${X11BASE}/lib"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/japanese/scim-honoka-plugin-romkan/distinfo b/japanese/scim-honoka-plugin-romkan/distinfo
new file mode 100644
index 000000000000..b9c46a3fb60b
--- /dev/null
+++ b/japanese/scim-honoka-plugin-romkan/distinfo
@@ -0,0 +1,3 @@
+MD5 (honoka-plugin-romkan-0.9.0.tar.gz) = e38019ccfae420e28195ff2a26716b91
+SHA256 (honoka-plugin-romkan-0.9.0.tar.gz) = 3981c0479bdaf25b6740e1683344a06c8763fafb316b6b75a9415dc4d05c2c03
+SIZE (honoka-plugin-romkan-0.9.0.tar.gz) = 519473
diff --git a/japanese/scim-honoka-plugin-romkan/files/patch-configure b/japanese/scim-honoka-plugin-romkan/files/patch-configure
new file mode 100644
index 000000000000..bad611f6644a
--- /dev/null
+++ b/japanese/scim-honoka-plugin-romkan/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-plugin-romkan/pkg-descr b/japanese/scim-honoka-plugin-romkan/pkg-descr
new file mode 100644
index 000000000000..5b5ab004b473
--- /dev/null
+++ b/japanese/scim-honoka-plugin-romkan/pkg-descr
@@ -0,0 +1,12 @@
+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 romaji 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-plugin-romkan/pkg-plist b/japanese/scim-honoka-plugin-romkan/pkg-plist
new file mode 100644
index 000000000000..2c0b94c7c893
--- /dev/null
+++ b/japanese/scim-honoka-plugin-romkan/pkg-plist
@@ -0,0 +1,10 @@
+lib/scim-1.0/honoka/plugin-romkan.a
+lib/scim-1.0/honoka/plugin-romkan.la
+lib/scim-1.0/honoka/plugin-romkan.so
+share/scim/honoka/azik.rkt
+share/scim/honoka/like-msime.rkt
+share/scim/honoka/kigou-def.rkt
+share/scim/honoka/honoka-def.rkt
+share/locale/ja/LC_MESSAGES/honoka-plugin-romkan.mo
+@dirrmtry lib/scim-1.0/honoka
+@dirrmtry share/scim/honoka