diff -urN sysutils/rubygem-etc.orig/Makefile sysutils/rubygem-etc/Makefile --- sysutils/rubygem-etc.orig/Makefile +++ sysutils/rubygem-etc/Makefile @@ -0,0 +1,20 @@ +# Created by: VVD +# $FreeBSD: head/www/rubygem-etc/Makefile $ + +PORTNAME= etc +PORTVERSION= 1.1.0 +CATEGORIES= sysutils rubygems +MASTER_SITES= RG + +MAINTAINER= osa@FreeBSD.org +COMMENT= Provides access to information typically stored in UNIX /etc directory + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include diff -urN sysutils/rubygem-etc.orig/distinfo sysutils/rubygem-etc/distinfo --- sysutils/rubygem-etc.orig/distinfo +++ sysutils/rubygem-etc/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1591888677 +SHA256 (rubygem/etc-1.1.0.gem) = 0651bcdecea5b005af640d8d3cd9155d8342035292cc8a341c78d88f4eb9f8c1 +SIZE (rubygem/etc-1.1.0.gem) = 23552 diff -urN sysutils/rubygem-etc.orig/pkg-descr sysutils/rubygem-etc/pkg-descr --- sysutils/rubygem-etc.orig/pkg-descr +++ sysutils/rubygem-etc/pkg-descr @@ -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