Add rubygem-singleton 0.1.0

The Singleton module implements the Singleton pattern.

WWW: https://github.com/ruby/singleton
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-07-30 09:47:20 +00:00
parent ba51765fef
commit a360722984
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543730
4 changed files with 27 additions and 0 deletions

View File

@ -6457,6 +6457,7 @@
SUBDIR += rubygem-simple_form-rails5
SUBDIR += rubygem-simple_form-rails50
SUBDIR += rubygem-simplecov
SUBDIR += rubygem-singleton
SUBDIR += rubygem-skiptrace
SUBDIR += rubygem-slack-messenger
SUBDIR += rubygem-slack-notifier

View File

@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= singleton
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Implement the Singleton pattern
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1595865771
SHA256 (rubygem/singleton-0.1.0.gem) = 43df8ff1020b39e69da7b697b3364ec2737589ef49b18838d1b2d67a7fd9ccb5
SIZE (rubygem/singleton-0.1.0.gem) = 8192

View File

@ -0,0 +1,3 @@
The Singleton module implements the Singleton pattern.
WWW: https://github.com/ruby/singleton