1
0
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:
Philip M. Gollucci 2012-01-17 18:57:45 +00:00
parent 529e2e9dab
commit 7471ad7c9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289374
4 changed files with 29 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/rubytree-0.8.2.gem) = d032444e79c43148abc6873e655c6bac02c578bd243ab434e71ca92cdcd29b0a
SIZE (rubygem/rubytree-0.8.2.gem) = 40448

View 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/