pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/ruby-columnize Initial import of ruby18-columnize...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8270e0bca858
branches: trunk
changeset: 541066:8270e0bca858
user: jlam <jlam%pkgsrc.org@localhost>
date: Mon Apr 14 20:30:18 2008 +0000
description:
Initial import of ruby18-columnize-0.1 as misc/ruby-columnize.
LineCache is a module for printing an Array in column-sorted order.
diffstat:
misc/ruby-columnize/DESCR | 1 +
misc/ruby-columnize/Makefile | 12 ++++++++++++
misc/ruby-columnize/PLIST | 15 +++++++++++++++
misc/ruby-columnize/distinfo | 6 ++++++
misc/ruby-columnize/patches/patch-aa | 17 +++++++++++++++++
5 files changed, 51 insertions(+), 0 deletions(-)
diffs (71 lines):
diff -r a25805af4294 -r 8270e0bca858 misc/ruby-columnize/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-columnize/DESCR Mon Apr 14 20:30:18 2008 +0000
@@ -0,0 +1,1 @@
+LineCache is a module for printing an Array in column-sorted order.
diff -r a25805af4294 -r 8270e0bca858 misc/ruby-columnize/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-columnize/Makefile Mon Apr 14 20:30:18 2008 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/14 20:30:18 jlam Exp $
+
+DISTNAME= columnize-0.1
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= misc
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://rubyforge.org/projects/rocky-hacks/columnize
+COMMENT= Ruby module to print an Array in column-sorted order
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a25805af4294 -r 8270e0bca858 misc/ruby-columnize/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-columnize/PLIST Mon Apr 14 20:30:18 2008 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/14 20:30:18 jlam Exp $
+${GEM_HOME}/cache/columnize-${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}/lib/columnize.rb
+${GEM_LIBDIR}/test/test-columnize.rb
+${GEM_HOME}/specifications/columnize-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/test
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}
diff -r a25805af4294 -r 8270e0bca858 misc/ruby-columnize/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-columnize/distinfo Mon Apr 14 20:30:18 2008 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/14 20:30:18 jlam Exp $
+
+SHA1 (columnize-0.1.gem) = ee0ae8309529dc3f16902cef5e9dd82df02ae02c
+RMD160 (columnize-0.1.gem) = e9920606528ede3e98fcebe4e5348de0e1a6a918
+Size (columnize-0.1.gem) = 14336 bytes
+SHA1 (patch-aa) = 7c2341b279a99120c43ab462aae060f50d5bdf80
diff -r a25805af4294 -r 8270e0bca858 misc/ruby-columnize/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-columnize/patches/patch-aa Mon Apr 14 20:30:18 2008 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/04/14 20:30:18 jlam Exp $
+
+--- Rakefile.orig 2008-04-14 16:26:02.000000000 -0400
++++ Rakefile
+@@ -44,10 +44,9 @@ default_spec = Gem::Specification.new do
+ spec.name = "columnize"
+
+ spec.homepage = "http://rubyforge.org/projects/rocky-hacks/columnize"
+- spec.summary = "Read file with caching"
++ spec.summary = "Print an Array in column-sorted order"
+ spec.description = <<-EOF
+-Columnize 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.
++LineCache is a module for printing an Array in column-sorted order.
+ EOF
+
+ spec.version = PACKAGE_VERSION
Home |
Main Index |
Thread Index |
Old Index