1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Add rubygem-netrc.

This is a library for handling netrc files and is a pre-requisite for the
Heroku CLI.

Reviewed by:	swills
Approved by:	swills
This commit is contained in:
Rui Paulo 2014-05-09 05:25:56 +00:00
parent 67fdeb4765
commit d080d285d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353443
4 changed files with 24 additions and 0 deletions

View File

@ -1025,6 +1025,7 @@
SUBDIR += rubygem-ipaddress
SUBDIR += rubygem-iproto
SUBDIR += rubygem-macaddr
SUBDIR += rubygem-netrc
SUBDIR += rubygem-net-ldap
SUBDIR += rubygem-net-netrc
SUBDIR += rubygem-network_interface

View File

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= netrc
PORTVERSION= 0.7.7
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= rpaulo@FreeBSD.org
COMMENT= Read and update netrc files
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/netrc-0.7.7.gem) = 2dabbbc95573f80ff610b136412ad5a1e13fe26cdf4fd7467fbc750d47dac4f8
SIZE (rubygem/netrc-0.7.7.gem) = 8192

View File

@ -0,0 +1,4 @@
This library can read and update netrc files, preserving formatting including
comments and whitespace.
WWW: https://github.com/geemus/netrc