diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 07:21:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 07:21:02 +0000 |
commit | dc196d2ebdbd65ca417a752c25318ebe1fc39a0d (patch) | |
tree | 7ddfd435d4a898b3bfd62930b1cfba326f892e03 /misc | |
parent | df4aeb44500c90d78943211c22136ad48c548bf0 (diff) | |
download | pkgsrc-dc196d2ebdbd65ca417a752c25318ebe1fc39a0d.tar.gz |
Update misc/ruby-columnize to 0.3.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
0.3.1 (01-07-26)
- Correct for Ruby 1.9 (Mark Mosely)
- add optional lineprefix parameter
0.3.0 (01-10-09) - Sam Woodward Release
- Fix bad bug in arranging horizontally
0.2.1 (12-31-08)
- Add ability to run columns horizontally
0.2
- Minor - get rid of hacky $0 test
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-columnize/Makefile | 8 | ||||
-rw-r--r-- | misc/ruby-columnize/distinfo | 9 | ||||
-rw-r--r-- | misc/ruby-columnize/patches/patch-aa | 17 |
3 files changed, 8 insertions, 26 deletions
diff --git a/misc/ruby-columnize/Makefile b/misc/ruby-columnize/Makefile index df52457bbc2..ef87621bbcb 100644 --- a/misc/ruby-columnize/Makefile +++ b/misc/ruby-columnize/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2008/04/17 17:23:24 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/10 07:21:02 taca Exp $ -DISTNAME= columnize-0.1 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +DISTNAME= columnize-0.3.1 PKGREVISION= 1 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rubyforge.org/projects/rocky-hacks/columnize COMMENT= Ruby module to print an Array in column-sorted order +LICENSE= gnu-gpl-v2 -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/ruby-columnize/distinfo b/misc/ruby-columnize/distinfo index 33c0bba3c8f..7b9b9e6ab06 100644 --- a/misc/ruby-columnize/distinfo +++ b/misc/ruby-columnize/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/04/17 17:23:24 jlam Exp $ +$NetBSD: distinfo,v 1.3 2010/09/10 07:21:02 taca Exp $ -SHA1 (columnize-0.1.gem) = ee0ae8309529dc3f16902cef5e9dd82df02ae02c -RMD160 (columnize-0.1.gem) = e9920606528ede3e98fcebe4e5348de0e1a6a918 -Size (columnize-0.1.gem) = 14336 bytes -SHA1 (patch-aa) = 914a3cd3e583fd32cbcdc64fb77fa56a29491520 +SHA1 (columnize-0.3.1.gem) = 71d37031d66ddd86025117bd8c6f893fc0a8bb65 +RMD160 (columnize-0.3.1.gem) = 442014bedea7fbe56aea70370e2ae85fd6314282 +Size (columnize-0.3.1.gem) = 15872 bytes diff --git a/misc/ruby-columnize/patches/patch-aa b/misc/ruby-columnize/patches/patch-aa deleted file mode 100644 index 385abe54026..00000000000 --- a/misc/ruby-columnize/patches/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2008/04/17 17:23:24 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. -+Columnize is a module for printing an Array in column-sorted order. - EOF - - spec.version = PACKAGE_VERSION |