Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 09:46:53 +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: r543727 - in head/devel: . rubygem-etc
Message-ID:  <202007300946.06U9krE1071502@repo.freebsd.org>

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

Log:
  Add rubygem-etc 1.1.0
  
  The Etc module provides access to information typically stored in files in the
  /etc directory on Unix systems.
  
  The information accessible consists of the information found in the /etc/passwd
  and /etc/group files, plus information about he system's temporary directory
  (/tmp) and configuration directory (/etc).
  
  The Etc module provides a more reliable way to access information about the
  logged in user than environment variables such as +$USER+.
  
  WWW: https://github.com/ruby/etc

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jul 30 09:46:44 2020	(r543726)
+++ head/devel/Makefile	Thu Jul 30 09:46:53 2020	(r543727)
@@ -6000,6 +6000,7 @@
     SUBDIR += rubygem-equatable
     SUBDIR += rubygem-errand
     SUBDIR += rubygem-et-orbi
+    SUBDIR += rubygem-etc
     SUBDIR += rubygem-eventmachine
     SUBDIR += rubygem-excon
     SUBDIR += rubygem-execjs

Added: head/devel/rubygem-etc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-etc/Makefile	Thu Jul 30 09:46:53 2020	(r543727)
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	etc
+PORTVERSION=	1.1.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Provide access to information typically stored in UNIX /etc directory
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		gem
+USE_RUBY=	yes
+
+#NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-etc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-etc/distinfo	Thu Jul 30 09:46:53 2020	(r543727)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1595865765
+SHA256 (rubygem/etc-1.1.0.gem) = 0651bcdecea5b005af640d8d3cd9155d8342035292cc8a341c78d88f4eb9f8c1
+SIZE (rubygem/etc-1.1.0.gem) = 23552

Added: head/devel/rubygem-etc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-etc/pkg-descr	Thu Jul 30 09:46:53 2020	(r543727)
@@ -0,0 +1,11 @@
+The Etc module provides access to information typically stored in files in the
+/etc directory on Unix systems.
+
+The information accessible consists of the information found in the /etc/passwd
+and /etc/group files, plus information about he system's temporary directory
+(/tmp) and configuration directory (/etc).
+
+The Etc module provides a more reliable way to access information about the
+logged in user than environment variables such as +$USER+.
+
+WWW: https://github.com/ruby/etc



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