mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add ruby-drb, Distributed Ruby.
This commit is contained in:
parent
9f6fed64e5
commit
1bd2d9bb20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32466
@ -217,6 +217,7 @@
|
||||
SUBDIR += rshell
|
||||
SUBDIR += rsync
|
||||
SUBDIR += rtsp_proxy
|
||||
SUBDIR += ruby-drb
|
||||
SUBDIR += ruby-snmp
|
||||
SUBDIR += ruby-uri
|
||||
SUBDIR += rwhois
|
||||
|
37
net/ruby-drb/Makefile
Normal file
37
net/ruby-drb/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: Ruby-DRb
|
||||
# Date created: 9 Sep 2000
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= drb
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= net ruby
|
||||
MASTER_SITES= http://www2a.biglobe.ne.jp/~seki/ruby/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
# not mandatory, but recommended to use acl with DRb
|
||||
RUN_DEPENDS= ${RUBY_SITELIBDIR}/acl.rb:${PORTSDIR}/security/ruby-acl
|
||||
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
post-extract:
|
||||
${RM} ${WRKSRC}/lib/acl.rb
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC}; \
|
||||
${RUBY} install.rb
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/drb
|
||||
${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/drb
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/Mk/bsd.ruby.mk"
|
||||
.include <bsd.port.post.mk>
|
1
net/ruby-drb/distinfo
Normal file
1
net/ruby-drb/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/drb-1.2.1.tar.gz) = e8f78a6f78568fa6e4fac1a9ca28d65a
|
1
net/ruby-drb/pkg-comment
Normal file
1
net/ruby-drb/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Distributed Ruby
|
5
net/ruby-drb/pkg-descr
Normal file
5
net/ruby-drb/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
druby (DRb) - distributed ruby.
|
||||
DRb can be used to exchange messages among Ruby scripts.
|
||||
|
||||
Author: Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
||||
WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=druby+-+distributed+ruby
|
21
net/ruby-drb/pkg-plist
Normal file
21
net/ruby-drb/pkg-plist
Normal file
@ -0,0 +1,21 @@
|
||||
%%RUBY_SITELIBDIR%%/drb.rb
|
||||
%%RUBY_SITELIBDIR%%/drb/drb.rb
|
||||
@dirrm %%RUBY_SITELIBDIR%%/drb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/darray.rb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/darrayc.rb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/dchatc.rb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/dchats.rb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/dhasen.rb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/dhasenc.rb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/dlogc.rb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/dlogd.rb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/dqin.rb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/dqout.rb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/dqueue.rb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/drbc.rb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/drbs-acl.rb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/drbs.rb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/name.rb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/namec.rb
|
||||
%%RUBY_EXAMPLESDIR%%/drb/rinda.rb
|
||||
@dirrm %%RUBY_EXAMPLESDIR%%/drb
|
Loading…
Reference in New Issue
Block a user