mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add Ruby/Gyokuro, a Ruby library which wraps Ruby/ChaSen.
This commit is contained in:
parent
a1fdaaa1b1
commit
284b0ac57e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65645
@ -327,6 +327,7 @@
|
||||
SUBDIR += rskkserv
|
||||
SUBDIR += ruby-chasen
|
||||
SUBDIR += ruby-eb
|
||||
SUBDIR += ruby-gyokuro
|
||||
SUBDIR += ruby-kakasi
|
||||
SUBDIR += ruby-man
|
||||
SUBDIR += ruby-romkan
|
||||
|
40
japanese/ruby-gyokuro/Makefile
Normal file
40
japanese/ruby-gyokuro/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: Ruby/Gyokuro
|
||||
# Date created: 5 September 2002
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gyokuro
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= japanese textproc ruby
|
||||
MASTER_SITES= http://downloads.sourceforge.jp/gyokuro/1017/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/chasen.so:${PORTSDIR}/japanese/ruby-chasen
|
||||
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
DOCS_JA= README.ja.rd
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${RUBY_SITELIBDIR}/gyokuro
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/gyokuro/*.rb ${RUBY_SITELIBDIR}/gyokuro/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/example/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
|
||||
.for f in ${DOCS_EN}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
|
||||
.endfor
|
||||
.for f in ${DOCS_JA}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/ruby-gyokuro/distinfo
Normal file
1
japanese/ruby-gyokuro/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/gyokuro-1.0.0.tar.gz) = 100083298620d95a04587595966c1860
|
1
japanese/ruby-gyokuro/pkg-comment
Normal file
1
japanese/ruby-gyokuro/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Ruby library which wraps Ruby/ChaSen
|
4
japanese/ruby-gyokuro/pkg-descr
Normal file
4
japanese/ruby-gyokuro/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This is a Ruby library which wraps Ruby/ChaSen.
|
||||
|
||||
Author: Yuya <yuya@4th.to>
|
||||
WWW: http://sourceforge.jp/projects/gyokuro/
|
17
japanese/ruby-gyokuro/pkg-plist
Normal file
17
japanese/ruby-gyokuro/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
%%RUBY_SITELIBDIR%%/gyokuro/gyokuro.rb
|
||||
%%RUBY_SITELIBDIR%%/gyokuro/parser.rb
|
||||
%%RUBY_SITELIBDIR%%/gyokuro/parts.rb
|
||||
%%RUBY_SITELIBDIR%%/gyokuro/table.rb
|
||||
@dirrm %%RUBY_SITELIBDIR%%/gyokuro
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gyokuro/example1.txt
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gyokuro/example2.txt
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gyokuro/example3.txt
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gyokuro/inspect.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gyokuro/katakana.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gyokuro/morpheme.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gyokuro/noun.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gyokuro/wakachi.rb
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gyokuro
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/gyokuro/ja/README.ja.rd
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/gyokuro/ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/gyokuro
|
Loading…
Reference in New Issue
Block a user