1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Add ruby-metaruby, a reimplementations of some Ruby parts in Ruby,

Perl's tie equivalent.
This commit is contained in:
Akinori MUSHA 2001-03-08 13:09:29 +00:00
parent d0cdffe52d
commit 3599afd7f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39258
6 changed files with 57 additions and 0 deletions

View File

@ -363,6 +363,7 @@
SUBDIR += ruby-intl
SUBDIR += ruby-libglade
SUBDIR += ruby-locale
SUBDIR += ruby-metaruby
SUBDIR += ruby-mmap
SUBDIR += ruby-mutexm
SUBDIR += ruby-optparse

View File

@ -0,0 +1,38 @@
# New ports collection makefile for: MetaRuby
# Date created: 8 March 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= metaruby
PORTVERSION= 0.5
CATEGORIES= devel ruby
MASTER_SITES= http://hostname.2y.net/~matju/MetaRuby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= MetaRuby-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
NO_BUILD= yes
DOCS= ChangeLog Overview TODO
post-patch:
${RUBY} -i -ne '%r|^\$$: <<| or print' ${WRKSRC}/samples/*
do-install:
${INSTALL_DATA} ${WRKSRC}/lib/* ${RUBY_SITELIBDIR}/
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/samples/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ruby/MetaRuby-0.5.tar.gz) = c081e043aed5159e34a4a1be9e43bf03

View File

@ -0,0 +1 @@
A reimplementations of some Ruby parts in Ruby, Perl's tie equivalent

View File

@ -0,0 +1,5 @@
MetaRuby is a reimplementations of some Ruby parts in Ruby; equivalent
of Perl's tie command.
Author: matju (Mathieu Bouchard) <matju@cam.org>
WWW: http://hostname.2y.net/~matju/MetaRuby/

View File

@ -0,0 +1,11 @@
%%RUBY_SITELIBDIR%%/ArrayMixin.rb
%%RUBY_SITELIBDIR%%/HashMixin.rb
%%RUBY_SITELIBDIR%%/ListMixin.rb
%%RUBY_SITELIBDIR%%/StringMixin.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/metaruby/BitArray.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/metaruby/ProcAsArray.rb
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/metaruby
%%PORTDOCS%%%%RUBY_DOCDIR%%/metaruby/ChangeLog
%%PORTDOCS%%%%RUBY_DOCDIR%%/metaruby/Overview
%%PORTDOCS%%%%RUBY_DOCDIR%%/metaruby/TODO
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/metaruby