mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add ruby-eb, Ruby bind of EB library.
This commit is contained in:
parent
1e81cbdf79
commit
70bc7ecc12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32319
@ -233,6 +233,7 @@
|
||||
SUBDIR += recjis
|
||||
SUBDIR += rogue_s
|
||||
SUBDIR += rskkserv
|
||||
SUBDIR += ruby-eb
|
||||
SUBDIR += ruby-kakasi
|
||||
SUBDIR += ruby-man
|
||||
SUBDIR += ruby-slang
|
||||
|
46
japanese/ruby-eb/Makefile
Normal file
46
japanese/ruby-eb/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
# New ports collection makefile for: Ruby EB
|
||||
# Date created: 6 Sep 2000
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= eb
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= japanese ruby
|
||||
MASTER_SITES= http://www.osk.3web.ne.jp/~nyasu/software/
|
||||
DISTNAME= ruby-${PORTNAME}${PORTVERSION}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ruby:${PORTSDIR}/lang/ruby
|
||||
LIB_DEPENDS= eb.3:${PORTSDIR}/japanese/eb
|
||||
RUN_DEPENDS= ruby:${PORTSDIR}/lang/ruby
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
CONFIGURE_ARGS= --with-opt-dir="${LOCALBASE}"
|
||||
INSTALL_TARGET= site-install
|
||||
PLIST_SUB= RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}"
|
||||
|
||||
RUBY?= ${LOCALBASE}/bin/ruby
|
||||
RUBY_VER?= 1.4
|
||||
RUBY_ARCH?= ${ARCH}-freebsd${OSREL}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}ruby-
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; \
|
||||
${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb ${CONFIGURE_ARGS}
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/examples/ruby/eb/ja/
|
||||
${INSTALL_DATA} ${WRKSRC}/test.rb ${PREFIX}/share/examples/ruby/eb/ja/
|
||||
${MKDIR} ${PREFIX}/share/doc/ruby/eb/ja
|
||||
${INSTALL_DATA} ${WRKSRC}/eb.html ${PREFIX}/share/doc/ruby/eb/ja/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
japanese/ruby-eb/distinfo
Normal file
1
japanese/ruby-eb/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/ruby-eb1.4.tar.gz) = f7645b29da2c77318b2b4e20959cde2c
|
1
japanese/ruby-eb/pkg-comment
Normal file
1
japanese/ruby-eb/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Ruby bind of EB library
|
5
japanese/ruby-eb/pkg-descr
Normal file
5
japanese/ruby-eb/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Ruby EB -- Ruby bind of EB library.
|
||||
|
||||
|
||||
Author: Nishikawa,Yasuhiro <nyasu@osk.3web.ne.jp>
|
||||
WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=RubyEB
|
7
japanese/ruby-eb/pkg-plist
Normal file
7
japanese/ruby-eb/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
lib/ruby/site_ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/eb.so
|
||||
share/examples/ruby/eb/ja/test.rb
|
||||
@dirrm share/examples/ruby/eb/ja
|
||||
@dirrm share/examples/ruby/eb
|
||||
share/doc/ruby/eb/ja/eb.html
|
||||
@dirrm share/doc/ruby/eb/ja
|
||||
@dirrm share/doc/ruby/eb
|
Loading…
Reference in New Issue
Block a user