Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 09:47:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543730 - in head/devel: . rubygem-singleton
Message-ID:  <202007300947.06U9lKss072008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul 30 09:47:20 2020
New Revision: 543730
URL: https://svnweb.freebsd.org/changeset/ports/543730

Log:
  Add rubygem-singleton 0.1.0
  
  The Singleton module implements the Singleton pattern.
  
  WWW: https://github.com/ruby/singleton

Added:
  head/devel/rubygem-singleton/
  head/devel/rubygem-singleton/Makefile   (contents, props changed)
  head/devel/rubygem-singleton/distinfo   (contents, props changed)
  head/devel/rubygem-singleton/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jul 30 09:47:10 2020	(r543729)
+++ head/devel/Makefile	Thu Jul 30 09:47:20 2020	(r543730)
@@ -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

Added: head/devel/rubygem-singleton/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-singleton/Makefile	Thu Jul 30 09:47:20 2020	(r543730)
@@ -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>

Added: head/devel/rubygem-singleton/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-singleton/distinfo	Thu Jul 30 09:47:20 2020	(r543730)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1595865771
+SHA256 (rubygem/singleton-0.1.0.gem) = 43df8ff1020b39e69da7b697b3364ec2737589ef49b18838d1b2d67a7fd9ccb5
+SIZE (rubygem/singleton-0.1.0.gem) = 8192

Added: head/devel/rubygem-singleton/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-singleton/pkg-descr	Thu Jul 30 09:47:20 2020	(r543730)
@@ -0,0 +1,3 @@
+The Singleton module implements the Singleton pattern.
+
+WWW: https://github.com/ruby/singleton



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007300947.06U9lKss072008>