aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-01-13 07:27:20 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-01-13 07:27:20 +0800
commitdb3c54eb5e380bba58db066e8739ee989482803f (patch)
tree3f97decd019d634b163c8fdf06c3c75748f92582 /japanese
parent5917a598f79d2498078791b03f2aa5d0835c2628 (diff)
downloadfreebsd-ports-gnome-db3c54eb5e380bba58db066e8739ee989482803f.tar.gz
freebsd-ports-gnome-db3c54eb5e380bba58db066e8739ee989482803f.tar.zst
freebsd-ports-gnome-db3c54eb5e380bba58db066e8739ee989482803f.zip
icanna is a connector program between yc.el and Canna server
via unix domain socket. Since emacs21 or former version does not support unix domain socket in elisp itself, icanna helps the elisp application to interact with Canna server by relaying data between standard input/output and unix domain socket. WWW: http://www.ceres.dti.ne.jp/~knak/yc.html PR: 130289 Submitted by: Takayuki Nakao <t at nakao dot org>
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/icanna/Makefile29
-rw-r--r--japanese/icanna/distinfo3
-rw-r--r--japanese/icanna/pkg-descr7
4 files changed, 40 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 7179c49fca2f..99d1c55ea453 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -89,6 +89,7 @@
SUBDIR += hex
SUBDIR += hns
SUBDIR += ical
+ SUBDIR += icanna
SUBDIR += iiimf-le-canna
SUBDIR += iiimf-le-freewnn
SUBDIR += im-ja
diff --git a/japanese/icanna/Makefile b/japanese/icanna/Makefile
new file mode 100644
index 000000000000..d83cabdd3330
--- /dev/null
+++ b/japanese/icanna/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: icanna
+# Date created: 2009/01/08
+# Whom: Takayuki Nakao <t@nakao.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= icanna
+PORTVERSION= 0.9.0
+CATEGORIES= japanese
+MASTER_SITES= http://www.ceres.dti.ne.jp/~knak/
+DISTNAME= yc-${YC_VERSION}
+
+MAINTAINER= t@nakao.org
+COMMENT= Canna connector for yc.el via unix domain socket
+
+YC_VERSION= 4.0.13
+
+PLIST_FILES+= bin/icanna
+
+do-build:
+ cd ${WRKSRC} && \
+ ${CC} ${CFLAGS} -o icanna icanna.c
+
+do-install:
+ cd ${WRKSRC} && \
+ ${INSTALL_PROGRAM} icanna ${PREFIX}/bin/icanna
+
+.include <bsd.port.mk>
diff --git a/japanese/icanna/distinfo b/japanese/icanna/distinfo
new file mode 100644
index 000000000000..06e314553adb
--- /dev/null
+++ b/japanese/icanna/distinfo
@@ -0,0 +1,3 @@
+MD5 (yc-4.0.13.tar.gz) = 5cc5f04346b806d4157b4b66d7eba69f
+SHA256 (yc-4.0.13.tar.gz) = 5afd06ea819bbf20f5cbfbcd3c60eb58a50b2ef093defc4c93bfdf8ab69444f3
+SIZE (yc-4.0.13.tar.gz) = 43916
diff --git a/japanese/icanna/pkg-descr b/japanese/icanna/pkg-descr
new file mode 100644
index 000000000000..f2ea1833aa3b
--- /dev/null
+++ b/japanese/icanna/pkg-descr
@@ -0,0 +1,7 @@
+icanna is a connector program between yc.el and Canna server
+via unix domain socket. Since emacs21 or former version does
+not support unix domain socket in elisp itself, icanna helps
+the elisp application to interact with Canna server by relaying
+data between standard input/output and unix domain socket.
+
+WWW: http://www.ceres.dti.ne.jp/~knak/yc.html