Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2017 00:31:51 +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: r436453 - in head/devel: . rubygem-os
Message-ID:  <201703190031.v2J0VprU021447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar 19 00:31:51 2017
New Revision: 436453
URL: https://svnweb.freebsd.org/changeset/ports/436453

Log:
  Add rubygem-os 1.0.0
  
  The OS gem allows for some easy telling if you're on windows or not, as well as
  some other helper utilities.
  
  WWW: https://github.com/rdp/os

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Mar 18 23:17:18 2017	(r436452)
+++ head/devel/Makefile	Sun Mar 19 00:31:51 2017	(r436453)
@@ -5380,6 +5380,7 @@
     SUBDIR += rubygem-open3_backport
     SUBDIR += rubygem-open4
     SUBDIR += rubygem-orm_adapter
+    SUBDIR += rubygem-os
     SUBDIR += rubygem-p4ruby
     SUBDIR += rubygem-paint
     SUBDIR += rubygem-paperclip

Added: head/devel/rubygem-os/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-os/Makefile	Sun Mar 19 00:31:51 2017	(r436453)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	os
+PORTVERSION=	1.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Allows for some useful and easy functions
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-os/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-os/distinfo	Sun Mar 19 00:31:51 2017	(r436453)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1489868175
+SHA256 (rubygem/os-1.0.0.gem) = 3387ec2c7357df363f3767921501e3c1eb5e0b102a0e0221ca423f0cf70b80e8
+SIZE (rubygem/os-1.0.0.gem) = 11776

Added: head/devel/rubygem-os/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-os/pkg-descr	Sun Mar 19 00:31:51 2017	(r436453)
@@ -0,0 +1,4 @@
+The OS gem allows for some easy telling if you're on windows or not, as well as
+some other helper utilities.
+
+WWW: https://github.com/rdp/os



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