summaryrefslogtreecommitdiff
path: root/japanese/ruby-mecab
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-04-23 08:27:36 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-04-23 08:27:36 +0000
commit567113a6b24cf091c6fb51d41c0a74254d9763fc (patch)
tree42ccce1f9bfa4af58d0c03fef60b779acac33cae /japanese/ruby-mecab
parent[Forced commit + pkg-descr update] (diff)
Add ruby-mecab, the MeCab library module for Ruby.
Notes
Notes: svn path=/head/; revision=79495
Diffstat (limited to 'japanese/ruby-mecab')
-rw-r--r--japanese/ruby-mecab/Makefile40
-rw-r--r--japanese/ruby-mecab/pkg-descr4
-rw-r--r--japanese/ruby-mecab/pkg-plist2
3 files changed, 46 insertions, 0 deletions
diff --git a/japanese/ruby-mecab/Makefile b/japanese/ruby-mecab/Makefile
new file mode 100644
index 000000000000..d1c8f41d8178
--- /dev/null
+++ b/japanese/ruby-mecab/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: ruby-mecab
+# Date created: 23 April 2003
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ${MECAB_PORTNAME}
+PORTVERSION= ${MECAB_PORTVERSION}
+CATEGORIES= japanese textproc ruby
+MASTER_SITES= # none
+DISTFILES= # none
+
+MAINTAINER= knu@FreeBSD.org
+COMMENT= MeCab library module for Ruby
+
+EXTRACT_DEPENDS= ${NONEXISTENT}:${MECAB_PORTDIR}:patch
+LIB_DEPENDS= mecab.0:${MECAB_PORTDIR}
+
+USE_RUBY= yes
+USE_RUBY_EXTCONF= yes
+RUBY_WITH_PTHREAD= yes
+
+.include "${.CURDIR}/../mecab/Makefile.common"
+
+.include <bsd.port.pre.mk>
+
+PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX}
+
+do-extract:
+ ${MKDIR} ${WRKDIR}
+ ${LN} -fs `${MECAB_WRKSRC_CMD}`/ruby ${WRKSRC}
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/examples/mecab
+ ${INSTALL_DATA} ${WRKSRC}/test.rb ${PREFIX}/share/examples/mecab/
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/japanese/ruby-mecab/pkg-descr b/japanese/ruby-mecab/pkg-descr
new file mode 100644
index 000000000000..fd7f9c91d361
--- /dev/null
+++ b/japanese/ruby-mecab/pkg-descr
@@ -0,0 +1,4 @@
+This is the MeCab library module for Ruby.
+
+Author: Taku Kudoh <taku-ku@is.aist-nara.ac.jp>
+WWW: http://cl.aist-nara.ac.jp/~taku-ku/software/mecab/
diff --git a/japanese/ruby-mecab/pkg-plist b/japanese/ruby-mecab/pkg-plist
new file mode 100644
index 000000000000..67daf7399869
--- /dev/null
+++ b/japanese/ruby-mecab/pkg-plist
@@ -0,0 +1,2 @@
+%%RUBY_SITEARCHLIBDIR%%/MeCab.so
+%%PORTDOCS%%share/examples/mecab/test.rb