View | Details | Raw Unified | Return to bug 244991 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/rubygem-etc/Makefile (+20 lines)
Line 0 Link Here
1
# Created by: VVD <vvd@unislabs.com>
2
# $FreeBSD: head/www/rubygem-etc/Makefile $
3
4
PORTNAME=	etc
5
PORTVERSION=	1.1.0
6
CATEGORIES=	sysutils rubygems
7
MASTER_SITES=	RG
8
9
MAINTAINER=	osa@FreeBSD.org
10
COMMENT=	Provides access to information typically stored in UNIX /etc directory
11
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
15
USES=		gem
16
USE_RUBY=	yes
17
18
NO_ARCH=	yes
19
20
.include <bsd.port.mk>
(-)sysutils/rubygem-etc/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1591888677
2
SHA256 (rubygem/etc-1.1.0.gem) = 0651bcdecea5b005af640d8d3cd9155d8342035292cc8a341c78d88f4eb9f8c1
3
SIZE (rubygem/etc-1.1.0.gem) = 23552
(-)sysutils/rubygem-etc/pkg-descr (+11 lines)
Line 0 Link Here
1
The Etc module provides access to information typically stored in files in the
2
/etc directory on Unix systems.
3
4
The information accessible consists of the information found in the /etc/passwd
5
and /etc/group files, plus information about he system's temporary directory
6
(/tmp) and configuration directory (/etc).
7
8
The Etc module provides a more reliable way to access information about the
9
logged in user than environment variables such as +$USER+.
10
11
WWW: https://github.com/ruby/etc

Return to bug 244991