pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-linecache Initial import of ruby18-linecach...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5dd1fc2f14ca
branches: trunk
changeset: 541004:5dd1fc2f14ca
user: jlam <jlam%pkgsrc.org@localhost>
date: Sun Apr 13 07:37:14 2008 +0000
description:
Initial import of ruby18-linecache-0.4.2 as devel/ruby-linecache.
LineCache is a module for reading and caching lines. This may be useful
for example in a debugger where the same lines are shown many times.
diffstat:
devel/ruby-linecache/DESCR | 2 +
devel/ruby-linecache/Makefile | 17 +++++++++++++
devel/ruby-linecache/PLIST | 55 +++++++++++++++++++++++++++++++++++++++++++
devel/ruby-linecache/distinfo | 5 +++
4 files changed, 79 insertions(+), 0 deletions(-)
diffs (95 lines):
diff -r 7e3d9639fd5a -r 5dd1fc2f14ca devel/ruby-linecache/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-linecache/DESCR Sun Apr 13 07:37:14 2008 +0000
@@ -0,0 +1,2 @@
+LineCache is a module for reading and caching lines. This may be useful
+for example in a debugger where the same lines are shown many times.
diff -r 7e3d9639fd5a -r 5dd1fc2f14ca devel/ruby-linecache/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-linecache/Makefile Sun Apr 13 07:37:14 2008 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/13 07:37:14 jlam Exp $
+
+DISTNAME= linecache-0.42
+PKGNAME= ${RUBY_PKGPREFIX}-linecache-0.4.2
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://rubyforge.org/projects/rocky-hacks/linecache
+COMMENT= Ruby module to read and cache lines of a file
+
+GEM_NAME= linecache-${PKGVERSION_NOREV}
+
+post-extract:
+ cd ${WRKSRC} && echo ${PKGVERSION_NOREV} > VERSION
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7e3d9639fd5a -r 5dd1fc2f14ca devel/ruby-linecache/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-linecache/PLIST Sun Apr 13 07:37:14 2008 +0000
@@ -0,0 +1,55 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/13 07:37:14 jlam Exp $
+${GEM_HOME}/cache/linecache-${PKGVERSION}.gem
+${GEM_LIBDIR}/AUTHORS
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/ChangeLog
+${GEM_LIBDIR}/NEWS
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/VERSION
+${GEM_LIBDIR}/ext/extconf.rb
+${GEM_LIBDIR}/ext/trace_nums.c
+${GEM_LIBDIR}/ext/trace_nums.h
+${GEM_LIBDIR}/lib/linecache.rb
+${GEM_LIBDIR}/lib/trace_nums.${RUBY_DLEXT}
+${GEM_LIBDIR}/lib/tracelines.rb
+${GEM_LIBDIR}/test/data/begin1.rb
+${GEM_LIBDIR}/test/data/begin2.rb
+${GEM_LIBDIR}/test/data/begin3.rb
+${GEM_LIBDIR}/test/data/block1.rb
+${GEM_LIBDIR}/test/data/block2.rb
+${GEM_LIBDIR}/test/data/case1.rb
+${GEM_LIBDIR}/test/data/case2.rb
+${GEM_LIBDIR}/test/data/case3.rb
+${GEM_LIBDIR}/test/data/case4.rb
+${GEM_LIBDIR}/test/data/case5.rb
+${GEM_LIBDIR}/test/data/class1.rb
+${GEM_LIBDIR}/test/data/comments1.rb
+${GEM_LIBDIR}/test/data/def1.rb
+${GEM_LIBDIR}/test/data/each1.rb
+${GEM_LIBDIR}/test/data/end.rb
+${GEM_LIBDIR}/test/data/for1.rb
+${GEM_LIBDIR}/test/data/if1.rb
+${GEM_LIBDIR}/test/data/if2.rb
+${GEM_LIBDIR}/test/data/if3.rb
+${GEM_LIBDIR}/test/data/if4.rb
+${GEM_LIBDIR}/test/data/if5.rb
+${GEM_LIBDIR}/test/data/if6.rb
+${GEM_LIBDIR}/test/data/if7.rb
+${GEM_LIBDIR}/test/data/match.rb
+${GEM_LIBDIR}/test/data/match3.rb
+${GEM_LIBDIR}/test/data/match3a.rb
+${GEM_LIBDIR}/test/data/not-lit.rb
+${GEM_LIBDIR}/test/lnum-diag.rb
+${GEM_LIBDIR}/test/parse-show.rb
+${GEM_LIBDIR}/test/rcov-bug.rb
+${GEM_LIBDIR}/test/short-file
+${GEM_LIBDIR}/test/test-linecache.rb
+${GEM_LIBDIR}/test/test-lnum.rb
+${GEM_LIBDIR}/test/test-tracelines.rb
+${GEM_HOME}/specifications/linecache-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/test/data
+@dirrm ${GEM_LIBDIR}/test
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}/ext
+@dirrm ${GEM_LIBDIR}
diff -r 7e3d9639fd5a -r 5dd1fc2f14ca devel/ruby-linecache/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-linecache/distinfo Sun Apr 13 07:37:14 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/13 07:37:14 jlam Exp $
+
+SHA1 (linecache-0.42.gem) = 8d7963c3ff384f1827d52e222987b3f19c4e590d
+RMD160 (linecache-0.42.gem) = 05168c271bf705a046e86cd3dd51d775b5992df8
+Size (linecache-0.42.gem) = 29184 bytes
Home |
Main Index |
Thread Index |
Old Index