mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
New Port: japanese/ruby-rdict
This is search tool for Eijiro written by ruby. PR: ports/55208 Submitted by: Takahiro Morishita <morishita@skywing.org>
This commit is contained in:
parent
64b3907525
commit
7b51fa10f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90435
5 changed files with 90 additions and 0 deletions
|
@ -317,6 +317,7 @@
|
|||
SUBDIR += ruby-kakasi
|
||||
SUBDIR += ruby-man
|
||||
SUBDIR += ruby-mecab
|
||||
SUBDIR += ruby-rdic
|
||||
SUBDIR += ruby-refe
|
||||
SUBDIR += ruby-romkan
|
||||
SUBDIR += ruby-slang
|
||||
|
|
66
japanese/ruby-rdic/Makefile
Normal file
66
japanese/ruby-rdic/Makefile
Normal file
|
@ -0,0 +1,66 @@
|
|||
# Ports collection makefile for: Ruby/rdic
|
||||
# Date created: 3 Aug 2003
|
||||
# Whom: Takahiro Morishita <morishita@skywing.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rdic
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= japanese ruby
|
||||
MASTER_SITES= http://www.yasgursfarm.us/download/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= morishita@skywing.org
|
||||
COMMENT= A search tool for Eijiro by ruby
|
||||
|
||||
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/mmap.so:${PORTSDIR}/devel/ruby-mmap
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
RUBY_SHEBANG_FILES= rdic \
|
||||
cnv2alc.rb \
|
||||
cnv2jisx0213.rb \
|
||||
cnv2rdic.rb
|
||||
RUBY_RD_FILES= xselection.rd \
|
||||
xselection.rd.jp
|
||||
|
||||
USE_XLIB= yes
|
||||
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
MAKE_ARGS+= CFLAGS='-I ${X11BASE}/include'
|
||||
|
||||
DOCS_EN= ChangeLog.rdic \
|
||||
ChangeLog.xselection \
|
||||
README.eliminate \
|
||||
README.func \
|
||||
README.keymap \
|
||||
README.xselection \
|
||||
xselection.html \
|
||||
${RUBY_RD_FILES:Mxselection.rd}
|
||||
DOCS_JA= README.jp \
|
||||
xselection.html.ja \
|
||||
${RUBY_RD_FILES:Mxselection.rd.jp}
|
||||
|
||||
pre-install:
|
||||
${CP} ${WRKSRC}/rdic ${PREFIX}/bin/rdic
|
||||
${CP} ${WRKSRC}/cnv2alc.rb ${PREFIX}/bin/cnv2alc
|
||||
${CP} ${WRKSRC}/cnv2jisx0213.rb ${PREFIX}/bin/cnv2jisx0213
|
||||
${CP} ${WRKSRC}/cnv2rdic.rb ${PREFIX}/bin/cnv2rdic
|
||||
|
||||
post-install: doc-install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
doc-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODDOCDIR}/ja
|
||||
.for f in ${DOCS_EN}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
|
||||
.endfor
|
||||
.for f in ${DOCS_JA}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
|
||||
.endfor
|
||||
.endif
|
1
japanese/ruby-rdic/distinfo
Normal file
1
japanese/ruby-rdic/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ruby/rdic-0.1.2.tar.gz) = 5e60bc41ff5e609eae6cde66e3400d90
|
4
japanese/ruby-rdic/pkg-descr
Normal file
4
japanese/ruby-rdic/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
rdic is serch tool for Eijiro by ruby.
|
||||
|
||||
WWW: http://www.yasgursfarm.us/rdic/
|
||||
Author: dave@yasgursfarm.us (Dave Scotto)
|
18
japanese/ruby-rdic/pkg-plist
Normal file
18
japanese/ruby-rdic/pkg-plist
Normal file
|
@ -0,0 +1,18 @@
|
|||
bin/rdic
|
||||
bin/cnv2alc
|
||||
bin/cnv2jisx0213
|
||||
bin/cnv2rdic
|
||||
%%RUBY_SITEARCHLIBDIR%%/xselection.so
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/xselection.html
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog.rdic
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog.xselection
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.eliminate
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.func
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.keymap
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.xselection
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/xselection.rd
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/xselection.html.ja
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.jp
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/xselection.rd.jp
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
Loading…
Add table
Reference in a new issue