The Ruby Holidays Gem allows you to look up holidays in

multiple regions based on customisable definition lists.

It also extends Ruby's built-in Date class.

Author: Alex Dunae
WWW: http://code.dunae.ca/holidays/

PR:		ports/151835
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
This commit is contained in:
Wen Heping 2010-11-01 03:17:14 +00:00
parent dd718d54f1
commit fc36e27d3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263873
4 changed files with 31 additions and 0 deletions

View File

@ -3081,6 +3081,7 @@
SUBDIR += rubygem-grit
SUBDIR += rubygem-highline
SUBDIR += rubygem-hoe
SUBDIR += rubygem-holidays
SUBDIR += rubygem-i18n
SUBDIR += rubygem-icalendar
SUBDIR += rubygem-igraph

View File

@ -0,0 +1,20 @@
# Ports collection makefile for: rubygem-holidays
# Date created: 17 October 2010
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= holidays
PORTVERSION= 0.9.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= freebsdports@chillibear.com
COMMENT= A collection of Ruby methods to deal with statutory and other holidays
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/holidays-0.9.3.gem) = 274920e7e1f41293343358f399eaf92b
SHA256 (rubygem/holidays-0.9.3.gem) = d32a3115cd7d88094295a5d6a4e5af8ea5a1fbd022027112ef4a4a336e9cb37f
SIZE (rubygem/holidays-0.9.3.gem) = 36352

View File

@ -0,0 +1,7 @@
The Ruby Holidays Gem allows you to look up holidays in
multiple regions based on customisable definition lists.
It also extends Ruby's built-in Date class.
Author: Alex Dunae
WWW: http://code.dunae.ca/holidays/