mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
RubyTree is a simple and general purpose implementation
of the Tree data structure for the Ruby language. WWW: http://rubytree.rubyforge.org/ PR: ports/164080 Submitted by: Mikhail T. <m.tsatsenko@gmail.com>
This commit is contained in:
parent
529e2e9dab
commit
7471ad7c9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289374
@ -3685,6 +3685,7 @@
|
||||
SUBDIR += rubygem-rubyforge
|
||||
SUBDIR += rubygem-rubygame
|
||||
SUBDIR += rubygem-rubyinlineaccel
|
||||
SUBDIR += rubygem-rubytree
|
||||
SUBDIR += rubygem-runt
|
||||
SUBDIR += rubygem-ruport
|
||||
SUBDIR += rubygem-sdl
|
||||
|
22
devel/rubygem-rubytree/Makefile
Normal file
22
devel/rubygem-rubytree/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Ports collection makefile for: rubygem-rubytree
|
||||
# Date created: 2012-01-13
|
||||
# Whom: Mikhail T. <m.tsatsenko@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rubytree
|
||||
PORTVERSION= 0.8.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= m.tsatsenko@gmail.com
|
||||
COMMENT= Implementation of the Tree data structure for the Ruby
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
USE_RUBY_RDOC= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
# doc broken for now, upstream bug #28835
|
||||
NOPORTDOCS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-rubytree/distinfo
Normal file
2
devel/rubygem-rubytree/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/rubytree-0.8.2.gem) = d032444e79c43148abc6873e655c6bac02c578bd243ab434e71ca92cdcd29b0a
|
||||
SIZE (rubygem/rubytree-0.8.2.gem) = 40448
|
4
devel/rubygem-rubytree/pkg-descr
Normal file
4
devel/rubygem-rubytree/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
RubyTree is a simple and general purpose implementation
|
||||
of the Tree data structure for the Ruby language.
|
||||
|
||||
WWW: http://rubytree.rubyforge.org/
|
Loading…
Reference in New Issue
Block a user