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:
parent
d0cdffe52d
commit
3599afd7f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39258
@ -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
|
||||
|
38
devel/ruby-metaruby/Makefile
Normal file
38
devel/ruby-metaruby/Makefile
Normal 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>
|
1
devel/ruby-metaruby/distinfo
Normal file
1
devel/ruby-metaruby/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/MetaRuby-0.5.tar.gz) = c081e043aed5159e34a4a1be9e43bf03
|
1
devel/ruby-metaruby/pkg-comment
Normal file
1
devel/ruby-metaruby/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A reimplementations of some Ruby parts in Ruby, Perl's tie equivalent
|
5
devel/ruby-metaruby/pkg-descr
Normal file
5
devel/ruby-metaruby/pkg-descr
Normal 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/
|
11
devel/ruby-metaruby/pkg-plist
Normal file
11
devel/ruby-metaruby/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user