pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ruby-netrc Add ruby-netrc 0.10.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74c840db6e1a
branches:  trunk
changeset: 646304:74c840db6e1a
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Feb 07 14:48:34 2015 +0000

description:
Add ruby-netrc 0.10.2.

This library can read and update netrc files, preserving formatting
including comments and whitespace.

diffstat:

 net/ruby-netrc/DESCR    |   2 ++
 net/ruby-netrc/Makefile |  12 ++++++++++++
 net/ruby-netrc/PLIST    |  20 ++++++++++++++++++++
 net/ruby-netrc/distinfo |   5 +++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r 5fa8a102652c -r 74c840db6e1a net/ruby-netrc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-netrc/DESCR      Sat Feb 07 14:48:34 2015 +0000
@@ -0,0 +1,2 @@
+This library can read and update netrc files, preserving formatting
+including comments and whitespace.
diff -r 5fa8a102652c -r 74c840db6e1a net/ruby-netrc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-netrc/Makefile   Sat Feb 07 14:48:34 2015 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2015/02/07 14:48:34 taca Exp $
+
+DISTNAME=      netrc-0.10.2
+CATEGORIES=    net
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/geemus/netrc
+COMMENT=       Library to read and write netrc files
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5fa8a102652c -r 74c840db6e1a net/ruby-netrc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-netrc/PLIST      Sat Feb 07 14:48:34 2015 +0000
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2015/02/07 14:48:34 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE.md
+${GEM_LIBDIR}/Readme.md
+${GEM_LIBDIR}/changelog.txt
+${GEM_LIBDIR}/data/default_only.netrc
+${GEM_LIBDIR}/data/login.netrc
+${GEM_LIBDIR}/data/newlineless.netrc
+${GEM_LIBDIR}/data/password.netrc
+${GEM_LIBDIR}/data/permissive.netrc
+${GEM_LIBDIR}/data/sample.netrc
+${GEM_LIBDIR}/data/sample_multi.netrc
+${GEM_LIBDIR}/data/sample_multi_with_default.netrc
+${GEM_LIBDIR}/data/sample_with_default.netrc
+${GEM_LIBDIR}/lib/netrc.rb
+${GEM_LIBDIR}/test/test_lex.rb
+${GEM_LIBDIR}/test/test_netrc.rb
+${GEM_LIBDIR}/test/test_parse.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+@pkgdir lib/ruby/gems/2.0.0/build_info
diff -r 5fa8a102652c -r 74c840db6e1a net/ruby-netrc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-netrc/distinfo   Sat Feb 07 14:48:34 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/02/07 14:48:35 taca Exp $
+
+SHA1 (netrc-0.10.2.gem) = babea462237b59cbafae09c066c672e6e7d12043
+RMD160 (netrc-0.10.2.gem) = ed556221e8c7c5ece56601859a04df90210259ea
+Size (netrc-0.10.2.gem) = 10752 bytes



Home | Main Index | Thread Index | Old Index