From 567113a6b24cf091c6fb51d41c0a74254d9763fc Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Wed, 23 Apr 2003 08:27:36 +0000 Subject: Add ruby-mecab, the MeCab library module for Ruby. --- japanese/Makefile | 1 + japanese/ruby-mecab/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ japanese/ruby-mecab/pkg-descr | 4 ++++ japanese/ruby-mecab/pkg-plist | 2 ++ 4 files changed, 47 insertions(+) create mode 100644 japanese/ruby-mecab/Makefile create mode 100644 japanese/ruby-mecab/pkg-descr create mode 100644 japanese/ruby-mecab/pkg-plist diff --git a/japanese/Makefile b/japanese/Makefile index a8e556b9f979..f95695433a64 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -315,6 +315,7 @@ SUBDIR += ruby-gyokuro SUBDIR += ruby-kakasi SUBDIR += ruby-man + SUBDIR += ruby-mecab SUBDIR += ruby-refe SUBDIR += ruby-romkan SUBDIR += ruby-slang 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 +# +# $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 + +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 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 +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 -- cgit v1.2.3