mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Now mutexm.rb gets to come with the drb distribution, this port is no
longer needed. Install net/ruby-drb to use mutexm.rb.
This commit is contained in:
parent
535397c1ed
commit
db8eb4a4b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42653
@ -417,7 +417,6 @@
|
||||
SUBDIR += ruby-metaruby
|
||||
SUBDIR += ruby-mmap
|
||||
SUBDIR += ruby-mo
|
||||
SUBDIR += ruby-mutexm
|
||||
SUBDIR += ruby-optparse
|
||||
SUBDIR += ruby-property
|
||||
SUBDIR += ruby-racc
|
||||
|
@ -1,49 +0,0 @@
|
||||
# New ports collection makefile for: Ruby-MutexM
|
||||
# Date created: 21 February 2001
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mutexm
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= http://www2a.biglobe.ne.jp/~seki/ruby/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
USE_RUBY= yes
|
||||
.if !defined(NOPORTDOCS)
|
||||
USE_RUBY_RD= yes
|
||||
.endif
|
||||
|
||||
# mutexm_test.rb is not really a document but a test suite, however,
|
||||
# we install this because it's the only English reference so far.
|
||||
DOCS_EN= mutexm_test.rb
|
||||
DOCS_JA= ${RD_DOCS_JA} ${RD_DOCS_JA:S/.rd.ja/.ja.html/}
|
||||
RD_DOCS_JA= mutexm.rd.ja
|
||||
|
||||
do-build:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.for f in ${RD_DOCS_EN} ${RD_DOCS_JA}
|
||||
cd ${WRKSRC}; \
|
||||
${RUBY_RD} ${f} > ${f:S/.rd.ja/.ja.html/}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC}; \
|
||||
${RUBY} install.rb
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_DOCDIR}/mutexm/ja
|
||||
.for f in ${DOCS_EN}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/mutexm/
|
||||
.endfor
|
||||
.for f in ${DOCS_JA}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/mutexm/ja/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1 +0,0 @@
|
||||
MD5 (ruby/mutexm-1.0.tar.gz) = 0f8414086d4f8353467771cca09eaa76
|
@ -1 +0,0 @@
|
||||
Mutex mix-in with some enhanced features
|
@ -1,6 +0,0 @@
|
||||
MutexM is a Mutex mix-in with some enhanced features.
|
||||
|
||||
You can do a synchronize during a synchronize, for example.
|
||||
|
||||
Author: Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
||||
WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=MutexM
|
@ -1,6 +0,0 @@
|
||||
%%RUBY_SITELIBDIR%%/mutexm.rb
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/mutexm/mutexm_test.rb
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/mutexm/ja/mutexm.ja.html
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/mutexm/ja/mutexm.rd.ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/mutexm/ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/mutexm
|
Loading…
x
Reference in New Issue
Block a user