'abstract.rb' is a library which enables you to define abstract method in Ruby.

This commit is contained in:
Cheng-Lung Sung 2008-10-07 04:29:49 +00:00
parent c3f2ed4972
commit 09416d3e4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221293
5 changed files with 41 additions and 0 deletions

View File

@ -2370,6 +2370,7 @@
SUBDIR += ruby-tzfile
SUBDIR += ruby-wirble
SUBDIR += ruby-zoom
SUBDIR += rubygem-abstract
SUBDIR += rubygem-activesupport
SUBDIR += rubygem-analogger
SUBDIR += rubygem-builder

View File

@ -0,0 +1,19 @@
# Ports collection makefile for: rubygem-abstract
# Date created: 07 October 2008
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= abstract
PORTVERSION= 1.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RF
MAINTAINER= clsung@FreeBSD.org
COMMENT= Define abstract method in Ruby
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/abstract-1.0.0.gem) = ea26d93f0a47a530631da430c9e9b7e5
SHA256 (rubygem/abstract-1.0.0.gem) = 33c1c1f1928ddfa2114075412a491787a1b450408abb7363376c38fe675a3fbe
SIZE (rubygem/abstract-1.0.0.gem) = 12288

View File

@ -0,0 +1,6 @@
'abstract.rb' is a library which enable you to define abstract method in Ruby.
Abstract method makes your code more descriptive.
It is useful even for dynamic language such as Ruby.
WWW: http://rubyforge.org/projects/abstract/

View File

@ -0,0 +1,12 @@
%%GEM_CACHE%%
%%GEM_LIB_DIR%%/ChangeLog
%%GEM_LIB_DIR%%/README.txt
%%GEM_LIB_DIR%%/lib/abstract.rb
%%GEM_LIB_DIR%%/setup.rb
%%GEM_LIB_DIR%%/test/test.rb
%%GEM_LIB_DIR%%/abstract.gemspec
%%GEM_SPEC%%
@dirrm %%GEM_LIB_DIR%%/test
@dirrm %%GEM_LIB_DIR%%/lib
@dirrm %%GEM_LIB_DIR%%
@dirrm %%GEM_DOC_DIR%%