summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-13 02:03:47 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-13 02:03:47 +0800
commitba7df974c1ba30e8c25e24d420c472cdd70607b3 (patch)
treef1c7e52d4fcd549dcfa518eddebcd71376b3c891 /japanese
parentc0e29fc2d4e57477b9289d1a9f259ded510790fa (diff)
downloadmarcuscom-ports-ba7df974c1ba30e8c25e24d420c472cdd70607b3.tar
marcuscom-ports-ba7df974c1ba30e8c25e24d420c472cdd70607b3.tar.gz
marcuscom-ports-ba7df974c1ba30e8c25e24d420c472cdd70607b3.tar.bz2
marcuscom-ports-ba7df974c1ba30e8c25e24d420c472cdd70607b3.tar.lz
marcuscom-ports-ba7df974c1ba30e8c25e24d420c472cdd70607b3.tar.xz
marcuscom-ports-ba7df974c1ba30e8c25e24d420c472cdd70607b3.tar.zst
marcuscom-ports-ba7df974c1ba30e8c25e24d420c472cdd70607b3.zip
Move to LOCALBASE and correct the dependenies by chase all the rest of
scim* ports that live in LOCALBASE. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7743 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'japanese')
-rw-r--r--japanese/scim-honoka-plugin-wnn/Makefile43
-rw-r--r--japanese/scim-honoka-plugin-wnn/distinfo3
-rw-r--r--japanese/scim-honoka-plugin-wnn/files/patch-configure10
-rw-r--r--japanese/scim-honoka-plugin-wnn/pkg-descr12
-rw-r--r--japanese/scim-honoka-plugin-wnn/pkg-plist6
5 files changed, 74 insertions, 0 deletions
diff --git a/japanese/scim-honoka-plugin-wnn/Makefile b/japanese/scim-honoka-plugin-wnn/Makefile
new file mode 100644
index 000000000..00b3811f6
--- /dev/null
+++ b/japanese/scim-honoka-plugin-wnn/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: ja-scim-honoka-plugin-wnn
+# Date created: 4 Jun 2006
+# Whom: Masashi CHIBA
+#
+# $FreeBSD$
+#
+
+PORTNAME= scim-honoka-plugin-wnn
+PORTVERSION= 0.9.0
+CATEGORIES= japanese
+MASTER_SITES= http://nop.net-p.org/files/honoka/
+DISTNAME= honoka-plugin-wnn-${PORTVERSION}
+
+MAINTAINER= chiba.masashi@gmail.com
+COMMENT= Honoka plugin for using wnn7
+
+BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \
+ ${LOCALBASE}/lib/scim-1.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka
+LIB_DEPENDS= wnn7.1:${PORTSDIR}/japanese/Wnn7-lib
+RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim \
+ ${LOCALBASE}/lib/scim-1.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka \
+ ${LOCALBASE}/lib/scim-1.0/honoka/plugin-romkan.so:${PORTSDIR}/japanese/scim-honoka-plugin-romkan
+
+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 -L${X11BASE}/lib"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/japanese/scim-honoka-plugin-wnn/distinfo b/japanese/scim-honoka-plugin-wnn/distinfo
new file mode 100644
index 000000000..3552e136a
--- /dev/null
+++ b/japanese/scim-honoka-plugin-wnn/distinfo
@@ -0,0 +1,3 @@
+MD5 (honoka-plugin-wnn-0.9.0.tar.gz) = be6a2ec4ab915742f65a84f83f187fb8
+SHA256 (honoka-plugin-wnn-0.9.0.tar.gz) = 17ae64e3c0bf687bf53280cd0cfca62cc2e2d21ddd5f1a30e975cc3798218888
+SIZE (honoka-plugin-wnn-0.9.0.tar.gz) = 512713
diff --git a/japanese/scim-honoka-plugin-wnn/files/patch-configure b/japanese/scim-honoka-plugin-wnn/files/patch-configure
new file mode 100644
index 000000000..bad611f66
--- /dev/null
+++ b/japanese/scim-honoka-plugin-wnn/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-wnn/pkg-descr b/japanese/scim-honoka-plugin-wnn/pkg-descr
new file mode 100644
index 000000000..080c84a55
--- /dev/null
+++ b/japanese/scim-honoka-plugin-wnn/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 Wnn Input Method 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-wnn/pkg-plist b/japanese/scim-honoka-plugin-wnn/pkg-plist
new file mode 100644
index 000000000..48bc40911
--- /dev/null
+++ b/japanese/scim-honoka-plugin-wnn/pkg-plist
@@ -0,0 +1,6 @@
+lib/scim-1.0/honoka/plugin-wnn.a
+lib/scim-1.0/honoka/plugin-wnn.la
+lib/scim-1.0/honoka/plugin-wnn.so
+share/locale/ja/LC_MESSAGES/honoka-plugin-wnn.mo
+@dirrmtry lib/scim-1.0/honoka
+@dirrmtry share/scim/honoka