pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-method_source Import ruby-method_source into...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac12b572e543
branches:  trunk
changeset: 635326:ac12b572e543
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jun 03 13:02:36 2014 +0000

description:
Import ruby-method_source into pkgsrc.

method_source is a utility to return a method's source code as a Ruby
string.  Also returns Proc and Lambda source code.

diffstat:

 misc/ruby-method_source/DESCR    |   2 ++
 misc/ruby-method_source/Makefile |  12 ++++++++++++
 misc/ruby-method_source/PLIST    |  18 ++++++++++++++++++
 misc/ruby-method_source/distinfo |   5 +++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 4bc70915a88c -r ac12b572e543 misc/ruby-method_source/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-method_source/DESCR     Tue Jun 03 13:02:36 2014 +0000
@@ -0,0 +1,2 @@
+method_source is a utility to return a method's source code as a Ruby
+string.  Also returns Proc and Lambda source code.
diff -r 4bc70915a88c -r ac12b572e543 misc/ruby-method_source/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-method_source/Makefile  Tue Jun 03 13:02:36 2014 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2014/06/03 13:02:36 jperkin Exp $
+
+DISTNAME=      method_source-0.8.2
+CATEGORIES=    misc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/banister/method_source
+COMMENT=       Return the source code for a method
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4bc70915a88c -r ac12b572e543 misc/ruby-method_source/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-method_source/PLIST     Tue Jun 03 13:02:36 2014 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2014/06/03 13:02:36 jperkin Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gemtest
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/.yardopts
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.markdown
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/method_source.rb
+${GEM_LIBDIR}/lib/method_source/code_helpers.rb
+${GEM_LIBDIR}/lib/method_source/source_location.rb
+${GEM_LIBDIR}/lib/method_source/version.rb
+${GEM_LIBDIR}/method_source.gemspec
+${GEM_LIBDIR}/test/test.rb
+${GEM_LIBDIR}/test/test_code_helpers.rb
+${GEM_LIBDIR}/test/test_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 4bc70915a88c -r ac12b572e543 misc/ruby-method_source/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-method_source/distinfo  Tue Jun 03 13:02:36 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/06/03 13:02:36 jperkin Exp $
+
+SHA1 (method_source-0.8.2.gem) = ea691a5adb25c9485d9916690dbc339e646aa8b1
+RMD160 (method_source-0.8.2.gem) = b4cd24a5876117ff22b568871a5b6fc54c7d9bf0
+Size (method_source-0.8.2.gem) = 13312 bytes



Home | Main Index | Thread Index | Old Index